2025-06-05T23:15:47.1510298Z Current runner version: '2.325.0' 2025-06-05T23:15:47.1516711Z Runner name: 'i-0f5fee78b59fe3ccf' 2025-06-05T23:15:47.1517732Z Machine name: 'ip-10-0-37-234' 2025-06-05T23:15:47.1520567Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:15:47.1522804Z Contents: read 2025-06-05T23:15:47.1523585Z Metadata: read 2025-06-05T23:15:47.1524143Z ##[endgroup] 2025-06-05T23:15:47.1526588Z Secret source: Actions 2025-06-05T23:15:47.1527412Z Prepare workflow directory 2025-06-05T23:15:47.2079864Z Prepare all required actions 2025-06-05T23:15:47.2121627Z Getting action download info 2025-06-05T23:15:47.4871127Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:15:47.7460696Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:15:58.9546564Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:15:59.2733155Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:15:59.3625409Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:15:59.7628833Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:16:00.0243761Z Getting action download info 2025-06-05T23:16:00.1188678Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:16:11.2251299Z Complete job name: test-openvino-linux / linux-job 2025-06-05T23:16:11.2772033Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:16:11.2877779Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:16:11.2886988Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:11.2887675Z ##[endgroup] 2025-06-05T23:16:12.7080766Z Runner Type: linux.2xlarge 2025-06-05T23:16:12.7081307Z Instance Type: c5.2xlarge 2025-06-05T23:16:12.7081573Z AMI Name: unknown 2025-06-05T23:16:12.7108064Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:16:18.0932516Z ##[group]Run set -euxo pipefail 2025-06-05T23:16:18.0933035Z set -euxo pipefail 2025-06-05T23:16:18.0933339Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:16:18.0933724Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:16:18.0934094Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:16:18.0934403Z else 2025-06-05T23:16:18.0934656Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:16:18.0935013Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:16:18.0935292Z fi 2025-06-05T23:16:18.0935505Z  2025-06-05T23:16:18.0935729Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:16:18.0936042Z echo "::endgroup::" 2025-06-05T23:16:18.0945700Z shell: /usr/bin/bash -e {0} 2025-06-05T23:16:18.0945983Z env: 2025-06-05T23:16:18.0946248Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:18.0946631Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.0946960Z PR_NUMBER: 2025-06-05T23:16:18.0948120Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:18.0949336Z NO_SUDO: false 2025-06-05T23:16:18.0949561Z ##[endgroup] 2025-06-05T23:16:18.0975410Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:16:18.0988355Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:16:18.0991928Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:16:18.0992663Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:16:18.2275609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:16:18.2291001Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:16:18.2304343Z + echo ::endgroup:: 2025-06-05T23:16:18.2305488Z ##[endgroup] 2025-06-05T23:16:18.2410082Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:16:18.2410535Z with: 2025-06-05T23:16:18.2410767Z repository: pytorch/test-infra 2025-06-05T23:16:18.2411069Z path: test-infra 2025-06-05T23:16:18.2411300Z submodules: recursive 2025-06-05T23:16:18.2411736Z token: *** 2025-06-05T23:16:18.2411953Z ssh-strict: true 2025-06-05T23:16:18.2412172Z ssh-user: git 2025-06-05T23:16:18.2412439Z persist-credentials: true 2025-06-05T23:16:18.2412697Z clean: true 2025-06-05T23:16:18.2413040Z sparse-checkout-cone-mode: true 2025-06-05T23:16:18.2413326Z fetch-depth: 1 2025-06-05T23:16:18.2413575Z fetch-tags: false 2025-06-05T23:16:18.2413797Z show-progress: true 2025-06-05T23:16:18.2414040Z lfs: false 2025-06-05T23:16:18.2414257Z set-safe-directory: true 2025-06-05T23:16:18.2414516Z env: 2025-06-05T23:16:18.2414749Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:18.2415098Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.2415427Z PR_NUMBER: 2025-06-05T23:16:18.2416564Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:18.2417784Z ##[endgroup] 2025-06-05T23:16:18.3600531Z Syncing repository: pytorch/test-infra 2025-06-05T23:16:18.3601654Z ##[group]Getting Git version info 2025-06-05T23:16:18.3602576Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:16:18.3603863Z [command]/usr/bin/git version 2025-06-05T23:16:18.3604346Z git version 2.47.1 2025-06-05T23:16:18.3613504Z ##[endgroup] 2025-06-05T23:16:18.3628133Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/eeb0f03a-f8a9-46a9-9287-b03c9ba07171' before making global git config changes 2025-06-05T23:16:18.3630358Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:18.3635016Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:18.3664349Z ##[group]Initializing the repository 2025-06-05T23:16:18.3669487Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:18.3699298Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:16:18.3700304Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:16:18.3701313Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:16:18.3702018Z hint: 2025-06-05T23:16:18.3702545Z hint: git config --global init.defaultBranch 2025-06-05T23:16:18.3703139Z hint: 2025-06-05T23:16:18.3703714Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:16:18.3704690Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:16:18.3705416Z hint: 2025-06-05T23:16:18.3705766Z hint: git branch -m 2025-06-05T23:16:18.3706734Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:16:18.3711634Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:16:18.3737279Z ##[endgroup] 2025-06-05T23:16:18.3738023Z ##[group]Disabling automatic garbage collection 2025-06-05T23:16:18.3742430Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:16:18.3766372Z ##[endgroup] 2025-06-05T23:16:18.3767355Z ##[group]Setting up auth 2025-06-05T23:16:18.3773085Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:18.3797965Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:16:18.4071401Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:18.4093654Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:16:18.4341852Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:18.4377186Z ##[endgroup] 2025-06-05T23:16:18.4377978Z ##[group]Determining the default branch 2025-06-05T23:16:18.4381082Z Retrieving the default branch name 2025-06-05T23:16:18.6049856Z Default branch 'main' 2025-06-05T23:16:18.6050935Z ##[endgroup] 2025-06-05T23:16:18.6051636Z ##[group]Fetching the repository 2025-06-05T23:16:18.6057474Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-06-05T23:16:19.0455220Z From https://github.com/pytorch/test-infra 2025-06-05T23:16:19.0455763Z * [new branch] main -> origin/main 2025-06-05T23:16:19.0475767Z ##[endgroup] 2025-06-05T23:16:19.0476167Z ##[group]Determining the checkout info 2025-06-05T23:16:19.0477504Z ##[endgroup] 2025-06-05T23:16:19.0481755Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:16:19.0513579Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:16:19.0538746Z ##[group]Checking out the ref 2025-06-05T23:16:19.0542812Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:16:19.1367656Z Switched to a new branch 'main' 2025-06-05T23:16:19.1368534Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:16:19.1374759Z ##[endgroup] 2025-06-05T23:16:19.1375174Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:16:19.1380547Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:19.1416824Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:16:19.1443327Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:16:19.1470021Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:16:19.1497907Z ##[endgroup] 2025-06-05T23:16:19.1498578Z ##[group]Fetching submodules 2025-06-05T23:16:19.1499131Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:16:19.1746598Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:16:19.1993737Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:16:19.2236251Z ##[endgroup] 2025-06-05T23:16:19.2236956Z ##[group]Persisting credentials for submodules 2025-06-05T23:16:19.2242650Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:16:19.2485227Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:16:19.2731394Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:16:19.2982477Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:16:19.3224529Z ##[endgroup] 2025-06-05T23:16:19.3255851Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:16:19.3276224Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:16:19.3449043Z Prepare all required actions 2025-06-05T23:16:19.3449537Z Getting action download info 2025-06-05T23:16:19.4551518Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:16:20.7570908Z Getting action download info 2025-06-05T23:16:20.8451484Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:16:20.9951979Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:16:20.9952337Z env: 2025-06-05T23:16:20.9952566Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:20.9952906Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:20.9953165Z PR_NUMBER: 2025-06-05T23:16:20.9954352Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:20.9955518Z ##[endgroup] 2025-06-05T23:16:21.0037809Z ##[group]Run set -euo pipefail 2025-06-05T23:16:21.0038135Z set -euo pipefail 2025-06-05T23:16:21.0038418Z function get_ec2_metadata() { 2025-06-05T23:16:21.0038768Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:16:21.0039400Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:16:21.0039942Z  category=$1 2025-06-05T23:16:21.0040816Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-06-05T23:16:21.0041727Z } 2025-06-05T23:16:21.0041968Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:16:21.0042386Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:16:21.0042836Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:16:21.0043238Z echo "system info $(uname -a)" 2025-06-05T23:16:21.0048790Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:21.0049151Z env: 2025-06-05T23:16:21.0049381Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:21.0049716Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:21.0049977Z PR_NUMBER: 2025-06-05T23:16:21.0051083Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:21.0052261Z ##[endgroup] 2025-06-05T23:16:21.0174852Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:16:21.0278608Z instance-id: i-0f5fee78b59fe3ccf 2025-06-05T23:16:21.0368446Z instance-type: c5.2xlarge 2025-06-05T23:16:21.0377795Z system info Linux ip-10-0-37-234.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:16:21.0413463Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:21.0414395Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:21.0420268Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:21.0420632Z env: 2025-06-05T23:16:21.0420861Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:21.0421200Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:21.0421627Z PR_NUMBER: 2025-06-05T23:16:21.0422861Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:21.0424045Z ##[endgroup] 2025-06-05T23:16:21.0495579Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:16:21.0496015Z if systemctl is-active --quiet docker; then 2025-06-05T23:16:21.0496378Z  echo "Docker daemon is running..."; 2025-06-05T23:16:21.0496691Z else 2025-06-05T23:16:21.0497019Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:16:21.0497429Z fi 2025-06-05T23:16:21.0502757Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:21.0503126Z env: 2025-06-05T23:16:21.0503385Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:21.0503711Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:21.0503982Z PR_NUMBER: 2025-06-05T23:16:21.0505113Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:21.0506276Z ##[endgroup] 2025-06-05T23:16:21.0575540Z Docker daemon is running... 2025-06-05T23:16:21.0603032Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:16:21.0603653Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:16:21.0604158Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:16:21.0604746Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:16:21.0605473Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:16:21.0610682Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:21.0611057Z env: 2025-06-05T23:16:21.0611292Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:21.0611632Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:21.0611898Z PR_NUMBER: 2025-06-05T23:16:21.0613081Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:21.0614266Z AWS_RETRY_MODE: standard 2025-06-05T23:16:21.0614558Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:16:21.0614845Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:16:21.0615110Z ##[endgroup] 2025-06-05T23:16:22.1752191Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:22.1753160Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:22.1753935Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:22.1754513Z 2025-06-05T23:16:22.1754643Z Login Succeeded 2025-06-05T23:16:22.1832524Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:22.1833494Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:22.1834351Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:22.1843064Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:22.1843699Z env: 2025-06-05T23:16:22.1844118Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:22.1844680Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.1845125Z PR_NUMBER: 2025-06-05T23:16:22.1847382Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:22.1849705Z ##[endgroup] 2025-06-05T23:16:22.1934481Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:16:22.1934944Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:16:22.1935328Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:16:22.1935663Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:16:22.1936099Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:22.1936507Z  2025-06-05T23:16:22.1936800Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:16:22.1937204Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:16:22.1937563Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:16:22.1938047Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:22.1938476Z  2025-06-05T23:16:22.1938715Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:16:22.1939039Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:16:22.1939350Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:16:22.1939730Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:22.1945164Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:22.1945534Z env: 2025-06-05T23:16:22.1945765Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:22.1946105Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.1946383Z PR_NUMBER: 2025-06-05T23:16:22.1947477Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:22.1948663Z ##[endgroup] 2025-06-05T23:16:22.7335006Z ##[group]Run needs=0 2025-06-05T23:16:22.7335299Z needs=0 2025-06-05T23:16:22.7335652Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:16:22.7336081Z  needs=1 2025-06-05T23:16:22.7336291Z fi 2025-06-05T23:16:22.7336534Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:16:22.7342160Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:22.7342529Z env: 2025-06-05T23:16:22.7342759Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:22.7343098Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.7343370Z PR_NUMBER: 2025-06-05T23:16:22.7344466Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:22.7345795Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.7346378Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.7346901Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.7347281Z ##[endgroup] 2025-06-05T23:16:22.7598073Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:16:22.7598651Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:16:22.7599055Z # shellcheck disable=SC2046 2025-06-05T23:16:22.7599375Z docker stop $(docker ps -q) || true 2025-06-05T23:16:22.7599709Z # Prune all of the docker images 2025-06-05T23:16:22.7600012Z docker system prune -af 2025-06-05T23:16:22.7605533Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:22.7606046Z env: 2025-06-05T23:16:22.7606289Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:22.7606611Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.7606985Z PR_NUMBER: 2025-06-05T23:16:22.7608078Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:22.7609403Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.7609978Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.7610505Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.7610885Z ##[endgroup] 2025-06-05T23:16:22.7834048Z "docker stop" requires at least 1 argument. 2025-06-05T23:16:22.7834452Z See 'docker stop --help'. 2025-06-05T23:16:22.7834623Z 2025-06-05T23:16:22.7834780Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:16:22.7835042Z 2025-06-05T23:16:22.7835177Z Stop one or more running containers 2025-06-05T23:16:22.7995639Z Total reclaimed space: 0B 2025-06-05T23:16:22.8068807Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:16:22.8069182Z with: 2025-06-05T23:16:22.8069978Z github-secret: *** 2025-06-05T23:16:22.8070657Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:16:22.8071406Z activate-with-label: false 2025-06-05T23:16:22.8071660Z label: with-ssh 2025-06-05T23:16:22.8071894Z remove-existing-keys: true 2025-06-05T23:16:22.8072146Z fail-silently: true 2025-06-05T23:16:22.8072369Z env: 2025-06-05T23:16:22.8072588Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:22.8072922Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.8073210Z PR_NUMBER: 2025-06-05T23:16:22.8074340Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:22.8101517Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.8102224Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.8102774Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.8103145Z ##[endgroup] 2025-06-05T23:16:22.9142064Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:16:22.9143797Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:16:22.9263422Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:16:22.9263849Z with: 2025-06-05T23:16:22.9264059Z repository: pytorch/executorch 2025-06-05T23:16:22.9264374Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:22.9264688Z path: pytorch/executorch 2025-06-05T23:16:22.9264943Z fetch-depth: 1 2025-06-05T23:16:22.9265154Z submodules: recursive 2025-06-05T23:16:22.9265546Z token: *** 2025-06-05T23:16:22.9265762Z ssh-strict: true 2025-06-05T23:16:22.9265973Z ssh-user: git 2025-06-05T23:16:22.9266209Z persist-credentials: true 2025-06-05T23:16:22.9266457Z clean: true 2025-06-05T23:16:22.9266697Z sparse-checkout-cone-mode: true 2025-06-05T23:16:22.9266974Z fetch-tags: false 2025-06-05T23:16:22.9267200Z show-progress: true 2025-06-05T23:16:22.9267417Z lfs: false 2025-06-05T23:16:22.9267633Z set-safe-directory: true 2025-06-05T23:16:22.9267868Z env: 2025-06-05T23:16:22.9268146Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:16:22.9268615Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.9268888Z PR_NUMBER: 2025-06-05T23:16:22.9269976Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:16:22.9271282Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.9271857Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.9272378Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.9272754Z ##[endgroup] 2025-06-05T23:16:23.0204020Z Syncing repository: pytorch/executorch 2025-06-05T23:16:23.0213117Z ##[group]Getting Git version info 2025-06-05T23:16:23.0214150Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:16:23.0240506Z [command]/usr/bin/git version 2025-06-05T23:16:23.0273754Z git version 2.47.1 2025-06-05T23:16:23.0298371Z ##[endgroup] 2025-06-05T23:16:23.0311063Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e3182cf9-4616-4408-8dfe-332d8a4bbf53' before making global git config changes 2025-06-05T23:16:23.0312749Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:23.0317446Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:16:23.0346053Z ##[group]Initializing the repository 2025-06-05T23:16:23.0351167Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:16:23.0379219Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:16:23.0380326Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:16:23.0381284Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:16:23.0381952Z hint: 2025-06-05T23:16:23.0382387Z hint: git config --global init.defaultBranch 2025-06-05T23:16:23.0382965Z hint: 2025-06-05T23:16:23.0383491Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:16:23.0384439Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:16:23.0385151Z hint: 2025-06-05T23:16:23.0385469Z hint: git branch -m 2025-06-05T23:16:23.0386459Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:16:23.0391765Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:16:23.0414494Z ##[endgroup] 2025-06-05T23:16:23.0415199Z ##[group]Disabling automatic garbage collection 2025-06-05T23:16:23.0419919Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:16:23.0443689Z ##[endgroup] 2025-06-05T23:16:23.0444331Z ##[group]Setting up auth 2025-06-05T23:16:23.0450099Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:23.0473984Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:16:23.0716823Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:23.0741730Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:16:23.0983752Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:23.1020789Z ##[endgroup] 2025-06-05T23:16:23.1021209Z ##[group]Fetching the repository 2025-06-05T23:16:23.1028082Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:24.5348493Z From https://github.com/pytorch/executorch 2025-06-05T23:16:24.5348981Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:16:24.5368229Z ##[endgroup] 2025-06-05T23:16:24.5368716Z ##[group]Determining the checkout info 2025-06-05T23:16:24.5370768Z ##[endgroup] 2025-06-05T23:16:24.5375515Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:16:24.5414246Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:16:24.5436078Z ##[group]Checking out the ref 2025-06-05T23:16:24.5439569Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:25.0319208Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:16:25.0319547Z 2025-06-05T23:16:25.0319799Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:16:25.0320361Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:16:25.0320885Z state without impacting any branches by switching back to a branch. 2025-06-05T23:16:25.0321209Z 2025-06-05T23:16:25.0321408Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:16:25.0321889Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:16:25.0322186Z 2025-06-05T23:16:25.0322297Z git switch -c 2025-06-05T23:16:25.0322490Z 2025-06-05T23:16:25.0322612Z Or undo this operation with: 2025-06-05T23:16:25.0322785Z 2025-06-05T23:16:25.0322873Z git switch - 2025-06-05T23:16:25.0323013Z 2025-06-05T23:16:25.0323243Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:16:25.0323582Z 2025-06-05T23:16:25.0323844Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:16:25.0346547Z ##[endgroup] 2025-06-05T23:16:25.0346963Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:16:25.0351982Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:25.0388419Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:16:25.0410304Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:16:25.0433680Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:16:25.0452753Z ##[endgroup] 2025-06-05T23:16:25.0453169Z ##[group]Fetching submodules 2025-06-05T23:16:25.0456256Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:16:25.0713000Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:16:25.0961226Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:25.0963083Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:25.0964780Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:16:25.0967946Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:25.0971535Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:25.0974341Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:16:25.0977591Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:25.0981095Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:25.0984795Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:25.0988217Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:25.0991843Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:25.0995276Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:16:25.0998992Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:25.1002720Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:16:25.1007262Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:16:25.1011463Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:16:25.1017176Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:16:25.1021275Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:16:25.1025537Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:16:25.1030052Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:16:25.1034529Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:16:25.1039187Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:16:25.1043712Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:16:25.1048334Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:16:25.1075304Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:16:25.8960640Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:16:26.5803777Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:16:26.7998219Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:16:27.2221763Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:16:27.5197322Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:16:27.8088052Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:16:28.0893187Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:16:28.3154504Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:16:28.9763724Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:16:29.5188950Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:16:29.7945088Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:16:30.0779311Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:16:30.7642985Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:16:31.0337950Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:16:31.5258977Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:16:31.8458128Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:16:32.0760050Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:16:32.3471324Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:16:32.5952736Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:16:32.7939291Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:16:33.1764565Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:16:33.3989924Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:16:33.8203897Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:16:35.2899471Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:16:35.2900123Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:16:35.3006088Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:16:36.6843210Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:16:36.6843731Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:16:36.6951523Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:16:36.6966010Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:36.6991109Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:16:37.7502134Z From https://github.com/google/flatbuffers 2025-06-05T23:16:37.7502661Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:16:37.8525600Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:16:38.3854080Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:16:38.3854573Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:16:38.3931125Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:16:39.1556060Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:16:39.1556584Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:16:39.2052148Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:16:39.9789815Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:16:39.9790423Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:16:40.0100981Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:16:40.4131319Z From https://github.com/zeux/volk 2025-06-05T23:16:40.4131802Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:16:40.4200799Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:16:41.0114943Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:16:41.0115553Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:16:41.0198868Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:16:41.5171559Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:16:41.5172040Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:16:41.5224845Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:16:43.0737791Z From https://github.com/google/XNNPACK 2025-06-05T23:16:43.0738284Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:16:43.6590378Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:16:44.1990850Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:16:44.1991344Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:16:44.2813479Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:16:44.7487443Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:16:44.7487979Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:16:44.7565210Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:16:45.2398211Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:16:45.2398735Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:16:45.2638616Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:16:45.2654628Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:45.2656244Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:45.2658783Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:45.2661188Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:45.2663894Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:45.2689262Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:16:45.6794936Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:16:46.0477402Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:16:46.6358682Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:16:46.8811773Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:16:48.0862595Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:16:48.0863092Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:16:48.1813920Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:16:48.8616151Z From https://github.com/nlohmann/json 2025-06-05T23:16:48.8616663Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:16:48.9533850Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:16:49.4886841Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:16:49.4887347Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:16:49.5602434Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:16:49.5618391Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:49.5644380Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:16:50.3424887Z From https://github.com/zherczeg/sljit 2025-06-05T23:16:50.3425392Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:16:50.3610895Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:16:50.8367553Z From https://github.com/google/re2 2025-06-05T23:16:50.8368400Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:16:50.8530452Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:16:51.5065933Z From https://github.com/google/sentencepiece 2025-06-05T23:16:51.5066704Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:16:51.6341231Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:16:53.3222558Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:16:53.3223049Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:16:53.4441621Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:16:54.0973700Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:16:54.0974220Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:16:54.1239950Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:16:54.7401800Z From https://github.com/pytorch/ao 2025-06-05T23:16:54.7402510Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:16:54.8316330Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:16:54.8336213Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:54.8361017Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:16:56.5163816Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:16:56.5164332Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:16:57.0624168Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:16:57.9675670Z From https://github.com/google/flatbuffers 2025-06-05T23:16:57.9676494Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:16:58.0686808Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:16:58.6853952Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:16:58.6854463Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:16:58.7096171Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:16:59.2789207Z From https://github.com/gflags/gflags 2025-06-05T23:16:59.2789737Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:16:59.2885005Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:16:59.9478625Z From https://github.com/google/googletest 2025-06-05T23:16:59.9479100Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:16:59.9819386Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:17:00.4136117Z From https://github.com/leetal/ios-cmake 2025-06-05T23:17:00.4136663Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:17:00.4205417Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:17:00.9808201Z From https://github.com/nlohmann/json 2025-06-05T23:17:00.9808686Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:17:01.0705057Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:17:01.0795095Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:17:01.7172025Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:17:01.7172533Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:17:01.8533883Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:17:02.4648315Z From https://github.com/pybind/pybind11 2025-06-05T23:17:02.4648804Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:17:02.4928375Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:17:02.4961835Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:17:02.5221904Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:02.5260713Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:02.5297949Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:02.5342058Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:02.5380447Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:02.5418462Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:02.5456222Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:02.5492783Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:02.5530233Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:02.5567752Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:02.5620806Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:02.5659053Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:02.5695037Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:02.5732172Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:02.5771145Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:02.5809314Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:02.5845860Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:02.5884940Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:02.5923086Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:02.5963125Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:02.6003442Z Entering 'shim' 2025-06-05T23:17:02.6042106Z Entering 'third-party/ao' 2025-06-05T23:17:02.6080626Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:02.6127774Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:02.6170214Z Entering 'third-party/flatcc' 2025-06-05T23:17:02.6207079Z Entering 'third-party/gflags' 2025-06-05T23:17:02.6244174Z Entering 'third-party/googletest' 2025-06-05T23:17:02.6281434Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:02.6317819Z Entering 'third-party/json' 2025-06-05T23:17:02.6356030Z Entering 'third-party/pocketfft' 2025-06-05T23:17:02.6392927Z Entering 'third-party/prelude' 2025-06-05T23:17:02.6434638Z Entering 'third-party/pybind11' 2025-06-05T23:17:02.6481427Z ##[endgroup] 2025-06-05T23:17:02.6483812Z ##[group]Persisting credentials for submodules 2025-06-05T23:17:02.6488778Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:17:02.6737383Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:02.6787081Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:02.6835388Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:02.6888390Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:02.6937946Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:02.6987658Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:02.7038158Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:02.7087662Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:02.7137446Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:02.7186125Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:02.7250904Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:02.7300630Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:02.7348966Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:02.7397714Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:02.7449940Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:02.7500923Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:02.7549526Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:02.7600797Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:02.7648849Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:02.7698036Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:02.7750235Z Entering 'shim' 2025-06-05T23:17:02.7798776Z Entering 'third-party/ao' 2025-06-05T23:17:02.7848729Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:02.7907582Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:02.7959410Z Entering 'third-party/flatcc' 2025-06-05T23:17:02.8007159Z Entering 'third-party/gflags' 2025-06-05T23:17:02.8056077Z Entering 'third-party/googletest' 2025-06-05T23:17:02.8104755Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:02.8153304Z Entering 'third-party/json' 2025-06-05T23:17:02.8203240Z Entering 'third-party/pocketfft' 2025-06-05T23:17:02.8253618Z Entering 'third-party/prelude' 2025-06-05T23:17:02.8305584Z Entering 'third-party/pybind11' 2025-06-05T23:17:02.8365956Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:17:02.8615989Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:02.8663527Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:17:02.8677178Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:02.8725279Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:17:02.8737686Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:02.8785888Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:17:02.8804567Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:02.8851115Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:17:02.8864681Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:02.8910667Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:17:02.8923870Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:02.8969761Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:17:02.8984780Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:02.9030836Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:17:02.9045098Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:02.9090496Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:17:02.9104476Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:02.9149884Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:17:02.9163853Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:02.9209378Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:17:02.9239061Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:02.9284836Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:17:02.9300039Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:02.9345896Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:17:02.9359904Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:02.9405825Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:17:02.9419525Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:02.9467773Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:17:02.9483705Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:02.9531409Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:17:02.9547108Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:02.9593697Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:17:02.9607283Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:02.9654410Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:17:02.9670134Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:02.9716547Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:17:02.9729678Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:02.9775706Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:17:02.9791907Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:02.9839754Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:17:02.9856159Z Entering 'shim' 2025-06-05T23:17:02.9902307Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:17:02.9916548Z Entering 'third-party/ao' 2025-06-05T23:17:02.9962323Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:17:02.9976393Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:03.0022107Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:17:03.0046950Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:03.0092374Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:17:03.0108636Z Entering 'third-party/flatcc' 2025-06-05T23:17:03.0154059Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:17:03.0168057Z Entering 'third-party/gflags' 2025-06-05T23:17:03.0214542Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:17:03.0228164Z Entering 'third-party/googletest' 2025-06-05T23:17:03.0274363Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:17:03.0288498Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:03.0335826Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:17:03.0349570Z Entering 'third-party/json' 2025-06-05T23:17:03.0394662Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:17:03.0409786Z Entering 'third-party/pocketfft' 2025-06-05T23:17:03.0455442Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:17:03.0469240Z Entering 'third-party/prelude' 2025-06-05T23:17:03.0516027Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:17:03.0533250Z Entering 'third-party/pybind11' 2025-06-05T23:17:03.0578267Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:17:03.0845273Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:17:03.1097745Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:03.1135540Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:03.1172569Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:03.1215263Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:03.1253440Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:03.1290679Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:03.1327554Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:03.1364184Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:03.1400824Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:03.1439489Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:03.1491532Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:03.1529192Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:03.1566054Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:03.1602295Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:03.1641563Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:03.1680033Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:03.1716748Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:03.1756131Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:03.1792643Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:03.1830920Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:03.1869812Z Entering 'shim' 2025-06-05T23:17:03.1906883Z Entering 'third-party/ao' 2025-06-05T23:17:03.1944158Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:03.1992045Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:03.2031316Z Entering 'third-party/flatcc' 2025-06-05T23:17:03.2068555Z Entering 'third-party/gflags' 2025-06-05T23:17:03.2104566Z Entering 'third-party/googletest' 2025-06-05T23:17:03.2141059Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:03.2177946Z Entering 'third-party/json' 2025-06-05T23:17:03.2215644Z Entering 'third-party/pocketfft' 2025-06-05T23:17:03.2253606Z Entering 'third-party/prelude' 2025-06-05T23:17:03.2292849Z Entering 'third-party/pybind11' 2025-06-05T23:17:03.2342067Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:17:03.2585953Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:03.2622986Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:03.2659387Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:03.2700548Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:03.2739759Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:03.2777315Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:03.2814279Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:03.2851127Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:03.2887748Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:03.2924211Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:03.2976713Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:03.3014129Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:03.3052341Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:03.3089458Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:03.3129836Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:03.3169161Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:03.3205775Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:03.3245524Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:03.3283717Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:03.3322505Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:03.3364007Z Entering 'shim' 2025-06-05T23:17:03.3402293Z Entering 'third-party/ao' 2025-06-05T23:17:03.3440267Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:03.3488480Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:03.3528461Z Entering 'third-party/flatcc' 2025-06-05T23:17:03.3566352Z Entering 'third-party/gflags' 2025-06-05T23:17:03.3602965Z Entering 'third-party/googletest' 2025-06-05T23:17:03.3639536Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:03.3675638Z Entering 'third-party/json' 2025-06-05T23:17:03.3713656Z Entering 'third-party/pocketfft' 2025-06-05T23:17:03.3750600Z Entering 'third-party/prelude' 2025-06-05T23:17:03.3790028Z Entering 'third-party/pybind11' 2025-06-05T23:17:03.3836277Z ##[endgroup] 2025-06-05T23:17:03.3870988Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:17:03.3889985Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:17:03.4090153Z Prepare all required actions 2025-06-05T23:17:03.4090695Z Getting action download info 2025-06-05T23:17:03.5149339Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:17:03.6496198Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:17:03.6496579Z with: 2025-06-05T23:17:03.6496840Z docker-image-name: executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:03.6497197Z docker-build-dir: .ci/docker 2025-06-05T23:17:03.6497477Z working-directory: pytorch/executorch 2025-06-05T23:17:03.6497793Z docker-build-script: ./build.sh 2025-06-05T23:17:03.6498160Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:03.6498550Z force-push: false 2025-06-05T23:17:03.6498765Z env: 2025-06-05T23:17:03.6498995Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:03.6499313Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:03.6499583Z PR_NUMBER: 2025-06-05T23:17:03.6500710Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:17:03.6502011Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:03.6502585Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:03.6503106Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:03.6503485Z ##[endgroup] 2025-06-05T23:17:03.6525171Z ##[group]Run set -ex 2025-06-05T23:17:03.6525471Z set -ex 2025-06-05T23:17:03.6525694Z  2025-06-05T23:17:03.6526080Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:17:03.6526744Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:17:03.6527302Z # job could then download the pre-built image as usual 2025-06-05T23:17:03.6527833Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:17:03.6528335Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6528994Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6529401Z  2025-06-05T23:17:03.6529744Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:17:03.6530157Z  exit 0 2025-06-05T23:17:03.6530376Z else 2025-06-05T23:17:03.6530613Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6531078Z fi 2025-06-05T23:17:03.6531265Z  2025-06-05T23:17:03.6531588Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:17:03.6532163Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:17:03.6532684Z  # use it as it is, but first let's extract the tag 2025-06-05T23:17:03.6533222Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:17:03.6533698Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6534169Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6534547Z else 2025-06-05T23:17:03.6534795Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:17:03.6535166Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:17:03.6535530Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:17:03.6535858Z  fi 2025-06-05T23:17:03.6536283Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:17:03.6537014Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6537643Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6538319Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6538737Z fi 2025-06-05T23:17:03.6544283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:03.6544646Z env: 2025-06-05T23:17:03.6544875Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:03.6545213Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:03.6545472Z PR_NUMBER: 2025-06-05T23:17:03.6546570Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:17:03.6547885Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:03.6548443Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:03.6548976Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:03.6549350Z REPO_NAME: executorch 2025-06-05T23:17:03.6549644Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:03.6549992Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:17:03.6550255Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:17:03.6550624Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:03.6550992Z CUSTOM_TAG_PREFIX: 2025-06-05T23:17:03.6551226Z ##[endgroup] 2025-06-05T23:17:03.6576356Z + [[ ! -d .ci/docker ]] 2025-06-05T23:17:03.6576826Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:17:03.6577336Z + echo skip=false 2025-06-05T23:17:03.6578344Z + [[ 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-06-05T23:17:03.6579212Z + [[ executorch-ubuntu-22.04-gcc9 == *:* ]] 2025-06-05T23:17:03.6581591Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:17:03.6596635Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:03.6597390Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:03.6598819Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:03.6599945Z + echo custom-tag-prefix= 2025-06-05T23:17:03.6629737Z ##[group]Run set +e 2025-06-05T23:17:03.6630066Z set +e 2025-06-05T23:17:03.6630273Z set -x 2025-06-05T23:17:03.6630521Z  2025-06-05T23:17:03.6630711Z login() { 2025-06-05T23:17:03.6631288Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:17:03.6631784Z } 2025-06-05T23:17:03.6631983Z  2025-06-05T23:17:03.6632175Z retry () { 2025-06-05T23:17:03.6632432Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:17:03.6632723Z } 2025-06-05T23:17:03.6632923Z  2025-06-05T23:17:03.6633133Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:17:03.6633432Z  2025-06-05T23:17:03.6633643Z START_TIME=$(date +%s) 2025-06-05T23:17:03.6633924Z # Wait up to 120 minutes 2025-06-05T23:17:03.6634272Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:17:03.6634738Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:17:03.6635214Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:17:03.6635553Z  exit 0 2025-06-05T23:17:03.6635780Z  fi 2025-06-05T23:17:03.6635986Z  2025-06-05T23:17:03.6636341Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:17:03.6637086Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:17:03.6637720Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:17:03.6638232Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:17:03.6638626Z  # It's a Docker build job, let's build the image 2025-06-05T23:17:03.6638953Z  break 2025-06-05T23:17:03.6639182Z  else 2025-06-05T23:17:03.6639497Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:17:03.6639898Z  sleep 300 2025-06-05T23:17:03.6640120Z  fi 2025-06-05T23:17:03.6640324Z done 2025-06-05T23:17:03.6640514Z  2025-06-05T23:17:03.6640851Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:17:03.6641407Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:17:03.6641893Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:17:03.6642332Z  # if we're on the base branch then use the parent commit 2025-06-05T23:17:03.6642707Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:17:03.6643013Z else 2025-06-05T23:17:03.6643310Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:17:03.6643766Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:17:03.6644115Z fi 2025-06-05T23:17:03.6644302Z  2025-06-05T23:17:03.6644522Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:17:03.6644854Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6645172Z  2025-06-05T23:17:03.6645613Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:17:03.6646151Z  exit 0 2025-06-05T23:17:03.6646369Z fi 2025-06-05T23:17:03.6646555Z  2025-06-05T23:17:03.6646847Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:17:03.6647497Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:17:03.6648063Z  exit 1 2025-06-05T23:17:03.6648259Z fi 2025-06-05T23:17:03.6648456Z  2025-06-05T23:17:03.6648787Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:17:03.6649426Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:17:03.6650000Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:17:03.6650712Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:17:03.6651462Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:17:03.6651907Z fi 2025-06-05T23:17:03.6652093Z  2025-06-05T23:17:03.6652336Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:03.6657873Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:03.6658244Z env: 2025-06-05T23:17:03.6658866Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:03.6659605Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:03.6659885Z PR_NUMBER: 2025-06-05T23:17:03.6660969Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:17:03.6662379Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:03.6662956Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:03.6663478Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:03.6663870Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:17:03.6664184Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:17:03.6664596Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:03.6665032Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:03.6665396Z DOCKER_PUSH: 2025-06-05T23:17:03.6665613Z ##[endgroup] 2025-06-05T23:17:03.6686936Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:03.6687394Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:03.6689825Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:17:03.6691118Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:04.2025978Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:04.2026707Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:04.2027368Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:04.2028070Z 2025-06-05T23:17:04.2028169Z Login Succeeded 2025-06-05T23:17:04.2041700Z ++ date +%s 2025-06-05T23:17:04.2050293Z + START_TIME=1749165424 2025-06-05T23:17:04.2053380Z ++ date +%s 2025-06-05T23:17:04.2061478Z + [[ 1749158224 -lt 1749165424 ]] 2025-06-05T23:17:04.2062716Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:04.4118244Z { 2025-06-05T23:17:04.4118695Z "schemaVersion": 2, 2025-06-05T23:17:04.4119272Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:17:04.4119734Z "config": { 2025-06-05T23:17:04.4120061Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:17:04.4120456Z "size": 15095, 2025-06-05T23:17:04.4120852Z "digest": "sha256:42decea3c25abb6838d54569767446361257d89de818cf9439800ba025d1a8e3" 2025-06-05T23:17:04.4121313Z }, 2025-06-05T23:17:04.4121496Z "layers": [ 2025-06-05T23:17:04.4121697Z { 2025-06-05T23:17:04.4122002Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4122411Z "size": 30438509, 2025-06-05T23:17:04.4122827Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:17:04.4123281Z }, 2025-06-05T23:17:04.4123463Z { 2025-06-05T23:17:04.4123764Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4124165Z "size": 631, 2025-06-05T23:17:04.4124813Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:17:04.4125282Z }, 2025-06-05T23:17:04.4125453Z { 2025-06-05T23:17:04.4125777Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4126189Z "size": 150105259, 2025-06-05T23:17:04.4126602Z "digest": "sha256:e3fa90510e3ddf1a5b6e79a35ae5e2ab40f009c2f0c9cab62af5f35d571aea2b" 2025-06-05T23:17:04.4127078Z }, 2025-06-05T23:17:04.4127253Z { 2025-06-05T23:17:04.4127571Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4127959Z "size": 622, 2025-06-05T23:17:04.4128356Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:17:04.4129004Z }, 2025-06-05T23:17:04.4129194Z { 2025-06-05T23:17:04.4129517Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4130099Z "size": 19308694, 2025-06-05T23:17:04.4130707Z "digest": "sha256:2bd607872e21b1598813388822a5be3ac4118c238c943eb3cf8fc2710f05e55c" 2025-06-05T23:17:04.4131450Z }, 2025-06-05T23:17:04.4131718Z { 2025-06-05T23:17:04.4132401Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4133031Z "size": 736, 2025-06-05T23:17:04.4133419Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:17:04.4133879Z }, 2025-06-05T23:17:04.4134060Z { 2025-06-05T23:17:04.4134362Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4134768Z "size": 104, 2025-06-05T23:17:04.4135144Z "digest": "sha256:6809dd57201d890b32bda0c0eb39673d6e09056042f299c6332b5c8183a0b16b" 2025-06-05T23:17:04.4135595Z }, 2025-06-05T23:17:04.4135764Z { 2025-06-05T23:17:04.4136074Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4136461Z "size": 445, 2025-06-05T23:17:04.4136841Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:17:04.4137294Z }, 2025-06-05T23:17:04.4137460Z { 2025-06-05T23:17:04.4137771Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4138164Z "size": 53116012, 2025-06-05T23:17:04.4138561Z "digest": "sha256:5e083320d4a85ac5551065f575072c6bd6548108f7c2b5536111149247e65ab5" 2025-06-05T23:17:04.4138993Z }, 2025-06-05T23:17:04.4139176Z { 2025-06-05T23:17:04.4139476Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4139874Z "size": 636, 2025-06-05T23:17:04.4140257Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:17:04.4140714Z }, 2025-06-05T23:17:04.4140897Z { 2025-06-05T23:17:04.4141198Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4141599Z "size": 35152813, 2025-06-05T23:17:04.4142001Z "digest": "sha256:ecda6316bb2ae022327bc0ca356f874777088d22dfdacd65f6e8ab809bd853b0" 2025-06-05T23:17:04.4142469Z }, 2025-06-05T23:17:04.4142634Z { 2025-06-05T23:17:04.4142944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4143330Z "size": 318, 2025-06-05T23:17:04.4143730Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:17:04.4144179Z }, 2025-06-05T23:17:04.4144362Z { 2025-06-05T23:17:04.4144674Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4145064Z "size": 253184649, 2025-06-05T23:17:04.4145487Z "digest": "sha256:feffff0efa8b9bf0e13334d71636facfd619a2e0c2b8b021189175422a437845" 2025-06-05T23:17:04.4145944Z }, 2025-06-05T23:17:04.4146127Z { 2025-06-05T23:17:04.4146422Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4146822Z "size": 475, 2025-06-05T23:17:04.4147209Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:17:04.4147670Z }, 2025-06-05T23:17:04.4147964Z { 2025-06-05T23:17:04.4148282Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4148687Z "size": 1041, 2025-06-05T23:17:04.4149085Z "digest": "sha256:90036e383dcd10f97f0ec22516fcc2db7a9a5a722c1a2eb97a1ca188b295b072" 2025-06-05T23:17:04.4149551Z }, 2025-06-05T23:17:04.4149722Z { 2025-06-05T23:17:04.4150035Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4150424Z "size": 613, 2025-06-05T23:17:04.4150830Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:17:04.4151289Z }, 2025-06-05T23:17:04.4151472Z { 2025-06-05T23:17:04.4151785Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4152268Z "size": 111076263, 2025-06-05T23:17:04.4152682Z "digest": "sha256:80a92491d99a8d568a91623a761e0bbb1372dad8fd1a906aaa89e68d989d80f9" 2025-06-05T23:17:04.4153177Z + exit 0 2025-06-05T23:17:04.4153366Z }, 2025-06-05T23:17:04.4153555Z { 2025-06-05T23:17:04.4153852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4154254Z "size": 572, 2025-06-05T23:17:04.4154713Z "digest": "sha256:47470b077c5ac53ae697354e6f9bcaad809a77f0d53e7491df4edb1fcc954d6d" 2025-06-05T23:17:04.4155178Z }, 2025-06-05T23:17:04.4155344Z { 2025-06-05T23:17:04.4155657Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4156043Z "size": 208, 2025-06-05T23:17:04.4156438Z "digest": "sha256:b626d927c9a8b783b8230a04798caeaa57ec181ba1efa15a1177a37163669df3" 2025-06-05T23:17:04.4156886Z }, 2025-06-05T23:17:04.4157072Z { 2025-06-05T23:17:04.4157381Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4157773Z "size": 1190, 2025-06-05T23:17:04.4158170Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:17:04.4158613Z }, 2025-06-05T23:17:04.4158794Z { 2025-06-05T23:17:04.4159091Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4159493Z "size": 679, 2025-06-05T23:17:04.4159881Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:04.4160347Z }, 2025-06-05T23:17:04.4160529Z { 2025-06-05T23:17:04.4160824Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4161228Z "size": 6857044176, 2025-06-05T23:17:04.4161629Z "digest": "sha256:2e92a82be6ac50b3b014ff6120dbf8bd1c81e47915a17e949a18c792f6ffc625" 2025-06-05T23:17:04.4162086Z }, 2025-06-05T23:17:04.4162281Z { 2025-06-05T23:17:04.4162583Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4162987Z "size": 1383, 2025-06-05T23:17:04.4163378Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:17:04.4163844Z }, 2025-06-05T23:17:04.4164030Z { 2025-06-05T23:17:04.4164331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4164740Z "size": 679, 2025-06-05T23:17:04.4165132Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:04.4165602Z }, 2025-06-05T23:17:04.4165776Z { 2025-06-05T23:17:04.4166090Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4166486Z "size": 232878437, 2025-06-05T23:17:04.4166911Z "digest": "sha256:e86add187a69f0dff50e57826aff59df6b24b7e6f554637bdfdd74bed4c92cc2" 2025-06-05T23:17:04.4167370Z }, 2025-06-05T23:17:04.4167555Z { 2025-06-05T23:17:04.4167865Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4168252Z "size": 827, 2025-06-05T23:17:04.4168666Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:17:04.4169125Z }, 2025-06-05T23:17:04.4169309Z { 2025-06-05T23:17:04.4169610Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4170082Z "size": 679, 2025-06-05T23:17:04.4170467Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:04.4170930Z }, 2025-06-05T23:17:04.4171101Z { 2025-06-05T23:17:04.4171415Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4171820Z "size": 189236795, 2025-06-05T23:17:04.4172211Z "digest": "sha256:2d317a84d3a21b8192b1b9d2d9ae24d209b501863ff1f486174318bcdd48697f" 2025-06-05T23:17:04.4172669Z }, 2025-06-05T23:17:04.4172921Z { 2025-06-05T23:17:04.4173236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4173622Z "size": 530, 2025-06-05T23:17:04.4174028Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:17:04.4174482Z }, 2025-06-05T23:17:04.4174666Z { 2025-06-05T23:17:04.4174977Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4175366Z "size": 679, 2025-06-05T23:17:04.4175774Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:04.4176225Z }, 2025-06-05T23:17:04.4176407Z { 2025-06-05T23:17:04.4176800Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4177200Z "size": 354, 2025-06-05T23:17:04.4177580Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:17:04.4178038Z }, 2025-06-05T23:17:04.4178206Z { 2025-06-05T23:17:04.4178519Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4178924Z "size": 32, 2025-06-05T23:17:04.4179311Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:17:04.4179778Z }, 2025-06-05T23:17:04.4179944Z { 2025-06-05T23:17:04.4180253Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4180640Z "size": 164, 2025-06-05T23:17:04.4181025Z "digest": "sha256:7a90434c2919b4d01b0b6ef02337a0e5c209bc9076c4716164a456692197e73e" 2025-06-05T23:17:04.4181468Z }, 2025-06-05T23:17:04.4181647Z { 2025-06-05T23:17:04.4181949Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4182347Z "size": 1109, 2025-06-05T23:17:04.4182747Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:17:04.4183200Z }, 2025-06-05T23:17:04.4183380Z { 2025-06-05T23:17:04.4183678Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4184078Z "size": 32, 2025-06-05T23:17:04.4184461Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:17:04.4184922Z }, 2025-06-05T23:17:04.4185091Z { 2025-06-05T23:17:04.4185401Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:04.4185802Z "size": 108, 2025-06-05T23:17:04.4186183Z "digest": "sha256:fa91738771aa1bce765f6661292f0e3c27331fb23dedd083af173eb2414380c3" 2025-06-05T23:17:04.4186646Z } 2025-06-05T23:17:04.4186816Z ] 2025-06-05T23:17:04.4186998Z } 2025-06-05T23:17:04.4215164Z ##[group]Run set -eux 2025-06-05T23:17:04.4215435Z set -eux 2025-06-05T23:17:04.4216308Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:17:04.4223434Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:04.4223825Z env: 2025-06-05T23:17:04.4224078Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:04.4224414Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:04.4224674Z PR_NUMBER: 2025-06-05T23:17:04.4225778Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:17:04.4227242Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:04.4227808Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:04.4228344Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:04.4228942Z ##[endgroup] 2025-06-05T23:17:04.4255092Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:17:04.4255849Z + jq --raw-output .SecretString 2025-06-05T23:17:04.4257078Z + jq -r .docker_hub_readonly_token 2025-06-05T23:17:04.4258225Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:17:05.0041201Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:05.0041961Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:05.0042882Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:05.0043487Z 2025-06-05T23:17:05.0043584Z Login Succeeded 2025-06-05T23:17:05.0120962Z Prepare all required actions 2025-06-05T23:17:05.0170872Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:17:05.0171247Z with: 2025-06-05T23:17:05.0171880Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:05.0172688Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:05.0173167Z env: 2025-06-05T23:17:05.0173398Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:05.0173736Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:05.0173995Z PR_NUMBER: 2025-06-05T23:17:05.0175103Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:17:05.0176468Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:05.0177028Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:05.0177560Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:05.0177923Z ##[endgroup] 2025-06-05T23:17:05.0218268Z ##[group]Run set -x 2025-06-05T23:17:05.0218531Z set -x 2025-06-05T23:17:05.0218748Z set +e 2025-06-05T23:17:05.0218944Z  2025-06-05T23:17:05.0219145Z login() { 2025-06-05T23:17:05.0219608Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:17:05.0220102Z } 2025-06-05T23:17:05.0220298Z  2025-06-05T23:17:05.0220481Z retry () { 2025-06-05T23:17:05.0220733Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:17:05.0221021Z } 2025-06-05T23:17:05.0221234Z  2025-06-05T23:17:05.0221449Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:17:05.0221739Z  2025-06-05T23:17:05.0222202Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:17:05.0222836Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:17:05.0223193Z  2025-06-05T23:17:05.0223371Z set -e 2025-06-05T23:17:05.0223694Z # ignore output since only exit code is used for conditional 2025-06-05T23:17:05.0224153Z # only pull docker image if it's not available locally 2025-06-05T23:17:05.0224677Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:17:05.0225165Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:17:05.0225456Z fi 2025-06-05T23:17:05.0231785Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:05.0232276Z env: 2025-06-05T23:17:05.0232900Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:05.0233633Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:05.0233907Z PR_NUMBER: 2025-06-05T23:17:05.0234993Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:17:05.0236296Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:05.0236868Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:05.0237391Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:05.0237863Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:05.0238230Z ##[endgroup] 2025-06-05T23:17:05.0261930Z + set +e 2025-06-05T23:17:05.0262449Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:05.0263107Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:05.0265620Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:17:05.0266834Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:05.5543157Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:05.5543813Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:05.5545093Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:05.5545662Z 2025-06-05T23:17:05.5545807Z Login Succeeded 2025-06-05T23:17:05.5561471Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:05.5562364Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:17:05.7729896Z + IMAGE_SIZE=7564.136074066162 2025-06-05T23:17:05.7730452Z Compressed size of image in MB: 7564.136074066162 2025-06-05T23:17:05.7730875Z + echo 'Compressed size of image in MB: 7564.136074066162' 2025-06-05T23:17:05.7731229Z + set -e 2025-06-05T23:17:05.7731925Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:05.7841611Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:05.7842783Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:06.0305360Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-gcc9 2025-06-05T23:17:06.0306456Z f557aa5ee224: Pulling fs layer 2025-06-05T23:17:06.0306898Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:17:06.0307347Z e3fa90510e3d: Pulling fs layer 2025-06-05T23:17:06.0307803Z 8f296761951c: Pulling fs layer 2025-06-05T23:17:06.0308279Z 2bd607872e21: Pulling fs layer 2025-06-05T23:17:06.0308735Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:17:06.0309283Z 8f296761951c: Waiting 2025-06-05T23:17:06.0309628Z 2bd607872e21: Waiting 2025-06-05T23:17:06.0309899Z 6809dd57201d: Pulling fs layer 2025-06-05T23:17:06.0310164Z 172401b941b1: Pulling fs layer 2025-06-05T23:17:06.0310416Z 5e083320d4a8: Pulling fs layer 2025-06-05T23:17:06.0310687Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:17:06.0310931Z 4420b1e1a07f: Waiting 2025-06-05T23:17:06.0311168Z ecda6316bb2a: Pulling fs layer 2025-06-05T23:17:06.0311412Z 6809dd57201d: Waiting 2025-06-05T23:17:06.0311645Z 380307a36ed2: Pulling fs layer 2025-06-05T23:17:06.0311901Z feffff0efa8b: Pulling fs layer 2025-06-05T23:17:06.0312158Z 172401b941b1: Waiting 2025-06-05T23:17:06.0312597Z ecda6316bb2a: Waiting 2025-06-05T23:17:06.0312834Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:17:06.0313095Z 2d7e5abdd88d: Waiting 2025-06-05T23:17:06.0313323Z 90036e383dcd: Pulling fs layer 2025-06-05T23:17:06.0313587Z feffff0efa8b: Waiting 2025-06-05T23:17:06.0313816Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:17:06.0314074Z 5e083320d4a8: Waiting 2025-06-05T23:17:06.0314297Z 80a92491d99a: Pulling fs layer 2025-06-05T23:17:06.0314554Z 90036e383dcd: Waiting 2025-06-05T23:17:06.0314765Z 380307a36ed2: Waiting 2025-06-05T23:17:06.0314995Z 47470b077c5a: Pulling fs layer 2025-06-05T23:17:06.0315237Z 80a92491d99a: Waiting 2025-06-05T23:17:06.0315475Z b626d927c9a8: Pulling fs layer 2025-06-05T23:17:06.0315740Z 5630a9397492: Pulling fs layer 2025-06-05T23:17:06.0315992Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:17:06.0316259Z 2e92a82be6ac: Pulling fs layer 2025-06-05T23:17:06.0316514Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:17:06.0316772Z 1fc2d9899ffb: Waiting 2025-06-05T23:17:06.0317003Z e86add187a69: Pulling fs layer 2025-06-05T23:17:06.0317396Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:17:06.0317646Z 2e92a82be6ac: Waiting 2025-06-05T23:17:06.0317874Z e86add187a69: Waiting 2025-06-05T23:17:06.0318087Z 09dac94eaf91: Waiting 2025-06-05T23:17:06.0318323Z dec0deaa1ed5: Waiting 2025-06-05T23:17:06.0318622Z 2d317a84d3a2: Pulling fs layer 2025-06-05T23:17:06.0318895Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:17:06.0319154Z 2d317a84d3a2: Waiting 2025-06-05T23:17:06.0319403Z ca22a013d303: Pulling fs layer 2025-06-05T23:17:06.0319691Z e8c9ad02b518: Waiting 2025-06-05T23:17:06.0319940Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:17:06.0320195Z 7a90434c2919: Pulling fs layer 2025-06-05T23:17:06.0320720Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:17:06.0321012Z 4f4fb700ef54: Waiting 2025-06-05T23:17:06.0321246Z ca22a013d303: Waiting 2025-06-05T23:17:06.0321458Z 7a90434c2919: Waiting 2025-06-05T23:17:06.0321704Z fa91738771aa: Pulling fs layer 2025-06-05T23:17:06.0321999Z fa91738771aa: Waiting 2025-06-05T23:17:06.1143118Z e9a71f6cf6a0: Verifying Checksum 2025-06-05T23:17:06.1143547Z e9a71f6cf6a0: Download complete 2025-06-05T23:17:06.2392076Z 8f296761951c: Verifying Checksum 2025-06-05T23:17:06.2392490Z 8f296761951c: Download complete 2025-06-05T23:17:06.4083142Z f557aa5ee224: Download complete 2025-06-05T23:17:06.5122855Z 4420b1e1a07f: Download complete 2025-06-05T23:17:06.5312262Z 2bd607872e21: Verifying Checksum 2025-06-05T23:17:06.5312843Z 2bd607872e21: Download complete 2025-06-05T23:17:06.6018592Z 6809dd57201d: Verifying Checksum 2025-06-05T23:17:06.6019009Z 6809dd57201d: Download complete 2025-06-05T23:17:06.7229351Z 172401b941b1: Download complete 2025-06-05T23:17:06.7965013Z 2d7e5abdd88d: Verifying Checksum 2025-06-05T23:17:06.7965527Z 2d7e5abdd88d: Download complete 2025-06-05T23:17:07.1803337Z 5e083320d4a8: Verifying Checksum 2025-06-05T23:17:07.1803825Z 5e083320d4a8: Download complete 2025-06-05T23:17:07.1999593Z ecda6316bb2a: Verifying Checksum 2025-06-05T23:17:07.1999948Z ecda6316bb2a: Download complete 2025-06-05T23:17:07.3146723Z 380307a36ed2: Verifying Checksum 2025-06-05T23:17:07.3147165Z 380307a36ed2: Download complete 2025-06-05T23:17:07.3306551Z f557aa5ee224: Pull complete 2025-06-05T23:17:07.3424254Z e9a71f6cf6a0: Pull complete 2025-06-05T23:17:07.4211739Z 3ec19c2849b3: Download complete 2025-06-05T23:17:07.5196843Z 90036e383dcd: Verifying Checksum 2025-06-05T23:17:07.5197332Z 90036e383dcd: Download complete 2025-06-05T23:17:07.5953916Z e3fa90510e3d: Verifying Checksum 2025-06-05T23:17:07.5954556Z e3fa90510e3d: Download complete 2025-06-05T23:17:07.6207746Z 5e70c61fded4: Verifying Checksum 2025-06-05T23:17:07.6208171Z 5e70c61fded4: Download complete 2025-06-05T23:17:07.7034838Z 47470b077c5a: Verifying Checksum 2025-06-05T23:17:07.7035432Z 47470b077c5a: Download complete 2025-06-05T23:17:07.7955077Z b626d927c9a8: Verifying Checksum 2025-06-05T23:17:07.7955621Z b626d927c9a8: Download complete 2025-06-05T23:17:07.9081256Z 5630a9397492: Download complete 2025-06-05T23:17:07.9966797Z 1fc2d9899ffb: Verifying Checksum 2025-06-05T23:17:07.9967833Z 1fc2d9899ffb: Download complete 2025-06-05T23:17:08.7702442Z 80a92491d99a: Verifying Checksum 2025-06-05T23:17:08.7703387Z 80a92491d99a: Download complete 2025-06-05T23:17:08.8481145Z 09dac94eaf91: Verifying Checksum 2025-06-05T23:17:08.8481664Z 09dac94eaf91: Download complete 2025-06-05T23:17:09.7963500Z feffff0efa8b: Verifying Checksum 2025-06-05T23:17:09.7964102Z feffff0efa8b: Download complete 2025-06-05T23:17:09.8902646Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:17:09.8903356Z dec0deaa1ed5: Download complete 2025-06-05T23:17:11.2533912Z e86add187a69: Verifying Checksum 2025-06-05T23:17:11.2534505Z e86add187a69: Download complete 2025-06-05T23:17:11.3303818Z e8c9ad02b518: Download complete 2025-06-05T23:17:11.4158316Z ca22a013d303: Verifying Checksum 2025-06-05T23:17:11.4158815Z ca22a013d303: Download complete 2025-06-05T23:17:11.4335319Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:17:11.4335690Z 4f4fb700ef54: Download complete 2025-06-05T23:17:11.5185957Z e3fa90510e3d: Pull complete 2025-06-05T23:17:11.5267209Z 7a90434c2919: Verifying Checksum 2025-06-05T23:17:11.5267701Z 7a90434c2919: Download complete 2025-06-05T23:17:11.6086784Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:17:11.6087286Z c2b62aa0dc26: Download complete 2025-06-05T23:17:11.6794484Z fa91738771aa: Verifying Checksum 2025-06-05T23:17:11.6794851Z fa91738771aa: Download complete 2025-06-05T23:17:11.7002935Z 8f296761951c: Pull complete 2025-06-05T23:17:11.9016511Z 2d317a84d3a2: Verifying Checksum 2025-06-05T23:17:11.9016964Z 2d317a84d3a2: Download complete 2025-06-05T23:17:12.0472450Z 2bd607872e21: Pull complete 2025-06-05T23:17:12.2100989Z 4420b1e1a07f: Pull complete 2025-06-05T23:17:12.3566182Z 6809dd57201d: Pull complete 2025-06-05T23:17:12.4978659Z 172401b941b1: Pull complete 2025-06-05T23:17:13.6235652Z 5e083320d4a8: Pull complete 2025-06-05T23:17:13.7852298Z 2d7e5abdd88d: Pull complete 2025-06-05T23:17:14.5897849Z ecda6316bb2a: Pull complete 2025-06-05T23:17:14.8394008Z 380307a36ed2: Pull complete 2025-06-05T23:17:20.6478163Z feffff0efa8b: Pull complete 2025-06-05T23:17:20.8246867Z 3ec19c2849b3: Pull complete 2025-06-05T23:17:21.0522894Z 90036e383dcd: Pull complete 2025-06-05T23:17:21.2808032Z 5e70c61fded4: Pull complete 2025-06-05T23:17:25.8794978Z 80a92491d99a: Pull complete 2025-06-05T23:17:26.0355523Z 47470b077c5a: Pull complete 2025-06-05T23:17:26.1961919Z b626d927c9a8: Pull complete 2025-06-05T23:17:26.3418733Z 5630a9397492: Pull complete 2025-06-05T23:17:26.4830159Z 1fc2d9899ffb: Pull complete 2025-06-05T23:18:16.6440045Z 2e92a82be6ac: Verifying Checksum 2025-06-05T23:18:16.6440403Z 2e92a82be6ac: Download complete 2025-06-05T23:19:27.6762135Z 2e92a82be6ac: Pull complete 2025-06-05T23:19:27.8489042Z 09dac94eaf91: Pull complete 2025-06-05T23:19:34.7747499Z e86add187a69: Pull complete 2025-06-05T23:19:34.8197130Z dec0deaa1ed5: Pull complete 2025-06-05T23:19:42.7791225Z 2d317a84d3a2: Pull complete 2025-06-05T23:19:42.9737055Z e8c9ad02b518: Pull complete 2025-06-05T23:19:43.3075489Z ca22a013d303: Pull complete 2025-06-05T23:19:43.4029192Z 4f4fb700ef54: Pull complete 2025-06-05T23:19:43.4549389Z 7a90434c2919: Pull complete 2025-06-05T23:19:43.4857020Z c2b62aa0dc26: Pull complete 2025-06-05T23:19:43.5561742Z fa91738771aa: Pull complete 2025-06-05T23:19:43.5760936Z Digest: sha256:7e1783dcb1f1e2cd2c9de40793b54670901c31f2bd82ded9e3245b8c7fc8e335 2025-06-05T23:19:43.5809361Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:43.5886345Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:43.5928376Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:43.5929567Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:43.5937539Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:19:43.5937915Z env: 2025-06-05T23:19:43.5938171Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:19:43.5938498Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:43.5938846Z PR_NUMBER: 2025-06-05T23:19:43.5939941Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:19:43.5941300Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:43.5941859Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:43.5942392Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:43.5942768Z ##[endgroup] 2025-06-05T23:19:43.6039241Z ##[group]Run set -ex 2025-06-05T23:19:43.6039524Z set -ex 2025-06-05T23:19:43.6039736Z { 2025-06-05T23:19:43.6039945Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:19:43.6040260Z  echo "set -eou pipefail"; 2025-06-05T23:19:43.6040557Z  # shellcheck disable=SC2016 2025-06-05T23:19:43.6040886Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:19:43.6041199Z  echo "set -x"; 2025-06-05T23:19:43.6041459Z  echo "${SCRIPT}"; 2025-06-05T23:19:43.6041724Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:43.6042052Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:43.6042760Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:19:43.6048567Z shell: /usr/bin/bash -e {0} 2025-06-05T23:19:43.6048830Z env: 2025-06-05T23:19:43.6049496Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:43.6050235Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:43.6050514Z PR_NUMBER: 2025-06-05T23:19:43.6051714Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:19:43.6053011Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:43.6053659Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:43.6054186Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:43.6054913Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:19:43.6055217Z ##[endgroup] 2025-06-05T23:19:43.6077581Z + echo '#!/usr/bin/env bash' 2025-06-05T23:19:43.6078164Z + echo 'set -eou pipefail' 2025-06-05T23:19:43.6078442Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:19:43.6078741Z + echo 'set -x' 2025-06-05T23:19:43.6079106Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:19:43.6081106Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:19:43.6081844Z conda activate "${CONDA_ENV}" 2025-06-05T23:19:43.6082069Z 2025-06-05T23:19:43.6082261Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh 2025-06-05T23:19:43.6082734Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:19:43.6083083Z ' 2025-06-05T23:19:43.6083371Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:19:43.6088750Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:20:05.3188938Z Running command: 2025-06-05T23:20:05.3197667Z 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_15475023378" `# 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_0133a991-6632-4dc8-b7d5-0c925ce819ed":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_0133a991-6632-4dc8-b7d5-0c925ce819ed" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:20:05.3203685Z 2025-06-05T23:20:05.3204023Z b9e9ff0c503e766d6358b05c995fb6feee0c9ee75438f708e7f9fcea4f7457e0 2025-06-05T23:20:05.3204709Z Running command: docker exec -t b9e9ff0c503e766d6358b05c995fb6feee0c9ee75438f708e7f9fcea4f7457e0 /exec 2025-06-05T23:20:05.3205284Z ++ conda env list --json 2025-06-05T23:20:05.3205519Z ++ local cmd=env 2025-06-05T23:20:05.3205734Z ++ case "$cmd" in 2025-06-05T23:20:05.3205958Z ++ __conda_exe env list --json 2025-06-05T23:20:05.3206231Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:20:05.3206497Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:20:05.3206800Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:20:05.3207109Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3207395Z + local cmd=activate 2025-06-05T23:20:05.3207644Z + case "$cmd" in 2025-06-05T23:20:05.3208079Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3208466Z + '[' -n '' ']' 2025-06-05T23:20:05.3208671Z + local ask_conda 2025-06-05T23:20:05.3208893Z ++ PS1='(base) ' 2025-06-05T23:20:05.3209250Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3209736Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3210146Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:20:05.3211017Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:20:05.3211922Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:20:05.3212269Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:20:05.3212541Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:20:05.3212878Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:20:05.3213312Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:20:05.3213635Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:20:05.3213954Z export _CE_M='\'''\'' 2025-06-05T23:20:05.3214182Z export _CE_CONDA='\'''\'' 2025-06-05T23:20:05.3214497Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:20:05.3214842Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:20:05.3215673Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:20:05.3216561Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:20:05.3217023Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:20:05.3217310Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:20:05.3217639Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:20:05.3217986Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:20:05.3218358Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:20:05.3218838Z export _CE_M='\'''\'' 2025-06-05T23:20:05.3219116Z export _CE_CONDA='\'''\'' 2025-06-05T23:20:05.3219429Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:20:05.3219762Z ++ PS1='(py_3.10) ' 2025-06-05T23:20:05.3220539Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:20:05.3221897Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:20:05.3222841Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:20:05.3223188Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:20:05.3223474Z ++ export CONDA_SHLVL=2 2025-06-05T23:20:05.3223713Z ++ CONDA_SHLVL=2 2025-06-05T23:20:05.3223934Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:20:05.3224232Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:20:05.3224527Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:20:05.3224847Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:20:05.3225150Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:20:05.3225429Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:20:05.3225710Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:20:05.3226003Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:20:05.3226271Z ++ export _CE_M= 2025-06-05T23:20:05.3226470Z ++ _CE_M= 2025-06-05T23:20:05.3226669Z ++ export _CE_CONDA= 2025-06-05T23:20:05.3226884Z ++ _CE_CONDA= 2025-06-05T23:20:05.3227134Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:20:05.3227486Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:20:05.3227777Z + __conda_hashr 2025-06-05T23:20:05.3227994Z + '[' -n '' ']' 2025-06-05T23:20:05.3228193Z + '[' -n '' ']' 2025-06-05T23:20:05.3228397Z + hash -r 2025-06-05T23:20:05.3228806Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:05.3229097Z + bash .ci/scripts/setup-openvino.sh 2025-06-05T23:20:05.3229467Z ++ dirname .ci/scripts/setup-openvino.sh 2025-06-05T23:20:05.3229944Z + source .ci/scripts/utils.sh 2025-06-05T23:20:05.3230357Z + git clone https://github.com/openvinotoolkit/openvino.git 2025-06-05T23:20:05.3230750Z Cloning into 'openvino'... 2025-06-05T23:20:05.3231264Z remote: Enumerating objects: 579222 2025-06-05T23:20:05.3231637Z remote: Enumerating objects: 579777, done. 2025-06-05T23:20:05.3232024Z remote: Counting objects: 0% (1/555) 2025-06-05T23:20:05.3232380Z remote: Counting objects: 1% (6/555) 2025-06-05T23:20:05.3232751Z remote: Counting objects: 2% (12/555) 2025-06-05T23:20:05.3233109Z remote: Counting objects: 3% (17/555) 2025-06-05T23:20:05.3233497Z remote: Counting objects: 4% (23/555) 2025-06-05T23:20:05.3233850Z remote: Counting objects: 5% (28/555) 2025-06-05T23:20:05.3234214Z remote: Counting objects: 6% (34/555) 2025-06-05T23:20:05.3234565Z remote: Counting objects: 7% (39/555) 2025-06-05T23:20:05.3234935Z remote: Counting objects: 8% (45/555) 2025-06-05T23:20:05.3235301Z remote: Counting objects: 9% (50/555) 2025-06-05T23:20:05.3235655Z remote: Counting objects: 10% (56/555) 2025-06-05T23:20:05.3236024Z remote: Counting objects: 11% (62/555) 2025-06-05T23:20:05.3236377Z remote: Counting objects: 12% (67/555) 2025-06-05T23:20:05.3236738Z remote: Counting objects: 13% (73/555) 2025-06-05T23:20:05.3237090Z remote: Counting objects: 14% (78/555) 2025-06-05T23:20:05.3237454Z remote: Counting objects: 15% (84/555) 2025-06-05T23:20:05.3237803Z remote: Counting objects: 16% (89/555) 2025-06-05T23:20:05.3238167Z remote: Counting objects: 17% (95/555) 2025-06-05T23:20:05.3238696Z remote: Counting objects: 18% (100/555) 2025-06-05T23:20:05.3239059Z remote: Counting objects: 19% (106/555) 2025-06-05T23:20:05.3239434Z remote: Counting objects: 20% (111/555) 2025-06-05T23:20:05.3239792Z remote: Counting objects: 21% (117/555) 2025-06-05T23:20:05.3240162Z remote: Counting objects: 22% (123/555) 2025-06-05T23:20:05.3240520Z remote: Counting objects: 23% (128/555) 2025-06-05T23:20:05.3240893Z remote: Counting objects: 24% (134/555) 2025-06-05T23:20:05.3241251Z remote: Counting objects: 25% (139/555) 2025-06-05T23:20:05.3241622Z remote: Counting objects: 26% (145/555) 2025-06-05T23:20:05.3241994Z remote: Counting objects: 27% (150/555) 2025-06-05T23:20:05.3242352Z remote: Counting objects: 28% (156/555) 2025-06-05T23:20:05.3242721Z remote: Counting objects: 29% (161/555) 2025-06-05T23:20:05.3243077Z remote: Counting objects: 30% (167/555) 2025-06-05T23:20:05.3243446Z remote: Counting objects: 31% (173/555) 2025-06-05T23:20:05.3243895Z remote: Counting objects: 32% (178/555) 2025-06-05T23:20:05.3244268Z remote: Counting objects: 33% (184/555) 2025-06-05T23:20:05.3244881Z remote: Counting objects: 34% (189/555) 2025-06-05T23:20:05.3245310Z remote: Counting objects: 35% (195/555) 2025-06-05T23:20:05.3245682Z remote: Counting objects: 36% (200/555) 2025-06-05T23:20:05.3246043Z remote: Counting objects: 37% (206/555) 2025-06-05T23:20:05.3246416Z remote: Counting objects: 38% (211/555) 2025-06-05T23:20:05.3246779Z remote: Counting objects: 39% (217/555) 2025-06-05T23:20:05.3247150Z remote: Counting objects: 40% (222/555) 2025-06-05T23:20:05.3247508Z remote: Counting objects: 41% (228/555) 2025-06-05T23:20:05.3247877Z remote: Counting objects: 42% (234/555) 2025-06-05T23:20:05.3248237Z remote: Counting objects: 43% (239/555) 2025-06-05T23:20:05.3248605Z remote: Counting objects: 44% (245/555) 2025-06-05T23:20:05.3248972Z remote: Counting objects: 45% (250/555) 2025-06-05T23:20:05.3249338Z remote: Counting objects: 46% (256/555) 2025-06-05T23:20:05.3249706Z remote: Counting objects: 47% (261/555) 2025-06-05T23:20:05.3250063Z remote: Counting objects: 48% (267/555) 2025-06-05T23:20:05.3250429Z remote: Counting objects: 49% (272/555) 2025-06-05T23:20:05.3250784Z remote: Counting objects: 50% (278/555) 2025-06-05T23:20:05.3251152Z remote: Counting objects: 51% (284/555) 2025-06-05T23:20:05.3251508Z remote: Counting objects: 52% (289/555) 2025-06-05T23:20:05.3251874Z remote: Counting objects: 53% (295/555) 2025-06-05T23:20:05.3252243Z remote: Counting objects: 54% (300/555) 2025-06-05T23:20:05.3252598Z remote: Counting objects: 55% (306/555) 2025-06-05T23:20:05.3252964Z remote: Counting objects: 56% (311/555) 2025-06-05T23:20:05.3253397Z remote: Counting objects: 57% (317/555) 2025-06-05T23:20:05.3253770Z remote: Counting objects: 58% (322/555) 2025-06-05T23:20:05.3254125Z remote: Counting objects: 59% (328/555) 2025-06-05T23:20:05.3254504Z remote: Counting objects: 60% (333/555) 2025-06-05T23:20:05.3254861Z remote: Counting objects: 61% (339/555) 2025-06-05T23:20:05.3255231Z remote: Counting objects: 62% (345/555) 2025-06-05T23:20:05.3255596Z remote: Counting objects: 63% (350/555) 2025-06-05T23:20:05.3255952Z remote: Counting objects: 64% (356/555) 2025-06-05T23:20:05.3256319Z remote: Counting objects: 65% (361/555) 2025-06-05T23:20:05.3256675Z remote: Counting objects: 66% (367/555) 2025-06-05T23:20:05.3257041Z remote: Counting objects: 67% (372/555) 2025-06-05T23:20:05.3257396Z remote: Counting objects: 68% (378/555) 2025-06-05T23:20:05.3257764Z remote: Counting objects: 69% (383/555) 2025-06-05T23:20:05.3258336Z remote: Counting objects: 70% (389/555) 2025-06-05T23:20:05.3258770Z remote: Counting objects: 71% (395/555) 2025-06-05T23:20:05.3259144Z remote: Counting objects: 72% (400/555) 2025-06-05T23:20:05.3259499Z remote: Counting objects: 73% (406/555) 2025-06-05T23:20:05.3259883Z remote: Counting objects: 74% (411/555) 2025-06-05T23:20:05.3260361Z remote: Counting objects: 75% (417/555) 2025-06-05T23:20:05.3260733Z remote: Counting objects: 76% (422/555) 2025-06-05T23:20:16.6305103Z remote: Counting objects: 77% (428/555) 2025-06-05T23:20:16.6305638Z remote: Counting objects: 78% (433/555) 2025-06-05T23:20:16.6306147Z remote: Counting objects: 79% (439/555) 2025-06-05T23:20:16.6306641Z remote: Counting objects: 80% (444/555) 2025-06-05T23:20:16.6307290Z remote: Counting objects: 81% (450/555) 2025-06-05T23:20:16.6307822Z remote: Counting objects: 82% (456/555) 2025-06-05T23:20:16.6308375Z remote: Counting objects: 83% (461/555) 2025-06-05T23:20:16.6308922Z remote: Counting objects: 84% (467/555) 2025-06-05T23:20:16.6309456Z remote: Counting objects: 85% (472/555) 2025-06-05T23:20:16.6309949Z remote: Counting objects: 86% (478/555) 2025-06-05T23:20:16.6310394Z remote: Counting objects: 87% (483/555) 2025-06-05T23:20:16.6311021Z remote: Counting objects: 88% (489/555) 2025-06-05T23:20:16.6311478Z remote: Counting objects: 89% (494/555) 2025-06-05T23:20:16.6311855Z remote: Counting objects: 90% (500/555) 2025-06-05T23:20:16.6312214Z remote: Counting objects: 91% (506/555) 2025-06-05T23:20:16.6312591Z remote: Counting objects: 92% (511/555) 2025-06-05T23:20:16.6312949Z remote: Counting objects: 93% (517/555) 2025-06-05T23:20:16.6313323Z remote: Counting objects: 94% (522/555) 2025-06-05T23:20:16.6313684Z remote: Counting objects: 95% (528/555) 2025-06-05T23:20:16.6314058Z remote: Counting objects: 96% (533/555) 2025-06-05T23:20:16.6314458Z remote: Counting objects: 97% (539/555) 2025-06-05T23:20:16.6314823Z remote: Counting objects: 98% (544/555) 2025-06-05T23:20:16.6315198Z remote: Counting objects: 99% (550/555) 2025-06-05T23:20:16.6315561Z remote: Counting objects: 100% (555/555) 2025-06-05T23:20:16.6315970Z remote: Counting objects: 100% (555/555), done. 2025-06-05T23:20:16.6316389Z remote: Compressing objects: 0% (1/437) 2025-06-05T23:20:16.6316784Z remote: Compressing objects: 1% (5/437) 2025-06-05T23:20:16.6317167Z remote: Compressing objects: 2% (9/437) 2025-06-05T23:20:16.6317561Z remote: Compressing objects: 3% (14/437) 2025-06-05T23:20:16.6317984Z remote: Compressing objects: 4% (18/437) 2025-06-05T23:20:16.6318363Z remote: Compressing objects: 5% (22/437) 2025-06-05T23:20:16.6318758Z remote: Compressing objects: 6% (27/437) 2025-06-05T23:20:16.6319132Z remote: Compressing objects: 7% (31/437) 2025-06-05T23:20:16.6319523Z remote: Compressing objects: 8% (35/437) 2025-06-05T23:20:16.6319901Z remote: Compressing objects: 9% (40/437) 2025-06-05T23:20:16.6320291Z remote: Compressing objects: 10% (44/437) 2025-06-05T23:20:16.6320667Z remote: Compressing objects: 11% (49/437) 2025-06-05T23:20:16.6321079Z remote: Compressing objects: 12% (53/437) 2025-06-05T23:20:16.6321473Z remote: Compressing objects: 13% (57/437) 2025-06-05T23:20:16.6321860Z remote: Compressing objects: 14% (62/437) 2025-06-05T23:20:16.6322249Z remote: Compressing objects: 15% (66/437) 2025-06-05T23:20:16.6322625Z remote: Compressing objects: 16% (70/437) 2025-06-05T23:20:16.6323015Z remote: Compressing objects: 17% (75/437) 2025-06-05T23:20:16.6323394Z remote: Compressing objects: 18% (79/437) 2025-06-05T23:20:16.6323782Z remote: Compressing objects: 19% (84/437) 2025-06-05T23:20:16.6324160Z remote: Compressing objects: 20% (88/437) 2025-06-05T23:20:16.6324579Z remote: Compressing objects: 21% (92/437) 2025-06-05T23:20:16.6324970Z remote: Compressing objects: 22% (97/437) 2025-06-05T23:20:16.6325353Z remote: Compressing objects: 23% (101/437) 2025-06-05T23:20:16.6325757Z remote: Compressing objects: 24% (105/437) 2025-06-05T23:20:16.6326146Z remote: Compressing objects: 25% (110/437) 2025-06-05T23:20:16.6326544Z remote: Compressing objects: 26% (114/437) 2025-06-05T23:20:16.6326934Z remote: Compressing objects: 27% (118/437) 2025-06-05T23:20:16.6327476Z remote: Compressing objects: 28% (123/437) 2025-06-05T23:20:16.6327889Z remote: Compressing objects: 29% (127/437) 2025-06-05T23:20:16.6328287Z remote: Compressing objects: 30% (132/437) 2025-06-05T23:20:16.6328889Z remote: Compressing objects: 31% (136/437) 2025-06-05T23:20:16.6329284Z remote: Compressing objects: 32% (140/437) 2025-06-05T23:20:16.6329680Z remote: Compressing objects: 33% (145/437) 2025-06-05T23:20:16.6330066Z remote: Compressing objects: 34% (149/437) 2025-06-05T23:20:16.6330464Z remote: Compressing objects: 35% (153/437) 2025-06-05T23:20:16.6330853Z remote: Compressing objects: 36% (158/437) 2025-06-05T23:20:16.6331282Z remote: Compressing objects: 37% (162/437) 2025-06-05T23:20:16.6331672Z remote: Compressing objects: 38% (167/437) 2025-06-05T23:20:16.6332072Z remote: Compressing objects: 39% (171/437) 2025-06-05T23:20:16.6332472Z remote: Compressing objects: 40% (175/437) 2025-06-05T23:20:16.6332982Z remote: Compressing objects: 41% (180/437) 2025-06-05T23:20:16.6333486Z remote: Compressing objects: 42% (184/437) 2025-06-05T23:20:16.6333879Z remote: Compressing objects: 43% (188/437) 2025-06-05T23:20:16.6334282Z remote: Compressing objects: 44% (193/437) 2025-06-05T23:20:16.6334729Z remote: Compressing objects: 45% (197/437) 2025-06-05T23:20:16.6335170Z remote: Compressing objects: 46% (202/437) 2025-06-05T23:20:16.6335614Z remote: Compressing objects: 47% (206/437) 2025-06-05T23:20:16.6336022Z remote: Compressing objects: 48% (210/437) 2025-06-05T23:20:16.6336480Z remote: Compressing objects: 49% (215/437) 2025-06-05T23:20:16.6336866Z remote: Compressing objects: 50% (219/437) 2025-06-05T23:20:16.6337325Z remote: Compressing objects: 51% (223/437) 2025-06-05T23:20:16.6337713Z remote: Compressing objects: 52% (228/437) 2025-06-05T23:20:16.6338202Z remote: Compressing objects: 53% (232/437) 2025-06-05T23:20:16.6338657Z remote: Compressing objects: 54% (236/437) 2025-06-05T23:20:16.6339075Z remote: Compressing objects: 55% (241/437) 2025-06-05T23:20:16.6339518Z remote: Compressing objects: 56% (245/437) 2025-06-05T23:20:16.6339919Z remote: Compressing objects: 57% (250/437) 2025-06-05T23:20:16.6340366Z remote: Compressing objects: 58% (254/437) 2025-06-05T23:20:16.6340755Z remote: Compressing objects: 59% (258/437) 2025-06-05T23:20:16.6341177Z remote: Compressing objects: 60% (263/437) 2025-06-05T23:20:16.6341565Z remote: Compressing objects: 61% (267/437) 2025-06-05T23:20:16.6342024Z remote: Compressing objects: 62% (271/437) 2025-06-05T23:20:16.6342406Z remote: Compressing objects: 63% (276/437) 2025-06-05T23:20:16.6342802Z remote: Compressing objects: 64% (280/437) 2025-06-05T23:20:16.6343186Z remote: Compressing objects: 65% (285/437) 2025-06-05T23:20:16.6343581Z remote: Compressing objects: 66% (289/437) 2025-06-05T23:20:16.6344034Z remote: Compressing objects: 67% (293/437) 2025-06-05T23:20:16.6344429Z remote: Compressing objects: 68% (298/437) 2025-06-05T23:20:16.6344854Z remote: Compressing objects: 69% (302/437) 2025-06-05T23:20:16.6345241Z remote: Compressing objects: 70% (306/437) 2025-06-05T23:20:16.6345642Z remote: Compressing objects: 71% (311/437) 2025-06-05T23:20:16.6346027Z remote: Compressing objects: 72% (315/437) 2025-06-05T23:20:16.6346423Z remote: Compressing objects: 73% (320/437) 2025-06-05T23:20:16.6346811Z remote: Compressing objects: 74% (324/437) 2025-06-05T23:20:16.6347212Z remote: Compressing objects: 75% (328/437) 2025-06-05T23:20:16.6347662Z remote: Compressing objects: 76% (333/437) 2025-06-05T23:20:16.6348079Z remote: Compressing objects: 77% (337/437) 2025-06-05T23:20:16.6348478Z remote: Compressing objects: 78% (341/437) 2025-06-05T23:20:16.6348862Z remote: Compressing objects: 79% (346/437) 2025-06-05T23:20:16.6349260Z remote: Compressing objects: 80% (350/437) 2025-06-05T23:20:16.6375333Z remote: Compressing objects: 81% (354/437) 2025-06-05T23:20:16.6376115Z remote: Compressing objects: 82% (359/437) 2025-06-05T23:20:16.6376514Z remote: Compressing objects: 83% (363/437) 2025-06-05T23:20:16.6376924Z remote: Compressing objects: 84% (368/437) 2025-06-05T23:20:16.6377314Z remote: Compressing objects: 85% (372/437) 2025-06-05T23:20:16.6377717Z remote: Compressing objects: 86% (376/437) 2025-06-05T23:20:16.6378115Z remote: Compressing objects: 87% (381/437) 2025-06-05T23:20:16.6378517Z remote: Compressing objects: 88% (385/437) 2025-06-05T23:20:16.6378934Z remote: Compressing objects: 89% (389/437) 2025-06-05T23:20:16.6379321Z remote: Compressing objects: 90% (394/437) 2025-06-05T23:20:16.6379723Z remote: Compressing objects: 91% (398/437) 2025-06-05T23:20:16.6380106Z remote: Compressing objects: 92% (403/437) 2025-06-05T23:20:16.6380509Z remote: Compressing objects: 93% (407/437) 2025-06-05T23:20:16.6380979Z remote: Compressing objects: 94% (411/437) 2025-06-05T23:20:16.6381386Z remote: Compressing objects: 95% (416/437) 2025-06-05T23:20:16.6381820Z remote: Compressing objects: 96% (420/437) 2025-06-05T23:20:16.6382208Z remote: Compressing objects: 97% (424/437) 2025-06-05T23:20:16.6382609Z remote: Compressing objects: 98% (429/437) 2025-06-05T23:20:16.6382996Z remote: Compressing objects: 99% (433/437) 2025-06-05T23:20:16.6383398Z remote: Compressing objects: 100% (437/437) 2025-06-05T23:20:16.6383816Z remote: Compressing objects: 100% (437/437), done. 2025-06-05T23:20:16.6384175Z Receiving objects: 0% (1/579777) 2025-06-05T23:20:16.6384455Z Receiving objects: 1% (5798/579777) 2025-06-05T23:20:16.6384761Z Receiving objects: 2% (11596/579777) 2025-06-05T23:20:16.6385061Z Receiving objects: 3% (17394/579777) 2025-06-05T23:20:16.6385370Z Receiving objects: 4% (23192/579777) 2025-06-05T23:20:16.6385738Z Receiving objects: 5% (28989/579777), 21.03 MiB | 42.05 MiB/s 2025-06-05T23:20:16.6386174Z Receiving objects: 6% (34787/579777), 21.03 MiB | 42.05 MiB/s 2025-06-05T23:20:16.6386612Z Receiving objects: 7% (40585/579777), 21.03 MiB | 42.05 MiB/s 2025-06-05T23:20:16.6387032Z Receiving objects: 7% (41366/579777), 21.03 MiB | 42.05 MiB/s 2025-06-05T23:20:16.6387461Z Receiving objects: 8% (46383/579777), 37.21 MiB | 37.20 MiB/s 2025-06-05T23:20:16.6387876Z Receiving objects: 9% (52180/579777), 37.21 MiB | 37.20 MiB/s 2025-06-05T23:20:16.6388330Z Receiving objects: 10% (57978/579777), 59.66 MiB | 39.77 MiB/s 2025-06-05T23:20:16.6388762Z Receiving objects: 10% (59987/579777), 86.62 MiB | 43.31 MiB/s 2025-06-05T23:20:16.6389181Z Receiving objects: 11% (63776/579777), 86.62 MiB | 43.31 MiB/s 2025-06-05T23:20:16.6389616Z Receiving objects: 12% (69574/579777), 86.62 MiB | 43.31 MiB/s 2025-06-05T23:20:16.6390035Z Receiving objects: 13% (75372/579777), 86.62 MiB | 43.31 MiB/s 2025-06-05T23:20:16.6390472Z Receiving objects: 14% (81169/579777), 110.82 MiB | 44.32 MiB/s 2025-06-05T23:20:16.6390913Z Receiving objects: 15% (86967/579777), 110.82 MiB | 44.32 MiB/s 2025-06-05T23:20:16.6391360Z Receiving objects: 16% (92765/579777), 110.82 MiB | 44.32 MiB/s 2025-06-05T23:20:16.6391823Z Receiving objects: 16% (95205/579777), 110.82 MiB | 44.32 MiB/s 2025-06-05T23:20:16.6392258Z Receiving objects: 17% (98563/579777), 135.50 MiB | 45.17 MiB/s 2025-06-05T23:20:16.6392705Z Receiving objects: 18% (104360/579777), 135.50 MiB | 45.17 MiB/s 2025-06-05T23:20:16.6393142Z Receiving objects: 19% (110158/579777), 135.50 MiB | 45.17 MiB/s 2025-06-05T23:20:16.6393591Z Receiving objects: 20% (115956/579777), 162.85 MiB | 46.53 MiB/s 2025-06-05T23:20:16.6394019Z Receiving objects: 20% (116998/579777), 192.46 MiB | 48.11 MiB/s 2025-06-05T23:20:16.6394540Z Receiving objects: 21% (121754/579777), 221.10 MiB | 49.13 MiB/s 2025-06-05T23:20:16.6394989Z Receiving objects: 21% (122066/579777), 221.10 MiB | 49.13 MiB/s 2025-06-05T23:20:16.6395415Z Receiving objects: 22% (127551/579777), 280.88 MiB | 54.15 MiB/s 2025-06-05T23:20:16.6395891Z Receiving objects: 22% (130777/579777), 308.58 MiB | 55.31 MiB/s 2025-06-05T23:20:16.6396421Z Receiving objects: 22% (132861/579777), 351.25 MiB | 53.43 MiB/s 2025-06-05T23:20:16.6396866Z Receiving objects: 23% (133349/579777), 355.29 MiB | 48.84 MiB/s 2025-06-05T23:20:16.6397300Z Receiving objects: 24% (139147/579777), 355.29 MiB | 48.84 MiB/s 2025-06-05T23:20:16.6397747Z Receiving objects: 24% (141394/579777), 377.39 MiB | 47.67 MiB/s 2025-06-05T23:20:16.6398196Z Receiving objects: 25% (144945/579777), 406.80 MiB | 47.63 MiB/s 2025-06-05T23:20:16.6398628Z Receiving objects: 25% (145135/579777), 414.20 MiB | 42.91 MiB/s 2025-06-05T23:20:16.6399099Z Receiving objects: 26% (150743/579777), 418.04 MiB | 37.11 MiB/s 2025-06-05T23:20:16.6399530Z Receiving objects: 26% (153479/579777), 443.97 MiB | 36.24 MiB/s 2025-06-05T23:20:30.9049804Z Receiving objects: 27% (156540/579777), 443.97 MiB | 36.24 MiB/s 2025-06-05T23:20:30.9050709Z Receiving objects: 27% (157422/579777), 471.46 MiB | 29.54 MiB/s 2025-06-05T23:20:30.9052076Z Receiving objects: 28% (162338/579777), 481.24 MiB | 28.89 MiB/s 2025-06-05T23:20:30.9052891Z Receiving objects: 29% (168136/579777), 481.24 MiB | 28.89 MiB/s 2025-06-05T23:20:30.9053844Z Receiving objects: 29% (170007/579777), 506.16 MiB | 33.53 MiB/s 2025-06-05T23:20:30.9054676Z Receiving objects: 29% (170127/579777), 524.32 MiB | 26.11 MiB/s 2025-06-05T23:20:30.9055487Z Receiving objects: 30% (173934/579777), 524.32 MiB | 26.11 MiB/s 2025-06-05T23:20:30.9056309Z Receiving objects: 31% (179731/579777), 544.48 MiB | 28.95 MiB/s 2025-06-05T23:20:30.9057126Z Receiving objects: 32% (185529/579777), 544.48 MiB | 28.95 MiB/s 2025-06-05T23:20:30.9057937Z Receiving objects: 33% (191327/579777), 544.48 MiB | 28.95 MiB/s 2025-06-05T23:20:30.9058774Z Receiving objects: 33% (194674/579777), 544.48 MiB | 28.95 MiB/s 2025-06-05T23:20:30.9059582Z Receiving objects: 34% (197125/579777), 570.12 MiB | 33.80 MiB/s 2025-06-05T23:20:30.9060420Z Receiving objects: 35% (202922/579777), 570.12 MiB | 33.80 MiB/s 2025-06-05T23:20:30.9061246Z Receiving objects: 36% (208720/579777), 570.12 MiB | 33.80 MiB/s 2025-06-05T23:20:30.9062061Z Receiving objects: 37% (214518/579777), 590.93 MiB | 32.66 MiB/s 2025-06-05T23:20:30.9062877Z Receiving objects: 37% (215794/579777), 600.11 MiB | 29.49 MiB/s 2025-06-05T23:20:30.9063671Z Receiving objects: 38% (220316/579777), 604.10 MiB | 29.48 MiB/s 2025-06-05T23:20:30.9064481Z Receiving objects: 39% (226114/579777), 604.10 MiB | 29.48 MiB/s 2025-06-05T23:20:30.9065291Z Receiving objects: 39% (228228/579777), 604.10 MiB | 29.48 MiB/s 2025-06-05T23:20:30.9066117Z Receiving objects: 40% (231911/579777), 623.94 MiB | 31.72 MiB/s 2025-06-05T23:20:30.9066892Z Receiving objects: 41% (237709/579777), 623.94 MiB | 31.72 MiB/s 2025-06-05T23:20:30.9067729Z Receiving objects: 42% (243507/579777), 623.94 MiB | 31.72 MiB/s 2025-06-05T23:20:30.9068483Z Receiving objects: 43% (249305/579777), 623.94 MiB | 31.72 MiB/s 2025-06-05T23:20:30.9069299Z Receiving objects: 44% (255102/579777), 639.52 MiB | 29.63 MiB/s 2025-06-05T23:20:30.9070117Z Receiving objects: 45% (260900/579777), 639.52 MiB | 29.63 MiB/s 2025-06-05T23:20:30.9070940Z Receiving objects: 45% (262458/579777), 643.53 MiB | 27.39 MiB/s 2025-06-05T23:20:30.9071763Z Receiving objects: 46% (266698/579777), 643.53 MiB | 27.39 MiB/s 2025-06-05T23:20:30.9072576Z Receiving objects: 47% (272496/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9073410Z Receiving objects: 48% (278293/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9074227Z Receiving objects: 49% (284091/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9075039Z Receiving objects: 50% (289889/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9075865Z Receiving objects: 51% (295687/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9076693Z Receiving objects: 52% (301485/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9077506Z Receiving objects: 52% (303225/579777), 658.88 MiB | 29.91 MiB/s 2025-06-05T23:20:30.9078338Z Receiving objects: 53% (307282/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9079410Z Receiving objects: 54% (313080/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9080229Z Receiving objects: 55% (318878/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9081035Z Receiving objects: 56% (324676/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9081854Z Receiving objects: 57% (330473/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9082656Z Receiving objects: 58% (336271/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9083473Z Receiving objects: 59% (342069/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9084282Z Receiving objects: 60% (347867/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9085101Z Receiving objects: 61% (353664/579777), 688.47 MiB | 32.00 MiB/s 2025-06-05T23:20:30.9085932Z Receiving objects: 62% (359462/579777), 713.32 MiB | 31.82 MiB/s 2025-06-05T23:20:30.9086763Z Receiving objects: 63% (365260/579777), 713.32 MiB | 31.82 MiB/s 2025-06-05T23:20:30.9087720Z Receiving objects: 64% (371058/579777), 713.32 MiB | 31.82 MiB/s 2025-06-05T23:20:30.9088554Z Receiving objects: 64% (371317/579777), 713.32 MiB | 31.82 MiB/s 2025-06-05T23:20:30.9089361Z Receiving objects: 65% (376856/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9090197Z Receiving objects: 66% (382653/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9091044Z Receiving objects: 67% (388451/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9091880Z Receiving objects: 68% (394249/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9092699Z Receiving objects: 69% (400047/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9093618Z Receiving objects: 70% (405844/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9094436Z Receiving objects: 71% (411642/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9095251Z Receiving objects: 72% (417440/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9096061Z Receiving objects: 73% (423238/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9096913Z Receiving objects: 74% (429035/579777), 740.98 MiB | 33.35 MiB/s 2025-06-05T23:20:30.9097748Z Receiving objects: 75% (434833/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9098562Z Receiving objects: 76% (440631/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9099399Z Receiving objects: 77% (446429/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9100222Z Receiving objects: 78% (452227/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9101054Z Receiving objects: 79% (458024/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9101863Z Receiving objects: 80% (463822/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9102702Z Receiving objects: 81% (469620/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9103527Z Receiving objects: 82% (475418/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9104363Z Receiving objects: 82% (476270/579777), 767.36 MiB | 37.17 MiB/s 2025-06-05T23:20:30.9105207Z Receiving objects: 83% (481215/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9106035Z Receiving objects: 84% (487013/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9106859Z Receiving objects: 85% (492811/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9107677Z Receiving objects: 86% (498609/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9108481Z Receiving objects: 87% (504406/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9109295Z Receiving objects: 88% (510204/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9110089Z Receiving objects: 89% (516002/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9110899Z Receiving objects: 90% (521800/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9111699Z Receiving objects: 91% (527598/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9112520Z Receiving objects: 92% (533395/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9113310Z Receiving objects: 93% (539193/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9114144Z Receiving objects: 94% (544991/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9115117Z Receiving objects: 95% (550789/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9115916Z Receiving objects: 96% (556586/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9116734Z Receiving objects: 97% (562384/579777), 791.45 MiB | 41.63 MiB/s 2025-06-05T23:20:30.9117562Z Receiving objects: 98% (568182/579777), 817.17 MiB | 42.94 MiB/s 2025-06-05T23:20:30.9118398Z Receiving objects: 98% (570040/579777), 817.17 MiB | 42.94 MiB/s 2025-06-05T23:20:30.9119212Z Receiving objects: 98% (570138/579777), 841.82 MiB | 44.06 MiB/s 2025-06-05T23:20:30.9120056Z Receiving objects: 99% (573980/579777), 860.05 MiB | 44.70 MiB/s 2025-06-05T23:20:30.9121440Z remote: Total 579777 (delta 282), reused 118 (delta 118), pack-reused 579222 (from 2) 2025-06-05T23:20:30.9122448Z Receiving objects: 100% (579777/579777), 860.05 MiB | 44.70 MiB/s 2025-06-05T23:20:30.9123348Z Receiving objects: 100% (579777/579777), 866.84 MiB | 39.13 MiB/s, done. 2025-06-05T23:20:30.9124194Z Resolving deltas: 0% (0/446820) 2025-06-05T23:20:30.9124717Z Resolving deltas: 1% (4469/446820) 2025-06-05T23:20:30.9125241Z Resolving deltas: 2% (8937/446820) 2025-06-05T23:20:30.9125771Z Resolving deltas: 3% (13405/446820) 2025-06-05T23:20:30.9126299Z Resolving deltas: 4% (17873/446820) 2025-06-05T23:20:30.9126838Z Resolving deltas: 5% (22341/446820) 2025-06-05T23:20:30.9127367Z Resolving deltas: 6% (26810/446820) 2025-06-05T23:20:30.9127900Z Resolving deltas: 7% (31278/446820) 2025-06-05T23:20:30.9128411Z Resolving deltas: 8% (35746/446820) 2025-06-05T23:20:30.9129195Z Resolving deltas: 9% (40214/446820) 2025-06-05T23:20:30.9129709Z Resolving deltas: 10% (44682/446820) 2025-06-05T23:20:30.9130222Z Resolving deltas: 11% (49151/446820) 2025-06-05T23:20:30.9130732Z Resolving deltas: 12% (53619/446820) 2025-06-05T23:20:30.9131246Z Resolving deltas: 13% (58087/446820) 2025-06-05T23:20:30.9131734Z Resolving deltas: 14% (62555/446820) 2025-06-05T23:20:30.9132258Z Resolving deltas: 15% (67023/446820) 2025-06-05T23:20:30.9132785Z Resolving deltas: 16% (71492/446820) 2025-06-05T23:20:30.9133372Z Resolving deltas: 16% (74399/446820) 2025-06-05T23:20:30.9133900Z Resolving deltas: 17% (75960/446820) 2025-06-05T23:20:30.9134416Z Resolving deltas: 18% (80428/446820) 2025-06-05T23:20:30.9134943Z Resolving deltas: 19% (84896/446820) 2025-06-05T23:20:30.9135451Z Resolving deltas: 20% (89364/446820) 2025-06-05T23:20:30.9135966Z Resolving deltas: 21% (93833/446820) 2025-06-05T23:20:30.9136441Z Resolving deltas: 22% (98301/446820) 2025-06-05T23:20:30.9136932Z Resolving deltas: 23% (102769/446820) 2025-06-05T23:20:30.9137413Z Resolving deltas: 24% (107237/446820) 2025-06-05T23:20:30.9137920Z Resolving deltas: 25% (111705/446820) 2025-06-05T23:20:30.9138420Z Resolving deltas: 26% (116174/446820) 2025-06-05T23:20:30.9138899Z Resolving deltas: 27% (120642/446820) 2025-06-05T23:20:30.9139388Z Resolving deltas: 28% (125110/446820) 2025-06-05T23:20:30.9139864Z Resolving deltas: 29% (129578/446820) 2025-06-05T23:20:30.9140360Z Resolving deltas: 30% (134046/446820) 2025-06-05T23:20:30.9140860Z Resolving deltas: 31% (138515/446820) 2025-06-05T23:20:30.9141335Z Resolving deltas: 32% (142983/446820) 2025-06-05T23:20:30.9141843Z Resolving deltas: 33% (147451/446820) 2025-06-05T23:20:30.9142359Z Resolving deltas: 33% (150090/446820) 2025-06-05T23:20:30.9142878Z Resolving deltas: 34% (151919/446820) 2025-06-05T23:20:30.9143384Z Resolving deltas: 35% (156387/446820) 2025-06-05T23:20:30.9143894Z Resolving deltas: 36% (160856/446820) 2025-06-05T23:20:30.9144411Z Resolving deltas: 37% (165324/446820) 2025-06-05T23:20:30.9144939Z Resolving deltas: 38% (169792/446820) 2025-06-05T23:20:30.9145452Z Resolving deltas: 39% (174260/446820) 2025-06-05T23:20:30.9145956Z Resolving deltas: 40% (178728/446820) 2025-06-05T23:20:30.9146453Z Resolving deltas: 41% (183197/446820) 2025-06-05T23:20:30.9146979Z Resolving deltas: 42% (187665/446820) 2025-06-05T23:20:30.9147506Z Resolving deltas: 43% (192133/446820) 2025-06-05T23:20:30.9148237Z Resolving deltas: 44% (196601/446820) 2025-06-05T23:20:30.9148775Z Resolving deltas: 45% (201069/446820) 2025-06-05T23:20:30.9149294Z Resolving deltas: 46% (205538/446820) 2025-06-05T23:20:30.9149796Z Resolving deltas: 47% (210006/446820) 2025-06-05T23:20:30.9150238Z Resolving deltas: 48% (214474/446820) 2025-06-05T23:20:30.9150736Z Resolving deltas: 49% (218942/446820) 2025-06-05T23:20:30.9151207Z Resolving deltas: 50% (223410/446820) 2025-06-05T23:20:30.9151727Z Resolving deltas: 51% (227879/446820) 2025-06-05T23:20:30.9152247Z Resolving deltas: 52% (232347/446820) 2025-06-05T23:20:30.9152790Z Resolving deltas: 53% (236815/446820) 2025-06-05T23:20:30.9153315Z Resolving deltas: 54% (241283/446820) 2025-06-05T23:20:30.9153833Z Resolving deltas: 55% (245751/446820) 2025-06-05T23:20:30.9154343Z Resolving deltas: 56% (250220/446820) 2025-06-05T23:20:30.9154830Z Resolving deltas: 56% (253529/446820) 2025-06-05T23:20:30.9155495Z Resolving deltas: 57% (254688/446820) 2025-06-05T23:22:17.0263088Z Resolving deltas: 58% (259156/446820) 2025-06-05T23:22:17.0263630Z Resolving deltas: 59% (263624/446820) 2025-06-05T23:22:17.0264055Z Resolving deltas: 60% (268092/446820) 2025-06-05T23:22:17.0264508Z Resolving deltas: 61% (272561/446820) 2025-06-05T23:22:17.0264864Z Resolving deltas: 62% (277029/446820) 2025-06-05T23:22:17.0265144Z Resolving deltas: 63% (281497/446820) 2025-06-05T23:22:17.0265439Z Resolving deltas: 64% (285965/446820) 2025-06-05T23:22:17.0265771Z Resolving deltas: 65% (290433/446820) 2025-06-05T23:22:17.0266072Z Resolving deltas: 66% (294902/446820) 2025-06-05T23:22:17.0266466Z Resolving deltas: 67% (299370/446820) 2025-06-05T23:22:17.0266763Z Resolving deltas: 68% (303838/446820) 2025-06-05T23:22:17.0267122Z Resolving deltas: 69% (308306/446820) 2025-06-05T23:22:17.0267403Z Resolving deltas: 70% (312774/446820) 2025-06-05T23:22:17.0267702Z Resolving deltas: 71% (317243/446820) 2025-06-05T23:22:17.0268067Z Resolving deltas: 72% (321711/446820) 2025-06-05T23:22:17.0268371Z Resolving deltas: 73% (326179/446820) 2025-06-05T23:22:17.0268786Z Resolving deltas: 74% (330647/446820) 2025-06-05T23:22:17.0269081Z Resolving deltas: 75% (335115/446820) 2025-06-05T23:22:17.0269416Z Resolving deltas: 76% (339584/446820) 2025-06-05T23:22:17.0269710Z Resolving deltas: 77% (344052/446820) 2025-06-05T23:22:17.0270005Z Resolving deltas: 78% (348520/446820) 2025-06-05T23:22:17.0270338Z Resolving deltas: 79% (352988/446820) 2025-06-05T23:22:17.0270629Z Resolving deltas: 80% (357456/446820) 2025-06-05T23:22:17.0270961Z Resolving deltas: 81% (361925/446820) 2025-06-05T23:22:17.0271255Z Resolving deltas: 82% (366393/446820) 2025-06-05T23:22:17.0271545Z Resolving deltas: 82% (366680/446820) 2025-06-05T23:22:17.0271887Z Resolving deltas: 83% (370861/446820) 2025-06-05T23:22:17.0272166Z Resolving deltas: 84% (375329/446820) 2025-06-05T23:22:17.0272512Z Resolving deltas: 85% (379798/446820) 2025-06-05T23:22:17.0272802Z Resolving deltas: 86% (384266/446820) 2025-06-05T23:22:17.0273140Z Resolving deltas: 87% (388734/446820) 2025-06-05T23:22:17.0273454Z Resolving deltas: 88% (393202/446820) 2025-06-05T23:22:17.0273735Z Resolving deltas: 89% (397670/446820) 2025-06-05T23:22:17.0274080Z Resolving deltas: 90% (402138/446820) 2025-06-05T23:22:17.0274361Z Resolving deltas: 91% (406607/446820) 2025-06-05T23:22:17.0274698Z Resolving deltas: 92% (411075/446820) 2025-06-05T23:22:17.0274989Z Resolving deltas: 93% (415543/446820) 2025-06-05T23:22:17.0275282Z Resolving deltas: 94% (420011/446820) 2025-06-05T23:22:17.0275618Z Resolving deltas: 95% (424479/446820) 2025-06-05T23:22:17.0275910Z Resolving deltas: 96% (428948/446820) 2025-06-05T23:22:17.0276256Z Resolving deltas: 97% (433416/446820) 2025-06-05T23:22:17.0276536Z Resolving deltas: 98% (437884/446820) 2025-06-05T23:22:17.0276825Z Resolving deltas: 99% (442352/446820) 2025-06-05T23:22:17.0277158Z Resolving deltas: 100% (446820/446820) 2025-06-05T23:22:17.0277476Z Resolving deltas: 100% (446820/446820), done. 2025-06-05T23:22:17.0278077Z Updating files: 92% (14720/15857) 2025-06-05T23:22:17.0278367Z Updating files: 93% (14748/15857) 2025-06-05T23:22:17.0278694Z Updating files: 94% (14906/15857) 2025-06-05T23:22:17.0278972Z Updating files: 95% (15065/15857) 2025-06-05T23:22:17.0279269Z Updating files: 96% (15223/15857) 2025-06-05T23:22:17.0279563Z Updating files: 97% (15382/15857) 2025-06-05T23:22:17.0279839Z Updating files: 98% (15540/15857) 2025-06-05T23:22:17.0280154Z Updating files: 99% (15699/15857) 2025-06-05T23:22:17.0280429Z Updating files: 100% (15857/15857) 2025-06-05T23:22:17.0280700Z Updating files: 100% (15857/15857), done. 2025-06-05T23:22:17.0281049Z + cd openvino 2025-06-05T23:22:17.0281264Z + git checkout releases/2025/1 2025-06-05T23:22:17.0281751Z Branch 'releases/2025/1' set up to track remote branch 'releases/2025/1' from 'origin'. 2025-06-05T23:22:17.0282225Z Switched to a new branch 'releases/2025/1' 2025-06-05T23:22:17.0282625Z + git submodule update --init --recursive 2025-06-05T23:22:17.0283455Z Submodule 'ncc' (https://github.com/nithinn/ncc.git) registered for path 'cmake/developer_package/ncc_naming_style/ncc' 2025-06-05T23:22:17.0284685Z Submodule 'src/bindings/python/thirdparty/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'src/bindings/python/thirdparty/pybind11' 2025-06-05T23:22:17.0286062Z Submodule 'ARMComputeLibrary' (https://github.com/ARM-software/ComputeLibrary.git) registered for path 'src/plugins/intel_cpu/thirdparty/ComputeLibrary' 2025-06-05T23:22:17.0287481Z Submodule 'src/plugins/intel_cpu/thirdparty/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'src/plugins/intel_cpu/thirdparty/kleidiai' 2025-06-05T23:22:17.0288917Z Submodule 'src/plugins/intel_cpu/thirdparty/libxsmm' (https://github.com/libxsmm/libxsmm.git) registered for path 'src/plugins/intel_cpu/thirdparty/libxsmm' 2025-06-05T23:22:17.0290321Z Submodule 'src/plugins/intel_cpu/thirdparty/mlas' (https://github.com/openvinotoolkit/mlas.git) registered for path 'src/plugins/intel_cpu/thirdparty/mlas' 2025-06-05T23:22:17.0291743Z Submodule 'src/plugins/intel_cpu/thirdparty/onednn' (https://github.com/openvinotoolkit/oneDNN.git) registered for path 'src/plugins/intel_cpu/thirdparty/onednn' 2025-06-05T23:22:17.0293223Z Submodule 'src/plugins/intel_cpu/thirdparty/shl' (https://github.com/openvinotoolkit/shl.git) registered for path 'src/plugins/intel_cpu/thirdparty/shl' 2025-06-05T23:22:17.0294638Z Submodule 'src/plugins/intel_cpu/thirdparty/xbyak_riscv' (https://github.com/herumi/xbyak_riscv.git) registered for path 'src/plugins/intel_cpu/thirdparty/xbyak_riscv' 2025-06-05T23:22:17.0295921Z Submodule 'thirdparty/onednn_gpu' (https://github.com/oneapi-src/oneDNN.git) registered for path 'src/plugins/intel_gpu/thirdparty/onednn_gpu' 2025-06-05T23:22:17.0297398Z Submodule 'src/plugins/intel_npu/thirdparty/level-zero-ext' (https://github.com/intel/level-zero-npu-extensions.git) registered for path 'src/plugins/intel_npu/thirdparty/level-zero-ext' 2025-06-05T23:22:17.0298978Z Submodule 'src/plugins/intel_npu/thirdparty/yaml-cpp' (https://github.com/jbeder/yaml-cpp.git) registered for path 'src/plugins/intel_npu/thirdparty/yaml-cpp' 2025-06-05T23:22:17.0300302Z Submodule 'thirdparty/flatbuffers/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'thirdparty/flatbuffers/flatbuffers' 2025-06-05T23:22:17.0301428Z Submodule 'thirdparty/gflags/gflags' (https://github.com/gflags/gflags.git) registered for path 'thirdparty/gflags/gflags' 2025-06-05T23:22:17.0302544Z Submodule 'thirdparty/gtest/gtest' (https://github.com/openvinotoolkit/googletest.git) registered for path 'thirdparty/gtest/gtest' 2025-06-05T23:22:17.0303580Z Submodule 'thirdparty/ittapi/ittapi' (https://github.com/intel/ittapi.git) registered for path 'thirdparty/ittapi/ittapi' 2025-06-05T23:22:17.0304611Z Submodule 'thirdparty/json/nlohmann_json' (https://github.com/nlohmann/json.git) registered for path 'thirdparty/json/nlohmann_json' 2025-06-05T23:22:17.0305730Z Submodule 'thirdparty/level_zero/level-zero' (https://github.com/oneapi-src/level-zero.git) registered for path 'thirdparty/level_zero/level-zero' 2025-06-05T23:22:17.0307027Z Submodule 'thirdparty/ocl/cl_headers' (https://github.com/KhronosGroup/OpenCL-Headers.git) registered for path 'thirdparty/ocl/cl_headers' 2025-06-05T23:22:17.0308181Z Submodule 'thirdparty/ocl/clhpp_headers' (https://github.com/KhronosGroup/OpenCL-CLHPP.git) registered for path 'thirdparty/ocl/clhpp_headers' 2025-06-05T23:22:17.0309340Z Submodule 'thirdparty/ocl/icd_loader' (https://github.com/KhronosGroup/OpenCL-ICD-Loader.git) registered for path 'thirdparty/ocl/icd_loader' 2025-06-05T23:22:17.0310342Z Submodule 'thirdparty/onnx' (https://github.com/onnx/onnx.git) registered for path 'thirdparty/onnx/onnx' 2025-06-05T23:22:17.0311321Z Submodule 'thirdparty/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'thirdparty/protobuf/protobuf' 2025-06-05T23:22:17.0312386Z Submodule 'thirdparty/pugixml' (https://github.com/zeux/pugixml.git) registered for path 'thirdparty/pugixml' 2025-06-05T23:22:17.0313336Z Submodule 'thirdparty/snappy' (https://github.com/google/snappy.git) registered for path 'thirdparty/snappy' 2025-06-05T23:22:17.0314295Z Submodule 'thirdparty/telemetry' (https://github.com/openvinotoolkit/telemetry.git) registered for path 'thirdparty/telemetry' 2025-06-05T23:22:17.0315252Z Submodule 'thirdparty/xbyak' (https://github.com/herumi/xbyak.git) registered for path 'thirdparty/xbyak' 2025-06-05T23:22:17.0316130Z Submodule 'thirdparty/zlib/zlib' (https://github.com/madler/zlib.git) registered for path 'thirdparty/zlib/zlib' 2025-06-05T23:22:17.0316949Z Cloning into '/pytorch/executorch/openvino/cmake/developer_package/ncc_naming_style/ncc'... 2025-06-05T23:22:17.0317681Z Cloning into '/pytorch/executorch/openvino/src/bindings/python/thirdparty/pybind11'... 2025-06-05T23:22:17.0318413Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/ComputeLibrary'... 2025-06-05T23:22:17.0319166Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/kleidiai'... 2025-06-05T23:22:17.0319881Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/libxsmm'... 2025-06-05T23:22:17.0320560Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/mlas'... 2025-06-05T23:22:17.0321245Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/onednn'... 2025-06-05T23:22:17.0321915Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/shl'... 2025-06-05T23:22:17.0322623Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/xbyak_riscv'... 2025-06-05T23:22:17.0323403Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_gpu/thirdparty/onednn_gpu'... 2025-06-05T23:22:17.0324186Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_npu/thirdparty/level-zero-ext'... 2025-06-05T23:22:17.0324931Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_npu/thirdparty/yaml-cpp'... 2025-06-05T23:22:17.0325615Z Cloning into '/pytorch/executorch/openvino/thirdparty/flatbuffers/flatbuffers'... 2025-06-05T23:22:17.0326260Z Cloning into '/pytorch/executorch/openvino/thirdparty/gflags/gflags'... 2025-06-05T23:22:17.0326812Z Cloning into '/pytorch/executorch/openvino/thirdparty/gtest/gtest'... 2025-06-05T23:22:17.0327356Z Cloning into '/pytorch/executorch/openvino/thirdparty/ittapi/ittapi'... 2025-06-05T23:22:17.0327933Z Cloning into '/pytorch/executorch/openvino/thirdparty/json/nlohmann_json'... 2025-06-05T23:22:17.0328549Z Cloning into '/pytorch/executorch/openvino/thirdparty/level_zero/level-zero'... 2025-06-05T23:22:17.0329332Z Cloning into '/pytorch/executorch/openvino/thirdparty/ocl/cl_headers'... 2025-06-05T23:22:17.0329922Z Cloning into '/pytorch/executorch/openvino/thirdparty/ocl/clhpp_headers'... 2025-06-05T23:22:17.0330501Z Cloning into '/pytorch/executorch/openvino/thirdparty/ocl/icd_loader'... 2025-06-05T23:22:17.0331042Z Cloning into '/pytorch/executorch/openvino/thirdparty/onnx/onnx'... 2025-06-05T23:22:17.0331752Z Cloning into '/pytorch/executorch/openvino/thirdparty/protobuf/protobuf'... 2025-06-05T23:22:22.7668221Z Cloning into '/pytorch/executorch/openvino/thirdparty/pugixml'... 2025-06-05T23:22:22.7669141Z Cloning into '/pytorch/executorch/openvino/thirdparty/snappy'... 2025-06-05T23:22:22.7669737Z Cloning into '/pytorch/executorch/openvino/thirdparty/telemetry'... 2025-06-05T23:22:22.7670433Z Cloning into '/pytorch/executorch/openvino/thirdparty/xbyak'... 2025-06-05T23:22:22.7671236Z Cloning into '/pytorch/executorch/openvino/thirdparty/zlib/zlib'... 2025-06-05T23:22:22.7672134Z Submodule path 'cmake/developer_package/ncc_naming_style/ncc': checked out '63e59ed312ba7a946779596e86124c1633f67607' 2025-06-05T23:22:22.7673051Z Submodule path 'src/bindings/python/thirdparty/pybind11': checked out '7c33cdc2d39c7b99a122579f53bc94c8eb3332ff' 2025-06-05T23:22:22.7673991Z Submodule path 'src/plugins/intel_cpu/thirdparty/ComputeLibrary': checked out 'c61bd3387403b76d618915ccebf5e9585f52a071' 2025-06-05T23:22:22.7675711Z Submodule path 'src/plugins/intel_cpu/thirdparty/kleidiai': checked out 'eaf63a6ae9a903fb4fa8a4d004a974995011f444' 2025-06-05T23:22:22.7676638Z Submodule path 'src/plugins/intel_cpu/thirdparty/libxsmm': checked out '13df674c4b73a1b84f6456de8595903ebfbb43e0' 2025-06-05T23:22:22.7677511Z Submodule path 'src/plugins/intel_cpu/thirdparty/mlas': checked out 'd1bc25ec4660cddd87804fcf03b2411b5dfb2e94' 2025-06-05T23:22:22.7678387Z Submodule path 'src/plugins/intel_cpu/thirdparty/onednn': checked out '5baba714e16e11309774a62783f363cad30e97c7' 2025-06-05T23:22:22.7679242Z Submodule path 'src/plugins/intel_cpu/thirdparty/shl': checked out '27992eaf41ef967ed228ea8d801b1aa489ea8997' 2025-06-05T23:22:22.7680220Z Submodule 'module/dlpack' (https://github.com/dmlc/dlpack.git) registered for path 'src/plugins/intel_cpu/thirdparty/shl/module/dlpack' 2025-06-05T23:22:22.7681167Z Cloning into '/pytorch/executorch/openvino/src/plugins/intel_cpu/thirdparty/shl/module/dlpack'... 2025-06-05T23:22:22.7682078Z Submodule path 'src/plugins/intel_cpu/thirdparty/shl/module/dlpack': checked out 'ca4d00ad3e2e0f410eeab3264d21b8a39397f362' 2025-06-05T23:22:22.7683078Z Submodule path 'src/plugins/intel_cpu/thirdparty/xbyak_riscv': checked out '0233c991a0c1608be671dc63d63f450e7a2178ff' 2025-06-05T23:22:22.7683995Z Submodule path 'src/plugins/intel_gpu/thirdparty/onednn_gpu': checked out 'fb61a91dd068f9f5abfe2629edbd7cdf53712c7a' 2025-06-05T23:22:22.7684919Z Submodule path 'src/plugins/intel_npu/thirdparty/level-zero-ext': checked out 'c0156a3390ae39671ff8f2a6f5471f04bb65bb12' 2025-06-05T23:22:22.7685838Z Submodule path 'src/plugins/intel_npu/thirdparty/yaml-cpp': checked out 'da82fd982c260e7f335ce5acbceff24b270544d1' 2025-06-05T23:22:22.7686733Z Submodule path 'thirdparty/flatbuffers/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:22:22.7687527Z Submodule path 'thirdparty/gflags/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-06-05T23:22:22.7688315Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'thirdparty/gflags/gflags/doc' 2025-06-05T23:22:22.7689033Z Cloning into '/pytorch/executorch/openvino/thirdparty/gflags/gflags/doc'... 2025-06-05T23:22:22.7689723Z Submodule path 'thirdparty/gflags/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-06-05T23:22:22.7690480Z Submodule path 'thirdparty/gtest/gtest': checked out '99760ac1776430f3df65947992bf4e8ebc0d7660' 2025-06-05T23:22:22.7691209Z Submodule path 'thirdparty/ittapi/ittapi': checked out '8e526a82cc805665ef4513399aaea8a5dccfd66f' 2025-06-05T23:22:22.7692002Z remote: Enumerating objects: 35016, done. 2025-06-05T23:22:22.7692401Z remote: Counting objects: 0% (1/35015) 2025-06-05T23:22:22.7692782Z remote: Counting objects: 1% (351/35015) 2025-06-05T23:22:22.7693294Z remote: Counting objects: 2% (701/35015) 2025-06-05T23:22:22.7693680Z remote: Counting objects: 3% (1051/35015) 2025-06-05T23:22:22.7694089Z remote: Counting objects: 4% (1401/35015) 2025-06-05T23:22:22.7694605Z remote: Counting objects: 5% (1751/35015) 2025-06-05T23:22:22.7695004Z remote: Counting objects: 6% (2101/35015) 2025-06-05T23:22:22.7695387Z remote: Counting objects: 7% (2452/35015) 2025-06-05T23:22:22.7695782Z remote: Counting objects: 8% (2802/35015) 2025-06-05T23:22:22.7696181Z remote: Counting objects: 9% (3152/35015) 2025-06-05T23:22:22.7696560Z remote: Counting objects: 10% (3502/35015) 2025-06-05T23:22:22.7696951Z remote: Counting objects: 11% (3852/35015) 2025-06-05T23:22:22.7697328Z remote: Counting objects: 12% (4202/35015) 2025-06-05T23:22:22.7697720Z remote: Counting objects: 13% (4552/35015) 2025-06-05T23:22:22.7698095Z remote: Counting objects: 14% (4903/35015) 2025-06-05T23:22:22.7698484Z remote: Counting objects: 15% (5253/35015) 2025-06-05T23:22:22.7698861Z remote: Counting objects: 16% (5603/35015) 2025-06-05T23:22:22.7699250Z remote: Counting objects: 17% (5953/35015) 2025-06-05T23:22:22.7699707Z remote: Counting objects: 18% (6303/35015) 2025-06-05T23:22:22.7700093Z remote: Counting objects: 19% (6653/35015) 2025-06-05T23:22:22.7700479Z remote: Counting objects: 20% (7003/35015) 2025-06-05T23:22:22.7700856Z remote: Counting objects: 21% (7354/35015) 2025-06-05T23:22:22.7701245Z remote: Counting objects: 22% (7704/35015) 2025-06-05T23:22:22.7701620Z remote: Counting objects: 23% (8054/35015) 2025-06-05T23:22:22.7702011Z remote: Counting objects: 24% (8404/35015) 2025-06-05T23:22:22.7702385Z remote: Counting objects: 25% (8754/35015) 2025-06-05T23:22:22.7702778Z remote: Counting objects: 26% (9104/35015) 2025-06-05T23:22:22.7703170Z remote: Counting objects: 27% (9455/35015) 2025-06-05T23:22:22.7703547Z remote: Counting objects: 28% (9805/35015) 2025-06-05T23:22:22.7703944Z remote: Counting objects: 29% (10155/35015) 2025-06-05T23:22:22.7704335Z remote: Counting objects: 30% (10505/35015) 2025-06-05T23:22:22.7704742Z remote: Counting objects: 31% (10855/35015) 2025-06-05T23:22:22.7705131Z remote: Counting objects: 32% (11205/35015) 2025-06-05T23:22:22.7705524Z remote: Counting objects: 33% (11555/35015) 2025-06-05T23:22:22.7705908Z remote: Counting objects: 34% (11906/35015) 2025-06-05T23:22:22.7706302Z remote: Counting objects: 35% (12256/35015) 2025-06-05T23:22:22.7706701Z remote: Counting objects: 36% (12606/35015) 2025-06-05T23:22:22.7707085Z remote: Counting objects: 37% (12956/35015) 2025-06-05T23:22:22.7707482Z remote: Counting objects: 38% (13306/35015) 2025-06-05T23:22:22.7707862Z remote: Counting objects: 39% (13656/35015) 2025-06-05T23:22:22.7708256Z remote: Counting objects: 40% (14006/35015) 2025-06-05T23:22:22.7708640Z remote: Counting objects: 41% (14357/35015) 2025-06-05T23:22:22.7709036Z remote: Counting objects: 42% (14707/35015) 2025-06-05T23:22:22.7709433Z remote: Counting objects: 43% (15057/35015) 2025-06-05T23:22:22.7709822Z remote: Counting objects: 44% (15407/35015) 2025-06-05T23:22:22.7710226Z remote: Counting objects: 45% (15757/35015) 2025-06-05T23:22:22.7710612Z remote: Counting objects: 46% (16107/35015) 2025-06-05T23:22:22.7711007Z remote: Counting objects: 47% (16458/35015) 2025-06-05T23:22:22.7711390Z remote: Counting objects: 48% (16808/35015) 2025-06-05T23:22:22.7711784Z remote: Counting objects: 49% (17158/35015) 2025-06-05T23:22:22.7712166Z remote: Counting objects: 50% (17508/35015) 2025-06-05T23:22:22.7712565Z remote: Counting objects: 51% (17858/35015) 2025-06-05T23:22:22.7712961Z remote: Counting objects: 52% (18208/35015) 2025-06-05T23:22:22.7713343Z remote: Counting objects: 53% (18558/35015) 2025-06-05T23:22:22.7713739Z remote: Counting objects: 54% (18909/35015) 2025-06-05T23:22:22.7714124Z remote: Counting objects: 55% (19259/35015) 2025-06-05T23:22:22.7714517Z remote: Counting objects: 56% (19609/35015) 2025-06-05T23:22:22.7714900Z remote: Counting objects: 57% (19959/35015) 2025-06-05T23:22:22.7715300Z remote: Counting objects: 58% (20309/35015) 2025-06-05T23:22:22.7715771Z remote: Counting objects: 59% (20659/35015) 2025-06-05T23:22:22.7716170Z remote: Counting objects: 60% (21009/35015) 2025-06-05T23:22:22.7716572Z remote: Counting objects: 61% (21360/35015) 2025-06-05T23:22:22.7716956Z remote: Counting objects: 62% (21710/35015) 2025-06-05T23:22:22.7717354Z remote: Counting objects: 63% (22060/35015) 2025-06-05T23:22:22.7717739Z remote: Counting objects: 64% (22410/35015) 2025-06-05T23:22:22.7718133Z remote: Counting objects: 65% (22760/35015) 2025-06-05T23:22:22.7718518Z remote: Counting objects: 66% (23110/35015) 2025-06-05T23:22:22.7718914Z remote: Counting objects: 67% (23461/35015) 2025-06-05T23:22:22.7719297Z remote: Counting objects: 68% (23811/35015) 2025-06-05T23:22:22.7719691Z remote: Counting objects: 69% (24161/35015) 2025-06-05T23:22:22.7720088Z remote: Counting objects: 70% (24511/35015) 2025-06-05T23:22:22.7720533Z remote: Counting objects: 71% (24861/35015) 2025-06-05T23:22:22.7720937Z remote: Counting objects: 72% (25211/35015) 2025-06-05T23:22:22.7721319Z remote: Counting objects: 73% (25561/35015) 2025-06-05T23:22:22.7721715Z remote: Counting objects: 74% (25912/35015) 2025-06-05T23:22:22.7722096Z remote: Counting objects: 75% (26262/35015) 2025-06-05T23:22:22.7722492Z remote: Counting objects: 76% (26612/35015) 2025-06-05T23:22:22.7722873Z remote: Counting objects: 77% (26962/35015) 2025-06-05T23:22:22.7723272Z remote: Counting objects: 78% (27312/35015) 2025-06-05T23:22:22.7723676Z remote: Counting objects: 79% (27662/35015) 2025-06-05T23:22:22.7724061Z remote: Counting objects: 80% (28012/35015) 2025-06-05T23:22:22.7724458Z remote: Counting objects: 81% (28363/35015) 2025-06-05T23:22:22.7724842Z remote: Counting objects: 82% (28713/35015) 2025-06-05T23:22:22.7725239Z remote: Counting objects: 83% (29063/35015) 2025-06-05T23:22:22.7725619Z remote: Counting objects: 84% (29413/35015) 2025-06-05T23:22:22.7726020Z remote: Counting objects: 85% (29763/35015) 2025-06-05T23:22:22.7726404Z remote: Counting objects: 86% (30113/35015) 2025-06-05T23:22:22.7726798Z remote: Counting objects: 87% (30464/35015) 2025-06-05T23:22:22.7727201Z remote: Counting objects: 88% (30814/35015) 2025-06-05T23:22:22.7727584Z remote: Counting objects: 89% (31164/35015) 2025-06-05T23:22:22.7727980Z remote: Counting objects: 90% (31514/35015) 2025-06-05T23:22:22.7728363Z remote: Counting objects: 91% (31864/35015) 2025-06-05T23:22:22.7729046Z remote: Counting objects: 92% (32214/35015) 2025-06-05T23:22:22.7729436Z remote: Counting objects: 93% (32564/35015) 2025-06-05T23:22:22.7729838Z remote: Counting objects: 94% (32915/35015) 2025-06-05T23:22:22.7730226Z remote: Counting objects: 95% (33265/35015) 2025-06-05T23:22:22.7730629Z remote: Counting objects: 96% (33615/35015) 2025-06-05T23:22:22.7731029Z remote: Counting objects: 97% (33965/35015) 2025-06-05T23:22:22.7731426Z remote: Counting objects: 98% (34315/35015) 2025-06-05T23:22:22.7731833Z remote: Counting objects: 99% (34665/35015) 2025-06-05T23:22:22.7732221Z remote: Counting objects: 100% (35015/35015) 2025-06-05T23:22:22.7732654Z remote: Counting objects: 100% (35015/35015), done. 2025-06-05T23:22:22.7733150Z remote: Compressing objects: 0% (1/9391) 2025-06-05T23:22:22.7733560Z remote: Compressing objects: 1% (94/9391) 2025-06-05T23:22:22.7733956Z remote: Compressing objects: 2% (188/9391) 2025-06-05T23:22:22.7734370Z remote: Compressing objects: 3% (282/9391) 2025-06-05T23:22:22.7734779Z remote: Compressing objects: 4% (376/9391) 2025-06-05T23:22:22.7735171Z remote: Compressing objects: 5% (470/9391) 2025-06-05T23:22:22.7735576Z remote: Compressing objects: 6% (564/9391) 2025-06-05T23:22:22.7735968Z remote: Compressing objects: 7% (658/9391) 2025-06-05T23:22:22.7736368Z remote: Compressing objects: 8% (752/9391) 2025-06-05T23:22:22.7736765Z remote: Compressing objects: 9% (846/9391) 2025-06-05T23:22:26.3436823Z remote: Compressing objects: 10% (940/9391) 2025-06-05T23:22:26.3437653Z remote: Compressing objects: 11% (1034/9391) 2025-06-05T23:22:26.3438083Z remote: Compressing objects: 12% (1127/9391) 2025-06-05T23:22:26.3438484Z remote: Compressing objects: 13% (1221/9391) 2025-06-05T23:22:26.3438902Z remote: Compressing objects: 14% (1315/9391) 2025-06-05T23:22:26.3439299Z remote: Compressing objects: 15% (1409/9391) 2025-06-05T23:22:26.3439708Z remote: Compressing objects: 16% (1503/9391) 2025-06-05T23:22:26.3440106Z remote: Compressing objects: 17% (1597/9391) 2025-06-05T23:22:26.3440513Z remote: Compressing objects: 18% (1691/9391) 2025-06-05T23:22:26.3440906Z remote: Compressing objects: 19% (1785/9391) 2025-06-05T23:22:26.3441312Z remote: Compressing objects: 20% (1879/9391) 2025-06-05T23:22:26.3441715Z remote: Compressing objects: 21% (1973/9391) 2025-06-05T23:22:26.3442661Z remote: Compressing objects: 22% (2067/9391) 2025-06-05T23:22:26.3443101Z remote: Compressing objects: 23% (2160/9391) 2025-06-05T23:22:26.3443502Z remote: Compressing objects: 24% (2254/9391) 2025-06-05T23:22:26.3443914Z remote: Compressing objects: 25% (2348/9391) 2025-06-05T23:22:26.3444362Z remote: Compressing objects: 26% (2442/9391) 2025-06-05T23:22:26.3444754Z remote: Compressing objects: 27% (2536/9391) 2025-06-05T23:22:26.3445159Z remote: Compressing objects: 28% (2630/9391) 2025-06-05T23:22:26.3445564Z remote: Compressing objects: 29% (2724/9391) 2025-06-05T23:22:26.3445963Z remote: Compressing objects: 30% (2818/9391) 2025-06-05T23:22:26.3446372Z remote: Compressing objects: 31% (2912/9391) 2025-06-05T23:22:26.3446768Z remote: Compressing objects: 32% (3006/9391) 2025-06-05T23:22:26.3447183Z remote: Compressing objects: 33% (3100/9391) 2025-06-05T23:22:26.3447578Z remote: Compressing objects: 34% (3193/9391) 2025-06-05T23:22:26.3447990Z remote: Compressing objects: 35% (3287/9391) 2025-06-05T23:22:26.3448387Z remote: Compressing objects: 36% (3381/9391) 2025-06-05T23:22:26.3448789Z remote: Compressing objects: 37% (3475/9391) 2025-06-05T23:22:26.3449196Z remote: Compressing objects: 38% (3569/9391) 2025-06-05T23:22:26.3449589Z remote: Compressing objects: 39% (3663/9391) 2025-06-05T23:22:26.3449994Z remote: Compressing objects: 40% (3757/9391) 2025-06-05T23:22:26.3450387Z remote: Compressing objects: 41% (3851/9391) 2025-06-05T23:22:26.3450794Z remote: Compressing objects: 42% (3945/9391) 2025-06-05T23:22:26.3451189Z remote: Compressing objects: 43% (4039/9391) 2025-06-05T23:22:26.3451597Z remote: Compressing objects: 44% (4133/9391) 2025-06-05T23:22:26.3452004Z remote: Compressing objects: 45% (4226/9391) 2025-06-05T23:22:26.3452399Z remote: Compressing objects: 46% (4320/9391) 2025-06-05T23:22:26.3452809Z remote: Compressing objects: 47% (4414/9391) 2025-06-05T23:22:26.3453293Z remote: Compressing objects: 48% (4508/9391) 2025-06-05T23:22:26.3453715Z remote: Compressing objects: 49% (4602/9391) 2025-06-05T23:22:26.3454112Z remote: Compressing objects: 50% (4696/9391) 2025-06-05T23:22:26.3454520Z remote: Compressing objects: 51% (4790/9391) 2025-06-05T23:22:26.3454915Z remote: Compressing objects: 52% (4884/9391) 2025-06-05T23:22:26.3455322Z remote: Compressing objects: 53% (4978/9391) 2025-06-05T23:22:26.3455729Z remote: Compressing objects: 54% (5072/9391) 2025-06-05T23:22:26.3456124Z remote: Compressing objects: 55% (5166/9391) 2025-06-05T23:22:26.3456529Z remote: Compressing objects: 56% (5259/9391) 2025-06-05T23:22:26.3456925Z remote: Compressing objects: 57% (5353/9391) 2025-06-05T23:22:26.3457332Z remote: Compressing objects: 58% (5447/9391) 2025-06-05T23:22:26.3457723Z remote: Compressing objects: 59% (5541/9391) 2025-06-05T23:22:26.3458129Z remote: Compressing objects: 60% (5635/9391) 2025-06-05T23:22:26.3458521Z remote: Compressing objects: 61% (5729/9391) 2025-06-05T23:22:26.3459074Z remote: Compressing objects: 62% (5823/9391) 2025-06-05T23:22:26.3459488Z remote: Compressing objects: 63% (5917/9391) 2025-06-05T23:22:26.3459885Z remote: Compressing objects: 64% (6011/9391) 2025-06-05T23:22:26.3460296Z remote: Compressing objects: 65% (6105/9391) 2025-06-05T23:22:26.3460694Z remote: Compressing objects: 66% (6199/9391) 2025-06-05T23:22:26.3461104Z remote: Compressing objects: 67% (6292/9391) 2025-06-05T23:22:26.3461498Z remote: Compressing objects: 68% (6386/9391) 2025-06-05T23:22:26.3461905Z remote: Compressing objects: 69% (6480/9391) 2025-06-05T23:22:26.3462300Z remote: Compressing objects: 70% (6574/9391) 2025-06-05T23:22:26.3462707Z remote: Compressing objects: 71% (6668/9391) 2025-06-05T23:22:26.3463111Z remote: Compressing objects: 72% (6762/9391) 2025-06-05T23:22:26.3463503Z remote: Compressing objects: 73% (6856/9391) 2025-06-05T23:22:26.3463907Z remote: Compressing objects: 74% (6950/9391) 2025-06-05T23:22:26.3464399Z remote: Compressing objects: 75% (7044/9391) 2025-06-05T23:22:26.3464815Z remote: Compressing objects: 76% (7138/9391) 2025-06-05T23:22:26.3465208Z remote: Compressing objects: 77% (7232/9391) 2025-06-05T23:22:26.3465617Z remote: Compressing objects: 78% (7325/9391) 2025-06-05T23:22:26.3466016Z remote: Compressing objects: 79% (7419/9391) 2025-06-05T23:22:26.3466426Z remote: Compressing objects: 80% (7513/9391) 2025-06-05T23:22:26.3466835Z remote: Compressing objects: 81% (7607/9391) 2025-06-05T23:22:26.3467232Z remote: Compressing objects: 82% (7701/9391) 2025-06-05T23:22:26.3467646Z remote: Compressing objects: 83% (7795/9391) 2025-06-05T23:22:26.3468055Z remote: Compressing objects: 84% (7889/9391) 2025-06-05T23:22:26.3468465Z remote: Compressing objects: 85% (7983/9391) 2025-06-05T23:22:26.3468861Z remote: Compressing objects: 86% (8077/9391) 2025-06-05T23:22:26.3469271Z remote: Compressing objects: 87% (8171/9391) 2025-06-05T23:22:26.3469673Z remote: Compressing objects: 88% (8265/9391) 2025-06-05T23:22:26.3470088Z remote: Compressing objects: 89% (8358/9391) 2025-06-05T23:22:26.3470486Z remote: Compressing objects: 90% (8452/9391) 2025-06-05T23:22:26.3470897Z remote: Compressing objects: 91% (8546/9391) 2025-06-05T23:22:26.3471294Z remote: Compressing objects: 92% (8640/9391) 2025-06-05T23:22:26.3471709Z remote: Compressing objects: 93% (8734/9391) 2025-06-05T23:22:26.3472121Z remote: Compressing objects: 94% (8828/9391) 2025-06-05T23:22:26.3472521Z remote: Compressing objects: 95% (8922/9391) 2025-06-05T23:22:26.3472935Z remote: Compressing objects: 96% (9016/9391) 2025-06-05T23:22:26.3473332Z remote: Compressing objects: 97% (9110/9391) 2025-06-05T23:22:26.3473742Z remote: Compressing objects: 98% (9204/9391) 2025-06-05T23:22:26.3474138Z remote: Compressing objects: 99% (9298/9391) 2025-06-05T23:22:26.3474549Z remote: Compressing objects: 100% (9391/9391) 2025-06-05T23:22:26.3474981Z remote: Compressing objects: 100% (9391/9391), done. 2025-06-05T23:22:26.3475343Z Receiving objects: 0% (1/34566) 2025-06-05T23:22:26.3475631Z Receiving objects: 1% (346/34566) 2025-06-05T23:22:26.3475909Z Receiving objects: 2% (692/34566) 2025-06-05T23:22:26.3476193Z Receiving objects: 3% (1037/34566) 2025-06-05T23:22:26.3476476Z Receiving objects: 4% (1383/34566) 2025-06-05T23:22:26.3476759Z Receiving objects: 5% (1729/34566) 2025-06-05T23:22:26.3477035Z Receiving objects: 6% (2074/34566) 2025-06-05T23:22:26.3477318Z Receiving objects: 7% (2420/34566) 2025-06-05T23:22:26.3477587Z Receiving objects: 8% (2766/34566) 2025-06-05T23:22:26.3477868Z Receiving objects: 9% (3111/34566) 2025-06-05T23:22:26.3478139Z Receiving objects: 10% (3457/34566) 2025-06-05T23:22:26.3478420Z Receiving objects: 11% (3803/34566) 2025-06-05T23:22:26.3478703Z Receiving objects: 12% (4148/34566) 2025-06-05T23:22:26.3478975Z Receiving objects: 13% (4494/34566) 2025-06-05T23:22:26.3479262Z Receiving objects: 14% (4840/34566) 2025-06-05T23:22:26.3479613Z Receiving objects: 15% (5185/34566) 2025-06-05T23:22:26.3479898Z Receiving objects: 16% (5531/34566) 2025-06-05T23:22:26.3480170Z Receiving objects: 17% (5877/34566) 2025-06-05T23:22:26.3480458Z Receiving objects: 18% (6222/34566) 2025-06-05T23:22:26.3480729Z Receiving objects: 19% (6568/34566) 2025-06-05T23:22:26.3481015Z Receiving objects: 20% (6914/34566) 2025-06-05T23:22:26.3481286Z Receiving objects: 21% (7259/34566) 2025-06-05T23:22:26.3481571Z Receiving objects: 22% (7605/34566) 2025-06-05T23:22:26.3481856Z Receiving objects: 23% (7951/34566) 2025-06-05T23:22:26.3482128Z Receiving objects: 24% (8296/34566) 2025-06-05T23:22:26.3482410Z Receiving objects: 25% (8642/34566) 2025-06-05T23:22:26.3482683Z Receiving objects: 26% (8988/34566) 2025-06-05T23:22:26.3482967Z Receiving objects: 27% (9333/34566) 2025-06-05T23:22:26.3483239Z Receiving objects: 28% (9679/34566) 2025-06-05T23:22:26.3483529Z Receiving objects: 29% (10025/34566) 2025-06-05T23:22:26.3483868Z Receiving objects: 30% (10370/34566) 2025-06-05T23:22:26.3484166Z Receiving objects: 31% (10716/34566) 2025-06-05T23:22:26.3484459Z Receiving objects: 32% (11062/34566) 2025-06-05T23:22:26.3484736Z Receiving objects: 33% (11407/34566) 2025-06-05T23:22:26.3485029Z Receiving objects: 34% (11753/34566) 2025-06-05T23:22:26.3485308Z Receiving objects: 35% (12099/34566) 2025-06-05T23:22:26.3485600Z Receiving objects: 36% (12444/34566) 2025-06-05T23:22:26.3485874Z Receiving objects: 37% (12790/34566) 2025-06-05T23:22:26.3486161Z Receiving objects: 38% (13136/34566) 2025-06-05T23:22:26.3486436Z Receiving objects: 39% (13481/34566) 2025-06-05T23:22:26.3486722Z Receiving objects: 40% (13827/34566) 2025-06-05T23:22:26.3486996Z Receiving objects: 41% (14173/34566) 2025-06-05T23:22:26.3487282Z Receiving objects: 42% (14518/34566) 2025-06-05T23:22:26.3487568Z Receiving objects: 43% (14864/34566) 2025-06-05T23:22:26.3487843Z Receiving objects: 44% (15210/34566) 2025-06-05T23:22:26.3488133Z Receiving objects: 45% (15555/34566) 2025-06-05T23:22:26.3488411Z Receiving objects: 46% (15901/34566) 2025-06-05T23:22:26.3488700Z Receiving objects: 47% (16247/34566) 2025-06-05T23:22:26.3488973Z Receiving objects: 48% (16592/34566) 2025-06-05T23:22:26.3489261Z Receiving objects: 49% (16938/34566) 2025-06-05T23:22:26.3489534Z Receiving objects: 50% (17283/34566) 2025-06-05T23:22:26.3489823Z Receiving objects: 51% (17629/34566) 2025-06-05T23:22:26.3490111Z Receiving objects: 52% (17975/34566) 2025-06-05T23:22:26.3490386Z Receiving objects: 53% (18320/34566) 2025-06-05T23:22:26.3490673Z Receiving objects: 54% (18666/34566) 2025-06-05T23:22:26.3490946Z Receiving objects: 55% (19012/34566) 2025-06-05T23:22:26.3491231Z Receiving objects: 56% (19357/34566) 2025-06-05T23:22:26.3491506Z Receiving objects: 57% (19703/34566) 2025-06-05T23:22:26.3491794Z Receiving objects: 58% (20049/34566) 2025-06-05T23:22:26.3492068Z Receiving objects: 59% (20394/34566) 2025-06-05T23:22:26.3492357Z Receiving objects: 60% (20740/34566) 2025-06-05T23:22:26.3492636Z Receiving objects: 61% (21086/34566) 2025-06-05T23:22:26.3493078Z Receiving objects: 62% (21431/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3493521Z Receiving objects: 63% (21777/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3493938Z Receiving objects: 64% (22123/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3494366Z Receiving objects: 65% (22468/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3494781Z Receiving objects: 66% (22814/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3495207Z Receiving objects: 67% (23160/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3495623Z Receiving objects: 68% (23505/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3496051Z Receiving objects: 69% (23851/34566), 33.46 MiB | 66.91 MiB/s 2025-06-05T23:22:26.3496482Z Receiving objects: 69% (24136/34566), 52.54 MiB | 52.53 MiB/s 2025-06-05T23:22:26.3496898Z Receiving objects: 70% (24197/34566), 52.54 MiB | 52.53 MiB/s 2025-06-05T23:22:26.3497329Z Receiving objects: 71% (24542/34566), 52.54 MiB | 52.53 MiB/s 2025-06-05T23:22:26.3497822Z Receiving objects: 71% (24855/34566), 96.23 MiB | 48.11 MiB/s 2025-06-05T23:22:26.3498253Z Receiving objects: 72% (24888/34566), 123.41 MiB | 49.36 MiB/s 2025-06-05T23:22:26.3498677Z Receiving objects: 73% (25234/34566), 123.41 MiB | 49.36 MiB/s 2025-06-05T23:22:26.3499111Z Receiving objects: 74% (25579/34566), 123.41 MiB | 49.36 MiB/s 2025-06-05T23:22:26.3499549Z Receiving objects: 75% (25925/34566), 123.41 MiB | 49.36 MiB/s 2025-06-05T23:22:26.3499968Z Receiving objects: 76% (26271/34566), 123.41 MiB | 49.36 MiB/s 2025-06-05T23:22:26.3500398Z Receiving objects: 76% (26438/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:26.3500817Z Receiving objects: 77% (26616/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:26.3501250Z Receiving objects: 78% (26962/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:26.3501670Z Receiving objects: 79% (27308/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2454923Z Receiving objects: 80% (27653/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2455776Z Receiving objects: 81% (27999/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2456292Z Receiving objects: 82% (28345/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2456728Z Receiving objects: 83% (28690/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2457195Z Receiving objects: 84% (29036/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2457616Z Receiving objects: 85% (29382/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2458049Z Receiving objects: 86% (29727/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2458484Z Receiving objects: 87% (30073/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2458902Z Receiving objects: 88% (30419/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2459337Z Receiving objects: 89% (30764/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2459756Z Receiving objects: 90% (31110/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2460193Z Receiving objects: 91% (31456/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2460617Z Receiving objects: 92% (31801/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2461053Z Receiving objects: 93% (32147/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2461483Z Receiving objects: 94% (32493/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2461903Z Receiving objects: 95% (32838/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2462332Z Receiving objects: 96% (33184/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2462750Z Receiving objects: 97% (33530/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2463181Z Receiving objects: 98% (33875/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2463597Z Receiving objects: 99% (34221/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2464368Z remote: Total 34566 (delta 22153), reused 33990 (delta 21585), pack-reused 0 (from 0) 2025-06-05T23:22:34.2464909Z Receiving objects: 100% (34566/34566), 154.18 MiB | 51.39 MiB/s 2025-06-05T23:22:34.2465376Z Receiving objects: 100% (34566/34566), 176.09 MiB | 53.38 MiB/s, done. 2025-06-05T23:22:34.2465782Z Resolving deltas: 0% (0/22153) 2025-06-05T23:22:34.2466048Z Resolving deltas: 1% (222/22153) 2025-06-05T23:22:34.2466331Z Resolving deltas: 2% (444/22153) 2025-06-05T23:22:34.2466596Z Resolving deltas: 3% (665/22153) 2025-06-05T23:22:34.2466872Z Resolving deltas: 4% (888/22153) 2025-06-05T23:22:34.2467138Z Resolving deltas: 5% (1108/22153) 2025-06-05T23:22:34.2467423Z Resolving deltas: 6% (1330/22153) 2025-06-05T23:22:34.2467707Z Resolving deltas: 7% (1552/22153) 2025-06-05T23:22:34.2467977Z Resolving deltas: 8% (1773/22153) 2025-06-05T23:22:34.2468257Z Resolving deltas: 9% (1994/22153) 2025-06-05T23:22:34.2468525Z Resolving deltas: 10% (2216/22153) 2025-06-05T23:22:34.2468804Z Resolving deltas: 11% (2437/22153) 2025-06-05T23:22:34.2469071Z Resolving deltas: 12% (2659/22153) 2025-06-05T23:22:34.2469349Z Resolving deltas: 13% (2880/22153) 2025-06-05T23:22:34.2469620Z Resolving deltas: 14% (3102/22153) 2025-06-05T23:22:34.2470075Z Resolving deltas: 15% (3323/22153) 2025-06-05T23:22:34.2470342Z Resolving deltas: 16% (3545/22153) 2025-06-05T23:22:34.2470623Z Resolving deltas: 17% (3767/22153) 2025-06-05T23:22:34.2470905Z Resolving deltas: 18% (3988/22153) 2025-06-05T23:22:34.2471170Z Resolving deltas: 19% (4211/22153) 2025-06-05T23:22:34.2471450Z Resolving deltas: 20% (4431/22153) 2025-06-05T23:22:34.2471715Z Resolving deltas: 21% (4654/22153) 2025-06-05T23:22:34.2471995Z Resolving deltas: 22% (4874/22153) 2025-06-05T23:22:34.2472263Z Resolving deltas: 23% (5098/22153) 2025-06-05T23:22:34.2472543Z Resolving deltas: 24% (5317/22153) 2025-06-05T23:22:34.2472812Z Resolving deltas: 25% (5539/22153) 2025-06-05T23:22:34.2473095Z Resolving deltas: 26% (5760/22153) 2025-06-05T23:22:34.2473379Z Resolving deltas: 27% (5982/22153) 2025-06-05T23:22:34.2473647Z Resolving deltas: 28% (6203/22153) 2025-06-05T23:22:34.2473927Z Resolving deltas: 29% (6427/22153) 2025-06-05T23:22:34.2474258Z Resolving deltas: 30% (6646/22153) 2025-06-05T23:22:34.2474542Z Resolving deltas: 31% (6868/22153) 2025-06-05T23:22:34.2474809Z Resolving deltas: 32% (7089/22153) 2025-06-05T23:22:34.2475086Z Resolving deltas: 33% (7312/22153) 2025-06-05T23:22:34.2475353Z Resolving deltas: 34% (7533/22153) 2025-06-05T23:22:34.2475634Z Resolving deltas: 35% (7754/22153) 2025-06-05T23:22:34.2475901Z Resolving deltas: 36% (7976/22153) 2025-06-05T23:22:34.2476183Z Resolving deltas: 37% (8197/22153) 2025-06-05T23:22:34.2476464Z Resolving deltas: 38% (8419/22153) 2025-06-05T23:22:34.2476732Z Resolving deltas: 39% (8640/22153) 2025-06-05T23:22:34.2477014Z Resolving deltas: 40% (8862/22153) 2025-06-05T23:22:34.2477281Z Resolving deltas: 41% (9084/22153) 2025-06-05T23:22:34.2477561Z Resolving deltas: 42% (9305/22153) 2025-06-05T23:22:34.2477829Z Resolving deltas: 43% (9526/22153) 2025-06-05T23:22:34.2478109Z Resolving deltas: 44% (9748/22153) 2025-06-05T23:22:34.2478375Z Resolving deltas: 45% (9969/22153) 2025-06-05T23:22:34.2478664Z Resolving deltas: 46% (10191/22153) 2025-06-05T23:22:34.2478940Z Resolving deltas: 47% (10412/22153) 2025-06-05T23:22:34.2479225Z Resolving deltas: 48% (10634/22153) 2025-06-05T23:22:34.2479507Z Resolving deltas: 49% (10855/22153) 2025-06-05T23:22:34.2479775Z Resolving deltas: 50% (11077/22153) 2025-06-05T23:22:34.2480053Z Resolving deltas: 51% (11299/22153) 2025-06-05T23:22:34.2480320Z Resolving deltas: 52% (11520/22153) 2025-06-05T23:22:34.2480599Z Resolving deltas: 53% (11742/22153) 2025-06-05T23:22:34.2480867Z Resolving deltas: 54% (11963/22153) 2025-06-05T23:22:34.2481148Z Resolving deltas: 55% (12185/22153) 2025-06-05T23:22:34.2481417Z Resolving deltas: 56% (12406/22153) 2025-06-05T23:22:34.2481695Z Resolving deltas: 57% (12628/22153) 2025-06-05T23:22:34.2481977Z Resolving deltas: 58% (12849/22153) 2025-06-05T23:22:34.2482245Z Resolving deltas: 59% (13071/22153) 2025-06-05T23:22:34.2482526Z Resolving deltas: 60% (13292/22153) 2025-06-05T23:22:34.2482798Z Resolving deltas: 61% (13514/22153) 2025-06-05T23:22:34.2483085Z Resolving deltas: 62% (13735/22153) 2025-06-05T23:22:34.2483352Z Resolving deltas: 63% (13957/22153) 2025-06-05T23:22:34.2483630Z Resolving deltas: 64% (14178/22153) 2025-06-05T23:22:34.2483899Z Resolving deltas: 64% (14253/22153) 2025-06-05T23:22:34.2484193Z Resolving deltas: 65% (14400/22153) 2025-06-05T23:22:34.2484478Z Resolving deltas: 66% (14621/22153) 2025-06-05T23:22:34.2484750Z Resolving deltas: 67% (14843/22153) 2025-06-05T23:22:34.2485040Z Resolving deltas: 68% (15065/22153) 2025-06-05T23:22:34.2485314Z Resolving deltas: 69% (15286/22153) 2025-06-05T23:22:34.2485600Z Resolving deltas: 70% (15508/22153) 2025-06-05T23:22:34.2485873Z Resolving deltas: 71% (15729/22153) 2025-06-05T23:22:34.2486159Z Resolving deltas: 72% (15951/22153) 2025-06-05T23:22:34.2486445Z Resolving deltas: 73% (16172/22153) 2025-06-05T23:22:34.2486717Z Resolving deltas: 74% (16394/22153) 2025-06-05T23:22:34.2487004Z Resolving deltas: 75% (16615/22153) 2025-06-05T23:22:34.2487472Z Resolving deltas: 76% (16837/22153) 2025-06-05T23:22:34.2487761Z Resolving deltas: 77% (17058/22153) 2025-06-05T23:22:34.2488032Z Resolving deltas: 78% (17280/22153) 2025-06-05T23:22:34.2488318Z Resolving deltas: 79% (17501/22153) 2025-06-05T23:22:34.2488593Z Resolving deltas: 80% (17723/22153) 2025-06-05T23:22:34.2488876Z Resolving deltas: 81% (17944/22153) 2025-06-05T23:22:34.2489166Z Resolving deltas: 82% (18166/22153) 2025-06-05T23:22:34.2489439Z Resolving deltas: 83% (18387/22153) 2025-06-05T23:22:34.2489723Z Resolving deltas: 84% (18609/22153) 2025-06-05T23:22:34.2489994Z Resolving deltas: 85% (18831/22153) 2025-06-05T23:22:34.2490274Z Resolving deltas: 86% (19052/22153) 2025-06-05T23:22:34.2490545Z Resolving deltas: 87% (19274/22153) 2025-06-05T23:22:34.2490822Z Resolving deltas: 88% (19495/22153) 2025-06-05T23:22:34.2491088Z Resolving deltas: 89% (19717/22153) 2025-06-05T23:22:34.2491367Z Resolving deltas: 90% (19938/22153) 2025-06-05T23:22:34.2491691Z Resolving deltas: 91% (20160/22153) 2025-06-05T23:22:34.2491975Z Resolving deltas: 92% (20381/22153) 2025-06-05T23:22:34.2492258Z Resolving deltas: 93% (20603/22153) 2025-06-05T23:22:34.2492525Z Resolving deltas: 94% (20824/22153) 2025-06-05T23:22:34.2492807Z Resolving deltas: 95% (21046/22153) 2025-06-05T23:22:34.2493160Z Resolving deltas: 96% (21267/22153) 2025-06-05T23:22:34.2493443Z Resolving deltas: 97% (21489/22153) 2025-06-05T23:22:34.2493712Z Resolving deltas: 98% (21710/22153) 2025-06-05T23:22:34.2493995Z Resolving deltas: 99% (21932/22153) 2025-06-05T23:22:34.2494263Z Resolving deltas: 100% (22153/22153) 2025-06-05T23:22:34.2494655Z Resolving deltas: 100% (22153/22153), completed with 317 local objects. 2025-06-05T23:22:34.2495107Z From https://github.com/nlohmann/json 2025-06-05T23:22:34.2495508Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-06-05T23:22:34.2496249Z Submodule path 'thirdparty/json/nlohmann_json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-06-05T23:22:34.2497110Z Submodule path 'thirdparty/level_zero/level-zero': checked out 'c0c23ad24e06a6109550381f9997b0b74fba90d7' 2025-06-05T23:22:34.2497959Z Submodule path 'thirdparty/ocl/cl_headers': checked out '4ea6df132107e3b4b9407f903204b5522fdffcd6' 2025-06-05T23:22:34.2498902Z Submodule path 'thirdparty/ocl/clhpp_headers': checked out 'c7b4aded1cab9560b226041dd962f63375a9a384' 2025-06-05T23:22:34.2499848Z Submodule 'external/CMock' (https://github.com/ThrowTheSwitch/CMock) registered for path 'thirdparty/ocl/clhpp_headers/external/CMock' 2025-06-05T23:22:34.2500766Z Cloning into '/pytorch/executorch/openvino/thirdparty/ocl/clhpp_headers/external/CMock'... 2025-06-05T23:22:34.2501597Z Submodule path 'thirdparty/ocl/clhpp_headers/external/CMock': checked out '379a9a8d5dd5cdff8fd345710dd70ae26f966c71' 2025-06-05T23:22:34.2502752Z Submodule 'vendor/c_exception' (https://github.com/throwtheswitch/cexception.git) registered for path 'thirdparty/ocl/clhpp_headers/external/CMock/vendor/c_exception' 2025-06-05T23:22:34.2504055Z Submodule 'vendor/unity' (https://github.com/throwtheswitch/unity.git) registered for path 'thirdparty/ocl/clhpp_headers/external/CMock/vendor/unity' 2025-06-05T23:22:34.2505107Z Cloning into '/pytorch/executorch/openvino/thirdparty/ocl/clhpp_headers/external/CMock/vendor/c_exception'... 2025-06-05T23:22:34.2505995Z Cloning into '/pytorch/executorch/openvino/thirdparty/ocl/clhpp_headers/external/CMock/vendor/unity'... 2025-06-05T23:22:34.2506962Z Submodule path 'thirdparty/ocl/clhpp_headers/external/CMock/vendor/c_exception': checked out '71b47be7c950f1bf5f7e5303779fa99a16224bb6' 2025-06-05T23:22:34.2508037Z Submodule path 'thirdparty/ocl/clhpp_headers/external/CMock/vendor/unity': checked out '4389bab82ee8a4b4631a03be2e07dd5c67dab2d4' 2025-06-05T23:22:34.2508934Z Submodule path 'thirdparty/ocl/icd_loader': checked out '5907ac1114079de4383cecddf1c8640e3f52f92b' 2025-06-05T23:22:34.2509653Z Submodule path 'thirdparty/onnx/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-06-05T23:22:34.2510659Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'thirdparty/onnx/onnx/third_party/pybind11' 2025-06-05T23:22:34.2511565Z Cloning into '/pytorch/executorch/openvino/thirdparty/onnx/onnx/third_party/pybind11'... 2025-06-05T23:22:34.2512381Z Submodule path 'thirdparty/onnx/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-06-05T23:22:34.2513228Z Submodule path 'thirdparty/protobuf/protobuf': checked out 'f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c' 2025-06-05T23:22:34.2514225Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'thirdparty/protobuf/protobuf/third_party/benchmark' 2025-06-05T23:22:34.2515444Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'thirdparty/protobuf/protobuf/third_party/googletest' 2025-06-05T23:22:34.2516514Z Cloning into '/pytorch/executorch/openvino/thirdparty/protobuf/protobuf/third_party/benchmark'... 2025-06-05T23:22:34.2517347Z Cloning into '/pytorch/executorch/openvino/thirdparty/protobuf/protobuf/third_party/googletest'... 2025-06-05T23:22:39.6771826Z Submodule path 'thirdparty/protobuf/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-06-05T23:22:39.6773411Z Submodule path 'thirdparty/protobuf/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-06-05T23:22:39.6774743Z Submodule path 'thirdparty/pugixml': checked out 'ee86beb30e4973f5feffe3ce63bfa4fbadf72f38' 2025-06-05T23:22:39.6775888Z Submodule path 'thirdparty/snappy': checked out '2c94e11145f0b7b184b831577c93e5a41c4c0346' 2025-06-05T23:22:39.6777204Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'thirdparty/snappy/third_party/benchmark' 2025-06-05T23:22:39.6778888Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'thirdparty/snappy/third_party/googletest' 2025-06-05T23:22:39.6780238Z Cloning into '/pytorch/executorch/openvino/thirdparty/snappy/third_party/benchmark'... 2025-06-05T23:22:39.6781259Z Cloning into '/pytorch/executorch/openvino/thirdparty/snappy/third_party/googletest'... 2025-06-05T23:22:39.6782410Z Submodule path 'thirdparty/snappy/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-06-05T23:22:39.6783715Z Submodule path 'thirdparty/snappy/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-06-05T23:22:39.6784901Z Submodule path 'thirdparty/telemetry': checked out '8abddc3dbc8beb04a39b5ea40cbba5020317102f' 2025-06-05T23:22:39.6785958Z Submodule path 'thirdparty/xbyak': checked out '2ce465bbca46e92dde9c44bbe7940fd7f70e3b97' 2025-06-05T23:22:39.6786946Z Submodule path 'thirdparty/zlib/zlib': checked out '51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf' 2025-06-05T23:22:39.6787700Z + sudo ./install_build_dependencies.sh 2025-06-05T23:22:39.6788355Z  2025-06-05T23:22:39.6788712Z 0% [Working] 2025-06-05T23:22:39.6789018Z 2025-06-05T23:22:39.6789386Z Hit:1 https://dl.yarnpkg.com/debian stable InRelease 2025-06-05T23:22:39.6789908Z  2025-06-05T23:22:39.6790517Z 0% [Connecting to archive.ubuntu.com (185.125.190.83)] [Connecting to security. 2025-06-05T23:22:39.6791214Z 2025-06-05T23:22:39.6791773Z Hit:2 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-06-05T23:22:39.6792330Z  2025-06-05T23:22:39.6792632Z 2025-06-05T23:22:39.6803190Z 0% [Waiting for headers] [Waiting for headers] 2025-06-05T23:22:39.6803704Z 2025-06-05T23:22:39.6804198Z Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-06-05T23:22:39.6804720Z  2025-06-05T23:22:39.6805015Z 2025-06-05T23:22:39.6805513Z 0% [Waiting for headers] 2025-06-05T23:22:39.6806247Z 2025-06-05T23:22:39.6806795Z Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-06-05T23:22:39.6807488Z  2025-06-05T23:22:39.6807968Z 0% [Waiting for headers] [4 InRelease 5484 B/129 kB 4%] 2025-06-05T23:22:39.6808690Z 0% [Waiting for headers] [4 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:22:39.6809197Z 2025-06-05T23:22:39.6809810Z Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-06-05T23:22:39.6810428Z  2025-06-05T23:22:39.6810967Z 0% [5 InRelease 14.2 kB/128 kB 11%] [4 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:22:39.6811804Z 0% [5 InRelease 15.6 kB/128 kB 12%] [4 InRelease 20.0 kB/129 kB 15%] 2025-06-05T23:22:39.6812601Z 0% [5 InRelease 21.4 kB/128 kB 17%] [4 InRelease 43.1 kB/129 kB 33%] 2025-06-05T23:22:39.6813458Z 2025-06-05T23:22:39.6814015Z 0% [5 InRelease 72.1 kB/128 kB 56%] 2025-06-05T23:22:39.6814541Z 0% [5 InRelease 128 kB/128 kB 100%] 2025-06-05T23:22:39.6814939Z 2025-06-05T23:22:39.6815410Z 0% [Waiting for headers] 2025-06-05T23:22:39.6815935Z 0% [Waiting for headers] [Waiting for headers] 2025-06-05T23:22:39.6816400Z 2025-06-05T23:22:39.6817019Z Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-06-05T23:22:39.6817648Z  2025-06-05T23:22:39.6818114Z 0% [6 InRelease 2588 B/127 kB 2%] [Waiting for headers] 2025-06-05T23:22:39.6818600Z 2025-06-05T23:22:39.6819277Z Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB] 2025-06-05T23:22:39.6819979Z  2025-06-05T23:22:39.6820507Z 0% [6 InRelease 11.3 kB/127 kB 9%] [7 Packages 2655 B/2984 kB 0%] 2025-06-05T23:22:39.6821096Z 2025-06-05T23:22:39.6821628Z 0% [7 Packages 120 kB/2984 kB 4%] 2025-06-05T23:22:39.6822245Z 23% [Waiting for headers] [7 Packages 239 kB/2984 kB 8%] 2025-06-05T23:22:39.6822759Z 2025-06-05T23:22:39.6823453Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3295 kB] 2025-06-05T23:22:39.6824139Z  2025-06-05T23:22:39.6824675Z 24% [8 Packages 2655 B/3295 kB 0%] [7 Packages 265 kB/2984 kB 9%] 2025-06-05T23:22:39.6825249Z 2025-06-05T23:22:39.6825773Z 58% [8 Packages 1333 kB/3295 kB 40%] 2025-06-05T23:22:39.6826544Z 58% [7 Packages store 0 B] [8 Packages 1333 kB/3295 kB 40%] [Waiting for header 2025-06-05T23:22:39.6827182Z 2025-06-05T23:22:39.6827903Z Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] 2025-06-05T23:22:39.6829370Z  2025-06-05T23:22:39.6830064Z 70% [7 Packages store 0 B] [8 Packages 2794 kB/3295 kB 85%] [9 Packages 32.1 kB 2025-06-05T23:22:39.6831033Z 84% [7 Packages store 0 B] [Waiting for headers] [9 Packages 1116 kB/1246 kB 90 2025-06-05T23:22:39.6831667Z 2025-06-05T23:22:39.6832389Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] 2025-06-05T23:22:39.6833053Z  2025-06-05T23:22:39.6833683Z 84% [7 Packages store 0 B] [10 Packages 34.5 kB/1553 kB 2%] [9 Packages 1116 kB 2025-06-05T23:22:39.6834346Z 2025-06-05T23:22:39.6835056Z 86% [7 Packages store 0 B] [10 Packages 95.3 kB/1553 kB 6%] 2025-06-05T23:22:39.6835603Z 2025-06-05T23:22:39.6836401Z 97% [10 Packages 1400 kB/1553 kB 90%] 2025-06-05T23:22:39.6837062Z 97% [8 Packages store 0 B] [10 Packages 1400 kB/1553 kB 90%] 2025-06-05T23:22:39.6837626Z 2025-06-05T23:22:39.6838139Z 99% [8 Packages store 0 B] 2025-06-05T23:22:39.6838513Z 2025-06-05T23:22:39.6838899Z 99% [Working] 2025-06-05T23:22:39.6839271Z 99% [9 Packages store 0 B] 2025-06-05T23:22:39.6839646Z 2025-06-05T23:22:39.6840141Z 100% [Working] 2025-06-05T23:22:39.6840646Z 100% [10 Packages store 0 B] 2025-06-05T23:22:39.6841152Z 2025-06-05T23:22:39.6841625Z 100% [Working] 2025-06-05T23:22:39.6841990Z 2025-06-05T23:22:39.6842278Z Fetched 9462 kB in 1s (7128 kB/s) 2025-06-05T23:22:39.6842551Z 2025-06-05T23:22:39.6842686Z Reading package lists... 0% 2025-06-05T23:22:39.6842905Z 2025-06-05T23:22:39.6843271Z Reading package lists... 0% 2025-06-05T23:22:39.6843538Z 2025-06-05T23:22:39.6843679Z Reading package lists... 0% 2025-06-05T23:22:39.6843909Z 2025-06-05T23:22:39.6844064Z Reading package lists... 4% 2025-06-05T23:22:39.6844299Z 2025-06-05T23:22:39.6844430Z Reading package lists... 4% 2025-06-05T23:22:39.6844660Z 2025-06-05T23:22:39.6844805Z Reading package lists... 4% 2025-06-05T23:22:39.6845046Z 2025-06-05T23:22:39.6845171Z Reading package lists... 4% 2025-06-05T23:22:39.6845416Z 2025-06-05T23:22:39.6845568Z Reading package lists... 45% 2025-06-05T23:22:39.6845812Z 2025-06-05T23:22:39.6845959Z Reading package lists... 45% 2025-06-05T23:22:39.6846207Z 2025-06-05T23:22:39.6846335Z Reading package lists... 46% 2025-06-05T23:22:39.6846588Z 2025-06-05T23:22:39.6846741Z Reading package lists... 46% 2025-06-05T23:22:39.6846979Z 2025-06-05T23:22:39.6847117Z Reading package lists... 55% 2025-06-05T23:22:39.6847380Z 2025-06-05T23:22:39.6847510Z Reading package lists... 55% 2025-06-05T23:22:39.6847744Z 2025-06-05T23:22:39.6847890Z Reading package lists... 69% 2025-06-05T23:22:39.6848152Z 2025-06-05T23:22:39.6848279Z Reading package lists... 69% 2025-06-05T23:22:39.6848532Z 2025-06-05T23:22:39.6848679Z Reading package lists... 72% 2025-06-05T23:22:39.6848924Z 2025-06-05T23:22:39.6849063Z Reading package lists... 73% 2025-06-05T23:22:39.6849322Z 2025-06-05T23:22:39.6849453Z Reading package lists... 73% 2025-06-05T23:22:39.6849706Z 2025-06-05T23:22:39.6849843Z Reading package lists... 73% 2025-06-05T23:22:39.6850110Z 2025-06-05T23:22:39.6850237Z Reading package lists... 73% 2025-06-05T23:22:39.6850497Z 2025-06-05T23:22:39.6850645Z Reading package lists... 73% 2025-06-05T23:22:39.6850899Z 2025-06-05T23:22:39.6851027Z Reading package lists... 73% 2025-06-05T23:22:39.6851268Z 2025-06-05T23:22:39.6851419Z Reading package lists... 74% 2025-06-05T23:22:39.6851661Z 2025-06-05T23:22:39.6851795Z Reading package lists... 74% 2025-06-05T23:22:39.6852049Z 2025-06-05T23:22:39.6852184Z Reading package lists... 82% 2025-06-05T23:22:39.6852436Z 2025-06-05T23:22:39.6852571Z Reading package lists... 82% 2025-06-05T23:22:39.6852852Z 2025-06-05T23:22:39.6853066Z Reading package lists... 95% 2025-06-05T23:22:39.6853313Z 2025-06-05T23:22:39.6853474Z Reading package lists... 95% 2025-06-05T23:22:39.6853718Z 2025-06-05T23:22:39.6853852Z Reading package lists... 99% 2025-06-05T23:22:39.6854100Z 2025-06-05T23:22:39.6854243Z Reading package lists... 99% 2025-06-05T23:22:39.6854501Z 2025-06-05T23:22:39.6854630Z Reading package lists... 99% 2025-06-05T23:22:39.6854893Z 2025-06-05T23:22:39.6855036Z Reading package lists... 99% 2025-06-05T23:22:39.6855285Z 2025-06-05T23:22:39.6855430Z Reading package lists... 99% 2025-06-05T23:22:39.6855685Z 2025-06-05T23:22:39.6855819Z Reading package lists... 99% 2025-06-05T23:22:39.6856067Z 2025-06-05T23:22:39.6856227Z Reading package lists... 99% 2025-06-05T23:22:39.6856464Z 2025-06-05T23:22:39.6856598Z Reading package lists... 99% 2025-06-05T23:22:39.6856852Z 2025-06-05T23:22:39.6856994Z Reading package lists... 99% 2025-06-05T23:22:39.6857386Z 2025-06-05T23:22:39.6857518Z Reading package lists... 99% 2025-06-05T23:22:39.6857796Z 2025-06-05T23:22:39.6857935Z Reading package lists... Done 2025-06-05T23:22:39.6858181Z 2025-06-05T23:22:39.6858187Z 2025-06-05T23:22:39.6858342Z Building dependency tree... 0% 2025-06-05T23:22:39.6858603Z 2025-06-05T23:22:39.6858743Z Building dependency tree... 0% 2025-06-05T23:22:39.6859025Z 2025-06-05T23:22:39.6859154Z Building dependency tree... 0% 2025-06-05T23:22:39.6859411Z 2025-06-05T23:22:39.6859559Z Building dependency tree... 50% 2025-06-05T23:22:39.6859838Z 2025-06-05T23:22:39.6859973Z Building dependency tree... 50% 2025-06-05T23:22:39.6860219Z 2025-06-05T23:22:39.6860379Z Building dependency tree... Done 2025-06-05T23:22:39.6860638Z 2025-06-05T23:22:39.6860644Z 2025-06-05T23:22:39.6860777Z Reading state information... 0% 2025-06-05T23:22:39.6861062Z 2025-06-05T23:22:39.6861199Z Reading state information... 0% 2025-06-05T23:22:39.6861556Z 2025-06-05T23:22:39.6861723Z Reading state information... Done 2025-06-05T23:22:39.6862005Z 2025-06-05T23:22:39.6862137Z All packages are up to date. 2025-06-05T23:22:39.6863751Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-06-05T23:22:39.6865069Z 2025-06-05T23:22:39.6865203Z Reading package lists... 0% 2025-06-05T23:22:39.6865460Z 2025-06-05T23:22:39.6865596Z Reading package lists... 0% 2025-06-05T23:22:39.6865834Z 2025-06-05T23:22:39.6865975Z Reading package lists... 0% 2025-06-05T23:22:39.6866230Z 2025-06-05T23:22:39.6866359Z Reading package lists... 4% 2025-06-05T23:22:39.6866595Z 2025-06-05T23:22:39.6866737Z Reading package lists... 4% 2025-06-05T23:22:39.6866974Z 2025-06-05T23:22:39.6867115Z Reading package lists... 4% 2025-06-05T23:22:39.6867354Z 2025-06-05T23:22:39.6867495Z Reading package lists... 4% 2025-06-05T23:22:39.6867729Z 2025-06-05T23:22:39.6867874Z Reading package lists... 45% 2025-06-05T23:22:39.6868133Z 2025-06-05T23:22:39.6868270Z Reading package lists... 45% 2025-06-05T23:22:39.6868525Z 2025-06-05T23:22:39.6868684Z Reading package lists... 46% 2025-06-05T23:22:39.6868932Z 2025-06-05T23:22:39.6869059Z Reading package lists... 46% 2025-06-05T23:22:39.6869292Z 2025-06-05T23:22:39.6869442Z Reading package lists... 55% 2025-06-05T23:22:39.6869695Z 2025-06-05T23:22:39.6869828Z Reading package lists... 55% 2025-06-05T23:22:39.6870088Z 2025-06-05T23:22:39.6870223Z Reading package lists... 69% 2025-06-05T23:22:39.6870483Z 2025-06-05T23:22:39.6870615Z Reading package lists... 69% 2025-06-05T23:22:39.6870866Z 2025-06-05T23:22:39.6871003Z Reading package lists... 73% 2025-06-05T23:22:39.6871246Z 2025-06-05T23:22:39.6871404Z Reading package lists... 73% 2025-06-05T23:22:39.6871691Z 2025-06-05T23:22:39.6871829Z Reading package lists... 73% 2025-06-05T23:22:39.6872085Z 2025-06-05T23:22:39.6872218Z Reading package lists... 73% 2025-06-05T23:22:39.6872481Z 2025-06-05T23:22:39.6872618Z Reading package lists... 73% 2025-06-05T23:22:39.6872862Z 2025-06-05T23:22:39.6872994Z Reading package lists... 73% 2025-06-05T23:22:39.6873237Z 2025-06-05T23:22:39.6873397Z Reading package lists... 73% 2025-06-05T23:22:39.6873644Z 2025-06-05T23:22:39.6873775Z Reading package lists... 74% 2025-06-05T23:22:39.6874012Z 2025-06-05T23:22:39.6874160Z Reading package lists... 74% 2025-06-05T23:22:39.6874399Z 2025-06-05T23:22:39.6874536Z Reading package lists... 82% 2025-06-05T23:22:39.6874786Z 2025-06-05T23:22:39.6874923Z Reading package lists... 82% 2025-06-05T23:22:39.6875169Z 2025-06-05T23:22:39.6875303Z Reading package lists... 95% 2025-06-05T23:22:39.6875552Z 2025-06-05T23:22:39.6875681Z Reading package lists... 95% 2025-06-05T23:22:39.6875923Z 2025-06-05T23:22:39.6876073Z Reading package lists... 99% 2025-06-05T23:22:39.6876315Z 2025-06-05T23:22:39.6876453Z Reading package lists... 99% 2025-06-05T23:22:39.6876707Z 2025-06-05T23:22:39.6876850Z Reading package lists... 99% 2025-06-05T23:22:39.6877273Z 2025-06-05T23:22:39.6877410Z Reading package lists... 99% 2025-06-05T23:22:39.6877671Z 2025-06-05T23:22:39.6877811Z Reading package lists... 99% 2025-06-05T23:22:39.6878057Z 2025-06-05T23:22:39.6878205Z Reading package lists... 99% 2025-06-05T23:22:39.6878460Z 2025-06-05T23:22:39.6878594Z Reading package lists... 99% 2025-06-05T23:22:39.6878837Z 2025-06-05T23:22:39.6878987Z Reading package lists... 99% 2025-06-05T23:22:39.6879244Z 2025-06-05T23:22:39.6879374Z Reading package lists... 99% 2025-06-05T23:22:39.6879628Z 2025-06-05T23:22:39.6879758Z Reading package lists... 99% 2025-06-05T23:22:39.6880013Z 2025-06-05T23:22:39.6880148Z Reading package lists... Done 2025-06-05T23:22:39.6880432Z 2025-06-05T23:22:39.6880436Z 2025-06-05T23:22:39.6880576Z Building dependency tree... 0% 2025-06-05T23:22:39.6880837Z 2025-06-05T23:22:39.6880990Z Building dependency tree... 0% 2025-06-05T23:22:39.6881240Z 2025-06-05T23:22:40.3464175Z Building dependency tree... 50% 2025-06-05T23:22:40.3464719Z 2025-06-05T23:22:40.3464961Z Building dependency tree... 50% 2025-06-05T23:22:40.3465203Z 2025-06-05T23:22:40.3465339Z Building dependency tree... Done 2025-06-05T23:22:40.3465592Z 2025-06-05T23:22:40.3465598Z 2025-06-05T23:22:40.3465729Z Reading state information... 0% 2025-06-05T23:22:40.3465963Z 2025-06-05T23:22:40.3466110Z Reading state information... 0% 2025-06-05T23:22:40.3466331Z 2025-06-05T23:22:40.3466464Z Reading state information... Done 2025-06-05T23:22:40.3466712Z 2025-06-05T23:22:40.3466964Z build-essential is already the newest version (12.9ubuntu3). 2025-06-05T23:22:40.3467603Z ca-certificates is already the newest version (20240203~22.04.1). 2025-06-05T23:22:40.3468207Z git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-06-05T23:22:40.3468709Z gzip is already the newest version (1.10-4ubuntu4.1). 2025-06-05T23:22:40.3469245Z wget is already the newest version (1.21.2-2ubuntu1.1). 2025-06-05T23:22:40.3469941Z The following packages were automatically installed and are no longer required: 2025-06-05T23:22:40.3470585Z libssh2-1 libstd-rust-1.75 libstd-rust-dev 2025-06-05T23:22:40.3471039Z Use 'sudo apt autoremove' to remove them. 2025-06-05T23:22:40.3471505Z The following additional packages will be installed: 2025-06-05T23:22:40.3472136Z bsdextrautils cmake-data dh-elpa-helper dictionaries-common diffstat 2025-06-05T23:22:40.3472860Z emacsen-common g++-11-multilib gcc-11-multilib gettext gettext-base 2025-06-05T23:22:40.3473554Z groff-base hunspell-en-us intltool-debian lib32asan6 lib32atomic1 2025-06-05T23:22:40.3474235Z lib32gcc-11-dev lib32gcc-s1 lib32gomp1 lib32itm1 lib32quadmath0 2025-06-05T23:22:40.3474976Z lib32stdc++-11-dev lib32stdc++6 lib32ubsan1 libaliased-perl libapt-pkg-perl 2025-06-05T23:22:40.3475846Z libarchive-zip-perl libarchive13 libaspell15 libb-hooks-endofscope-perl 2025-06-05T23:22:40.3476734Z libb-hooks-op-check-perl libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 2025-06-05T23:22:40.3477549Z libcapture-tiny-perl libclass-data-inheritable-perl 2025-06-05T23:22:40.3478291Z libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl 2025-06-05T23:22:40.3479028Z libconfig-tiny-perl libconst-fast-perl libcpanel-json-xs-perl 2025-06-05T23:22:40.3479731Z libdata-dpath-perl libdata-messagepack-perl libdata-optlist-perl 2025-06-05T23:22:40.3480384Z libdata-validate-domain-perl libdata-validate-ip-perl 2025-06-05T23:22:40.3481074Z libdata-validate-uri-perl libdevel-callchecker-perl libdevel-size-perl 2025-06-05T23:22:40.3481761Z libdevel-stacktrace-perl libdynaloader-functions-perl 2025-06-05T23:22:40.3482440Z libemail-address-xs-perl libenchant-2-2 libexception-class-perl 2025-06-05T23:22:40.3483092Z libexpat1-dev libexporter-tiny-perl libfile-basedir-perl 2025-06-05T23:22:40.3483700Z libfile-find-rule-perl libfont-ttf-perl libhiredis0.14 2025-06-05T23:22:40.3484369Z libhtml-html5-entities-perl libhunspell-1.7-0 libimport-into-perl 2025-06-05T23:22:40.3485179Z libio-interactive-perl libio-prompt-tiny-perl libio-string-perl 2025-06-05T23:22:40.3486130Z libipc-run3-perl libipc-system-simple-perl libiterator-perl 2025-06-05T23:22:40.3486937Z libiterator-util-perl libjson-maybexs-perl libjsoncpp25 liblist-compare-perl 2025-06-05T23:22:40.3487949Z liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl 2025-06-05T23:22:40.3488750Z liblist-utilsby-perl liblzo2-2 libmagic-mgc libmagic1 libmarkdown2 2025-06-05T23:22:40.3489492Z libmodule-implementation-perl libmodule-runtime-perl libmoo-perl 2025-06-05T23:22:40.3490193Z libmoox-aliases-perl libmouse-perl libnamespace-clean-perl 2025-06-05T23:22:40.3490871Z libnet-domain-tld-perl libnet-ipv6addr-perl libnet-netmask-perl 2025-06-05T23:22:40.3491578Z libnetaddr-ip-perl libnumber-compare-perl libpackage-stash-perl 2025-06-05T23:22:40.3492403Z libparams-classify-perl libparams-util-perl libpath-tiny-perl libpcre2-32-0 2025-06-05T23:22:40.3493569Z libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpkgconf3 2025-06-05T23:22:40.3494500Z libproc-processtable-perl libpugixml1v5 libpython3-stdlib libpython3.10-dev 2025-06-05T23:22:40.3495445Z librhash0 librole-tiny-perl libsereal-decoder-perl libsereal-encoder-perl 2025-06-05T23:22:40.3496369Z libset-scalar-perl libsnappy1v5 libsort-versions-perl libstrictures-perl 2025-06-05T23:22:40.3497375Z libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl 2025-06-05T23:22:40.3498230Z libsub-install-perl libsub-name-perl libsub-quote-perl 2025-06-05T23:22:40.3499045Z libsyntax-keyword-try-perl libtbb12 libtbbmalloc2 libterm-readkey-perl 2025-06-05T23:22:40.3499926Z libtext-glob-perl libtext-iconv-perl libtext-levenshteinxs-perl 2025-06-05T23:22:40.3500751Z libtext-markdown-discount-perl libtext-xslate-perl libtime-duration-perl 2025-06-05T23:22:40.3501606Z libtime-moment-perl libtimedate-perl libtry-tiny-perl libuchardet0 2025-06-05T23:22:40.3502428Z libunicode-utf8-perl liburi-perl libuv1 libva-drm2 libva-glx2 libva-wayland2 2025-06-05T23:22:40.3503555Z libva-x11-2 libva2 libvariable-magic-perl libwayland-bin libwayland-client0 2025-06-05T23:22:40.3504715Z libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0 2025-06-05T23:22:40.3505778Z libx32asan6 libx32atomic1 libx32gcc-11-dev libx32gcc-s1 libx32gomp1 2025-06-05T23:22:40.3506862Z libx32itm1 libx32quadmath0 libx32stdc++-11-dev libx32stdc++6 libx32ubsan1 2025-06-05T23:22:40.3507865Z libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl 2025-06-05T23:22:40.3508842Z libxml-sax-perl libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl 2025-06-05T23:22:40.3509802Z lzip lzop man-db ocl-icd-libopencl1 opencl-c-headers opencl-clhpp-headers 2025-06-05T23:22:40.3510711Z patchutils python3 python3-distutils python3-lib2to3 python3-minimal 2025-06-05T23:22:40.3511676Z python3-pip-whl python3-pkg-resources python3-setuptools-whl python3-wheel 2025-06-05T23:22:40.3512503Z python3.10 python3.10-minimal python3.10-venv t1utils 2025-06-05T23:22:40.3513097Z Suggested packages: 2025-06-05T23:22:40.3513660Z distcc | icecc cmake-doc cmake-format ispell | aspell | hunspell wordlist 2025-06-05T23:22:40.3514510Z lib32stdc++6-11-dbg libx32stdc++6-11-dbg gettext-doc autopoint 2025-06-05T23:22:40.3515392Z libasprintf-dev libgettextpo-dev groff hunspell openoffice.org-hunspell 2025-06-05T23:22:40.3516346Z | openoffice.org-core lrzip aspell libenchant-2-voikko libxml-parser-perl 2025-06-05T23:22:40.3517306Z libscalar-number-perl libbareword-filehandles-perl libindirect-perl 2025-06-05T23:22:40.3518252Z libmultidimensional-perl libtbb-doc libbusiness-isbn-perl libwww-perl 2025-06-05T23:22:40.3519215Z libwayland-doc binutils-multiarch libtext-template-perl apparmor less 2025-06-05T23:22:40.3520152Z www-browser opencl-icd opencl-clhpp-headers-doc pybind11-doc python3-doc 2025-06-05T23:22:40.3521143Z python3-tk python-setuptools-doc python3.10-doc binfmt-support rapidjson-doc 2025-06-05T23:22:40.3521895Z Recommended packages: 2025-06-05T23:22:40.3522574Z aspell-en | aspell-dictionary | aspell6a-dictionary enchant-2 2025-06-05T23:22:40.3523385Z liblist-someutils-xs-perl libmath-base85-perl libsocket6-perl 2025-06-05T23:22:40.3524208Z libpackage-stash-xs-perl va-driver-all | va-driver libwww-perl 2025-06-05T23:22:40.3525120Z libxml-sax-expat-perl libgl1-mesa-dev | libgl-dev libeigen3-dev python3-dev 2025-06-05T23:22:40.3525907Z The following NEW packages will be installed: 2025-06-05T23:22:40.3526665Z bsdextrautils ccache cmake cmake-data dh-elpa-helper dictionaries-common 2025-06-05T23:22:40.3527554Z diffstat emacsen-common fdupes file g++-11-multilib g++-multilib 2025-06-05T23:22:40.3528432Z gcc-11-multilib gcc-multilib gettext gettext-base groff-base hunspell-en-us 2025-06-05T23:22:40.3529553Z intltool-debian lib32asan6 lib32atomic1 lib32gcc-11-dev lib32gcc-s1 2025-06-05T23:22:40.3530406Z lib32gomp1 lib32itm1 lib32quadmath0 lib32stdc++-11-dev lib32stdc++6 2025-06-05T23:22:40.3531534Z lib32ubsan1 libaliased-perl libapt-pkg-perl libarchive-zip-perl libarchive13 2025-06-05T23:22:40.3532503Z libaspell15 libb-hooks-endofscope-perl libb-hooks-op-check-perl 2025-06-05T23:22:40.3533467Z libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcapture-tiny-perl 2025-06-05T23:22:40.3534348Z libclass-data-inheritable-perl libclass-method-modifiers-perl 2025-06-05T23:22:40.3535169Z libclass-xsaccessor-perl libclone-perl libconfig-tiny-perl 2025-06-05T23:22:40.3535979Z libconst-fast-perl libcpanel-json-xs-perl libdata-dpath-perl 2025-06-05T23:22:40.3536896Z libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl 2025-06-05T23:22:40.3537960Z libdata-validate-ip-perl libdata-validate-uri-perl libdevel-callchecker-perl 2025-06-05T23:22:40.3538980Z libdevel-size-perl libdevel-stacktrace-perl libdynaloader-functions-perl 2025-06-05T23:22:40.3539917Z libemail-address-xs-perl libenchant-2-2 libexception-class-perl 2025-06-05T23:22:40.3540813Z libexpat1-dev libexporter-tiny-perl libffi-dev libfile-basedir-perl 2025-06-05T23:22:40.3541642Z libfile-find-rule-perl libfont-ttf-perl libhiredis0.14 2025-06-05T23:22:40.3542448Z libhtml-html5-entities-perl libhunspell-1.7-0 libimport-into-perl 2025-06-05T23:22:40.3543311Z libio-interactive-perl libio-prompt-tiny-perl libio-string-perl 2025-06-05T23:22:40.3544148Z libipc-run3-perl libipc-system-simple-perl libiterator-perl 2025-06-05T23:22:40.3545054Z libiterator-util-perl libjson-maybexs-perl libjsoncpp25 liblist-compare-perl 2025-06-05T23:22:40.3546078Z liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl 2025-06-05T23:22:40.3547010Z liblist-utilsby-perl liblzo2-2 libmagic-mgc libmagic1 libmarkdown2 2025-06-05T23:22:40.3547892Z libmodule-implementation-perl libmodule-runtime-perl libmoo-perl 2025-06-05T23:22:40.3548743Z libmoox-aliases-perl libmouse-perl libnamespace-clean-perl 2025-06-05T23:22:40.3549549Z libnet-domain-tld-perl libnet-ipv6addr-perl libnet-netmask-perl 2025-06-05T23:22:40.3550416Z libnetaddr-ip-perl libnumber-compare-perl libpackage-stash-perl 2025-06-05T23:22:40.3551356Z libparams-classify-perl libparams-util-perl libpath-tiny-perl libpcre2-32-0 2025-06-05T23:22:40.3552363Z libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpkgconf3 2025-06-05T23:22:40.3553329Z libproc-processtable-perl libpugixml-dev libpugixml1v5 libpython3-dev 2025-06-05T23:22:40.3554199Z libpython3-stdlib libpython3.10-dev librhash0 librole-tiny-perl 2025-06-05T23:22:40.3555051Z libsereal-decoder-perl libsereal-encoder-perl libset-scalar-perl 2025-06-05T23:22:40.3555914Z libsnappy-dev libsnappy1v5 libsort-versions-perl libstrictures-perl 2025-06-05T23:22:40.3556885Z libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl 2025-06-05T23:22:40.3557750Z libsub-install-perl libsub-name-perl libsub-quote-perl 2025-06-05T23:22:40.3558498Z libsyntax-keyword-try-perl libtbb-dev libtbb12 libtbbmalloc2 2025-06-05T23:22:40.3559249Z libterm-readkey-perl libtext-glob-perl libtext-iconv-perl 2025-06-05T23:22:40.3559970Z libtext-levenshteinxs-perl libtext-markdown-discount-perl 2025-06-05T23:22:40.3560936Z libtext-xslate-perl libtime-duration-perl libtime-moment-perl 2025-06-05T23:22:40.3561703Z libtimedate-perl libtry-tiny-perl libuchardet0 libunicode-utf8-perl 2025-06-05T23:22:40.3562632Z liburi-perl libuv1 libva-dev libva-drm2 libva-glx2 libva-wayland2 2025-06-05T23:22:40.3563631Z libva-x11-2 libva2 libvariable-magic-perl libwayland-bin libwayland-client0 2025-06-05T23:22:40.3564703Z libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0 2025-06-05T23:22:40.3565694Z libx32asan6 libx32atomic1 libx32gcc-11-dev libx32gcc-s1 libx32gomp1 2025-06-05T23:22:40.6799660Z libx32itm1 libx32quadmath0 libx32stdc++-11-dev libx32stdc++6 libx32ubsan1 2025-06-05T23:22:40.6800611Z libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl 2025-06-05T23:22:40.6801599Z libxml-sax-perl libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl 2025-06-05T23:22:40.6802740Z lintian lzip lzop man-db ninja-build ocl-icd-libopencl1 ocl-icd-opencl-dev 2025-06-05T23:22:40.6803438Z opencl-c-headers opencl-clhpp-headers opencl-headers patchelf patchutils 2025-06-05T23:22:40.6804008Z pkgconf pybind11-dev python3 python3-distutils python3-enchant 2025-06-05T23:22:40.6804505Z python3-lib2to3 python3-minimal python3-pip python3-pip-whl 2025-06-05T23:22:40.6805055Z python3-pkg-resources python3-setuptools python3-setuptools-whl python3-venv 2025-06-05T23:22:40.6805671Z python3-wheel python3.10 python3.10-minimal python3.10-venv rapidjson-dev 2025-06-05T23:22:40.6806124Z scons shellcheck t1utils 2025-06-05T23:22:40.6806565Z 0 upgraded, 211 newly installed, 0 to remove and 0 not upgraded. 2025-06-05T23:22:40.6807139Z Need to get 58.5 MB of archives. 2025-06-05T23:22:40.6807506Z After this operation, 251 MB of additional disk space will be used. 2025-06-05T23:22:40.6807812Z 2025-06-05T23:22:40.6807903Z 0% [Working] 2025-06-05T23:22:40.6808092Z 2025-06-05T23:22:40.6808631Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.9 [2263 kB] 2025-06-05T23:22:40.6809271Z 2025-06-05T23:22:40.6809489Z 0% [1 python3.10-minimal 0 B/2263 kB 0%] 2025-06-05T23:22:40.6809798Z 2025-06-05T23:22:40.6810061Z 3% [Working] 2025-06-05T23:22:40.6810264Z 2025-06-05T23:22:40.6810746Z Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] 2025-06-05T23:22:40.6811243Z 2025-06-05T23:22:40.6811349Z 3% [2 python3-minimal 15.6 kB/24.3 kB 64%] 2025-06-05T23:22:40.6811636Z 2025-06-05T23:22:40.6811910Z 3% [Working] 2025-06-05T23:22:40.6812094Z 2025-06-05T23:22:40.6812559Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.9 [508 kB] 2025-06-05T23:22:40.6813180Z 2025-06-05T23:22:40.6813295Z 3% [3 python3.10 56.6 kB/508 kB 11%] 2025-06-05T23:22:40.6813628Z 2025-06-05T23:22:40.6813983Z 4% [Waiting for headers] 2025-06-05T23:22:40.6814210Z 2025-06-05T23:22:40.6814738Z Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6812 B] 2025-06-05T23:22:40.6815228Z 2025-06-05T23:22:40.6815337Z 4% [4 libpython3-stdlib 6812 B/6812 B 100%] 2025-06-05T23:22:40.6815705Z 2025-06-05T23:22:40.6816037Z 4% [Working] 2025-06-05T23:22:40.6816223Z 2025-06-05T23:22:40.6816679Z Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] 2025-06-05T23:22:40.6817126Z 2025-06-05T23:22:40.6817221Z 4% [5 python3 14.2 kB/22.8 kB 62%] 2025-06-05T23:22:40.6817490Z 2025-06-05T23:22:40.6817732Z 4% [Working] 2025-06-05T23:22:40.6817929Z 2025-06-05T23:22:40.6818441Z Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-iconv-perl amd64 1.7-7build3 [14.3 kB] 2025-06-05T23:22:40.6819082Z 2025-06-05T23:22:40.6819198Z 4% [6 libtext-iconv-perl 14.3 kB/14.3 kB 100%] 2025-06-05T23:22:40.6819518Z 2025-06-05T23:22:40.6819784Z 4% [Working] 2025-06-05T23:22:40.6819984Z 2025-06-05T23:22:40.6820415Z Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] 2025-06-05T23:22:40.6820953Z 2025-06-05T23:22:40.6821050Z 5% [7 libyaml-0-2 42.1 kB/51.6 kB 82%] 2025-06-05T23:22:40.6821322Z 2025-06-05T23:22:40.6821588Z 5% [Working] 2025-06-05T23:22:40.6821788Z 2025-06-05T23:22:40.6822323Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.3 [133 kB] 2025-06-05T23:22:40.6822867Z 2025-06-05T23:22:40.6823021Z 5% [8 python3-pkg-resources 55.7 kB/133 kB 42%] 2025-06-05T23:22:40.6823468Z 2025-06-05T23:22:40.6823835Z 5% [Working] 2025-06-05T23:22:40.6824021Z 2025-06-05T23:22:40.6824517Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3.4 [71.4 kB] 2025-06-05T23:22:40.6824999Z 2025-06-05T23:22:40.6825112Z 5% [9 bsdextrautils 53.8 kB/71.4 kB 75%] 2025-06-05T23:22:40.6825398Z 2025-06-05T23:22:40.6825710Z 5% [Working] 2025-06-05T23:22:40.6826001Z 2025-06-05T23:22:40.6826491Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] 2025-06-05T23:22:40.6826965Z 2025-06-05T23:22:40.6827065Z 5% [10 libmagic-mgc 47.6 kB/257 kB 19%] 2025-06-05T23:22:40.6827355Z 2025-06-05T23:22:40.6827611Z 6% [Working] 2025-06-05T23:22:40.6827808Z 2025-06-05T23:22:40.6828332Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] 2025-06-05T23:22:40.6829050Z 2025-06-05T23:22:40.6829166Z 6% [11 libmagic1 14.2 kB/87.2 kB 16%] 2025-06-05T23:22:40.6829461Z 2025-06-05T23:22:40.6829716Z 6% [Working] 2025-06-05T23:22:40.6829914Z 2025-06-05T23:22:40.6830357Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] 2025-06-05T23:22:40.6830812Z 2025-06-05T23:22:40.6830901Z 6% [12 file 6950 B/21.5 kB 32%] 2025-06-05T23:22:40.6831156Z 2025-06-05T23:22:40.6831384Z 6% [Working] 2025-06-05T23:22:40.6831582Z 2025-06-05T23:22:40.6832000Z Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] 2025-06-05T23:22:40.6832437Z 2025-06-05T23:22:40.6832538Z 6% [13 gettext-base 37.8 kB/37.8 kB 100%] 2025-06-05T23:22:40.6832821Z 2025-06-05T23:22:40.6833095Z 6% [Working] 2025-06-05T23:22:40.6833277Z 2025-06-05T23:22:40.6833711Z Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] 2025-06-05T23:22:40.6834137Z 2025-06-05T23:22:40.6834248Z 6% [14 libuchardet0 35.7 kB/76.9 kB 46%] 2025-06-05T23:22:40.6834528Z 2025-06-05T23:22:40.6834801Z 6% [Working] 2025-06-05T23:22:40.6834988Z 2025-06-05T23:22:40.6835413Z Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB] 2025-06-05T23:22:40.6835831Z 2025-06-05T23:22:40.6835926Z 6% [15 groff-base 24.1 kB/955 kB 3%] 2025-06-05T23:22:40.6836206Z 2025-06-05T23:22:40.6836479Z 8% [Waiting for headers] 2025-06-05T23:22:40.6836705Z 2025-06-05T23:22:40.6837145Z Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] 2025-06-05T23:22:40.6837549Z 2025-06-05T23:22:40.6837648Z 8% [16 libpipeline1 16.1 kB/23.5 kB 69%] 2025-06-05T23:22:40.6837945Z 2025-06-05T23:22:40.6838355Z 8% [Working] 2025-06-05T23:22:40.6838554Z 2025-06-05T23:22:40.6839002Z Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libuv1 amd64 1.43.0-1ubuntu0.1 [92.7 kB] 2025-06-05T23:22:40.6839470Z 2025-06-05T23:22:40.6839562Z 8% [17 libuv1 28.4 kB/92.7 kB 31%] 2025-06-05T23:22:40.6839835Z 2025-06-05T23:22:40.6840082Z 8% [Working] 2025-06-05T23:22:40.6840284Z 2025-06-05T23:22:40.6840655Z Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB] 2025-06-05T23:22:40.6841045Z 2025-06-05T23:22:40.6841135Z 8% [18 man-db 30.4 kB/1187 kB 3%] 2025-06-05T23:22:40.6841389Z 2025-06-05T23:22:40.6841641Z 10% [Working] 2025-06-05T23:22:40.6841829Z 2025-06-05T23:22:40.6842282Z Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libhiredis0.14 amd64 0.14.1-2 [32.8 kB] 2025-06-05T23:22:40.6842712Z 2025-06-05T23:22:40.6842910Z 10% [19 libhiredis0.14 22.9 kB/32.8 kB 70%] 2025-06-05T23:22:40.6843203Z 2025-06-05T23:22:40.6843483Z 10% [Working] 2025-06-05T23:22:40.6843674Z 2025-06-05T23:22:40.6844073Z Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ccache amd64 4.5.1-1 [495 kB] 2025-06-05T23:22:40.6844464Z 2025-06-05T23:22:40.6844568Z 10% [20 ccache 25.8 kB/495 kB 5%] 2025-06-05T23:22:40.6844822Z 2025-06-05T23:22:40.6845077Z 11% [Working] 2025-06-05T23:22:40.6845265Z 2025-06-05T23:22:40.6845748Z Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libarchive13 amd64 3.6.0-1ubuntu1.4 [368 kB] 2025-06-05T23:22:40.6846218Z 2025-06-05T23:22:40.6846317Z 11% [21 libarchive13 18.9 kB/368 kB 5%] 2025-06-05T23:22:40.6846612Z 2025-06-05T23:22:40.6846869Z 11% [Working] 2025-06-05T23:22:40.6847070Z 2025-06-05T23:22:40.6847473Z Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB] 2025-06-05T23:22:40.6847896Z 2025-06-05T23:22:40.6847996Z 11% [22 libjsoncpp25 13.8 kB/80.0 kB 17%] 2025-06-05T23:22:40.6848297Z 2025-06-05T23:22:40.6848562Z 11% [Working] 2025-06-05T23:22:40.6848760Z 2025-06-05T23:22:40.6849163Z Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB] 2025-06-05T23:22:40.6849586Z 2025-06-05T23:22:40.6849681Z 11% [23 librhash0 28.7 kB/125 kB 23%] 2025-06-05T23:22:40.6849949Z 2025-06-05T23:22:40.6850213Z 12% [Working] 2025-06-05T23:22:40.6850414Z 2025-06-05T23:22:40.6850825Z Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B] 2025-06-05T23:22:40.6851243Z 2025-06-05T23:22:40.6851357Z 12% [24 dh-elpa-helper 7610 B/7610 B 100%] 2025-06-05T23:22:40.6851641Z 2025-06-05T23:22:40.6851960Z 12% [Working] 2025-06-05T23:22:40.6852161Z 2025-06-05T23:22:40.6852564Z Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB] 2025-06-05T23:22:40.6853040Z 2025-06-05T23:22:40.6853168Z 12% [25 emacsen-common 14.9 kB/14.9 kB 100%] 2025-06-05T23:22:40.6853463Z 2025-06-05T23:22:40.6853741Z 12% [Working] 2025-06-05T23:22:40.6853924Z 2025-06-05T23:22:40.6854419Z Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.2 [1913 kB] 2025-06-05T23:22:40.6854903Z 2025-06-05T23:22:40.6855000Z 12% [26 cmake-data 47.8 kB/1913 kB 2%] 2025-06-05T23:22:40.6855287Z 2025-06-05T23:22:40.6855555Z 15% [Waiting for headers] 2025-06-05T23:22:40.6855795Z 2025-06-05T23:22:40.6856303Z Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.2 [5010 kB] 2025-06-05T23:22:40.6856770Z 2025-06-05T23:22:40.6856941Z 15% [27 cmake 35.2 kB/5010 kB 1%] 2025-06-05T23:22:40.6857209Z 2025-06-05T23:22:40.6857449Z 22% [Working] 2025-06-05T23:22:40.6857649Z 2025-06-05T23:22:40.6858066Z Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 dictionaries-common all 1.28.14 [185 kB] 2025-06-05T23:22:40.6858500Z 2025-06-05T23:22:40.6858621Z 22% [28 dictionaries-common 23.1 kB/185 kB 12%] 2025-06-05T23:22:40.6858946Z 2025-06-05T23:22:40.6859220Z 22% [Working] 2025-06-05T23:22:40.6859420Z 2025-06-05T23:22:40.6859815Z Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB] 2025-06-05T23:22:40.6860230Z 2025-06-05T23:22:40.6860322Z 22% [29 diffstat 16.9 kB/29.2 kB 58%] 2025-06-05T23:22:40.6860589Z 2025-06-05T23:22:40.6860851Z 22% [Working] 2025-06-05T23:22:40.6861035Z 2025-06-05T23:22:40.6861576Z Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-32-0 amd64 10.39-3ubuntu0.1 [194 kB] 2025-06-05T23:22:40.6862053Z 2025-06-05T23:22:40.6862165Z 22% [30 libpcre2-32-0 52.9 kB/194 kB 27%] 2025-06-05T23:22:40.6862446Z 2025-06-05T23:22:40.6862718Z 22% [Working] 2025-06-05T23:22:40.6862904Z 2025-06-05T23:22:40.6863334Z Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fdupes amd64 1:2.1.2-1build1 [38.5 kB] 2025-06-05T23:22:40.6863761Z 2025-06-05T23:22:40.6863852Z 22% [31 fdupes 4096 B/38.5 kB 11%] 2025-06-05T23:22:40.6864126Z 2025-06-05T23:22:40.6864384Z 23% [Working] 2025-06-05T23:22:40.6864567Z 2025-06-05T23:22:40.6865038Z Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-i386 amd64 2.35-0ubuntu3.10 [2837 kB] 2025-06-05T23:22:40.6865503Z 2025-06-05T23:22:40.6865599Z 23% [32 libc6-i386 16.6 kB/2837 kB 1%] 2025-06-05T23:22:40.6865884Z 2025-06-05T23:22:40.6866145Z 27% [Working] 2025-06-05T23:22:40.6866342Z 2025-06-05T23:22:40.6866817Z Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev-i386 amd64 2.35-0ubuntu3.10 [1445 kB] 2025-06-05T23:22:40.6867310Z 2025-06-05T23:22:40.6867409Z 27% [33 libc6-dev-i386 9364 B/1445 kB 1%] 2025-06-05T23:22:40.6867702Z 2025-06-05T23:22:40.6867974Z 29% [Waiting for headers] 2025-06-05T23:22:40.6868216Z 2025-06-05T23:22:40.6868701Z Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-x32 amd64 2.35-0ubuntu3.10 [2978 kB] 2025-06-05T23:22:40.6869169Z 2025-06-05T23:22:40.6869260Z 29% [34 libc6-x32 8192 B/2978 kB 0%] 2025-06-05T23:22:40.6869520Z 2025-06-05T23:22:40.6869778Z 33% [Working] 2025-06-05T23:22:40.6869975Z 2025-06-05T23:22:40.8293690Z Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev-x32 amd64 2.35-0ubuntu3.10 [1632 kB] 2025-06-05T23:22:40.8294639Z 2025-06-05T23:22:40.8294807Z 33% [35 libc6-dev-x32 30.0 kB/1632 kB 2%] 2025-06-05T23:22:40.8295239Z 2025-06-05T23:22:40.8295627Z 35% [Working] 2025-06-05T23:22:40.8295832Z 2025-06-05T23:22:40.8296500Z Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32gcc-s1 amd64 12.3.0-1ubuntu1~22.04 [63.9 kB] 2025-06-05T23:22:40.8297004Z 2025-06-05T23:22:40.8297105Z 35% [36 lib32gcc-s1 36.1 kB/63.9 kB 57%] 2025-06-05T23:22:40.8297508Z 2025-06-05T23:22:40.8297815Z 35% [Working] 2025-06-05T23:22:40.8298017Z 2025-06-05T23:22:40.8298702Z Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32gcc-s1 amd64 12.3.0-1ubuntu1~22.04 [54.0 kB] 2025-06-05T23:22:40.8299209Z 2025-06-05T23:22:40.8299309Z 35% [37 libx32gcc-s1 37.5 kB/54.0 kB 69%] 2025-06-05T23:22:40.8299587Z 2025-06-05T23:22:40.8299896Z 35% [Working] 2025-06-05T23:22:40.8300346Z 2025-06-05T23:22:40.8300881Z Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32gomp1 amd64 12.3.0-1ubuntu1~22.04 [133 kB] 2025-06-05T23:22:40.8301362Z 2025-06-05T23:22:40.8301470Z 35% [38 lib32gomp1 48.7 kB/133 kB 36%] 2025-06-05T23:22:40.8301742Z 2025-06-05T23:22:40.8302008Z 36% [Working] 2025-06-05T23:22:40.8302196Z 2025-06-05T23:22:40.8302735Z Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32gomp1 amd64 12.3.0-1ubuntu1~22.04 [127 kB] 2025-06-05T23:22:40.8303229Z 2025-06-05T23:22:40.8303327Z 36% [39 libx32gomp1 46.0 kB/127 kB 36%] 2025-06-05T23:22:40.8303615Z 2025-06-05T23:22:40.8303871Z 36% [Working] 2025-06-05T23:22:40.8304069Z 2025-06-05T23:22:40.8304540Z Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32itm1 amd64 12.3.0-1ubuntu1~22.04 [32.0 kB] 2025-06-05T23:22:40.8305026Z 2025-06-05T23:22:40.8305276Z 36% [40 lib32itm1 32.0 kB/32.0 kB 100%] 2025-06-05T23:22:40.8305551Z 2025-06-05T23:22:40.8305816Z 36% [Working] 2025-06-05T23:22:40.8306003Z 2025-06-05T23:22:40.8306494Z Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32itm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB] 2025-06-05T23:22:40.8306974Z 2025-06-05T23:22:40.8307083Z 36% [41 libx32itm1 17.5 kB/30.2 kB 58%] 2025-06-05T23:22:40.8307354Z 2025-06-05T23:22:40.8307622Z 36% [Working] 2025-06-05T23:22:40.8307808Z 2025-06-05T23:22:40.8308304Z Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32atomic1 amd64 12.3.0-1ubuntu1~22.04 [8500 B] 2025-06-05T23:22:40.8308793Z 2025-06-05T23:22:40.8308891Z 36% [42 lib32atomic1 8500 B/8500 B 100%] 2025-06-05T23:22:40.8309186Z 2025-06-05T23:22:40.8309456Z 36% [Working] 2025-06-05T23:22:40.8309641Z 2025-06-05T23:22:40.8310144Z Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32atomic1 amd64 12.3.0-1ubuntu1~22.04 [10.2 kB] 2025-06-05T23:22:40.8310642Z 2025-06-05T23:22:40.8310744Z 36% [43 libx32atomic1 10.2 kB/10.2 kB 100%] 2025-06-05T23:22:40.8311039Z 2025-06-05T23:22:40.8311298Z 36% [Working] 2025-06-05T23:22:40.8311495Z 2025-06-05T23:22:40.8311971Z Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32asan6 amd64 11.4.0-1ubuntu1~22.04 [2154 kB] 2025-06-05T23:22:40.8312462Z 2025-06-05T23:22:40.8312556Z 36% [44 lib32asan6 15.6 kB/2154 kB 1%] 2025-06-05T23:22:40.8312837Z 2025-06-05T23:22:40.8313102Z 39% [Waiting for headers] 2025-06-05T23:22:40.8313344Z 2025-06-05T23:22:40.8313852Z Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32asan6 amd64 11.4.0-1ubuntu1~22.04 [2128 kB] 2025-06-05T23:22:40.8314346Z 2025-06-05T23:22:40.8314445Z 40% [45 libx32asan6 24.3 kB/2128 kB 1%] 2025-06-05T23:22:40.8314722Z 2025-06-05T23:22:40.8314987Z 43% [Working] 2025-06-05T23:22:40.8315188Z 2025-06-05T23:22:40.8315665Z Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32stdc++6 amd64 12.3.0-1ubuntu1~22.04 [740 kB] 2025-06-05T23:22:40.8316146Z 2025-06-05T23:22:40.8316255Z 43% [46 lib32stdc++6 10.7 kB/740 kB 1%] 2025-06-05T23:22:40.8316525Z 2025-06-05T23:22:40.8316790Z 44% [Working] 2025-06-05T23:22:40.8316974Z 2025-06-05T23:22:40.8317457Z Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32ubsan1 amd64 12.3.0-1ubuntu1~22.04 [959 kB] 2025-06-05T23:22:40.8317934Z 2025-06-05T23:22:40.8318039Z 44% [47 lib32ubsan1 39.4 kB/959 kB 4%] 2025-06-05T23:22:40.8318311Z 2025-06-05T23:22:40.8318573Z 45% [Working] 2025-06-05T23:22:40.8318757Z 2025-06-05T23:22:40.8319254Z Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32stdc++6 amd64 12.3.0-1ubuntu1~22.04 [682 kB] 2025-06-05T23:22:40.8319830Z 2025-06-05T23:22:40.8319927Z 45% [48 libx32stdc++6 15.3 kB/682 kB 2%] 2025-06-05T23:22:40.8320221Z 2025-06-05T23:22:40.8320477Z 46% [Working] 2025-06-05T23:22:40.8320686Z 2025-06-05T23:22:40.8321180Z Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32ubsan1 amd64 12.3.0-1ubuntu1~22.04 [963 kB] 2025-06-05T23:22:40.8321666Z 2025-06-05T23:22:40.8321763Z 46% [49 libx32ubsan1 36.7 kB/963 kB 4%] 2025-06-05T23:22:40.8322052Z 2025-06-05T23:22:40.8322308Z 47% [Working] 2025-06-05T23:22:40.8322506Z 2025-06-05T23:22:40.8322997Z Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32quadmath0 amd64 12.3.0-1ubuntu1~22.04 [244 kB] 2025-06-05T23:22:40.8323503Z 2025-06-05T23:22:40.8323604Z 47% [50 lib32quadmath0 16.4 kB/244 kB 7%] 2025-06-05T23:22:40.8323968Z 2025-06-05T23:22:40.8324236Z 48% [Working] 2025-06-05T23:22:40.8324438Z 2025-06-05T23:22:40.8324934Z Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32quadmath0 amd64 12.3.0-1ubuntu1~22.04 [156 kB] 2025-06-05T23:22:40.8325444Z 2025-06-05T23:22:40.8325543Z 48% [51 libx32quadmath0 8106 B/156 kB 5%] 2025-06-05T23:22:40.8325826Z 2025-06-05T23:22:40.8326096Z 48% [Working] 2025-06-05T23:22:40.8326284Z 2025-06-05T23:22:40.8326793Z Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32gcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2339 kB] 2025-06-05T23:22:40.8327294Z 2025-06-05T23:22:40.8327410Z 48% [52 lib32gcc-11-dev 48.3 kB/2339 kB 2%] 2025-06-05T23:22:40.8327698Z 2025-06-05T23:22:40.8327971Z 51% [Working] 2025-06-05T23:22:40.8328157Z 2025-06-05T23:22:40.8328900Z Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32gcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2107 kB] 2025-06-05T23:22:40.8329421Z 2025-06-05T23:22:40.8329531Z 52% [53 libx32gcc-11-dev 20.4 kB/2107 kB 1%] 2025-06-05T23:22:40.8329841Z 2025-06-05T23:22:40.8330120Z 54% [Working] 2025-06-05T23:22:40.8330305Z 2025-06-05T23:22:40.8330803Z Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-multilib amd64 11.4.0-1ubuntu1~22.04 [876 B] 2025-06-05T23:22:40.8331292Z 2025-06-05T23:22:40.8331383Z 55% [Waiting for headers] 2025-06-05T23:22:40.8331625Z 2025-06-05T23:22:40.8332160Z Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32stdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [989 kB] 2025-06-05T23:22:40.8332679Z 2025-06-05T23:22:40.8332787Z 55% [55 lib32stdc++-11-dev 61.4 kB/989 kB 6%] 2025-06-05T23:22:40.8333166Z 2025-06-05T23:22:40.8333436Z 56% [Working] 2025-06-05T23:22:40.8333645Z 2025-06-05T23:22:40.8334164Z Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx32stdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [906 kB] 2025-06-05T23:22:40.8334693Z 2025-06-05T23:22:40.8334805Z 56% [56 libx32stdc++-11-dev 58.8 kB/906 kB 6%] 2025-06-05T23:22:40.8335105Z 2025-06-05T23:22:40.8335383Z 57% [Working] 2025-06-05T23:22:40.8335582Z 2025-06-05T23:22:40.8336064Z Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11-multilib amd64 11.4.0-1ubuntu1~22.04 [890 B] 2025-06-05T23:22:40.8336548Z 2025-06-05T23:22:40.8336656Z 57% [Working] 2025-06-05T23:22:40.8336853Z 2025-06-05T23:22:40.8337282Z Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc-multilib amd64 4:11.2.0-1ubuntu1 [1382 B] 2025-06-05T23:22:40.8337715Z 2025-06-05T23:22:40.8337829Z 57% [58 gcc-multilib 1382 B/1382 B 100%] 2025-06-05T23:22:40.8338112Z 2025-06-05T23:22:40.8338389Z 58% [Working] 2025-06-05T23:22:40.8338711Z 2025-06-05T23:22:40.8339152Z Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++-multilib amd64 4:11.2.0-1ubuntu1 [854 B] 2025-06-05T23:22:40.8339577Z 2025-06-05T23:22:40.8339675Z 58% [59 g++-multilib 854 B/854 B 100%] 2025-06-05T23:22:40.8339969Z 2025-06-05T23:22:40.8340238Z 58% [Working] 2025-06-05T23:22:40.8340427Z 2025-06-05T23:22:40.8340842Z Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] 2025-06-05T23:22:40.8341245Z 2025-06-05T23:22:40.8341336Z 58% [60 gettext 9835 B/868 kB 1%] 2025-06-05T23:22:40.8341609Z 2025-06-05T23:22:40.8341850Z 59% [Working] 2025-06-05T23:22:40.8342052Z 2025-06-05T23:22:40.8342474Z Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 hunspell-en-us all 1:2020.12.07-2 [280 kB] 2025-06-05T23:22:40.8342910Z 2025-06-05T23:22:40.8343095Z 59% [61 hunspell-en-us 49.1 kB/280 kB 18%] 2025-06-05T23:22:40.8343400Z 2025-06-05T23:22:40.8343661Z 59% [Working] 2025-06-05T23:22:40.8343861Z 2025-06-05T23:22:40.8344299Z Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2025-06-05T23:22:40.8344755Z 2025-06-05T23:22:40.8344864Z 59% [62 intltool-debian 24.9 kB/24.9 kB 100%] 2025-06-05T23:22:40.8345163Z 2025-06-05T23:22:40.8345453Z 60% [Working] 2025-06-05T23:22:40.8345650Z 2025-06-05T23:22:40.8346057Z Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB] 2025-06-05T23:22:40.8346464Z 2025-06-05T23:22:40.8346584Z 60% [63 libaliased-perl 13.3 kB/13.3 kB 100%] 2025-06-05T23:22:40.8346880Z 2025-06-05T23:22:40.8347156Z 60% [Working] 2025-06-05T23:22:40.8347339Z 2025-06-05T23:22:40.8347784Z Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB] 2025-06-05T23:22:40.8348221Z 2025-06-05T23:22:40.8348347Z 60% [64 libapt-pkg-perl 65.2 kB/72.5 kB 90%] 2025-06-05T23:22:40.8348644Z 2025-06-05T23:22:40.8348916Z 60% [Working] 2025-06-05T23:22:40.8349100Z 2025-06-05T23:22:40.8349536Z Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] 2025-06-05T23:22:40.8349959Z 2025-06-05T23:22:40.8350079Z 60% [65 libarchive-zip-perl 24.3 kB/90.2 kB 27%] 2025-06-05T23:22:40.8350404Z 2025-06-05T23:22:40.8350676Z 60% [Working] 2025-06-05T23:22:40.8350874Z 2025-06-05T23:22:40.8351305Z Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaspell15 amd64 0.60.8-4build1 [325 kB] 2025-06-05T23:22:40.8351724Z 2025-06-05T23:22:40.8351823Z 60% [66 libaspell15 35.4 kB/325 kB 11%] 2025-06-05T23:22:40.8352109Z 2025-06-05T23:22:40.8352372Z 61% [Working] 2025-06-05T23:22:40.8352571Z 2025-06-05T23:22:40.8353042Z Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB] 2025-06-05T23:22:40.8353528Z 2025-06-05T23:22:40.8353669Z 61% [67 libb-hooks-op-check-perl 10.3 kB/10.3 kB 100%] 2025-06-05T23:22:40.8354021Z 2025-06-05T23:22:40.8354299Z 61% [Working] 2025-06-05T23:22:40.8354497Z 2025-06-05T23:22:40.8354970Z Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB] 2025-06-05T23:22:40.8355461Z 2025-06-05T23:22:40.8355613Z 61% [68 libdynaloader-functions-perl 6950 B/12.1 kB 58%] 2025-06-05T23:22:40.8355960Z 2025-06-05T23:22:40.8356251Z 61% [Working] 2025-06-05T23:22:40.8356438Z 2025-06-05T23:22:40.8356940Z Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB] 2025-06-05T23:22:40.8357538Z 2025-06-05T23:22:40.8357701Z 61% [69 libdevel-callchecker-perl 14.2 kB/14.9 kB 95%] 2025-06-05T23:22:40.8358039Z 2025-06-05T23:22:40.8358327Z 61% [Working] 2025-06-05T23:22:40.8358516Z 2025-06-05T23:22:40.8359001Z Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB] 2025-06-05T23:22:40.8359478Z 2025-06-05T23:22:40.8359606Z 61% [70 libparams-classify-perl 4096 B/22.0 kB 19%] 2025-06-05T23:22:40.8359943Z 2025-06-05T23:22:40.8360233Z 61% [Working] 2025-06-05T23:22:40.8360418Z 2025-06-05T23:22:40.8360862Z Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB] 2025-06-05T23:22:40.8361299Z 2025-06-05T23:22:41.3632764Z 61% [71 libmodule-runtime-perl 16.2 kB/16.2 kB 100%] 2025-06-05T23:22:41.3633614Z 2025-06-05T23:22:41.3634186Z 61% [Working] 2025-06-05T23:22:41.3634378Z 2025-06-05T23:22:41.3634817Z Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB] 2025-06-05T23:22:41.3635239Z 2025-06-05T23:22:41.3635368Z 61% [72 libtry-tiny-perl 21.8 kB/21.8 kB 100%] 2025-06-05T23:22:41.3635671Z 2025-06-05T23:22:41.3635949Z 61% [Working] 2025-06-05T23:22:41.3636135Z 2025-06-05T23:22:41.3636621Z Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB] 2025-06-05T23:22:41.3637099Z 2025-06-05T23:22:41.3637312Z 61% [73 libmodule-implementation-perl 4096 B/11.6 kB 35%] 2025-06-05T23:22:41.3637670Z 2025-06-05T23:22:41.3637962Z 61% [Working] 2025-06-05T23:22:41.3638163Z 2025-06-05T23:22:41.3638665Z Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B] 2025-06-05T23:22:41.3639171Z 2025-06-05T23:22:41.3639353Z 61% [74 libsub-exporter-progressive-perl 6784 B/6784 B 100%] 2025-06-05T23:22:41.3639725Z 2025-06-05T23:22:41.3640023Z 62% [Working] 2025-06-05T23:22:41.3640213Z 2025-06-05T23:22:41.3640688Z Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB] 2025-06-05T23:22:41.3641156Z 2025-06-05T23:22:41.3641290Z 62% [75 libvariable-magic-perl 2606 B/35.9 kB 7%] 2025-06-05T23:22:41.3641606Z 2025-06-05T23:22:41.3641891Z 62% [Working] 2025-06-05T23:22:41.3642077Z 2025-06-05T23:22:41.3642547Z Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB] 2025-06-05T23:22:41.3643003Z 2025-06-05T23:22:41.3643151Z 62% [76 libb-hooks-endofscope-perl 6950 B/17.8 kB 39%] 2025-06-05T23:22:41.3643506Z 2025-06-05T23:22:41.3643796Z 62% [Working] 2025-06-05T23:22:41.3643983Z 2025-06-05T23:22:41.3644420Z Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB] 2025-06-05T23:22:41.3644850Z 2025-06-05T23:22:41.3644977Z 62% [77 libcapture-tiny-perl 20.4 kB/20.4 kB 100%] 2025-06-05T23:22:41.3645306Z 2025-06-05T23:22:41.3645582Z 62% [Working] 2025-06-05T23:22:41.3645782Z 2025-06-05T23:22:41.3646250Z Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B] 2025-06-05T23:22:41.3646735Z 2025-06-05T23:22:41.3646890Z 62% [78 libclass-data-inheritable-perl 6951 B/8084 B 86%] 2025-06-05T23:22:41.3647300Z 2025-06-05T23:22:41.3647645Z 62% [Working] 2025-06-05T23:22:41.3647847Z 2025-06-05T23:22:41.3648486Z Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB] 2025-06-05T23:22:41.3649176Z 2025-06-05T23:22:41.3649417Z 62% [79 libclass-method-modifiers-perl 16.2 kB/16.2 kB 100%] 2025-06-05T23:22:41.3649867Z 2025-06-05T23:22:41.3650215Z 62% [Working] 2025-06-05T23:22:41.3650413Z 2025-06-05T23:22:41.3650887Z Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB] 2025-06-05T23:22:41.3651366Z 2025-06-05T23:22:41.3651518Z 62% [80 libclass-xsaccessor-perl 16.3 kB/34.1 kB 48%] 2025-06-05T23:22:41.3651856Z 2025-06-05T23:22:41.3652146Z 62% [Working] 2025-06-05T23:22:41.3652333Z 2025-06-05T23:22:41.3652764Z Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB] 2025-06-05T23:22:41.3653264Z 2025-06-05T23:22:41.3653519Z 62% [81 libclone-perl 11.0 kB/11.0 kB 100%] 2025-06-05T23:22:41.3653811Z 2025-06-05T23:22:41.3654085Z 62% [Working] 2025-06-05T23:22:41.3654268Z 2025-06-05T23:22:41.3654697Z Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB] 2025-06-05T23:22:41.3655119Z 2025-06-05T23:22:41.3655239Z 62% [82 libconfig-tiny-perl 13.1 kB/13.1 kB 100%] 2025-06-05T23:22:41.3655564Z 2025-06-05T23:22:41.3655850Z 62% [Working] 2025-06-05T23:22:41.3656093Z 2025-06-05T23:22:41.3656573Z Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB] 2025-06-05T23:22:41.3657031Z 2025-06-05T23:22:41.3657150Z 62% [83 libparams-util-perl 16.4 kB/22.7 kB 72%] 2025-06-05T23:22:41.3657471Z 2025-06-05T23:22:41.3657744Z 63% [Working] 2025-06-05T23:22:41.3657941Z 2025-06-05T23:22:41.3658372Z Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B] 2025-06-05T23:22:41.3658814Z 2025-06-05T23:22:41.3658932Z 63% [84 libsub-install-perl 9972 B/9972 B 100%] 2025-06-05T23:22:41.3659256Z 2025-06-05T23:22:41.3659525Z 63% [Working] 2025-06-05T23:22:41.3659721Z 2025-06-05T23:22:41.3660148Z Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB] 2025-06-05T23:22:41.3660587Z 2025-06-05T23:22:41.3660704Z 63% [85 libdata-optlist-perl 6950 B/11.0 kB 63%] 2025-06-05T23:22:41.3661012Z 2025-06-05T23:22:41.3661291Z 63% [Working] 2025-06-05T23:22:41.3661480Z 2025-06-05T23:22:41.3661912Z Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB] 2025-06-05T23:22:41.3662338Z 2025-06-05T23:22:41.3662478Z 63% [86 libsub-exporter-perl 18.5 kB/50.6 kB 37%] 2025-06-05T23:22:41.3662802Z 2025-06-05T23:22:41.3663086Z 63% [Working] 2025-06-05T23:22:41.3663271Z 2025-06-05T23:22:41.3663703Z Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B] 2025-06-05T23:22:41.3664124Z 2025-06-05T23:22:41.3664239Z 63% [87 libconst-fast-perl 7756 B/7756 B 100%] 2025-06-05T23:22:41.3664557Z 2025-06-05T23:22:41.3664835Z 63% [Working] 2025-06-05T23:22:41.3665021Z 2025-06-05T23:22:41.3665543Z Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcpanel-json-xs-perl amd64 4.27-1ubuntu0.1 [115 kB] 2025-06-05T23:22:41.3666059Z 2025-06-05T23:22:41.3666180Z 63% [88 libcpanel-json-xs-perl 6948 B/115 kB 6%] 2025-06-05T23:22:41.3666503Z 2025-06-05T23:22:41.3666768Z 63% [Working] 2025-06-05T23:22:41.3666966Z 2025-06-05T23:22:41.3667425Z Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB] 2025-06-05T23:22:41.3667967Z 2025-06-05T23:22:41.3668110Z 63% [89 libdevel-stacktrace-perl 22.7 kB/22.7 kB 100%] 2025-06-05T23:22:41.3668469Z 2025-06-05T23:22:41.3668745Z 63% [Working] 2025-06-05T23:22:41.3668947Z 2025-06-05T23:22:41.3669379Z Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB] 2025-06-05T23:22:41.3669831Z 2025-06-05T23:22:41.3669965Z 63% [90 libexception-class-perl 20.5 kB/28.6 kB 72%] 2025-06-05T23:22:41.3670308Z 2025-06-05T23:22:41.3670672Z 64% [Working] 2025-06-05T23:22:41.3670877Z 2025-06-05T23:22:41.3671305Z Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB] 2025-06-05T23:22:41.3671745Z 2025-06-05T23:22:41.3671924Z 64% [91 libiterator-perl 14.8 kB/18.2 kB 81%] 2025-06-05T23:22:41.3672230Z 2025-06-05T23:22:41.3672509Z 64% [Working] 2025-06-05T23:22:41.3672692Z 2025-06-05T23:22:41.3673181Z Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB] 2025-06-05T23:22:41.3673636Z 2025-06-05T23:22:41.3673771Z 64% [92 libiterator-util-perl 13.6 kB/13.6 kB 100%] 2025-06-05T23:22:41.3674090Z 2025-06-05T23:22:41.3674373Z 64% [Working] 2025-06-05T23:22:41.3674558Z 2025-06-05T23:22:41.3675008Z Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB] 2025-06-05T23:22:41.3675451Z 2025-06-05T23:22:41.3675577Z 64% [93 libexporter-tiny-perl 36.2 kB/36.2 kB 100%] 2025-06-05T23:22:41.3675908Z 2025-06-05T23:22:41.3676194Z 64% [Working] 2025-06-05T23:22:41.3676381Z 2025-06-05T23:22:41.3676884Z Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB] 2025-06-05T23:22:41.3677374Z 2025-06-05T23:22:41.3677517Z 64% [94 liblist-moreutils-xs-perl 11.5 kB/41.9 kB 27%] 2025-06-05T23:22:41.3677869Z 2025-06-05T23:22:41.3678147Z 64% [Working] 2025-06-05T23:22:41.3678348Z 2025-06-05T23:22:41.3678779Z Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB] 2025-06-05T23:22:41.3679230Z 2025-06-05T23:22:41.3679354Z 64% [95 liblist-moreutils-perl 15.6 kB/38.2 kB 41%] 2025-06-05T23:22:41.3679684Z 2025-06-05T23:22:41.3679955Z 64% [Working] 2025-06-05T23:22:41.3680172Z 2025-06-05T23:22:41.3680586Z Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB] 2025-06-05T23:22:41.3681015Z 2025-06-05T23:22:41.3681137Z 64% [96 libdata-dpath-perl 31.6 kB/38.8 kB 81%] 2025-06-05T23:22:41.3681453Z 2025-06-05T23:22:41.3681739Z 64% [Working] 2025-06-05T23:22:41.3681940Z 2025-06-05T23:22:41.3682416Z Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB] 2025-06-05T23:22:41.3682896Z 2025-06-05T23:22:41.3683054Z 64% [97 libdata-messagepack-perl 22.8 kB/34.7 kB 66%] 2025-06-05T23:22:41.3683392Z 2025-06-05T23:22:41.3683683Z 65% [Working] 2025-06-05T23:22:41.3683872Z 2025-06-05T23:22:41.3684323Z Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB] 2025-06-05T23:22:41.3684765Z 2025-06-05T23:22:41.3684906Z 65% [98 libnet-domain-tld-perl 6950 B/29.3 kB 24%] 2025-06-05T23:22:41.3685232Z 2025-06-05T23:22:41.3685518Z 65% [Working] 2025-06-05T23:22:41.3685706Z 2025-06-05T23:22:41.3686260Z Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] 2025-06-05T23:22:41.3686733Z 2025-06-05T23:22:41.3686885Z 65% [99 libdata-validate-domain-perl 9992 B/9992 B 100%] 2025-06-05T23:22:41.3687247Z 2025-06-05T23:22:41.3687529Z 65% [Working] 2025-06-05T23:22:41.3687732Z 2025-06-05T23:22:41.3688173Z Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] 2025-06-05T23:22:41.3688611Z 2025-06-05T23:22:41.3688736Z 65% [100 libnet-ipv6addr-perl 13.5 kB/21.0 kB 64%] 2025-06-05T23:22:41.3689065Z 2025-06-05T23:22:41.3689338Z 65% [Working] 2025-06-05T23:22:41.3689538Z 2025-06-05T23:22:41.3689967Z Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB] 2025-06-05T23:22:41.3690413Z 2025-06-05T23:22:41.3690593Z 65% [101 libnet-netmask-perl 27.7 kB/27.7 kB 100%] 2025-06-05T23:22:41.3690924Z 2025-06-05T23:22:41.3691255Z 65% [Working] 2025-06-05T23:22:41.3691478Z 2025-06-05T23:22:41.3691954Z Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB] 2025-06-05T23:22:41.3692447Z 2025-06-05T23:22:41.3692564Z 65% [102 libnetaddr-ip-perl 2605 B/82.4 kB 3%] 2025-06-05T23:22:41.3692873Z 2025-06-05T23:22:41.3693234Z 65% [Working] 2025-06-05T23:22:41.3693423Z 2025-06-05T23:22:41.3693908Z Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB] 2025-06-05T23:22:41.3694361Z 2025-06-05T23:22:41.3694513Z 65% [103 libdata-validate-ip-perl 2606 B/17.3 kB 15%] 2025-06-05T23:22:41.3694849Z 2025-06-05T23:22:41.3695140Z 65% [Working] 2025-06-05T23:22:41.3695327Z 2025-06-05T23:22:41.3695800Z Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] 2025-06-05T23:22:41.3696257Z 2025-06-05T23:22:41.3696410Z 65% [104 libdata-validate-uri-perl 2436 B/11.1 kB 22%] 2025-06-05T23:22:41.3696752Z 2025-06-05T23:22:41.3697039Z 65% [Working] 2025-06-05T23:22:41.3697226Z 2025-06-05T23:22:41.3697715Z Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB] 2025-06-05T23:22:41.3698198Z 2025-06-05T23:22:41.3698332Z 66% [105 libemail-address-xs-perl 2646 B/28.7 kB 9%] 2025-06-05T23:22:41.9137545Z 2025-06-05T23:22:41.9138079Z 66% [Working] 2025-06-05T23:22:41.9138383Z 2025-06-05T23:22:41.9139221Z Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhunspell-1.7-0 amd64 1.7.0-4build1 [175 kB] 2025-06-05T23:22:41.9139694Z 2025-06-05T23:22:41.9139884Z 66% [106 libhunspell-1.7-0 0 B/175 kB 0%] 2025-06-05T23:22:41.9140192Z 2025-06-05T23:22:41.9140477Z 66% [Waiting for headers] 2025-06-05T23:22:41.9140713Z 2025-06-05T23:22:41.9141197Z Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libenchant-2-2 amd64 2.3.2-1ubuntu2 [50.9 kB] 2025-06-05T23:22:41.9141727Z 2025-06-05T23:22:41.9141831Z 66% [107 libenchant-2-2 934 B/50.9 kB 2%] 2025-06-05T23:22:41.9142134Z 2025-06-05T23:22:41.9142407Z 66% [Working] 2025-06-05T23:22:41.9142595Z 2025-06-05T23:22:41.9143088Z Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] 2025-06-05T23:22:41.9143572Z 2025-06-05T23:22:41.9143676Z 66% [108 libexpat1-dev 1170 B/148 kB 1%] 2025-06-05T23:22:41.9143971Z 2025-06-05T23:22:41.9144229Z 66% [Working] 2025-06-05T23:22:41.9144428Z 2025-06-05T23:22:41.9145104Z Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB] 2025-06-05T23:22:41.9145578Z 2025-06-05T23:22:41.9145719Z 66% [109 libipc-system-simple-perl 250 B/23.2 kB 1%] 2025-06-05T23:22:41.9146071Z 2025-06-05T23:22:41.9146348Z 67% [Working] 2025-06-05T23:22:41.9146552Z 2025-06-05T23:22:41.9146982Z Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB] 2025-06-05T23:22:41.9147431Z 2025-06-05T23:22:41.9147551Z 67% [110 libfile-basedir-perl 422 B/15.7 kB 3%] 2025-06-05T23:22:41.9147863Z 2025-06-05T23:22:41.9148147Z 67% [Working] 2025-06-05T23:22:41.9148348Z 2025-06-05T23:22:41.9148780Z Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B] 2025-06-05T23:22:41.9149216Z 2025-06-05T23:22:41.9149445Z 67% [111 libnumber-compare-perl 1771 B/7058 B 25%] 2025-06-05T23:22:41.9149776Z 2025-06-05T23:22:41.9150068Z 67% [Working] 2025-06-05T23:22:41.9150258Z 2025-06-05T23:22:41.9150679Z Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B] 2025-06-05T23:22:41.9151095Z 2025-06-05T23:22:41.9151218Z 67% [112 libtext-glob-perl 1664 B/8042 B 21%] 2025-06-05T23:22:41.9151518Z 2025-06-05T23:22:41.9151796Z 67% [Working] 2025-06-05T23:22:41.9152055Z 2025-06-05T23:22:41.9152504Z Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB] 2025-06-05T23:22:41.9159915Z 2025-06-05T23:22:41.9160162Z 67% [113 libfile-find-rule-perl 2020 B/28.3 kB 7%] 2025-06-05T23:22:41.9160533Z 2025-06-05T23:22:41.9160829Z 67% [Waiting for headers] 2025-06-05T23:22:41.9161082Z 2025-06-05T23:22:41.9161596Z Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB] 2025-06-05T23:22:41.9162034Z 2025-06-05T23:22:41.9162151Z 67% [114 libio-string-perl 1346 B/10.7 kB 13%] 2025-06-05T23:22:41.9162473Z 2025-06-05T23:22:41.9162758Z 67% [Waiting for headers] 2025-06-05T23:22:41.9163005Z 2025-06-05T23:22:41.9163451Z Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB] 2025-06-05T23:22:41.9163883Z 2025-06-05T23:22:41.9163994Z 67% [115 libfont-ttf-perl 3418 B/316 kB 1%] 2025-06-05T23:22:41.9164302Z 2025-06-05T23:22:41.9164577Z 68% [Waiting for headers] 2025-06-05T23:22:41.9164822Z 2025-06-05T23:22:41.9165323Z Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB] 2025-06-05T23:22:41.9165813Z 2025-06-05T23:22:41.9165969Z 68% [116 libhtml-html5-entities-perl 4914 B/20.8 kB 24%] 2025-06-05T23:22:41.9166321Z 2025-06-05T23:22:41.9166616Z 68% [Working] 2025-06-05T23:22:41.9166823Z 2025-06-05T23:22:41.9167261Z Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB] 2025-06-05T23:22:41.9167706Z 2025-06-05T23:22:41.9167840Z 68% [117 libimport-into-perl 9846 B/11.0 kB 89%] 2025-06-05T23:22:41.9168153Z 2025-06-05T23:22:41.9168439Z 68% [Working] 2025-06-05T23:22:41.9168630Z 2025-06-05T23:22:41.9169088Z Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB] 2025-06-05T23:22:41.9169529Z 2025-06-05T23:22:41.9169671Z 68% [118 libio-interactive-perl 9846 B/10.4 kB 94%] 2025-06-05T23:22:41.9169995Z 2025-06-05T23:22:41.9170281Z 68% [Working] 2025-06-05T23:22:41.9170470Z 2025-06-05T23:22:41.9171057Z Get:119 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B] 2025-06-05T23:22:41.9171501Z 2025-06-05T23:22:41.9171629Z 68% [119 libio-prompt-tiny-perl 8924 B/8924 B 100%] 2025-06-05T23:22:41.9171968Z 2025-06-05T23:22:41.9172239Z 68% [Working] 2025-06-05T23:22:41.9172441Z 2025-06-05T23:22:41.9172897Z Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB] 2025-06-05T23:22:41.9173429Z 2025-06-05T23:22:41.9173553Z 68% [120 libjson-maybexs-perl 3884 B/11.3 kB 34%] 2025-06-05T23:22:41.9173885Z 2025-06-05T23:22:41.9174159Z 68% [Working] 2025-06-05T23:22:41.9174360Z 2025-06-05T23:22:41.9174792Z Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB] 2025-06-05T23:22:41.9175241Z 2025-06-05T23:22:41.9175433Z 68% [121 liblist-compare-perl 8416 B/63.3 kB 13%] 2025-06-05T23:22:41.9175766Z 2025-06-05T23:22:41.9176038Z 68% [Working] 2025-06-05T23:22:41.9176244Z 2025-06-05T23:22:41.9176683Z Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB] 2025-06-05T23:22:41.9177140Z 2025-06-05T23:22:41.9177271Z 68% [122 liblist-someutils-perl 7938 B/29.7 kB 27%] 2025-06-05T23:22:41.9177595Z 2025-06-05T23:22:41.9177897Z 69% [Waiting for headers] 2025-06-05T23:22:41.9178126Z 2025-06-05T23:22:41.9178600Z Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB] 2025-06-05T23:22:41.9179035Z 2025-06-05T23:22:41.9179168Z 69% [123 liblist-utilsby-perl 8380 B/14.7 kB 57%] 2025-06-05T23:22:41.9179481Z 2025-06-05T23:22:41.9179766Z 69% [Working] 2025-06-05T23:22:41.9179957Z 2025-06-05T23:22:41.9180381Z Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB] 2025-06-05T23:22:41.9180796Z 2025-06-05T23:22:41.9180893Z 69% [124 liblzo2-2 12.7 kB/53.7 kB 24%] 2025-06-05T23:22:41.9181181Z 2025-06-05T23:22:41.9181463Z 69% [Waiting for headers] 2025-06-05T23:22:41.9181697Z 2025-06-05T23:22:41.9182147Z Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB] 2025-06-05T23:22:41.9182555Z 2025-06-05T23:22:41.9182662Z 69% [125 libmarkdown2 15.3 kB/38.3 kB 40%] 2025-06-05T23:22:41.9182960Z 2025-06-05T23:22:41.9183224Z 69% [Working] 2025-06-05T23:22:41.9183475Z 2025-06-05T23:22:41.9184196Z Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB] 2025-06-05T23:22:41.9184950Z 2025-06-05T23:22:41.9185152Z 69% [126 librole-tiny-perl 8576 B/16.3 kB 53%] 2025-06-05T23:22:41.9185681Z 2025-06-05T23:22:41.9186097Z 69% [Working] 2025-06-05T23:22:41.9186352Z 2025-06-05T23:22:41.9186845Z Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB] 2025-06-05T23:22:41.9187342Z 2025-06-05T23:22:41.9187461Z 69% [127 libsub-quote-perl 8398 B/19.5 kB 43%] 2025-06-05T23:22:41.9187768Z 2025-06-05T23:22:41.9188051Z 69% [Working] 2025-06-05T23:22:41.9188255Z 2025-06-05T23:22:41.9188657Z Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB] 2025-06-05T23:22:41.9189066Z 2025-06-05T23:22:41.9189186Z 69% [128 libmoo-perl 15.6 kB/48.0 kB 33%] 2025-06-05T23:22:41.9189472Z 2025-06-05T23:22:41.9189745Z 69% [Working] 2025-06-05T23:22:41.9189931Z 2025-06-05T23:22:41.9190385Z Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB] 2025-06-05T23:22:41.9190958Z 2025-06-05T23:22:41.9191094Z 69% [129 libstrictures-perl 15.2 kB/16.3 kB 93%] 2025-06-05T23:22:41.9191409Z 2025-06-05T23:22:41.9191694Z 69% [Working] 2025-06-05T23:22:41.9191881Z 2025-06-05T23:22:41.9192345Z Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B] 2025-06-05T23:22:41.9192795Z 2025-06-05T23:22:41.9192915Z 69% [130 libmoox-aliases-perl 5787 B/6632 B 87%] 2025-06-05T23:22:41.9193236Z 2025-06-05T23:22:41.9193507Z 70% [Working] 2025-06-05T23:22:41.9193708Z 2025-06-05T23:22:41.9194153Z Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB] 2025-06-05T23:22:41.9194586Z 2025-06-05T23:22:41.9194690Z 70% [131 libmouse-perl 7551 B/161 kB 5%] 2025-06-05T23:22:41.9195052Z 2025-06-05T23:22:41.9195318Z 70% [Working] 2025-06-05T23:22:41.9195521Z 2025-06-05T23:22:41.9195959Z Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB] 2025-06-05T23:22:41.9196411Z 2025-06-05T23:22:41.9196539Z 70% [132 libpackage-stash-perl 12.6 kB/19.1 kB 66%] 2025-06-05T23:22:41.9196878Z 2025-06-05T23:22:41.9197157Z 70% [Working] 2025-06-05T23:22:41.9197359Z 2025-06-05T23:22:41.9197821Z Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB] 2025-06-05T23:22:41.9198298Z 2025-06-05T23:22:41.9198415Z 70% [133 libsub-identify-perl 0 B/10.4 kB 0%] 2025-06-05T23:22:41.9198720Z 2025-06-05T23:22:41.9199002Z 70% [Working] 2025-06-05T23:22:41.9199192Z 2025-06-05T23:22:41.9199652Z Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB] 2025-06-05T23:22:41.9200102Z 2025-06-05T23:22:41.9200228Z 70% [134 libsub-name-perl 8192 B/11.4 kB 72%] 2025-06-05T23:22:41.9200527Z 2025-06-05T23:22:41.9200805Z 70% [Working] 2025-06-05T23:22:41.9200991Z 2025-06-05T23:22:41.9201447Z Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB] 2025-06-05T23:22:41.9201892Z 2025-06-05T23:22:41.9202031Z 70% [135 libnamespace-clean-perl 12.7 kB/13.6 kB 94%] 2025-06-05T23:22:41.9202380Z 2025-06-05T23:22:41.9202670Z 70% [Working] 2025-06-05T23:22:41.9202859Z 2025-06-05T23:22:41.9203289Z Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB] 2025-06-05T23:22:41.9203714Z 2025-06-05T23:22:41.9203831Z 70% [136 libpath-tiny-perl 15.6 kB/45.9 kB 34%] 2025-06-05T23:22:41.9204155Z 2025-06-05T23:22:41.9204433Z 71% [Working] 2025-06-05T23:22:41.9204636Z 2025-06-05T23:22:41.9205095Z Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB] 2025-06-05T23:22:41.9205570Z 2025-06-05T23:22:41.9205690Z 71% [137 libperlio-gzip-perl 9846 B/14.9 kB 66%] 2025-06-05T23:22:41.9206016Z 2025-06-05T23:22:41.9206287Z 71% [Working] 2025-06-05T23:22:41.9206490Z 2025-06-05T23:22:41.9206983Z Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB] 2025-06-05T23:22:41.9207493Z 2025-06-05T23:22:41.9207641Z 71% [138 libperlio-utf8-strict-perl 11.3 kB/11.9 kB 95%] 2025-06-05T23:22:41.9207999Z 2025-06-05T23:22:41.9208278Z 71% [Working] 2025-06-05T23:22:41.9208479Z 2025-06-05T23:22:41.9208899Z Get:139 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpkgconf3 amd64 1.8.0-1 [30.3 kB] 2025-06-05T23:22:41.9209391Z 2025-06-05T23:22:41.9209507Z 71% [139 libpkgconf3 15.6 kB/30.3 kB 52%] 2025-06-05T23:22:41.9209793Z 2025-06-05T23:22:41.9210066Z 71% [Working] 2025-06-05T23:22:41.9210252Z 2025-06-05T23:22:41.9210758Z Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB] 2025-06-05T23:22:41.9211252Z 2025-06-05T23:22:41.9211409Z 71% [140 libproc-processtable-perl 4096 B/37.5 kB 11%] 2025-06-05T23:22:41.9211750Z 2025-06-05T23:22:41.9212040Z 71% [Working] 2025-06-05T23:22:42.5357821Z 2025-06-05T23:22:42.5358764Z Get:141 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpugixml1v5 amd64 1.12.1-1 [91.7 kB] 2025-06-05T23:22:42.5359264Z 2025-06-05T23:22:42.5359378Z 71% [141 libpugixml1v5 9575 B/91.7 kB 10%] 2025-06-05T23:22:42.5359686Z 2025-06-05T23:22:42.5360295Z 71% [Waiting for headers] 2025-06-05T23:22:42.5360749Z 2025-06-05T23:22:42.5361455Z Get:142 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpugixml-dev amd64 1.12.1-1 [114 kB] 2025-06-05T23:22:42.5362239Z 2025-06-05T23:22:42.5362401Z 71% [142 libpugixml-dev 4078 B/114 kB 4%] 2025-06-05T23:22:42.5362887Z 2025-06-05T23:22:42.5363331Z 71% [Working] 2025-06-05T23:22:42.5363633Z 2025-06-05T23:22:42.5364386Z Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-dev amd64 3.10.12-1~22.04.9 [4763 kB] 2025-06-05T23:22:42.5364916Z 2025-06-05T23:22:42.5365051Z 72% [143 libpython3.10-dev 14.9 kB/4763 kB 0%] 2025-06-05T23:22:42.5365360Z 2025-06-05T23:22:42.5365660Z 78% [Waiting for headers] 2025-06-05T23:22:42.5365895Z 2025-06-05T23:22:42.5366446Z Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04.1 [7064 B] 2025-06-05T23:22:42.5366940Z 2025-06-05T23:22:42.5367034Z 78% [Waiting for headers] 2025-06-05T23:22:42.5367286Z 2025-06-05T23:22:42.5367781Z Get:145 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB] 2025-06-05T23:22:42.5368262Z 2025-06-05T23:22:42.5368396Z 78% [145 libsereal-decoder-perl 15.3 kB/100 kB 15%] 2025-06-05T23:22:42.5368739Z 2025-06-05T23:22:42.5369016Z 78% [Working] 2025-06-05T23:22:42.5369220Z 2025-06-05T23:22:42.5369679Z Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB] 2025-06-05T23:22:42.5370156Z 2025-06-05T23:22:42.5370285Z 78% [146 libsereal-encoder-perl 13.9 kB/104 kB 13%] 2025-06-05T23:22:42.5370607Z 2025-06-05T23:22:42.5370896Z 79% [Working] 2025-06-05T23:22:42.5371085Z 2025-06-05T23:22:42.5371541Z Get:147 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B] 2025-06-05T23:22:42.5371980Z 2025-06-05T23:22:42.5372118Z 79% [147 libsort-versions-perl 8192 B/9294 B 88%] 2025-06-05T23:22:42.5372439Z 2025-06-05T23:22:42.5372729Z 79% [Working] 2025-06-05T23:22:42.5372917Z 2025-06-05T23:22:42.5373496Z Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB] 2025-06-05T23:22:42.5373981Z 2025-06-05T23:22:42.5374139Z 79% [148 libxs-parse-keyword-perl 30.8 kB/51.0 kB 60%] 2025-06-05T23:22:42.5374476Z 2025-06-05T23:22:42.5374764Z 79% [Working] 2025-06-05T23:22:42.5374951Z 2025-06-05T23:22:42.5375458Z Get:149 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB] 2025-06-05T23:22:42.5375953Z 2025-06-05T23:22:42.5376103Z 79% [149 libsyntax-keyword-try-perl 4096 B/27.1 kB 15%] 2025-06-05T23:22:42.5376629Z 2025-06-05T23:22:42.5376903Z 79% [Working] 2025-06-05T23:22:42.5377107Z 2025-06-05T23:22:42.5377587Z Get:150 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libtbbmalloc2 amd64 2021.5.0-7ubuntu2 [49.6 kB] 2025-06-05T23:22:42.5378059Z 2025-06-05T23:22:42.5378166Z 79% [150 libtbbmalloc2 17.7 kB/49.6 kB 36%] 2025-06-05T23:22:42.5378469Z 2025-06-05T23:22:42.5378735Z 79% [Working] 2025-06-05T23:22:42.5378937Z 2025-06-05T23:22:42.5379377Z Get:151 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libtbb12 amd64 2021.5.0-7ubuntu2 [84.8 kB] 2025-06-05T23:22:42.5379837Z 2025-06-05T23:22:42.5379932Z 79% [151 libtbb12 33.4 kB/84.8 kB 39%] 2025-06-05T23:22:42.5380215Z 2025-06-05T23:22:42.5380466Z 79% [Working] 2025-06-05T23:22:42.5380664Z 2025-06-05T23:22:42.5381202Z Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB] 2025-06-05T23:22:42.5381682Z 2025-06-05T23:22:42.5381806Z 79% [152 libterm-readkey-perl 13.8 kB/25.2 kB 55%] 2025-06-05T23:22:42.5382126Z 2025-06-05T23:22:42.5382413Z 80% [Working] 2025-06-05T23:22:42.5382598Z 2025-06-05T23:22:42.5383103Z Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B] 2025-06-05T23:22:42.5383597Z 2025-06-05T23:22:42.5383760Z 80% [153 libtext-levenshteinxs-perl 8254 B/8254 B 100%] 2025-06-05T23:22:42.5384101Z 2025-06-05T23:22:42.5384405Z 80% [Waiting for headers] 2025-06-05T23:22:42.5384640Z 2025-06-05T23:22:42.5385194Z Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB] 2025-06-05T23:22:42.5385708Z 2025-06-05T23:22:42.5385896Z 80% [154 libtext-markdown-discount-perl 12.9 kB/12.9 kB 100%] 2025-06-05T23:22:42.5386268Z 2025-06-05T23:22:42.5386569Z 80% [Working] 2025-06-05T23:22:42.5386756Z 2025-06-05T23:22:42.5387224Z Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB] 2025-06-05T23:22:42.5387682Z 2025-06-05T23:22:42.5387801Z 80% [155 libtext-xslate-perl 32.1 kB/186 kB 17%] 2025-06-05T23:22:42.5388125Z 2025-06-05T23:22:42.5388396Z 80% [Working] 2025-06-05T23:22:42.5388598Z 2025-06-05T23:22:42.5389045Z Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB] 2025-06-05T23:22:42.5389544Z 2025-06-05T23:22:42.5389733Z 80% [156 libtime-duration-perl 9936 B/13.1 kB 76%] 2025-06-05T23:22:42.5390291Z 2025-06-05T23:22:42.5390747Z 80% [Working] 2025-06-05T23:22:42.5391064Z 2025-06-05T23:22:42.5391833Z Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB] 2025-06-05T23:22:42.5392477Z 2025-06-05T23:22:42.5392660Z 80% [157 libtime-moment-perl 16.4 kB/74.9 kB 22%] 2025-06-05T23:22:42.5392998Z 2025-06-05T23:22:42.5393303Z 80% [Working] 2025-06-05T23:22:42.5393615Z 2025-06-05T23:22:42.5394350Z Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB] 2025-06-05T23:22:42.5395088Z 2025-06-05T23:22:42.5395290Z 80% [158 libtimedate-perl 19.7 kB/34.0 kB 58%] 2025-06-05T23:22:42.5395687Z 2025-06-05T23:22:42.5396031Z 81% [Working] 2025-06-05T23:22:42.5396219Z 2025-06-05T23:22:42.5396701Z Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB] 2025-06-05T23:22:42.5397692Z 2025-06-05T23:22:42.5397922Z 81% [159 libunicode-utf8-perl 18.9 kB/18.9 kB 100%] 2025-06-05T23:22:42.5398443Z 2025-06-05T23:22:42.5398905Z 81% [Working] 2025-06-05T23:22:42.5399095Z 2025-06-05T23:22:42.5399560Z Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB] 2025-06-05T23:22:42.5399979Z 2025-06-05T23:22:42.5400119Z 81% [160 liburi-perl 31.8 kB/78.8 kB 40%] 2025-06-05T23:22:42.5400428Z 2025-06-05T23:22:42.5400707Z 81% [Working] 2025-06-05T23:22:42.5400898Z 2025-06-05T23:22:42.5401321Z Get:161 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libva2 amd64 2.14.0-1 [65.0 kB] 2025-06-05T23:22:42.5402051Z 2025-06-05T23:22:42.5402202Z 81% [161 libva2 18.2 kB/65.0 kB 28%] 2025-06-05T23:22:42.5402650Z 2025-06-05T23:22:42.5403069Z 81% [Working] 2025-06-05T23:22:42.5403366Z 2025-06-05T23:22:42.5404009Z Get:162 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libva-drm2 amd64 2.14.0-1 [7502 B] 2025-06-05T23:22:42.5404508Z 2025-06-05T23:22:42.5404610Z 81% [162 libva-drm2 7502 B/7502 B 100%] 2025-06-05T23:22:42.5404901Z 2025-06-05T23:22:42.5405156Z 81% [Working] 2025-06-05T23:22:42.5405357Z 2025-06-05T23:22:42.5405776Z Get:163 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libva-x11-2 amd64 2.14.0-1 [12.6 kB] 2025-06-05T23:22:42.5406208Z 2025-06-05T23:22:42.5406308Z 81% [163 libva-x11-2 10.7 kB/12.6 kB 85%] 2025-06-05T23:22:42.5406592Z 2025-06-05T23:22:42.5406865Z 81% [Working] 2025-06-05T23:22:42.5407051Z 2025-06-05T23:22:42.5407478Z Get:164 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libva-glx2 amd64 2.14.0-1 [11.4 kB] 2025-06-05T23:22:42.5407899Z 2025-06-05T23:22:42.5408013Z 81% [164 libva-glx2 11.4 kB/11.4 kB 100%] 2025-06-05T23:22:42.5408296Z 2025-06-05T23:22:42.5408573Z 81% [Working] 2025-06-05T23:22:42.5408761Z 2025-06-05T23:22:42.5409572Z Get:165 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-client0 amd64 1.20.0-1ubuntu0.1 [25.9 kB] 2025-06-05T23:22:42.5410454Z 2025-06-05T23:22:42.5410655Z 81% [165 libwayland-client0 25.8 kB/25.9 kB 99%] 2025-06-05T23:22:42.5411048Z 2025-06-05T23:22:42.5411406Z 82% [Working] 2025-06-05T23:22:42.5411597Z 2025-06-05T23:22:42.5412102Z Get:166 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libva-wayland2 amd64 2.14.0-1 [9784 B] 2025-06-05T23:22:42.5412546Z 2025-06-05T23:22:42.5412652Z 82% [166 libva-wayland2 9784 B/9784 B 100%] 2025-06-05T23:22:42.5413036Z 2025-06-05T23:22:42.5413303Z 82% [Working] 2025-06-05T23:22:42.5413507Z 2025-06-05T23:22:42.5414030Z Get:167 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-server0 amd64 1.20.0-1ubuntu0.1 [34.3 kB] 2025-06-05T23:22:42.5414563Z 2025-06-05T23:22:42.5414681Z 82% [167 libwayland-server0 15.4 kB/34.3 kB 45%] 2025-06-05T23:22:42.5415002Z 2025-06-05T23:22:42.5415276Z 82% [Working] 2025-06-05T23:22:42.5415479Z 2025-06-05T23:22:42.5415982Z Get:168 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-cursor0 amd64 1.20.0-1ubuntu0.1 [10.7 kB] 2025-06-05T23:22:42.5416503Z 2025-06-05T23:22:42.5416623Z 82% [168 libwayland-cursor0 10.7 kB/10.7 kB 100%] 2025-06-05T23:22:42.5416950Z 2025-06-05T23:22:42.5417223Z 82% [Working] 2025-06-05T23:22:42.5417423Z 2025-06-05T23:22:42.5417907Z Get:169 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-egl1 amd64 1.20.0-1ubuntu0.1 [5582 B] 2025-06-05T23:22:42.5418420Z 2025-06-05T23:22:42.5418527Z 82% [169 libwayland-egl1 5582 B/5582 B 100%] 2025-06-05T23:22:42.5418826Z 2025-06-05T23:22:42.5419212Z 82% [Working] 2025-06-05T23:22:42.5419397Z 2025-06-05T23:22:42.5419900Z Get:170 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-bin amd64 1.20.0-1ubuntu0.1 [20.4 kB] 2025-06-05T23:22:42.5420394Z 2025-06-05T23:22:42.5420515Z 82% [170 libwayland-bin 16.4 kB/20.4 kB 80%] 2025-06-05T23:22:42.5420808Z 2025-06-05T23:22:42.5421084Z 82% [Working] 2025-06-05T23:22:42.5421269Z 2025-06-05T23:22:42.5421684Z Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] 2025-06-05T23:22:42.5422082Z 2025-06-05T23:22:42.5422180Z 82% [171 libffi-dev 8793 B/63.7 kB 14%] 2025-06-05T23:22:42.5422468Z 2025-06-05T23:22:42.5422736Z 82% [Working] 2025-06-05T23:22:42.5422922Z 2025-06-05T23:22:42.5423505Z Get:172 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-dev amd64 1.20.0-1ubuntu0.1 [69.5 kB] 2025-06-05T23:22:42.5424000Z 2025-06-05T23:22:42.5424107Z 82% [172 libwayland-dev 10.3 kB/69.5 kB 15%] 2025-06-05T23:22:42.5424410Z 2025-06-05T23:22:42.5424674Z 83% [Working] 2025-06-05T23:22:42.5424875Z 2025-06-05T23:22:42.5425323Z Get:173 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libset-scalar-perl all 1.29-2 [27.9 kB] 2025-06-05T23:22:42.5425784Z 2025-06-05T23:22:42.5425903Z 83% [173 libset-scalar-perl 6072 B/27.9 kB 22%] 2025-06-05T23:22:42.5426224Z 2025-06-05T23:22:42.5426493Z 83% [Working] 2025-06-05T23:22:42.5426692Z 2025-06-05T23:22:42.5427100Z Get:174 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libva-dev amd64 2.14.0-1 [115 kB] 2025-06-05T23:22:42.5427524Z 2025-06-05T23:22:42.5427621Z 83% [174 libva-dev 43.4 kB/115 kB 38%] 2025-06-05T23:22:42.5427892Z 2025-06-05T23:22:42.5428156Z 83% [Working] 2025-06-05T23:22:42.5428347Z 2025-06-05T23:22:42.5429054Z Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB] 2025-06-05T23:22:42.5429541Z 2025-06-05T23:22:42.5429705Z 83% [175 libxml-namespacesupport-perl 0 B/13.2 kB 0%] 2025-06-05T23:22:42.5430052Z 2025-06-05T23:22:42.5430342Z 83% [Working] 2025-06-05T23:22:42.5430536Z 2025-06-05T23:22:42.5430984Z Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB] 2025-06-05T23:22:42.5431419Z 2025-06-05T23:22:43.9603107Z 83% [176 libxml-sax-base-perl 19.0 kB/19.0 kB 100%] 2025-06-05T23:22:43.9603497Z 2025-06-05T23:22:43.9603795Z 83% [Working] 2025-06-05T23:22:43.9603999Z 2025-06-05T23:22:43.9604579Z Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] 2025-06-05T23:22:43.9605060Z 2025-06-05T23:22:43.9605174Z 83% [177 libxml-sax-perl 26.8 kB/57.0 kB 47%] 2025-06-05T23:22:43.9605487Z 2025-06-05T23:22:43.9605753Z 83% [Working] 2025-06-05T23:22:43.9605950Z 2025-06-05T23:22:43.9606458Z Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB] 2025-06-05T23:22:43.9606983Z 2025-06-05T23:22:43.9607101Z 83% [178 libxml-libxml-perl 35.0 kB/325 kB 11%] 2025-06-05T23:22:43.9607419Z 2025-06-05T23:22:43.9607700Z 84% [Waiting for headers] 2025-06-05T23:22:43.9607940Z 2025-06-05T23:22:43.9608443Z Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB] 2025-06-05T23:22:43.9608933Z 2025-06-05T23:22:43.9609059Z 84% [179 libyaml-libyaml-perl 29.6 kB/29.6 kB 100%] 2025-06-05T23:22:43.9609392Z 2025-06-05T23:22:43.9609869Z 84% [Working] 2025-06-05T23:22:43.9610070Z 2025-06-05T23:22:43.9610525Z Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB] 2025-06-05T23:22:43.9610980Z 2025-06-05T23:22:43.9611116Z 84% [180 libdevel-size-perl 7442 B/20.7 kB 36%] 2025-06-05T23:22:43.9611497Z 2025-06-05T23:22:43.9611830Z 84% [Working] 2025-06-05T23:22:43.9612014Z 2025-06-05T23:22:43.9612584Z Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB] 2025-06-05T23:22:43.9613117Z 2025-06-05T23:22:43.9613248Z 84% [181 libipc-run3-perl 31.4 kB/31.4 kB 100%] 2025-06-05T23:22:43.9613553Z 2025-06-05T23:22:43.9613834Z 84% [Working] 2025-06-05T23:22:43.9614019Z 2025-06-05T23:22:43.9614396Z Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB] 2025-06-05T23:22:43.9614767Z 2025-06-05T23:22:43.9614991Z 84% [182 lzip 20.3 kB/80.5 kB 25%] 2025-06-05T23:22:43.9615262Z 2025-06-05T23:22:43.9615505Z 84% [Working] 2025-06-05T23:22:43.9615706Z 2025-06-05T23:22:43.9616106Z Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB] 2025-06-05T23:22:43.9616500Z 2025-06-05T23:22:43.9616594Z 84% [183 lzop 5070 B/83.7 kB 6%] 2025-06-05T23:22:43.9616859Z 2025-06-05T23:22:43.9617102Z 85% [Working] 2025-06-05T23:22:43.9617287Z 2025-06-05T23:22:43.9617715Z Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB] 2025-06-05T23:22:43.9618136Z 2025-06-05T23:22:43.9618236Z 85% [184 patchutils 46.4 kB/77.8 kB 60%] 2025-06-05T23:22:43.9618532Z 2025-06-05T23:22:43.9618788Z 85% [Working] 2025-06-05T23:22:43.9618988Z 2025-06-05T23:22:43.9619402Z Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB] 2025-06-05T23:22:43.9619811Z 2025-06-05T23:22:43.9619902Z 85% [185 t1utils 32.8 kB/61.3 kB 53%] 2025-06-05T23:22:43.9620180Z 2025-06-05T23:22:43.9620430Z 85% [Working] 2025-06-05T23:22:43.9620627Z 2025-06-05T23:22:43.9621074Z Get:186 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lintian all 2.114.0ubuntu1.6 [1082 kB] 2025-06-05T23:22:43.9621538Z 2025-06-05T23:22:43.9621629Z 85% [186 lintian 43.6 kB/1082 kB 4%] 2025-06-05T23:22:43.9621906Z 2025-06-05T23:22:43.9622153Z 87% [Working] 2025-06-05T23:22:43.9622350Z 2025-06-05T23:22:43.9622769Z Get:187 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ninja-build amd64 1.10.1-1 [111 kB] 2025-06-05T23:22:43.9623190Z 2025-06-05T23:22:43.9623299Z 87% [187 ninja-build 9745 B/111 kB 9%] 2025-06-05T23:22:43.9623570Z 2025-06-05T23:22:43.9623838Z 87% [Working] 2025-06-05T23:22:43.9624030Z 2025-06-05T23:22:43.9624451Z Get:188 http://archive.ubuntu.com/ubuntu jammy/universe amd64 patchelf amd64 0.14.3-1 [72.1 kB] 2025-06-05T23:22:43.9624864Z 2025-06-05T23:22:43.9624975Z 87% [188 patchelf 29.2 kB/72.1 kB 40%] 2025-06-05T23:22:43.9625245Z 2025-06-05T23:22:43.9625508Z 87% [Working] 2025-06-05T23:22:43.9625693Z 2025-06-05T23:22:43.9626107Z Get:189 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pkgconf amd64 1.8.0-1 [35.3 kB] 2025-06-05T23:22:43.9626512Z 2025-06-05T23:22:43.9626606Z 87% [189 pkgconf 22.3 kB/35.3 kB 63%] 2025-06-05T23:22:43.9626885Z 2025-06-05T23:22:43.9627136Z 87% [Working] 2025-06-05T23:22:43.9627333Z 2025-06-05T23:22:43.9627754Z Get:190 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pybind11-dev all 2.9.1-2 [146 kB] 2025-06-05T23:22:43.9628166Z 2025-06-05T23:22:43.9628267Z 87% [190 pybind11-dev 45.1 kB/146 kB 31%] 2025-06-05T23:22:43.9628946Z 2025-06-05T23:22:43.9629216Z 87% [Working] 2025-06-05T23:22:43.9629422Z 2025-06-05T23:22:43.9629897Z Get:191 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-lib2to3 all 3.10.8-1~22.04 [77.6 kB] 2025-06-05T23:22:43.9630389Z 2025-06-05T23:22:43.9630500Z 88% [191 python3-lib2to3 36.8 kB/77.6 kB 47%] 2025-06-05T23:22:43.9630817Z 2025-06-05T23:22:43.9631085Z 88% [Working] 2025-06-05T23:22:43.9631292Z 2025-06-05T23:22:43.9631767Z Get:192 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distutils all 3.10.8-1~22.04 [139 kB] 2025-06-05T23:22:43.9632267Z 2025-06-05T23:22:43.9632382Z 88% [192 python3-distutils 24.4 kB/139 kB 18%] 2025-06-05T23:22:43.9632687Z 2025-06-05T23:22:43.9632972Z 88% [Working] 2025-06-05T23:22:43.9633178Z 2025-06-05T23:22:43.9633718Z Get:193 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-enchant all 3.2.0-1 [33.8 kB] 2025-06-05T23:22:43.9634157Z 2025-06-05T23:22:43.9634283Z 88% [193 python3-enchant 16.3 kB/33.8 kB 48%] 2025-06-05T23:22:43.9634580Z 2025-06-05T23:22:43.9634860Z 88% [Working] 2025-06-05T23:22:43.9635045Z 2025-06-05T23:22:43.9635594Z Get:194 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-setuptools all 59.6.0-1.2ubuntu0.22.04.3 [340 kB] 2025-06-05T23:22:43.9636132Z 2025-06-05T23:22:43.9636264Z 88% [194 python3-setuptools 47.8 kB/340 kB 14%] 2025-06-05T23:22:43.9636573Z 2025-06-05T23:22:43.9636851Z 89% [Working] 2025-06-05T23:22:43.9637033Z 2025-06-05T23:22:43.9637563Z Get:195 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-wheel all 0.37.1-2ubuntu0.22.04.1 [32.0 kB] 2025-06-05T23:22:43.9638087Z 2025-06-05T23:22:43.9638189Z 89% [195 python3-wheel 31.6 kB/32.0 kB 99%] 2025-06-05T23:22:43.9638493Z 2025-06-05T23:22:43.9638752Z 89% [Working] 2025-06-05T23:22:43.9638947Z 2025-06-05T23:22:43.9639469Z Get:196 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip all 22.0.2+dfsg-1ubuntu0.5 [1306 kB] 2025-06-05T23:22:43.9639988Z 2025-06-05T23:22:43.9640089Z 89% [196 python3-pip 4096 B/1306 kB 0%] 2025-06-05T23:22:43.9640377Z 2025-06-05T23:22:43.9640630Z 91% [Working] 2025-06-05T23:22:43.9640824Z 2025-06-05T23:22:43.9641355Z Get:197 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip-whl all 22.0.2+dfsg-1ubuntu0.5 [1680 kB] 2025-06-05T23:22:43.9641904Z 2025-06-05T23:22:43.9642016Z 91% [197 python3-pip-whl 32.8 kB/1680 kB 2%] 2025-06-05T23:22:43.9642324Z 2025-06-05T23:22:43.9642586Z 93% [Working] 2025-06-05T23:22:43.9642784Z 2025-06-05T23:22:43.9643359Z Get:198 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-setuptools-whl all 59.6.0-1.2ubuntu0.22.04.3 [789 kB] 2025-06-05T23:22:43.9643951Z 2025-06-05T23:22:43.9644077Z 93% [198 python3-setuptools-whl 4096 B/789 kB 1%] 2025-06-05T23:22:43.9644394Z 2025-06-05T23:22:43.9644691Z 94% [Waiting for headers] 2025-06-05T23:22:43.9644931Z 2025-06-05T23:22:43.9645471Z Get:199 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3.10-venv amd64 3.10.12-1~22.04.9 [5722 B] 2025-06-05T23:22:43.9645980Z 2025-06-05T23:22:43.9646098Z 94% [199 python3.10-venv 5722 B/5722 B 100%] 2025-06-05T23:22:43.9646388Z 2025-06-05T23:22:43.9646661Z 94% [Working] 2025-06-05T23:22:43.9646848Z 2025-06-05T23:22:43.9647350Z Get:200 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-venv amd64 3.10.6-1~22.04.1 [1042 B] 2025-06-05T23:22:43.9647844Z 2025-06-05T23:22:43.9647961Z 94% [200 python3-venv 1042 B/1042 B 100%] 2025-06-05T23:22:43.9648344Z 2025-06-05T23:22:43.9648625Z 94% [Working] 2025-06-05T23:22:43.9648815Z 2025-06-05T23:22:43.9649274Z Get:201 http://archive.ubuntu.com/ubuntu jammy/universe amd64 rapidjson-dev all 1.1.0+dfsg2-7 [95.0 kB] 2025-06-05T23:22:43.9649723Z 2025-06-05T23:22:43.9649832Z 94% [201 rapidjson-dev 21.7 kB/95.0 kB 23%] 2025-06-05T23:22:43.9650135Z 2025-06-05T23:22:43.9650399Z 95% [Working] 2025-06-05T23:22:43.9650595Z 2025-06-05T23:22:43.9651003Z Get:202 http://archive.ubuntu.com/ubuntu jammy/universe amd64 scons all 4.0.1+dfsg-2 [469 kB] 2025-06-05T23:22:43.9651408Z 2025-06-05T23:22:43.9651497Z 95% [202 scons 35.4 kB/469 kB 8%] 2025-06-05T23:22:43.9651761Z 2025-06-05T23:22:43.9651998Z 95% [Working] 2025-06-05T23:22:43.9652193Z 2025-06-05T23:22:43.9652690Z Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsnappy1v5 amd64 1.1.8-1build3 [17.5 kB] 2025-06-05T23:22:43.9653223Z 2025-06-05T23:22:43.9653328Z 95% [203 libsnappy1v5 4054 B/17.5 kB 23%] 2025-06-05T23:22:43.9653629Z 2025-06-05T23:22:43.9653888Z 96% [Working] 2025-06-05T23:22:43.9654092Z 2025-06-05T23:22:43.9654522Z Get:204 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsnappy-dev amd64 1.1.8-1build3 [30.2 kB] 2025-06-05T23:22:43.9654952Z 2025-06-05T23:22:43.9655068Z 96% [204 libsnappy-dev 2606 B/30.2 kB 9%] 2025-06-05T23:22:43.9655354Z 2025-06-05T23:22:43.9655638Z 96% [Waiting for headers] 2025-06-05T23:22:43.9655865Z 2025-06-05T23:22:43.9656354Z Get:205 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libtbb-dev amd64 2021.5.0-7ubuntu2 [191 kB] 2025-06-05T23:22:43.9656804Z 2025-06-05T23:22:43.9656911Z 96% [205 libtbb-dev 1094 B/191 kB 1%] 2025-06-05T23:22:43.9657181Z 2025-06-05T23:22:43.9657456Z 96% [Waiting for headers] 2025-06-05T23:22:43.9657682Z 2025-06-05T23:22:43.9658175Z Get:206 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ocl-icd-libopencl1 amd64 2.2.14-3 [39.1 kB] 2025-06-05T23:22:43.9658629Z 2025-06-05T23:22:43.9658742Z 96% [206 ocl-icd-libopencl1 2670 B/39.1 kB 7%] 2025-06-05T23:22:43.9659055Z 2025-06-05T23:22:43.9659332Z 96% [Working] 2025-06-05T23:22:43.9659518Z 2025-06-05T23:22:43.9659999Z Get:207 http://archive.ubuntu.com/ubuntu jammy/universe amd64 opencl-c-headers all 3.0~2022.01.04-1 [44.5 kB] 2025-06-05T23:22:43.9660473Z 2025-06-05T23:22:43.9660578Z 96% [207 opencl-c-headers 830 B/44.5 kB 2%] 2025-06-05T23:22:43.9660881Z 2025-06-05T23:22:43.9661158Z 96% [Waiting for headers] 2025-06-05T23:22:43.9661401Z 2025-06-05T23:22:43.9661935Z Get:208 http://archive.ubuntu.com/ubuntu jammy/universe amd64 opencl-clhpp-headers all 3.0~2.0.15-1ubuntu1 [42.6 kB] 2025-06-05T23:22:43.9662456Z 2025-06-05T23:22:43.9662577Z 96% [208 opencl-clhpp-headers 2330 B/42.6 kB 5%] 2025-06-05T23:22:43.9662903Z 2025-06-05T23:22:43.9663186Z 96% [Waiting for headers] 2025-06-05T23:22:43.9663424Z 2025-06-05T23:22:43.9663909Z Get:209 http://archive.ubuntu.com/ubuntu jammy/universe amd64 opencl-headers all 3.0~2022.01.04-1 [1754 B] 2025-06-05T23:22:43.9664376Z 2025-06-05T23:22:43.9664463Z 97% [Waiting for headers] 2025-06-05T23:22:43.9664691Z 2025-06-05T23:22:43.9665181Z Get:210 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ocl-icd-opencl-dev amd64 2.2.14-3 [2426 B] 2025-06-05T23:22:43.9665636Z 2025-06-05T23:22:43.9665762Z 97% [210 ocl-icd-opencl-dev 2426 B/2426 B 100%] 2025-06-05T23:22:43.9666067Z 2025-06-05T23:22:43.9666349Z 97% [Working] 2025-06-05T23:22:43.9666611Z 2025-06-05T23:22:43.9667043Z Get:211 http://archive.ubuntu.com/ubuntu jammy/universe amd64 shellcheck amd64 0.8.0-2 [2359 kB] 2025-06-05T23:22:43.9667462Z 2025-06-05T23:22:43.9667561Z 97% [211 shellcheck 1358 B/2359 kB 0%] 2025-06-05T23:22:43.9667850Z 2025-06-05T23:22:43.9668119Z 100% [Working] 2025-06-05T23:22:43.9668315Z 2025-06-05T23:22:43.9668537Z Fetched 58.5 MB in 3s (17.6 MB/s) 2025-06-05T23:22:43.9668943Z debconf: delaying package configuration, since apt-utils is not installed 2025-06-05T23:22:43.9669475Z Selecting previously unselected package python3.10-minimal. 2025-06-05T23:22:43.9669852Z (Reading database ... 2025-06-05T23:22:43.9670103Z (Reading database ... 5% 2025-06-05T23:22:46.5210621Z (Reading database ... 10% 2025-06-05T23:22:46.5211175Z (Reading database ... 15% 2025-06-05T23:22:46.5211625Z (Reading database ... 20% 2025-06-05T23:22:46.5212045Z (Reading database ... 25% 2025-06-05T23:22:46.5212995Z (Reading database ... 30% 2025-06-05T23:22:46.5213271Z (Reading database ... 35% 2025-06-05T23:22:46.5213522Z (Reading database ... 40% 2025-06-05T23:22:46.5213762Z (Reading database ... 45% 2025-06-05T23:22:46.5214011Z (Reading database ... 50% 2025-06-05T23:22:46.5214248Z (Reading database ... 55% 2025-06-05T23:22:46.5214500Z (Reading database ... 60% 2025-06-05T23:22:46.5214737Z (Reading database ... 65% 2025-06-05T23:22:46.5214988Z (Reading database ... 70% 2025-06-05T23:22:46.5215228Z (Reading database ... 75% 2025-06-05T23:22:46.5215479Z (Reading database ... 80% 2025-06-05T23:22:46.5215727Z (Reading database ... 85% 2025-06-05T23:22:46.5215965Z (Reading database ... 90% 2025-06-05T23:22:46.5216214Z (Reading database ... 95% 2025-06-05T23:22:46.5216452Z (Reading database ... 100% 2025-06-05T23:22:46.5216828Z (Reading database ... 35120 files and directories currently installed.) 2025-06-05T23:22:46.5217367Z Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.9_amd64.deb ... 2025-06-05T23:22:46.5217841Z Unpacking python3.10-minimal (3.10.12-1~22.04.9) ... 2025-06-05T23:22:46.5218220Z Setting up python3.10-minimal (3.10.12-1~22.04.9) ... 2025-06-05T23:22:46.5218642Z Selecting previously unselected package python3-minimal. 2025-06-05T23:22:46.5219011Z (Reading database ... 2025-06-05T23:22:46.5219243Z (Reading database ... 5% 2025-06-05T23:22:46.5219499Z (Reading database ... 10% 2025-06-05T23:22:46.5219736Z (Reading database ... 15% 2025-06-05T23:22:46.5219984Z (Reading database ... 20% 2025-06-05T23:22:46.5220219Z (Reading database ... 25% 2025-06-05T23:22:46.5220465Z (Reading database ... 30% 2025-06-05T23:22:46.5220698Z (Reading database ... 35% 2025-06-05T23:22:46.5220946Z (Reading database ... 40% 2025-06-05T23:22:46.5221180Z (Reading database ... 45% 2025-06-05T23:22:46.5221424Z (Reading database ... 50% 2025-06-05T23:22:46.5221671Z (Reading database ... 55% 2025-06-05T23:22:46.5221906Z (Reading database ... 60% 2025-06-05T23:22:46.5222149Z (Reading database ... 65% 2025-06-05T23:22:46.5222387Z (Reading database ... 70% 2025-06-05T23:22:46.5222642Z (Reading database ... 75% 2025-06-05T23:22:46.5222877Z (Reading database ... 80% 2025-06-05T23:22:46.5223125Z (Reading database ... 85% 2025-06-05T23:22:46.5223360Z (Reading database ... 90% 2025-06-05T23:22:46.5223606Z (Reading database ... 95% 2025-06-05T23:22:46.5223843Z (Reading database ... 100% 2025-06-05T23:22:46.5224215Z (Reading database ... 35130 files and directories currently installed.) 2025-06-05T23:22:46.5224738Z Preparing to unpack .../python3-minimal_3.10.6-1~22.04.1_amd64.deb ... 2025-06-05T23:22:46.5225169Z Unpacking python3-minimal (3.10.6-1~22.04.1) ... 2025-06-05T23:22:46.5225558Z Selecting previously unselected package python3.10. 2025-06-05T23:22:46.5225984Z Preparing to unpack .../python3.10_3.10.12-1~22.04.9_amd64.deb ... 2025-06-05T23:22:46.5226391Z Unpacking python3.10 (3.10.12-1~22.04.9) ... 2025-06-05T23:22:46.5226800Z Selecting previously unselected package libpython3-stdlib:amd64. 2025-06-05T23:22:46.5227328Z Preparing to unpack .../libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... 2025-06-05T23:22:46.5227934Z Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... 2025-06-05T23:22:46.5228333Z Setting up python3-minimal (3.10.6-1~22.04.1) ... 2025-06-05T23:22:46.5229014Z Selecting previously unselected package python3. 2025-06-05T23:22:46.5229353Z (Reading database ... 2025-06-05T23:22:46.5229599Z (Reading database ... 5% 2025-06-05T23:22:46.5229842Z (Reading database ... 10% 2025-06-05T23:22:46.5230097Z (Reading database ... 15% 2025-06-05T23:22:46.5230340Z (Reading database ... 20% 2025-06-05T23:22:46.5230591Z (Reading database ... 25% 2025-06-05T23:22:46.5230827Z (Reading database ... 30% 2025-06-05T23:22:46.5231076Z (Reading database ... 35% 2025-06-05T23:22:46.5231314Z (Reading database ... 40% 2025-06-05T23:22:46.5231567Z (Reading database ... 45% 2025-06-05T23:22:46.5231818Z (Reading database ... 50% 2025-06-05T23:22:46.5232055Z (Reading database ... 55% 2025-06-05T23:22:46.5232305Z (Reading database ... 60% 2025-06-05T23:22:46.5232654Z (Reading database ... 65% 2025-06-05T23:22:46.5232910Z (Reading database ... 70% 2025-06-05T23:22:46.5233149Z (Reading database ... 75% 2025-06-05T23:22:46.5233405Z (Reading database ... 80% 2025-06-05T23:22:46.5233643Z (Reading database ... 85% 2025-06-05T23:22:46.5233893Z (Reading database ... 90% 2025-06-05T23:22:46.5234129Z (Reading database ... 95% 2025-06-05T23:22:46.5234377Z (Reading database ... 100% 2025-06-05T23:22:46.5234746Z (Reading database ... 35175 files and directories currently installed.) 2025-06-05T23:22:46.5235237Z Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... 2025-06-05T23:22:46.5235635Z Unpacking python3 (3.10.6-1~22.04.1) ... 2025-06-05T23:22:46.5236018Z Selecting previously unselected package libtext-iconv-perl. 2025-06-05T23:22:46.5236530Z Preparing to unpack .../001-libtext-iconv-perl_1.7-7build3_amd64.deb ... 2025-06-05T23:22:46.5236997Z Unpacking libtext-iconv-perl (1.7-7build3) ... 2025-06-05T23:22:46.5237418Z Selecting previously unselected package libyaml-0-2:amd64. 2025-06-05T23:22:46.5237886Z Preparing to unpack .../002-libyaml-0-2_0.2.2-1build2_amd64.deb ... 2025-06-05T23:22:46.5238313Z Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... 2025-06-05T23:22:46.5238734Z Selecting previously unselected package python3-pkg-resources. 2025-06-05T23:22:46.5239312Z Preparing to unpack .../003-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb ... 2025-06-05T23:22:46.5239893Z Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... 2025-06-05T23:22:46.5240350Z Selecting previously unselected package bsdextrautils. 2025-06-05T23:22:46.5240839Z Preparing to unpack .../004-bsdextrautils_2.37.2-4ubuntu3.4_amd64.deb ... 2025-06-05T23:22:46.5241290Z Unpacking bsdextrautils (2.37.2-4ubuntu3.4) ... 2025-06-05T23:22:46.5241690Z Selecting previously unselected package libmagic-mgc. 2025-06-05T23:22:46.5242156Z Preparing to unpack .../005-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... 2025-06-05T23:22:46.5242617Z Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... 2025-06-05T23:22:46.5243021Z Selecting previously unselected package libmagic1:amd64. 2025-06-05T23:22:46.5243503Z Preparing to unpack .../006-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... 2025-06-05T23:22:46.5243953Z Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... 2025-06-05T23:22:46.5244310Z Selecting previously unselected package file. 2025-06-05T23:22:46.5244726Z Preparing to unpack .../007-file_1%3a5.41-3ubuntu0.1_amd64.deb ... 2025-06-05T23:22:46.5245114Z Unpacking file (1:5.41-3ubuntu0.1) ... 2025-06-05T23:22:46.5245584Z Selecting previously unselected package gettext-base. 2025-06-05T23:22:46.5246032Z Preparing to unpack .../008-gettext-base_0.21-4ubuntu4_amd64.deb ... 2025-06-05T23:22:46.5246459Z Unpacking gettext-base (0.21-4ubuntu4) ... 2025-06-05T23:22:46.5246861Z Selecting previously unselected package libuchardet0:amd64. 2025-06-05T23:22:46.5247339Z Preparing to unpack .../009-libuchardet0_0.0.7-1build2_amd64.deb ... 2025-06-05T23:22:46.5247843Z Unpacking libuchardet0:amd64 (0.0.7-1build2) ... 2025-06-05T23:22:46.5248331Z Selecting previously unselected package groff-base. 2025-06-05T23:22:46.5248778Z Preparing to unpack .../010-groff-base_1.22.4-8build1_amd64.deb ... 2025-06-05T23:22:46.5249179Z Unpacking groff-base (1.22.4-8build1) ... 2025-06-05T23:22:46.5249575Z Selecting previously unselected package libpipeline1:amd64. 2025-06-05T23:22:46.5250030Z Preparing to unpack .../011-libpipeline1_1.5.5-1_amd64.deb ... 2025-06-05T23:22:46.5250440Z Unpacking libpipeline1:amd64 (1.5.5-1) ... 2025-06-05T23:22:46.5250811Z Selecting previously unselected package libuv1:amd64. 2025-06-05T23:22:46.5251240Z Preparing to unpack .../012-libuv1_1.43.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:46.5251656Z Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2025-06-05T23:22:46.5252008Z Selecting previously unselected package man-db. 2025-06-05T23:22:46.5252409Z Preparing to unpack .../013-man-db_2.10.2-1_amd64.deb ... 2025-06-05T23:22:46.5252761Z Unpacking man-db (2.10.2-1) ... 2025-06-05T23:22:46.5253262Z Selecting previously unselected package libhiredis0.14:amd64. 2025-06-05T23:22:46.5253752Z Preparing to unpack .../014-libhiredis0.14_0.14.1-2_amd64.deb ... 2025-06-05T23:22:46.5254154Z Unpacking libhiredis0.14:amd64 (0.14.1-2) ... 2025-06-05T23:22:46.5254518Z Selecting previously unselected package ccache. 2025-06-05T23:22:46.5254899Z Preparing to unpack .../015-ccache_4.5.1-1_amd64.deb ... 2025-06-05T23:22:46.5255261Z Unpacking ccache (4.5.1-1) ... 2025-06-05T23:22:46.5255604Z Selecting previously unselected package libarchive13:amd64. 2025-06-05T23:22:46.5256092Z Preparing to unpack .../016-libarchive13_3.6.0-1ubuntu1.4_amd64.deb ... 2025-06-05T23:22:46.5256534Z Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.4) ... 2025-06-05T23:22:46.5256970Z Selecting previously unselected package libjsoncpp25:amd64. 2025-06-05T23:22:46.5257434Z Preparing to unpack .../017-libjsoncpp25_1.9.5-3_amd64.deb ... 2025-06-05T23:22:46.5257822Z Unpacking libjsoncpp25:amd64 (1.9.5-3) ... 2025-06-05T23:22:46.5258212Z Selecting previously unselected package librhash0:amd64. 2025-06-05T23:22:46.5258663Z Preparing to unpack .../018-librhash0_1.4.2-1ubuntu1_amd64.deb ... 2025-06-05T23:22:46.5259085Z Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ... 2025-06-05T23:22:46.5259471Z Selecting previously unselected package dh-elpa-helper. 2025-06-05T23:22:46.5259937Z Preparing to unpack .../019-dh-elpa-helper_2.0.9ubuntu1_all.deb ... 2025-06-05T23:22:46.5260364Z Unpacking dh-elpa-helper (2.0.9ubuntu1) ... 2025-06-05T23:22:46.5260735Z Selecting previously unselected package emacsen-common. 2025-06-05T23:22:46.5261179Z Preparing to unpack .../020-emacsen-common_3.0.4_all.deb ... 2025-06-05T23:22:46.5261553Z Unpacking emacsen-common (3.0.4) ... 2025-06-05T23:22:46.5261899Z Selecting previously unselected package cmake-data. 2025-06-05T23:22:46.5262349Z Preparing to unpack .../021-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ... 2025-06-05T23:22:46.5262839Z Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2025-06-05T23:22:46.5263225Z Selecting previously unselected package cmake. 2025-06-05T23:22:46.5263656Z Preparing to unpack .../022-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ... 2025-06-05T23:22:46.5264090Z Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ... 2025-06-05T23:22:46.5264489Z Selecting previously unselected package dictionaries-common. 2025-06-05T23:22:46.5264987Z Preparing to unpack .../023-dictionaries-common_1.28.14_all.deb ... 2025-06-05T23:22:46.5265691Z Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common' 2025-06-05T23:22:46.5266344Z Unpacking dictionaries-common (1.28.14) ... 2025-06-05T23:22:46.5266708Z Selecting previously unselected package diffstat. 2025-06-05T23:22:46.5267119Z Preparing to unpack .../024-diffstat_1.64-1build2_amd64.deb ... 2025-06-05T23:22:46.5267512Z Unpacking diffstat (1.64-1build2) ... 2025-06-05T23:22:46.5267883Z Selecting previously unselected package libpcre2-32-0:amd64. 2025-06-05T23:22:46.5268380Z Preparing to unpack .../025-libpcre2-32-0_10.39-3ubuntu0.1_amd64.deb ... 2025-06-05T23:22:46.5268891Z Unpacking libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ... 2025-06-05T23:22:46.5269275Z Selecting previously unselected package fdupes. 2025-06-05T23:22:46.5269702Z Preparing to unpack .../026-fdupes_1%3a2.1.2-1build1_amd64.deb ... 2025-06-05T23:22:46.5270092Z Unpacking fdupes (1:2.1.2-1build1) ... 2025-06-05T23:22:46.5270442Z Selecting previously unselected package libc6-i386. 2025-06-05T23:22:46.5270877Z Preparing to unpack .../027-libc6-i386_2.35-0ubuntu3.10_amd64.deb ... 2025-06-05T23:22:46.5271296Z Unpacking libc6-i386 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:46.5271661Z Selecting previously unselected package libc6-dev-i386. 2025-06-05T23:22:46.5272138Z Preparing to unpack .../028-libc6-dev-i386_2.35-0ubuntu3.10_amd64.deb ... 2025-06-05T23:22:46.5272572Z Unpacking libc6-dev-i386 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:46.5272950Z Selecting previously unselected package libc6-x32. 2025-06-05T23:22:46.5273392Z Preparing to unpack .../029-libc6-x32_2.35-0ubuntu3.10_amd64.deb ... 2025-06-05T23:22:46.5273850Z Unpacking libc6-x32 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:46.5274226Z Selecting previously unselected package libc6-dev-x32. 2025-06-05T23:22:46.5274687Z Preparing to unpack .../030-libc6-dev-x32_2.35-0ubuntu3.10_amd64.deb ... 2025-06-05T23:22:46.5275131Z Unpacking libc6-dev-x32 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:46.5275501Z Selecting previously unselected package lib32gcc-s1. 2025-06-05T23:22:46.5275970Z Preparing to unpack .../031-lib32gcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:46.5276424Z Unpacking lib32gcc-s1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:46.5276802Z Selecting previously unselected package libx32gcc-s1. 2025-06-05T23:22:47.9555560Z Preparing to unpack .../032-libx32gcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9556458Z Unpacking libx32gcc-s1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9556859Z Selecting previously unselected package lib32gomp1. 2025-06-05T23:22:47.9557396Z Preparing to unpack .../033-lib32gomp1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9557859Z Unpacking lib32gomp1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9558235Z Selecting previously unselected package libx32gomp1. 2025-06-05T23:22:47.9558704Z Preparing to unpack .../034-libx32gomp1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9559145Z Unpacking libx32gomp1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9559529Z Selecting previously unselected package lib32itm1. 2025-06-05T23:22:47.9559982Z Preparing to unpack .../035-lib32itm1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9560410Z Unpacking lib32itm1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9560785Z Selecting previously unselected package libx32itm1. 2025-06-05T23:22:47.9561234Z Preparing to unpack .../036-libx32itm1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9561679Z Unpacking libx32itm1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9562053Z Selecting previously unselected package lib32atomic1. 2025-06-05T23:22:47.9562533Z Preparing to unpack .../037-lib32atomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9563000Z Unpacking lib32atomic1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9563387Z Selecting previously unselected package libx32atomic1. 2025-06-05T23:22:47.9563871Z Preparing to unpack .../038-libx32atomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9564323Z Unpacking libx32atomic1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9564711Z Selecting previously unselected package lib32asan6. 2025-06-05T23:22:47.9565157Z Preparing to unpack .../039-lib32asan6_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9565601Z Unpacking lib32asan6 (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9565986Z Selecting previously unselected package libx32asan6. 2025-06-05T23:22:47.9566443Z Preparing to unpack .../040-libx32asan6_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9566895Z Unpacking libx32asan6 (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9567275Z Selecting previously unselected package lib32stdc++6. 2025-06-05T23:22:47.9567970Z Preparing to unpack .../041-lib32stdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9568419Z Unpacking lib32stdc++6 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9568814Z Selecting previously unselected package lib32ubsan1. 2025-06-05T23:22:47.9569284Z Preparing to unpack .../042-lib32ubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9569726Z Unpacking lib32ubsan1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9570123Z Selecting previously unselected package libx32stdc++6. 2025-06-05T23:22:47.9570596Z Preparing to unpack .../043-libx32stdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9571143Z Unpacking libx32stdc++6 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9571527Z Selecting previously unselected package libx32ubsan1. 2025-06-05T23:22:47.9571996Z Preparing to unpack .../044-libx32ubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9572444Z Unpacking libx32ubsan1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9573060Z Selecting previously unselected package lib32quadmath0. 2025-06-05T23:22:47.9573576Z Preparing to unpack .../045-lib32quadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9574039Z Unpacking lib32quadmath0 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9574459Z Selecting previously unselected package libx32quadmath0. 2025-06-05T23:22:47.9574951Z Preparing to unpack .../046-libx32quadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9575440Z Unpacking libx32quadmath0 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9575847Z Selecting previously unselected package lib32gcc-11-dev. 2025-06-05T23:22:47.9576346Z Preparing to unpack .../047-lib32gcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9576826Z Unpacking lib32gcc-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9577234Z Selecting previously unselected package libx32gcc-11-dev. 2025-06-05T23:22:47.9577745Z Preparing to unpack .../048-libx32gcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9578227Z Unpacking libx32gcc-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9578661Z Selecting previously unselected package gcc-11-multilib. 2025-06-05T23:22:47.9579141Z Preparing to unpack .../049-gcc-11-multilib_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9579622Z Unpacking gcc-11-multilib (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9580054Z Selecting previously unselected package lib32stdc++-11-dev. 2025-06-05T23:22:47.9580567Z Preparing to unpack .../050-lib32stdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9581077Z Unpacking lib32stdc++-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9581575Z Selecting previously unselected package libx32stdc++-11-dev. 2025-06-05T23:22:47.9582109Z Preparing to unpack .../051-libx32stdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9582612Z Unpacking libx32stdc++-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9583045Z Selecting previously unselected package g++-11-multilib. 2025-06-05T23:22:47.9583536Z Preparing to unpack .../052-g++-11-multilib_11.4.0-1ubuntu1~22.04_amd64.deb ... 2025-06-05T23:22:47.9584000Z Unpacking g++-11-multilib (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:22:47.9584401Z Selecting previously unselected package gcc-multilib. 2025-06-05T23:22:47.9584859Z Preparing to unpack .../053-gcc-multilib_4%3a11.2.0-1ubuntu1_amd64.deb ... 2025-06-05T23:22:47.9585311Z Unpacking gcc-multilib (4:11.2.0-1ubuntu1) ... 2025-06-05T23:22:47.9585686Z Selecting previously unselected package g++-multilib. 2025-06-05T23:22:47.9586151Z Preparing to unpack .../054-g++-multilib_4%3a11.2.0-1ubuntu1_amd64.deb ... 2025-06-05T23:22:47.9586597Z Unpacking g++-multilib (4:11.2.0-1ubuntu1) ... 2025-06-05T23:22:47.9586955Z Selecting previously unselected package gettext. 2025-06-05T23:22:47.9587376Z Preparing to unpack .../055-gettext_0.21-4ubuntu4_amd64.deb ... 2025-06-05T23:22:47.9587759Z Unpacking gettext (0.21-4ubuntu4) ... 2025-06-05T23:22:47.9588129Z Selecting previously unselected package hunspell-en-us. 2025-06-05T23:22:47.9588674Z Preparing to unpack .../056-hunspell-en-us_1%3a2020.12.07-2_all.deb ... 2025-06-05T23:22:47.9589111Z Unpacking hunspell-en-us (1:2020.12.07-2) ... 2025-06-05T23:22:47.9589499Z Selecting previously unselected package intltool-debian. 2025-06-05T23:22:47.9589985Z Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ... 2025-06-05T23:22:47.9590441Z Unpacking intltool-debian (0.35.0+20060710.5) ... 2025-06-05T23:22:47.9590842Z Selecting previously unselected package libaliased-perl. 2025-06-05T23:22:47.9591309Z Preparing to unpack .../058-libaliased-perl_0.34-1.1_all.deb ... 2025-06-05T23:22:47.9591708Z Unpacking libaliased-perl (0.34-1.1) ... 2025-06-05T23:22:47.9592099Z Selecting previously unselected package libapt-pkg-perl. 2025-06-05T23:22:47.9592712Z Preparing to unpack .../059-libapt-pkg-perl_0.1.40build2_amd64.deb ... 2025-06-05T23:22:47.9593277Z Unpacking libapt-pkg-perl (0.1.40build2) ... 2025-06-05T23:22:47.9593837Z Selecting previously unselected package libarchive-zip-perl. 2025-06-05T23:22:47.9594393Z Preparing to unpack .../060-libarchive-zip-perl_1.68-1_all.deb ... 2025-06-05T23:22:47.9594831Z Unpacking libarchive-zip-perl (1.68-1) ... 2025-06-05T23:22:47.9595222Z Selecting previously unselected package libaspell15:amd64. 2025-06-05T23:22:47.9595707Z Preparing to unpack .../061-libaspell15_0.60.8-4build1_amd64.deb ... 2025-06-05T23:22:47.9596131Z Unpacking libaspell15:amd64 (0.60.8-4build1) ... 2025-06-05T23:22:47.9596585Z Selecting previously unselected package libb-hooks-op-check-perl. 2025-06-05T23:22:47.9597133Z Preparing to unpack .../062-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ... 2025-06-05T23:22:47.9597734Z Unpacking libb-hooks-op-check-perl (0.22-1build5) ... 2025-06-05T23:22:47.9598232Z Selecting previously unselected package libdynaloader-functions-perl. 2025-06-05T23:22:47.9598804Z Preparing to unpack .../063-libdynaloader-functions-perl_0.003-1.1_all.deb ... 2025-06-05T23:22:47.9599320Z Unpacking libdynaloader-functions-perl (0.003-1.1) ... 2025-06-05T23:22:47.9599804Z Selecting previously unselected package libdevel-callchecker-perl. 2025-06-05T23:22:47.9600381Z Preparing to unpack .../064-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ... 2025-06-05T23:22:47.9600924Z Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ... 2025-06-05T23:22:47.9601399Z Selecting previously unselected package libparams-classify-perl. 2025-06-05T23:22:47.9601965Z Preparing to unpack .../065-libparams-classify-perl_0.015-1build5_amd64.deb ... 2025-06-05T23:22:47.9602472Z Unpacking libparams-classify-perl (0.015-1build5) ... 2025-06-05T23:22:47.9602927Z Selecting previously unselected package libmodule-runtime-perl. 2025-06-05T23:22:47.9603455Z Preparing to unpack .../066-libmodule-runtime-perl_0.016-1_all.deb ... 2025-06-05T23:22:47.9603915Z Unpacking libmodule-runtime-perl (0.016-1) ... 2025-06-05T23:22:47.9604321Z Selecting previously unselected package libtry-tiny-perl. 2025-06-05T23:22:47.9604790Z Preparing to unpack .../067-libtry-tiny-perl_0.31-1_all.deb ... 2025-06-05T23:22:47.9605193Z Unpacking libtry-tiny-perl (0.31-1) ... 2025-06-05T23:22:47.9605649Z Selecting previously unselected package libmodule-implementation-perl. 2025-06-05T23:22:47.9606228Z Preparing to unpack .../068-libmodule-implementation-perl_0.09-1.1_all.deb ... 2025-06-05T23:22:47.9606756Z Unpacking libmodule-implementation-perl (0.09-1.1) ... 2025-06-05T23:22:47.9607284Z Selecting previously unselected package libsub-exporter-progressive-perl. 2025-06-05T23:22:47.9607950Z Preparing to unpack .../069-libsub-exporter-progressive-perl_0.001013-1_all.deb ... 2025-06-05T23:22:47.9608733Z Unpacking libsub-exporter-progressive-perl (0.001013-1) ... 2025-06-05T23:22:47.9609229Z Selecting previously unselected package libvariable-magic-perl. 2025-06-05T23:22:47.9609780Z Preparing to unpack .../070-libvariable-magic-perl_0.62-1build5_amd64.deb ... 2025-06-05T23:22:47.9610264Z Unpacking libvariable-magic-perl (0.62-1build5) ... 2025-06-05T23:22:47.9610752Z Selecting previously unselected package libb-hooks-endofscope-perl. 2025-06-05T23:22:47.9611415Z Preparing to unpack .../071-libb-hooks-endofscope-perl_0.25-1_all.deb ... 2025-06-05T23:22:47.9611886Z Unpacking libb-hooks-endofscope-perl (0.25-1) ... 2025-06-05T23:22:47.9612337Z Selecting previously unselected package libcapture-tiny-perl. 2025-06-05T23:22:47.9612825Z Preparing to unpack .../072-libcapture-tiny-perl_0.48-1_all.deb ... 2025-06-05T23:22:47.9613335Z Unpacking libcapture-tiny-perl (0.48-1) ... 2025-06-05T23:22:47.9613786Z Selecting previously unselected package libclass-data-inheritable-perl. 2025-06-05T23:22:47.9614376Z Preparing to unpack .../073-libclass-data-inheritable-perl_0.08-3_all.deb ... 2025-06-05T23:22:47.9614893Z Unpacking libclass-data-inheritable-perl (0.08-3) ... 2025-06-05T23:22:47.9615385Z Selecting previously unselected package libclass-method-modifiers-perl. 2025-06-05T23:22:47.9615971Z Preparing to unpack .../074-libclass-method-modifiers-perl_2.13-1_all.deb ... 2025-06-05T23:22:47.9616535Z Unpacking libclass-method-modifiers-perl (2.13-1) ... 2025-06-05T23:22:47.9617020Z Selecting previously unselected package libclass-xsaccessor-perl. 2025-06-05T23:22:47.9617564Z Preparing to unpack .../075-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ... 2025-06-05T23:22:47.9618069Z Unpacking libclass-xsaccessor-perl (1.19-3build9) ... 2025-06-05T23:22:47.9618493Z Selecting previously unselected package libclone-perl. 2025-06-05T23:22:49.5412859Z Preparing to unpack .../076-libclone-perl_0.45-1build3_amd64.deb ... 2025-06-05T23:22:49.5413568Z Unpacking libclone-perl (0.45-1build3) ... 2025-06-05T23:22:49.5413977Z Selecting previously unselected package libconfig-tiny-perl. 2025-06-05T23:22:49.5414583Z Preparing to unpack .../077-libconfig-tiny-perl_2.28-1_all.deb ... 2025-06-05T23:22:49.5415106Z Unpacking libconfig-tiny-perl (2.28-1) ... 2025-06-05T23:22:49.5415579Z Selecting previously unselected package libparams-util-perl. 2025-06-05T23:22:49.5416582Z Preparing to unpack .../078-libparams-util-perl_1.102-1build3_amd64.deb ... 2025-06-05T23:22:49.5417096Z Unpacking libparams-util-perl (1.102-1build3) ... 2025-06-05T23:22:49.5417533Z Selecting previously unselected package libsub-install-perl. 2025-06-05T23:22:49.5418018Z Preparing to unpack .../079-libsub-install-perl_0.928-1.1_all.deb ... 2025-06-05T23:22:49.5418458Z Unpacking libsub-install-perl (0.928-1.1) ... 2025-06-05T23:22:49.5418868Z Selecting previously unselected package libdata-optlist-perl. 2025-06-05T23:22:49.5419371Z Preparing to unpack .../080-libdata-optlist-perl_0.112-1_all.deb ... 2025-06-05T23:22:49.5419808Z Unpacking libdata-optlist-perl (0.112-1) ... 2025-06-05T23:22:49.5420216Z Selecting previously unselected package libsub-exporter-perl. 2025-06-05T23:22:49.5420717Z Preparing to unpack .../081-libsub-exporter-perl_0.988-1_all.deb ... 2025-06-05T23:22:49.5421146Z Unpacking libsub-exporter-perl (0.988-1) ... 2025-06-05T23:22:49.5421563Z Selecting previously unselected package libconst-fast-perl. 2025-06-05T23:22:49.5422046Z Preparing to unpack .../082-libconst-fast-perl_0.014-1.1_all.deb ... 2025-06-05T23:22:49.5422486Z Unpacking libconst-fast-perl (0.014-1.1) ... 2025-06-05T23:22:49.5422941Z Selecting previously unselected package libcpanel-json-xs-perl:amd64. 2025-06-05T23:22:49.5423514Z Preparing to unpack .../083-libcpanel-json-xs-perl_4.27-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:49.5424091Z Unpacking libcpanel-json-xs-perl:amd64 (4.27-1ubuntu0.1) ... 2025-06-05T23:22:49.5424597Z Selecting previously unselected package libdevel-stacktrace-perl. 2025-06-05T23:22:49.5425124Z Preparing to unpack .../084-libdevel-stacktrace-perl_2.0400-1_all.deb ... 2025-06-05T23:22:49.5425598Z Unpacking libdevel-stacktrace-perl (2.0400-1) ... 2025-06-05T23:22:49.5426044Z Selecting previously unselected package libexception-class-perl. 2025-06-05T23:22:49.5426571Z Preparing to unpack .../085-libexception-class-perl_1.45-1_all.deb ... 2025-06-05T23:22:49.5427016Z Unpacking libexception-class-perl (1.45-1) ... 2025-06-05T23:22:49.5427436Z Selecting previously unselected package libiterator-perl. 2025-06-05T23:22:49.5428153Z Preparing to unpack .../086-libiterator-perl_0.03+ds1-1.1_all.deb ... 2025-06-05T23:22:49.5428784Z Unpacking libiterator-perl (0.03+ds1-1.1) ... 2025-06-05T23:22:49.5429225Z Selecting previously unselected package libiterator-util-perl. 2025-06-05T23:22:49.5429745Z Preparing to unpack .../087-libiterator-util-perl_0.02+ds1-1.1_all.deb ... 2025-06-05T23:22:49.5430224Z Unpacking libiterator-util-perl (0.02+ds1-1.1) ... 2025-06-05T23:22:49.5430666Z Selecting previously unselected package libexporter-tiny-perl. 2025-06-05T23:22:49.5431190Z Preparing to unpack .../088-libexporter-tiny-perl_1.002002-1_all.deb ... 2025-06-05T23:22:49.5431641Z Unpacking libexporter-tiny-perl (1.002002-1) ... 2025-06-05T23:22:49.5432100Z Selecting previously unselected package liblist-moreutils-xs-perl. 2025-06-05T23:22:49.5432673Z Preparing to unpack .../089-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ... 2025-06-05T23:22:49.5433186Z Unpacking liblist-moreutils-xs-perl (0.430-2build2) ... 2025-06-05T23:22:49.5433773Z Selecting previously unselected package liblist-moreutils-perl. 2025-06-05T23:22:49.5434286Z Preparing to unpack .../090-liblist-moreutils-perl_0.430-2_all.deb ... 2025-06-05T23:22:49.5434742Z Unpacking liblist-moreutils-perl (0.430-2) ... 2025-06-05T23:22:49.5435155Z Selecting previously unselected package libdata-dpath-perl. 2025-06-05T23:22:49.5435642Z Preparing to unpack .../091-libdata-dpath-perl_0.58-1_all.deb ... 2025-06-05T23:22:49.5436063Z Unpacking libdata-dpath-perl (0.58-1) ... 2025-06-05T23:22:49.5436484Z Selecting previously unselected package libdata-messagepack-perl. 2025-06-05T23:22:49.5437042Z Preparing to unpack .../092-libdata-messagepack-perl_1.01-2build1_amd64.deb ... 2025-06-05T23:22:49.5437536Z Unpacking libdata-messagepack-perl (1.01-2build1) ... 2025-06-05T23:22:49.5438001Z Selecting previously unselected package libnet-domain-tld-perl. 2025-06-05T23:22:49.5438505Z Preparing to unpack .../093-libnet-domain-tld-perl_1.75-1.1_all.deb ... 2025-06-05T23:22:49.5438968Z Unpacking libnet-domain-tld-perl (1.75-1.1) ... 2025-06-05T23:22:49.5446926Z Selecting previously unselected package libdata-validate-domain-perl. 2025-06-05T23:22:49.5448102Z Preparing to unpack .../094-libdata-validate-domain-perl_0.10-1.1_all.deb ... 2025-06-05T23:22:49.5448632Z Unpacking libdata-validate-domain-perl (0.10-1.1) ... 2025-06-05T23:22:49.5449093Z Selecting previously unselected package libnet-ipv6addr-perl. 2025-06-05T23:22:49.5449598Z Preparing to unpack .../095-libnet-ipv6addr-perl_1.02-1_all.deb ... 2025-06-05T23:22:49.5450020Z Unpacking libnet-ipv6addr-perl (1.02-1) ... 2025-06-05T23:22:49.5450438Z Selecting previously unselected package libnet-netmask-perl. 2025-06-05T23:22:49.5450939Z Preparing to unpack .../096-libnet-netmask-perl_2.0001-1_all.deb ... 2025-06-05T23:22:49.5451363Z Unpacking libnet-netmask-perl (2.0001-1) ... 2025-06-05T23:22:49.5451782Z Selecting previously unselected package libnetaddr-ip-perl. 2025-06-05T23:22:49.5452326Z Preparing to unpack .../097-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ... 2025-06-05T23:22:49.5452847Z Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ... 2025-06-05T23:22:49.5453385Z Selecting previously unselected package libdata-validate-ip-perl. 2025-06-05T23:22:49.5453926Z Preparing to unpack .../098-libdata-validate-ip-perl_0.30-1_all.deb ... 2025-06-05T23:22:49.5454390Z Unpacking libdata-validate-ip-perl (0.30-1) ... 2025-06-05T23:22:49.5454840Z Selecting previously unselected package libdata-validate-uri-perl. 2025-06-05T23:22:49.5455389Z Preparing to unpack .../099-libdata-validate-uri-perl_0.07-2_all.deb ... 2025-06-05T23:22:49.5455846Z Unpacking libdata-validate-uri-perl (0.07-2) ... 2025-06-05T23:22:49.5456308Z Selecting previously unselected package libemail-address-xs-perl. 2025-06-05T23:22:49.5456856Z Preparing to unpack .../100-libemail-address-xs-perl_1.04-1build6_amd64.deb ... 2025-06-05T23:22:49.5457366Z Unpacking libemail-address-xs-perl (1.04-1build6) ... 2025-06-05T23:22:49.5457842Z Selecting previously unselected package libhunspell-1.7-0:amd64. 2025-06-05T23:22:49.5458536Z Preparing to unpack .../101-libhunspell-1.7-0_1.7.0-4build1_amd64.deb ... 2025-06-05T23:22:49.5459014Z Unpacking libhunspell-1.7-0:amd64 (1.7.0-4build1) ... 2025-06-05T23:22:49.5459445Z Selecting previously unselected package libenchant-2-2:amd64. 2025-06-05T23:22:49.5459946Z Preparing to unpack .../102-libenchant-2-2_2.3.2-1ubuntu2_amd64.deb ... 2025-06-05T23:22:49.5460385Z Unpacking libenchant-2-2:amd64 (2.3.2-1ubuntu2) ... 2025-06-05T23:22:49.5460820Z Selecting previously unselected package libexpat1-dev:amd64. 2025-06-05T23:22:49.5461323Z Preparing to unpack .../103-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... 2025-06-05T23:22:49.5461774Z Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... 2025-06-05T23:22:49.5462244Z Selecting previously unselected package libipc-system-simple-perl. 2025-06-05T23:22:49.5462776Z Preparing to unpack .../104-libipc-system-simple-perl_1.30-1_all.deb ... 2025-06-05T23:22:49.5463311Z Unpacking libipc-system-simple-perl (1.30-1) ... 2025-06-05T23:22:49.5463747Z Selecting previously unselected package libfile-basedir-perl. 2025-06-05T23:22:49.5464247Z Preparing to unpack .../105-libfile-basedir-perl_0.09-1_all.deb ... 2025-06-05T23:22:49.5464676Z Unpacking libfile-basedir-perl (0.09-1) ... 2025-06-05T23:22:49.5465094Z Selecting previously unselected package libnumber-compare-perl. 2025-06-05T23:22:49.5465622Z Preparing to unpack .../106-libnumber-compare-perl_0.03-2_all.deb ... 2025-06-05T23:22:49.5466060Z Unpacking libnumber-compare-perl (0.03-2) ... 2025-06-05T23:22:49.5466480Z Selecting previously unselected package libtext-glob-perl. 2025-06-05T23:22:49.5466943Z Preparing to unpack .../107-libtext-glob-perl_0.11-2_all.deb ... 2025-06-05T23:22:49.5467353Z Unpacking libtext-glob-perl (0.11-2) ... 2025-06-05T23:22:49.5467760Z Selecting previously unselected package libfile-find-rule-perl. 2025-06-05T23:22:49.5468280Z Preparing to unpack .../108-libfile-find-rule-perl_0.34-1_all.deb ... 2025-06-05T23:22:49.5468732Z Unpacking libfile-find-rule-perl (0.34-1) ... 2025-06-05T23:22:49.5469142Z Selecting previously unselected package libio-string-perl. 2025-06-05T23:22:49.5469621Z Preparing to unpack .../109-libio-string-perl_1.08-3.1_all.deb ... 2025-06-05T23:22:49.5470031Z Unpacking libio-string-perl (1.08-3.1) ... 2025-06-05T23:22:49.5470426Z Selecting previously unselected package libfont-ttf-perl. 2025-06-05T23:22:49.5470886Z Preparing to unpack .../110-libfont-ttf-perl_1.06-1.1_all.deb ... 2025-06-05T23:22:49.5471299Z Unpacking libfont-ttf-perl (1.06-1.1) ... 2025-06-05T23:22:49.5471744Z Selecting previously unselected package libhtml-html5-entities-perl. 2025-06-05T23:22:49.5472304Z Preparing to unpack .../111-libhtml-html5-entities-perl_0.004-1.1_all.deb ... 2025-06-05T23:22:49.5472808Z Unpacking libhtml-html5-entities-perl (0.004-1.1) ... 2025-06-05T23:22:49.5473250Z Selecting previously unselected package libimport-into-perl. 2025-06-05T23:22:49.5473754Z Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ... 2025-06-05T23:22:49.5474197Z Unpacking libimport-into-perl (1.002005-1) ... 2025-06-05T23:22:49.5474637Z Selecting previously unselected package libio-interactive-perl. 2025-06-05T23:22:49.5475159Z Preparing to unpack .../113-libio-interactive-perl_1.023-1_all.deb ... 2025-06-05T23:22:49.5475597Z Unpacking libio-interactive-perl (1.023-1) ... 2025-06-05T23:22:49.5476040Z Selecting previously unselected package libio-prompt-tiny-perl. 2025-06-05T23:22:49.5476549Z Preparing to unpack .../114-libio-prompt-tiny-perl_0.003-1_all.deb ... 2025-06-05T23:22:49.5477011Z Unpacking libio-prompt-tiny-perl (0.003-1) ... 2025-06-05T23:22:49.5477429Z Selecting previously unselected package libjson-maybexs-perl. 2025-06-05T23:22:49.5477942Z Preparing to unpack .../115-libjson-maybexs-perl_1.004003-1_all.deb ... 2025-06-05T23:22:49.5478382Z Unpacking libjson-maybexs-perl (1.004003-1) ... 2025-06-05T23:22:49.5478816Z Selecting previously unselected package liblist-compare-perl. 2025-06-05T23:22:49.5479324Z Preparing to unpack .../116-liblist-compare-perl_0.55-1_all.deb ... 2025-06-05T23:22:49.5479815Z Unpacking liblist-compare-perl (0.55-1) ... 2025-06-05T23:22:49.5480250Z Selecting previously unselected package liblist-someutils-perl. 2025-06-05T23:22:49.5480756Z Preparing to unpack .../117-liblist-someutils-perl_0.58-1_all.deb ... 2025-06-05T23:22:49.5481208Z Unpacking liblist-someutils-perl (0.58-1) ... 2025-06-05T23:22:49.5481623Z Selecting previously unselected package liblist-utilsby-perl. 2025-06-05T23:22:49.5482126Z Preparing to unpack .../118-liblist-utilsby-perl_0.11-1_all.deb ... 2025-06-05T23:22:49.5482557Z Unpacking liblist-utilsby-perl (0.11-1) ... 2025-06-05T23:22:49.5482940Z Selecting previously unselected package liblzo2-2:amd64. 2025-06-05T23:22:49.5483510Z Preparing to unpack .../119-liblzo2-2_2.10-2build3_amd64.deb ... 2025-06-05T23:22:49.5483924Z Unpacking liblzo2-2:amd64 (2.10-2build3) ... 2025-06-05T23:22:49.5484400Z Selecting previously unselected package libmarkdown2:amd64. 2025-06-05T23:22:49.5485029Z Preparing to unpack .../120-libmarkdown2_2.2.7-2_amd64.deb ... 2025-06-05T23:22:49.5485444Z Unpacking libmarkdown2:amd64 (2.2.7-2) ... 2025-06-05T23:22:51.2191082Z Selecting previously unselected package librole-tiny-perl. 2025-06-05T23:22:51.2191829Z Preparing to unpack .../121-librole-tiny-perl_2.002004-1_all.deb ... 2025-06-05T23:22:51.2192262Z Unpacking librole-tiny-perl (2.002004-1) ... 2025-06-05T23:22:51.2192675Z Selecting previously unselected package libsub-quote-perl. 2025-06-05T23:22:51.2193149Z Preparing to unpack .../122-libsub-quote-perl_2.006006-1_all.deb ... 2025-06-05T23:22:51.2193585Z Unpacking libsub-quote-perl (2.006006-1) ... 2025-06-05T23:22:51.2193955Z Selecting previously unselected package libmoo-perl. 2025-06-05T23:22:51.2194398Z Preparing to unpack .../123-libmoo-perl_2.005004-3_all.deb ... 2025-06-05T23:22:51.2194793Z Unpacking libmoo-perl (2.005004-3) ... 2025-06-05T23:22:51.2195174Z Selecting previously unselected package libstrictures-perl. 2025-06-05T23:22:51.2195704Z Preparing to unpack .../124-libstrictures-perl_2.000006-1_all.deb ... 2025-06-05T23:22:51.2196146Z Unpacking libstrictures-perl (2.000006-1) ... 2025-06-05T23:22:51.2196573Z Selecting previously unselected package libmoox-aliases-perl. 2025-06-05T23:22:51.2197079Z Preparing to unpack .../125-libmoox-aliases-perl_0.001006-1.1_all.deb ... 2025-06-05T23:22:51.2197544Z Unpacking libmoox-aliases-perl (0.001006-1.1) ... 2025-06-05T23:22:51.2197955Z Selecting previously unselected package libmouse-perl. 2025-06-05T23:22:51.2198413Z Preparing to unpack .../126-libmouse-perl_2.5.10-1build4_amd64.deb ... 2025-06-05T23:22:51.2198847Z Unpacking libmouse-perl (2.5.10-1build4) ... 2025-06-05T23:22:51.2199256Z Selecting previously unselected package libpackage-stash-perl. 2025-06-05T23:22:51.2199768Z Preparing to unpack .../127-libpackage-stash-perl_0.39-1_all.deb ... 2025-06-05T23:22:51.2200194Z Unpacking libpackage-stash-perl (0.39-1) ... 2025-06-05T23:22:51.2200616Z Selecting previously unselected package libsub-identify-perl. 2025-06-05T23:22:51.2201152Z Preparing to unpack .../128-libsub-identify-perl_0.14-1build5_amd64.deb ... 2025-06-05T23:22:51.2201616Z Unpacking libsub-identify-perl (0.14-1build5) ... 2025-06-05T23:22:51.2202040Z Selecting previously unselected package libsub-name-perl. 2025-06-05T23:22:51.2202516Z Preparing to unpack .../129-libsub-name-perl_0.26-1build3_amd64.deb ... 2025-06-05T23:22:51.2202964Z Unpacking libsub-name-perl (0.26-1build3) ... 2025-06-05T23:22:51.2203388Z Selecting previously unselected package libnamespace-clean-perl. 2025-06-05T23:22:51.2203915Z Preparing to unpack .../130-libnamespace-clean-perl_0.27-1_all.deb ... 2025-06-05T23:22:51.2204359Z Unpacking libnamespace-clean-perl (0.27-1) ... 2025-06-05T23:22:51.2204781Z Selecting previously unselected package libpath-tiny-perl. 2025-06-05T23:22:51.2205258Z Preparing to unpack .../131-libpath-tiny-perl_0.122-1_all.deb ... 2025-06-05T23:22:51.2205661Z Unpacking libpath-tiny-perl (0.122-1) ... 2025-06-05T23:22:51.2206080Z Selecting previously unselected package libperlio-gzip-perl. 2025-06-05T23:22:51.2206807Z Preparing to unpack .../132-libperlio-gzip-perl_0.19-1build8_amd64.deb ... 2025-06-05T23:22:51.2207284Z Unpacking libperlio-gzip-perl (0.19-1build8) ... 2025-06-05T23:22:51.2207740Z Selecting previously unselected package libperlio-utf8-strict-perl. 2025-06-05T23:22:51.2208328Z Preparing to unpack .../133-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ... 2025-06-05T23:22:51.2208907Z Unpacking libperlio-utf8-strict-perl (0.009-1build1) ... 2025-06-05T23:22:51.2209354Z Selecting previously unselected package libpkgconf3:amd64. 2025-06-05T23:22:51.2209818Z Preparing to unpack .../134-libpkgconf3_1.8.0-1_amd64.deb ... 2025-06-05T23:22:51.2210218Z Unpacking libpkgconf3:amd64 (1.8.0-1) ... 2025-06-05T23:22:51.2210666Z Selecting previously unselected package libproc-processtable-perl:amd64. 2025-06-05T23:22:51.2211277Z Preparing to unpack .../135-libproc-processtable-perl_0.634-1build1_amd64.deb ... 2025-06-05T23:22:51.2211915Z Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ... 2025-06-05T23:22:51.2212408Z Selecting previously unselected package libpugixml1v5:amd64. 2025-06-05T23:22:51.2212871Z Preparing to unpack .../136-libpugixml1v5_1.12.1-1_amd64.deb ... 2025-06-05T23:22:51.2213375Z Unpacking libpugixml1v5:amd64 (1.12.1-1) ... 2025-06-05T23:22:51.2213795Z Selecting previously unselected package libpugixml-dev:amd64. 2025-06-05T23:22:51.2214271Z Preparing to unpack .../137-libpugixml-dev_1.12.1-1_amd64.deb ... 2025-06-05T23:22:51.2214695Z Unpacking libpugixml-dev:amd64 (1.12.1-1) ... 2025-06-05T23:22:51.2215114Z Selecting previously unselected package libpython3.10-dev:amd64. 2025-06-05T23:22:51.2215647Z Preparing to unpack .../138-libpython3.10-dev_3.10.12-1~22.04.9_amd64.deb ... 2025-06-05T23:22:51.2216132Z Unpacking libpython3.10-dev:amd64 (3.10.12-1~22.04.9) ... 2025-06-05T23:22:51.2216591Z Selecting previously unselected package libpython3-dev:amd64. 2025-06-05T23:22:51.2217098Z Preparing to unpack .../139-libpython3-dev_3.10.6-1~22.04.1_amd64.deb ... 2025-06-05T23:22:51.2217556Z Unpacking libpython3-dev:amd64 (3.10.6-1~22.04.1) ... 2025-06-05T23:22:51.2218013Z Selecting previously unselected package libsereal-decoder-perl. 2025-06-05T23:22:51.2218538Z Preparing to unpack .../140-libsereal-decoder-perl_4.023+ds-1_amd64.deb ... 2025-06-05T23:22:51.2219022Z Unpacking libsereal-decoder-perl (4.023+ds-1) ... 2025-06-05T23:22:51.2219485Z Selecting previously unselected package libsereal-encoder-perl:amd64. 2025-06-05T23:22:51.2220048Z Preparing to unpack .../141-libsereal-encoder-perl_4.023+ds-1_amd64.deb ... 2025-06-05T23:22:51.2220534Z Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ... 2025-06-05T23:22:51.2221004Z Selecting previously unselected package libsort-versions-perl. 2025-06-05T23:22:51.2221521Z Preparing to unpack .../142-libsort-versions-perl_1.62-1_all.deb ... 2025-06-05T23:22:51.2221951Z Unpacking libsort-versions-perl (1.62-1) ... 2025-06-05T23:22:51.2222390Z Selecting previously unselected package libxs-parse-keyword-perl. 2025-06-05T23:22:51.2222945Z Preparing to unpack .../143-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ... 2025-06-05T23:22:51.2223456Z Unpacking libxs-parse-keyword-perl (0.21-1build1) ... 2025-06-05T23:22:51.2223928Z Selecting previously unselected package libsyntax-keyword-try-perl. 2025-06-05T23:22:51.2224503Z Preparing to unpack .../144-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ... 2025-06-05T23:22:51.2225029Z Unpacking libsyntax-keyword-try-perl (0.26-1build1) ... 2025-06-05T23:22:51.2225476Z Selecting previously unselected package libtbbmalloc2:amd64. 2025-06-05T23:22:51.2225981Z Preparing to unpack .../145-libtbbmalloc2_2021.5.0-7ubuntu2_amd64.deb ... 2025-06-05T23:22:51.2226439Z Unpacking libtbbmalloc2:amd64 (2021.5.0-7ubuntu2) ... 2025-06-05T23:22:51.2226851Z Selecting previously unselected package libtbb12:amd64. 2025-06-05T23:22:51.2227307Z Preparing to unpack .../146-libtbb12_2021.5.0-7ubuntu2_amd64.deb ... 2025-06-05T23:22:51.2227731Z Unpacking libtbb12:amd64 (2021.5.0-7ubuntu2) ... 2025-06-05T23:22:51.2228243Z Selecting previously unselected package libterm-readkey-perl. 2025-06-05T23:22:51.2229021Z Preparing to unpack .../147-libterm-readkey-perl_2.38-1build4_amd64.deb ... 2025-06-05T23:22:51.2229590Z Unpacking libterm-readkey-perl (2.38-1build4) ... 2025-06-05T23:22:51.2230120Z Selecting previously unselected package libtext-levenshteinxs-perl. 2025-06-05T23:22:51.2230714Z Preparing to unpack .../148-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ... 2025-06-05T23:22:51.2231260Z Unpacking libtext-levenshteinxs-perl (0.03-4build10) ... 2025-06-05T23:22:51.2231789Z Selecting previously unselected package libtext-markdown-discount-perl:amd64. 2025-06-05T23:22:51.2232441Z Preparing to unpack .../149-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ... 2025-06-05T23:22:51.2233029Z Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ... 2025-06-05T23:22:51.2233566Z Selecting previously unselected package libtext-xslate-perl:amd64. 2025-06-05T23:22:51.2234227Z Preparing to unpack .../150-libtext-xslate-perl_3.5.9-1build1_amd64.deb ... 2025-06-05T23:22:51.2234735Z Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ... 2025-06-05T23:22:51.2235204Z Selecting previously unselected package libtime-duration-perl. 2025-06-05T23:22:51.2235703Z Preparing to unpack .../151-libtime-duration-perl_1.21-1_all.deb ... 2025-06-05T23:22:51.2236142Z Unpacking libtime-duration-perl (1.21-1) ... 2025-06-05T23:22:51.2236545Z Selecting previously unselected package libtime-moment-perl. 2025-06-05T23:22:51.2237057Z Preparing to unpack .../152-libtime-moment-perl_0.44-1build6_amd64.deb ... 2025-06-05T23:22:51.2237508Z Unpacking libtime-moment-perl (0.44-1build6) ... 2025-06-05T23:22:51.2237936Z Selecting previously unselected package libtimedate-perl. 2025-06-05T23:22:51.2238406Z Preparing to unpack .../153-libtimedate-perl_2.3300-2_all.deb ... 2025-06-05T23:22:51.2238805Z Unpacking libtimedate-perl (2.3300-2) ... 2025-06-05T23:22:51.2239216Z Selecting previously unselected package libunicode-utf8-perl. 2025-06-05T23:22:51.2239734Z Preparing to unpack .../154-libunicode-utf8-perl_0.62-1build4_amd64.deb ... 2025-06-05T23:22:51.2240208Z Unpacking libunicode-utf8-perl (0.62-1build4) ... 2025-06-05T23:22:51.2240598Z Selecting previously unselected package liburi-perl. 2025-06-05T23:22:51.2241025Z Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ... 2025-06-05T23:22:51.2241388Z Unpacking liburi-perl (5.10-1) ... 2025-06-05T23:22:51.2241740Z Selecting previously unselected package libva2:amd64. 2025-06-05T23:22:51.2242153Z Preparing to unpack .../156-libva2_2.14.0-1_amd64.deb ... 2025-06-05T23:22:51.2242506Z Unpacking libva2:amd64 (2.14.0-1) ... 2025-06-05T23:22:51.2242872Z Selecting previously unselected package libva-drm2:amd64. 2025-06-05T23:22:51.2243307Z Preparing to unpack .../157-libva-drm2_2.14.0-1_amd64.deb ... 2025-06-05T23:22:51.2243696Z Unpacking libva-drm2:amd64 (2.14.0-1) ... 2025-06-05T23:22:51.2244074Z Selecting previously unselected package libva-x11-2:amd64. 2025-06-05T23:22:51.2244529Z Preparing to unpack .../158-libva-x11-2_2.14.0-1_amd64.deb ... 2025-06-05T23:22:51.2244922Z Unpacking libva-x11-2:amd64 (2.14.0-1) ... 2025-06-05T23:22:51.2245292Z Selecting previously unselected package libva-glx2:amd64. 2025-06-05T23:22:51.2245739Z Preparing to unpack .../159-libva-glx2_2.14.0-1_amd64.deb ... 2025-06-05T23:22:51.2246114Z Unpacking libva-glx2:amd64 (2.14.0-1) ... 2025-06-05T23:22:51.2246529Z Selecting previously unselected package libwayland-client0:amd64. 2025-06-05T23:22:51.2247062Z Preparing to unpack .../160-libwayland-client0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:51.2247578Z Unpacking libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:51.2248049Z Selecting previously unselected package libva-wayland2:amd64. 2025-06-05T23:22:51.2248515Z Preparing to unpack .../161-libva-wayland2_2.14.0-1_amd64.deb ... 2025-06-05T23:22:51.2248933Z Unpacking libva-wayland2:amd64 (2.14.0-1) ... 2025-06-05T23:22:51.2249353Z Selecting previously unselected package libwayland-server0:amd64. 2025-06-05T23:22:51.2250001Z Preparing to unpack .../162-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:51.2250507Z Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:51.2250997Z Selecting previously unselected package libwayland-cursor0:amd64. 2025-06-05T23:22:51.2251532Z Preparing to unpack .../163-libwayland-cursor0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:51.2252047Z Unpacking libwayland-cursor0:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:51.2252526Z Selecting previously unselected package libwayland-egl1:amd64. 2025-06-05T23:22:51.2253114Z Preparing to unpack .../164-libwayland-egl1_1.20.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:51.2253606Z Unpacking libwayland-egl1:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:51.2254024Z Selecting previously unselected package libwayland-bin. 2025-06-05T23:22:54.1878123Z Preparing to unpack .../165-libwayland-bin_1.20.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:54.1879095Z Unpacking libwayland-bin (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:54.1879609Z Selecting previously unselected package libffi-dev:amd64. 2025-06-05T23:22:54.1880054Z Preparing to unpack .../166-libffi-dev_3.4.2-4_amd64.deb ... 2025-06-05T23:22:54.1880503Z Unpacking libffi-dev:amd64 (3.4.2-4) ... 2025-06-05T23:22:54.1880906Z Selecting previously unselected package libwayland-dev:amd64. 2025-06-05T23:22:54.1881468Z Preparing to unpack .../167-libwayland-dev_1.20.0-1ubuntu0.1_amd64.deb ... 2025-06-05T23:22:54.1882004Z Unpacking libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:54.1882438Z Selecting previously unselected package libset-scalar-perl. 2025-06-05T23:22:54.1882979Z Preparing to unpack .../168-libset-scalar-perl_1.29-2_all.deb ... 2025-06-05T23:22:54.1883432Z Unpacking libset-scalar-perl (1.29-2) ... 2025-06-05T23:22:54.1883821Z Selecting previously unselected package libva-dev:amd64. 2025-06-05T23:22:54.1884307Z Preparing to unpack .../169-libva-dev_2.14.0-1_amd64.deb ... 2025-06-05T23:22:54.1884699Z Unpacking libva-dev:amd64 (2.14.0-1) ... 2025-06-05T23:22:54.1885209Z Selecting previously unselected package libxml-namespacesupport-perl. 2025-06-05T23:22:54.1885829Z Preparing to unpack .../170-libxml-namespacesupport-perl_1.12-1.1_all.deb ... 2025-06-05T23:22:54.1886395Z Unpacking libxml-namespacesupport-perl (1.12-1.1) ... 2025-06-05T23:22:54.1886842Z Selecting previously unselected package libxml-sax-base-perl. 2025-06-05T23:22:54.1887395Z Preparing to unpack .../171-libxml-sax-base-perl_1.09-1.1_all.deb ... 2025-06-05T23:22:54.1887857Z Unpacking libxml-sax-base-perl (1.09-1.1) ... 2025-06-05T23:22:54.1888333Z Selecting previously unselected package libxml-sax-perl. 2025-06-05T23:22:54.1888874Z Preparing to unpack .../172-libxml-sax-perl_1.02+dfsg-3_all.deb ... 2025-06-05T23:22:54.1889287Z Unpacking libxml-sax-perl (1.02+dfsg-3) ... 2025-06-05T23:22:54.1889752Z Selecting previously unselected package libxml-libxml-perl. 2025-06-05T23:22:54.1890414Z Preparing to unpack .../173-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ... 2025-06-05T23:22:54.1891062Z Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... 2025-06-05T23:22:54.1891542Z Selecting previously unselected package libyaml-libyaml-perl. 2025-06-05T23:22:54.1892133Z Preparing to unpack .../174-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ... 2025-06-05T23:22:54.1892723Z Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ... 2025-06-05T23:22:54.1893305Z Selecting previously unselected package libdevel-size-perl. 2025-06-05T23:22:54.1893821Z Preparing to unpack .../175-libdevel-size-perl_0.83-1build4_amd64.deb ... 2025-06-05T23:22:54.1894335Z Unpacking libdevel-size-perl (0.83-1build4) ... 2025-06-05T23:22:54.1894798Z Selecting previously unselected package libipc-run3-perl. 2025-06-05T23:22:54.1895265Z Preparing to unpack .../176-libipc-run3-perl_0.048-2_all.deb ... 2025-06-05T23:22:54.1895725Z Unpacking libipc-run3-perl (0.048-2) ... 2025-06-05T23:22:54.1896073Z Selecting previously unselected package lzip. 2025-06-05T23:22:54.1896499Z Preparing to unpack .../177-lzip_1.23-1_amd64.deb ... 2025-06-05T23:22:54.1897644Z Unpacking lzip (1.23-1) ... 2025-06-05T23:22:54.1897980Z Selecting previously unselected package lzop. 2025-06-05T23:22:54.1898388Z Preparing to unpack .../178-lzop_1.04-2build2_amd64.deb ... 2025-06-05T23:22:54.1898813Z Unpacking lzop (1.04-2build2) ... 2025-06-05T23:22:54.1899150Z Selecting previously unselected package patchutils. 2025-06-05T23:22:54.1899643Z Preparing to unpack .../179-patchutils_0.4.2-1build2_amd64.deb ... 2025-06-05T23:22:54.1900071Z Unpacking patchutils (0.4.2-1build2) ... 2025-06-05T23:22:54.1900470Z Selecting previously unselected package t1utils. 2025-06-05T23:22:54.1900923Z Preparing to unpack .../180-t1utils_1.41-4build2_amd64.deb ... 2025-06-05T23:22:54.1901321Z Unpacking t1utils (1.41-4build2) ... 2025-06-05T23:22:54.1901682Z Selecting previously unselected package lintian. 2025-06-05T23:22:54.1902114Z Preparing to unpack .../181-lintian_2.114.0ubuntu1.6_all.deb ... 2025-06-05T23:22:54.1902624Z Unpacking lintian (2.114.0ubuntu1.6) ... 2025-06-05T23:22:54.1902993Z Selecting previously unselected package ninja-build. 2025-06-05T23:22:54.1903468Z Preparing to unpack .../182-ninja-build_1.10.1-1_amd64.deb ... 2025-06-05T23:22:54.1903852Z Unpacking ninja-build (1.10.1-1) ... 2025-06-05T23:22:54.1904250Z Selecting previously unselected package patchelf. 2025-06-05T23:22:54.1904759Z Preparing to unpack .../183-patchelf_0.14.3-1_amd64.deb ... 2025-06-05T23:22:54.1905272Z Unpacking patchelf (0.14.3-1) ... 2025-06-05T23:22:54.1905586Z Selecting previously unselected package pkgconf. 2025-06-05T23:22:54.1905986Z Preparing to unpack .../184-pkgconf_1.8.0-1_amd64.deb ... 2025-06-05T23:22:54.1906486Z Adding 'diversion of /usr/bin/pkg-config to /usr/bin/pkg-config.real by pkgconf' 2025-06-05T23:22:54.1907146Z Adding 'diversion of /usr/share/aclocal/pkg.m4 to /usr/share/aclocal/pkg.real.m4 by pkgconf' 2025-06-05T23:22:54.1907977Z Adding 'diversion of /usr/share/man/man1/pkg-config.1.gz to /usr/share/man/man1/pkg-config.real.1.gz by pkgconf' 2025-06-05T23:22:54.1909004Z Adding 'diversion of /usr/share/pkg-config-crosswrapper to /usr/share/pkg-config-crosswrapper.real by pkgconf' 2025-06-05T23:22:54.1909652Z Unpacking pkgconf (1.8.0-1) ... 2025-06-05T23:22:54.1909981Z Selecting previously unselected package pybind11-dev. 2025-06-05T23:22:54.1910465Z Preparing to unpack .../185-pybind11-dev_2.9.1-2_all.deb ... 2025-06-05T23:22:54.1910841Z Unpacking pybind11-dev (2.9.1-2) ... 2025-06-05T23:22:54.1911212Z Selecting previously unselected package python3-lib2to3. 2025-06-05T23:22:54.1911731Z Preparing to unpack .../186-python3-lib2to3_3.10.8-1~22.04_all.deb ... 2025-06-05T23:22:54.1912153Z Unpacking python3-lib2to3 (3.10.8-1~22.04) ... 2025-06-05T23:22:54.1912568Z Selecting previously unselected package python3-distutils. 2025-06-05T23:22:54.1913087Z Preparing to unpack .../187-python3-distutils_3.10.8-1~22.04_all.deb ... 2025-06-05T23:22:54.1913539Z Unpacking python3-distutils (3.10.8-1~22.04) ... 2025-06-05T23:22:54.1913940Z Selecting previously unselected package python3-enchant. 2025-06-05T23:22:54.1914397Z Preparing to unpack .../188-python3-enchant_3.2.0-1_all.deb ... 2025-06-05T23:22:54.1914785Z Unpacking python3-enchant (3.2.0-1) ... 2025-06-05T23:22:54.1915256Z Selecting previously unselected package python3-setuptools. 2025-06-05T23:22:54.1916186Z Preparing to unpack .../189-python3-setuptools_59.6.0-1.2ubuntu0.22.04.3_all.deb ... 2025-06-05T23:22:54.1916736Z Unpacking python3-setuptools (59.6.0-1.2ubuntu0.22.04.3) ... 2025-06-05T23:22:54.1917185Z Selecting previously unselected package python3-wheel. 2025-06-05T23:22:54.1917751Z Preparing to unpack .../190-python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ... 2025-06-05T23:22:54.1918264Z Unpacking python3-wheel (0.37.1-2ubuntu0.22.04.1) ... 2025-06-05T23:22:54.1918666Z Selecting previously unselected package python3-pip. 2025-06-05T23:22:54.1919146Z Preparing to unpack .../191-python3-pip_22.0.2+dfsg-1ubuntu0.5_all.deb ... 2025-06-05T23:22:54.1919620Z Unpacking python3-pip (22.0.2+dfsg-1ubuntu0.5) ... 2025-06-05T23:22:54.1920142Z Selecting previously unselected package python3-pip-whl. 2025-06-05T23:22:54.1920655Z Preparing to unpack .../192-python3-pip-whl_22.0.2+dfsg-1ubuntu0.5_all.deb ... 2025-06-05T23:22:54.1921145Z Unpacking python3-pip-whl (22.0.2+dfsg-1ubuntu0.5) ... 2025-06-05T23:22:54.1921615Z Selecting previously unselected package python3-setuptools-whl. 2025-06-05T23:22:54.1922184Z Preparing to unpack .../193-python3-setuptools-whl_59.6.0-1.2ubuntu0.22.04.3_all.deb ... 2025-06-05T23:22:54.1922771Z Unpacking python3-setuptools-whl (59.6.0-1.2ubuntu0.22.04.3) ... 2025-06-05T23:22:54.1923245Z Selecting previously unselected package python3.10-venv. 2025-06-05T23:22:54.1923716Z Preparing to unpack .../194-python3.10-venv_3.10.12-1~22.04.9_amd64.deb ... 2025-06-05T23:22:54.1924171Z Unpacking python3.10-venv (3.10.12-1~22.04.9) ... 2025-06-05T23:22:54.1924550Z Selecting previously unselected package python3-venv. 2025-06-05T23:22:54.1925075Z Preparing to unpack .../195-python3-venv_3.10.6-1~22.04.1_amd64.deb ... 2025-06-05T23:22:54.1925493Z Unpacking python3-venv (3.10.6-1~22.04.1) ... 2025-06-05T23:22:54.1925878Z Selecting previously unselected package rapidjson-dev. 2025-06-05T23:22:54.1926337Z Preparing to unpack .../196-rapidjson-dev_1.1.0+dfsg2-7_all.deb ... 2025-06-05T23:22:54.1926743Z Unpacking rapidjson-dev (1.1.0+dfsg2-7) ... 2025-06-05T23:22:54.1927100Z Selecting previously unselected package scons. 2025-06-05T23:22:54.1927485Z Preparing to unpack .../197-scons_4.0.1+dfsg-2_all.deb ... 2025-06-05T23:22:54.1927852Z Unpacking scons (4.0.1+dfsg-2) ... 2025-06-05T23:22:54.1928211Z Selecting previously unselected package libsnappy1v5:amd64. 2025-06-05T23:22:54.1928867Z Preparing to unpack .../198-libsnappy1v5_1.1.8-1build3_amd64.deb ... 2025-06-05T23:22:54.1929296Z Unpacking libsnappy1v5:amd64 (1.1.8-1build3) ... 2025-06-05T23:22:54.1929765Z Selecting previously unselected package libsnappy-dev:amd64. 2025-06-05T23:22:54.1930266Z Preparing to unpack .../199-libsnappy-dev_1.1.8-1build3_amd64.deb ... 2025-06-05T23:22:54.1930703Z Unpacking libsnappy-dev:amd64 (1.1.8-1build3) ... 2025-06-05T23:22:54.1931116Z Selecting previously unselected package libtbb-dev:amd64. 2025-06-05T23:22:54.1931621Z Preparing to unpack .../200-libtbb-dev_2021.5.0-7ubuntu2_amd64.deb ... 2025-06-05T23:22:54.1932063Z Unpacking libtbb-dev:amd64 (2021.5.0-7ubuntu2) ... 2025-06-05T23:22:54.1932496Z Selecting previously unselected package ocl-icd-libopencl1:amd64. 2025-06-05T23:22:54.1933280Z Preparing to unpack .../201-ocl-icd-libopencl1_2.2.14-3_amd64.deb ... 2025-06-05T23:22:54.1933731Z Unpacking ocl-icd-libopencl1:amd64 (2.2.14-3) ... 2025-06-05T23:22:54.1934141Z Selecting previously unselected package opencl-c-headers. 2025-06-05T23:22:54.1934636Z Preparing to unpack .../202-opencl-c-headers_3.0~2022.01.04-1_all.deb ... 2025-06-05T23:22:54.1935081Z Unpacking opencl-c-headers (3.0~2022.01.04-1) ... 2025-06-05T23:22:54.1935517Z Selecting previously unselected package opencl-clhpp-headers. 2025-06-05T23:22:54.1936051Z Preparing to unpack .../203-opencl-clhpp-headers_3.0~2.0.15-1ubuntu1_all.deb ... 2025-06-05T23:22:54.1936570Z Unpacking opencl-clhpp-headers (3.0~2.0.15-1ubuntu1) ... 2025-06-05T23:22:54.1937005Z Selecting previously unselected package opencl-headers. 2025-06-05T23:22:54.1937462Z Preparing to unpack .../204-opencl-headers_3.0~2022.01.04-1_all.deb ... 2025-06-05T23:22:54.1937897Z Unpacking opencl-headers (3.0~2022.01.04-1) ... 2025-06-05T23:22:54.1938323Z Selecting previously unselected package ocl-icd-opencl-dev:amd64. 2025-06-05T23:22:54.1938838Z Preparing to unpack .../205-ocl-icd-opencl-dev_2.2.14-3_amd64.deb ... 2025-06-05T23:22:54.1939268Z Unpacking ocl-icd-opencl-dev:amd64 (2.2.14-3) ... 2025-06-05T23:22:54.1939657Z Selecting previously unselected package shellcheck. 2025-06-05T23:22:54.1940080Z Preparing to unpack .../206-shellcheck_0.8.0-2_amd64.deb ... 2025-06-05T23:22:54.1940449Z Unpacking shellcheck (0.8.0-2) ... 2025-06-05T23:22:54.1940772Z Setting up libapt-pkg-perl (0.1.40build2) ... 2025-06-05T23:22:54.1941245Z Setting up libpipeline1:amd64 (1.5.5-1) ... 2025-06-05T23:22:54.1941599Z Setting up libtext-iconv-perl (1.7-7build3) ... 2025-06-05T23:22:54.1941973Z Setting up libtbbmalloc2:amd64 (2021.5.0-7ubuntu2) ... 2025-06-05T23:22:54.1942398Z Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:54.1942864Z Setting up python3-setuptools-whl (59.6.0-1.2ubuntu0.22.04.3) ... 2025-06-05T23:22:54.1943404Z Setting up libunicode-utf8-perl (0.62-1build4) ... 2025-06-05T23:22:54.1944066Z Setting up libmouse-perl (2.5.10-1build4) ... 2025-06-05T23:22:54.1944663Z Setting up python3.10 (3.10.12-1~22.04.9) ... 2025-06-05T23:22:54.1945293Z Setting up bsdextrautils (2.37.2-4ubuntu3.4) ... 2025-06-05T23:22:58.5070732Z update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode 2025-06-05T23:22:58.5072332Z update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist 2025-06-05T23:22:58.5073265Z Setting up libdata-messagepack-perl (1.01-2build1) ... 2025-06-05T23:22:58.5073692Z Setting up libdynaloader-functions-perl (0.003-1.1) ... 2025-06-05T23:22:58.5074081Z Setting up libtext-glob-perl (0.11-2) ... 2025-06-05T23:22:58.5074447Z Setting up libclass-method-modifiers-perl (2.13-1) ... 2025-06-05T23:22:58.5074842Z Setting up liblist-compare-perl (0.55-1) ... 2025-06-05T23:22:58.5075204Z Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... 2025-06-05T23:22:58.5075580Z Setting up python3-pip-whl (22.0.2+dfsg-1ubuntu0.5) ... 2025-06-05T23:22:58.5075988Z Setting up libarchive13:amd64 (3.6.0-1ubuntu1.4) ... 2025-06-05T23:22:58.5076572Z Setting up libclone-perl (0.45-1build3) ... 2025-06-05T23:22:58.5076917Z Setting up libarchive-zip-perl (1.68-1) ... 2025-06-05T23:22:58.5077257Z Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... 2025-06-05T23:22:58.5077637Z Setting up libsub-identify-perl (0.14-1build5) ... 2025-06-05T23:22:58.5078008Z Setting up libaspell15:amd64 (0.60.8-4build1) ... 2025-06-05T23:22:58.5078435Z Setting up libcpanel-json-xs-perl:amd64 (4.27-1ubuntu0.1) ... 2025-06-05T23:22:58.5078859Z Setting up libdevel-size-perl (0.83-1build4) ... 2025-06-05T23:22:58.5079235Z Setting up libyaml-libyaml-perl (0.83+ds-1build1) ... 2025-06-05T23:22:58.5079628Z Setting up libio-interactive-perl (1.023-1) ... 2025-06-05T23:22:58.5079966Z Setting up libtry-tiny-perl (0.31-1) ... 2025-06-05T23:22:58.5080312Z Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... 2025-06-05T23:22:58.5080699Z Setting up libxml-namespacesupport-perl (1.12-1.1) ... 2025-06-05T23:22:58.5081082Z Setting up gettext-base (0.21-4ubuntu4) ... 2025-06-05T23:22:58.5081407Z Setting up liblzo2-2:amd64 (2.10-2build3) ... 2025-06-05T23:22:58.5081787Z Setting up libtime-moment-perl (0.44-1build6) ... 2025-06-05T23:22:58.5082146Z Setting up libtbb12:amd64 (2021.5.0-7ubuntu2) ... 2025-06-05T23:22:58.5082488Z Setting up file (1:5.41-3ubuntu0.1) ... 2025-06-05T23:22:58.5082806Z Setting up libconfig-tiny-perl (2.28-1) ... 2025-06-05T23:22:58.5083203Z Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ... 2025-06-05T23:22:58.5083572Z Setting up libffi-dev:amd64 (3.4.2-4) ... 2025-06-05T23:22:58.5083912Z Setting up liblist-utilsby-perl (0.11-1) ... 2025-06-05T23:22:58.5084234Z Setting up pybind11-dev (2.9.1-2) ... 2025-06-05T23:22:58.5084563Z Setting up libnet-netmask-perl (2.0001-1) ... 2025-06-05T23:22:58.5084915Z Setting up libpugixml1v5:amd64 (1.12.1-1) ... 2025-06-05T23:22:58.5085264Z Setting up shellcheck (0.8.0-2) ... 2025-06-05T23:22:58.5085568Z Setting up ninja-build (1.10.1-1) ... 2025-06-05T23:22:58.5086007Z Setting up libsub-install-perl (0.928-1.1) ... 2025-06-05T23:22:58.5086369Z Setting up rapidjson-dev (1.1.0+dfsg2-7) ... 2025-06-05T23:22:58.5086727Z Setting up libsnappy1v5:amd64 (1.1.8-1build3) ... 2025-06-05T23:22:58.5087091Z Setting up libnumber-compare-perl (0.03-2) ... 2025-06-05T23:22:58.5087442Z Setting up libc6-x32 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:58.5087757Z Setting up patchutils (0.4.2-1build2) ... 2025-06-05T23:22:58.5088253Z Setting up libjson-maybexs-perl (1.004003-1) ... 2025-06-05T23:22:58.5088609Z Setting up libxml-sax-base-perl (1.09-1.1) ... 2025-06-05T23:22:58.5088959Z Setting up libio-string-perl (1.08-3.1) ... 2025-06-05T23:22:58.5089320Z Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ... 2025-06-05T23:22:58.5089717Z Setting up libwayland-bin (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:58.5090101Z Setting up libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ... 2025-06-05T23:22:58.5090492Z Setting up libclass-data-inheritable-perl (0.08-3) ... 2025-06-05T23:22:58.5090918Z Setting up libxs-parse-keyword-perl (0.21-1build1) ... 2025-06-05T23:22:58.5091279Z Setting up libpkgconf3:amd64 (1.8.0-1) ... 2025-06-05T23:22:58.5091614Z Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2025-06-05T23:22:58.5091971Z Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... 2025-06-05T23:22:58.5092327Z Setting up emacsen-common (3.0.4) ... 2025-06-05T23:22:58.5092618Z Setting up libva2:amd64 (2.14.0-1) ... 2025-06-05T23:22:58.5093120Z Setting up libfile-find-rule-perl (0.34-1) ... 2025-06-05T23:22:58.5093504Z Setting up libipc-system-simple-perl (1.30-1) ... 2025-06-05T23:22:58.5093873Z Setting up libnet-domain-tld-perl (1.75-1.1) ... 2025-06-05T23:22:58.5094236Z Setting up dh-elpa-helper (2.0.9ubuntu1) ... 2025-06-05T23:22:58.5094620Z Setting up libperlio-utf8-strict-perl (0.009-1build1) ... 2025-06-05T23:22:58.5095037Z Setting up libio-prompt-tiny-perl (0.003-1) ... 2025-06-05T23:22:58.5095363Z Setting up lzip (1.23-1) ... 2025-06-05T23:22:58.5096044Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode 2025-06-05T23:22:58.5097095Z update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist 2025-06-05T23:22:58.5098209Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode 2025-06-05T23:22:58.5099438Z update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist 2025-06-05T23:22:58.5100669Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode 2025-06-05T23:22:58.5101929Z update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist 2025-06-05T23:22:58.5102884Z Setting up t1utils (1.41-4build2) ... 2025-06-05T23:22:58.5103176Z Setting up diffstat (1.64-1build2) ... 2025-06-05T23:22:58.5103532Z Setting up libvariable-magic-perl (0.62-1build5) ... 2025-06-05T23:22:58.5103933Z Setting up libb-hooks-op-check-perl (0.22-1build5) ... 2025-06-05T23:22:58.5104301Z Setting up fdupes (1:2.1.2-1build1) ... 2025-06-05T23:22:58.5104608Z Setting up libjsoncpp25:amd64 (1.9.5-3) ... 2025-06-05T23:22:58.5104988Z Setting up libpython3.10-dev:amd64 (3.10.12-1~22.04.9) ... 2025-06-05T23:22:58.5105425Z Setting up liblist-moreutils-xs-perl (0.430-2build2) ... 2025-06-05T23:22:58.5105818Z Setting up libx32gomp1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5106190Z Setting up opencl-c-headers (3.0~2022.01.04-1) ... 2025-06-05T23:22:58.5106679Z Setting up libparams-util-perl (1.102-1build3) ... 2025-06-05T23:22:58.5107058Z Setting up libtime-duration-perl (1.21-1) ... 2025-06-05T23:22:58.5107443Z Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ... 2025-06-05T23:22:58.5107901Z Setting up libsub-exporter-progressive-perl (0.001013-1) ... 2025-06-05T23:22:58.5108328Z Setting up libcapture-tiny-perl (0.48-1) ... 2025-06-05T23:22:58.5108664Z Setting up libtimedate-perl (2.3300-2) ... 2025-06-05T23:22:58.5109003Z Setting up libset-scalar-perl (1.29-2) ... 2025-06-05T23:22:58.5109341Z Setting up libsub-name-perl (0.26-1build3) ... 2025-06-05T23:22:58.5109738Z Setting up libsyntax-keyword-try-perl (0.26-1build1) ... 2025-06-05T23:22:58.5110236Z Setting up libdata-validate-domain-perl (0.10-1.1) ... 2025-06-05T23:22:58.5110682Z Setting up libproc-processtable-perl:amd64 (0.634-1build1) ... 2025-06-05T23:22:58.5111076Z Setting up libva-drm2:amd64 (2.14.0-1) ... 2025-06-05T23:22:58.5111426Z Setting up ocl-icd-libopencl1:amd64 (2.2.14-3) ... 2025-06-05T23:22:58.5111801Z Setting up librhash0:amd64 (1.4.2-1ubuntu1) ... 2025-06-05T23:22:58.5112140Z Setting up libpath-tiny-perl (0.122-1) ... 2025-06-05T23:22:58.5112491Z Setting up libuchardet0:amd64 (0.0.7-1build2) ... 2025-06-05T23:22:58.5112819Z Setting up lzop (1.04-2build2) ... 2025-06-05T23:22:58.5113135Z Setting up librole-tiny-perl (2.002004-1) ... 2025-06-05T23:22:58.5113462Z Setting up libipc-run3-perl (0.048-2) ... 2025-06-05T23:22:58.5113790Z Setting up libc6-i386 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:58.5114108Z Setting up libaliased-perl (0.34-1.1) ... 2025-06-05T23:22:58.5114463Z Setting up libx32quadmath0 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5114896Z Setting up libstrictures-perl (2.000006-1) ... 2025-06-05T23:22:58.5115242Z Setting up libsub-quote-perl (2.006006-1) ... 2025-06-05T23:22:58.5115609Z Setting up libdevel-stacktrace-perl (2.0400-1) ... 2025-06-05T23:22:58.5116155Z Setting up libclass-xsaccessor-perl (1.19-3build9) ... 2025-06-05T23:22:58.5116551Z Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2025-06-05T23:22:58.5116937Z Setting up libwayland-egl1:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:58.5117330Z Setting up libtbb-dev:amd64 (2021.5.0-7ubuntu2) ... 2025-06-05T23:22:58.5117688Z Setting up libsort-versions-perl (1.62-1) ... 2025-06-05T23:22:58.5118066Z Setting up libhunspell-1.7-0:amd64 (1.7.0-4build1) ... 2025-06-05T23:22:58.5118455Z Setting up libexporter-tiny-perl (1.002002-1) ... 2025-06-05T23:22:58.5118828Z Setting up libterm-readkey-perl (2.38-1build4) ... 2025-06-05T23:22:58.5119181Z Setting up patchelf (0.14.3-1) ... 2025-06-05T23:22:58.5119475Z Setting up libfont-ttf-perl (1.06-1.1) ... 2025-06-05T23:22:58.5119813Z Setting up libva-x11-2:amd64 (2.14.0-1) ... 2025-06-05T23:22:58.5120191Z Setting up libtext-levenshteinxs-perl (0.03-4build10) ... 2025-06-05T23:22:58.5120584Z Setting up libva-glx2:amd64 (2.14.0-1) ... 2025-06-05T23:22:58.5120919Z Setting up libperlio-gzip-perl (0.19-1build8) ... 2025-06-05T23:22:58.5121316Z Setting up libhtml-html5-entities-perl (0.004-1.1) ... 2025-06-05T23:22:58.5121705Z Setting up lib32atomic1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5122073Z Setting up libsereal-decoder-perl (4.023+ds-1) ... 2025-06-05T23:22:58.5122438Z Setting up libmarkdown2:amd64 (2.2.7-2) ... 2025-06-05T23:22:58.5122747Z Setting up liburi-perl (5.10-1) ... 2025-06-05T23:22:58.5123067Z Setting up libnet-ipv6addr-perl (1.02-1) ... 2025-06-05T23:22:58.5123439Z Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... 2025-06-05T23:22:58.5123844Z Setting up libdata-validate-ip-perl (0.30-1) ... 2025-06-05T23:22:58.5124213Z Setting up libhiredis0.14:amd64 (0.14.1-2) ... 2025-06-05T23:22:58.5124695Z Setting up libemail-address-xs-perl (1.04-1build6) ... 2025-06-05T23:22:58.5125102Z Setting up libx32atomic1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5125507Z Setting up libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:22:58.5125920Z Setting up libfile-basedir-perl (0.09-1) ... 2025-06-05T23:22:58.5126244Z Setting up gettext (0.21-4ubuntu4) ... 2025-06-05T23:22:58.5126579Z Setting up libc6-dev-i386 (2.35-0ubuntu3.10) ... 2025-06-05T23:22:58.5126928Z Setting up lib32itm1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5127307Z Setting up libpython3-dev:amd64 (3.10.6-1~22.04.1) ... 2025-06-05T23:22:58.5127686Z Setting up dictionaries-common (1.28.14) ... 2025-06-05T23:22:58.5128031Z debconf: unable to initialize frontend: Dialog 2025-06-05T23:22:58.5128994Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-06-05T23:22:58.5129741Z debconf: falling back to frontend: Readline 2025-06-05T23:22:58.5130102Z Setting up libx32gcc-s1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5130606Z Setting up liblist-moreutils-perl (0.430-2) ... 2025-06-05T23:22:58.5130949Z Setting up ccache (4.5.1-1) ... 2025-06-05T23:22:58.5131241Z Updating symlinks in /usr/lib/ccache ... 2025-06-05T23:22:58.5131579Z Setting up libsnappy-dev:amd64 (1.1.8-1build3) ... 2025-06-05T23:22:58.5131950Z Setting up libpugixml-dev:amd64 (1.12.1-1) ... 2025-06-05T23:22:58.5132375Z Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ... 2025-06-05T23:22:58.5132822Z Setting up libx32itm1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:22:58.5133229Z Setting up python3 (3.10.6-1~22.04.1) ... 2025-06-05T23:22:58.5133575Z running python rtupdate hooks for python3.10... 2025-06-05T23:22:58.5133955Z running python post-rtupdate hooks for python3.10... 2025-06-05T23:22:58.5134349Z Setting up libexception-class-perl (1.45-1) ... 2025-06-05T23:22:58.5134761Z Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ... 2025-06-05T23:23:05.8113169Z Setting up libxml-sax-perl (1.02+dfsg-3) ... 2025-06-05T23:23:05.8114297Z update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... 2025-06-05T23:23:05.8115538Z update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... 2025-06-05T23:23:05.8116434Z debconf: unable to initialize frontend: Dialog 2025-06-05T23:23:05.8117754Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-06-05T23:23:05.8119051Z debconf: falling back to frontend: Readline 2025-06-05T23:23:05.8119441Z 2025-06-05T23:23:05.8119847Z Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version 2025-06-05T23:23:05.8120626Z Setting up pkgconf (1.8.0-1) ... 2025-06-05T23:23:05.8121165Z Setting up intltool-debian (0.35.0+20060710.5) ... 2025-06-05T23:23:05.8121971Z Setting up libc6-dev-x32 (2.35-0ubuntu3.10) ... 2025-06-05T23:23:05.8122621Z Setting up libdata-validate-uri-perl (0.07-2) ... 2025-06-05T23:23:05.8123422Z Setting up lib32gomp1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8124056Z Setting up libx32asan6 (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8124631Z Setting up lib32gcc-s1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8125253Z Setting up lib32stdc++6 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8125928Z Setting up opencl-clhpp-headers (3.0~2.0.15-1ubuntu1) ... 2025-06-05T23:23:05.8126635Z Setting up libdata-optlist-perl (0.112-1) ... 2025-06-05T23:23:05.8127281Z Setting up ocl-icd-opencl-dev:amd64 (2.2.14-3) ... 2025-06-05T23:23:05.8127901Z Setting up lib32asan6 (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8128515Z Setting up libva-wayland2:amd64 (2.14.0-1) ... 2025-06-05T23:23:05.8129426Z Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... 2025-06-05T23:23:05.8130581Z update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... 2025-06-05T23:23:05.8131843Z update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... 2025-06-05T23:23:05.8133062Z update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... 2025-06-05T23:23:05.8133888Z debconf: unable to initialize frontend: Dialog 2025-06-05T23:23:05.8135116Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-06-05T23:23:05.8136347Z debconf: falling back to frontend: Readline 2025-06-05T23:23:05.8137087Z Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version 2025-06-05T23:23:05.8137839Z Setting up groff-base (1.22.4-8build1) ... 2025-06-05T23:23:05.8138458Z Setting up libwayland-cursor0:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:23:05.8139138Z Setting up lib32quadmath0 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8139736Z Setting up hunspell-en-us (1:2020.12.07-2) ... 2025-06-05T23:23:05.8140289Z Setting up cmake (3.22.1-1ubuntu1.22.04.2) ... 2025-06-05T23:23:05.8140856Z Setting up python3-lib2to3 (3.10.8-1~22.04) ... 2025-06-05T23:23:05.8141769Z Setting up libsub-exporter-perl (0.988-1) ... 2025-06-05T23:23:05.8142339Z Setting up libx32stdc++6 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8142997Z Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... 2025-06-05T23:23:05.8143758Z Setting up python3-distutils (3.10.8-1~22.04) ... 2025-06-05T23:23:05.8144392Z Setting up libiterator-perl (0.03+ds1-1.1) ... 2025-06-05T23:23:05.8145021Z Setting up python3.10-venv (3.10.12-1~22.04.9) ... 2025-06-05T23:23:05.8145724Z Setting up python3-setuptools (59.6.0-1.2ubuntu0.22.04.3) ... 2025-06-05T23:23:05.8146402Z Setting up libx32ubsan1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8147057Z Setting up libiterator-util-perl (0.02+ds1-1.1) ... 2025-06-05T23:23:05.8147689Z Setting up libenchant-2-2:amd64 (2.3.2-1ubuntu2) ... 2025-06-05T23:23:05.8148389Z Setting up libparams-classify-perl (0.015-1build5) ... 2025-06-05T23:23:05.8148946Z Setting up man-db (2.10.2-1) ... 2025-06-05T23:23:05.8149670Z debconf: unable to initialize frontend: Dialog 2025-06-05T23:23:05.8151007Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-06-05T23:23:05.8152295Z debconf: falling back to frontend: Readline 2025-06-05T23:23:05.8152864Z Building database of manual pages ... 2025-06-05T23:23:05.8153413Z Setting up lib32ubsan1 (12.3.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8154073Z Setting up libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ... 2025-06-05T23:23:05.8154732Z Setting up opencl-headers (3.0~2022.01.04-1) ... 2025-06-05T23:23:05.8155349Z Setting up python3-wheel (0.37.1-2ubuntu0.22.04.1) ... 2025-06-05T23:23:05.8155958Z Setting up libva-dev:amd64 (2.14.0-1) ... 2025-06-05T23:23:05.8156575Z Setting up libx32gcc-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8157227Z Setting up python3-venv (3.10.6-1~22.04.1) ... 2025-06-05T23:23:05.8157772Z Setting up python3-enchant (3.2.0-1) ... 2025-06-05T23:23:05.8158392Z Setting up libmodule-runtime-perl (0.016-1) ... 2025-06-05T23:23:05.8158975Z Setting up scons (4.0.1+dfsg-2) ... 2025-06-05T23:23:05.8159564Z Setting up libx32stdc++-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8160209Z Setting up python3-pip (22.0.2+dfsg-1ubuntu0.5) ... 2025-06-05T23:23:05.8160851Z Setting up libconst-fast-perl (0.014-1.1) ... 2025-06-05T23:23:05.8161458Z Setting up libdata-dpath-perl (0.58-1) ... 2025-06-05T23:23:05.8162054Z Setting up lib32gcc-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8162719Z Setting up lib32stdc++-11-dev (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8163442Z Setting up libmodule-implementation-perl (0.09-1.1) ... 2025-06-05T23:23:05.8164139Z Setting up libpackage-stash-perl (0.39-1) ... 2025-06-05T23:23:05.8164772Z Setting up libimport-into-perl (1.002005-1) ... 2025-06-05T23:23:05.8165324Z Setting up libmoo-perl (2.005004-3) ... 2025-06-05T23:23:05.8165896Z Setting up liblist-someutils-perl (0.58-1) ... 2025-06-05T23:23:05.8166514Z Setting up libmoox-aliases-perl (0.001006-1.1) ... 2025-06-05T23:23:05.8167171Z Setting up gcc-11-multilib (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8167848Z Setting up libb-hooks-endofscope-perl (0.25-1) ... 2025-06-05T23:23:05.8168466Z Setting up gcc-multilib (4:11.2.0-1ubuntu1) ... 2025-06-05T23:23:05.8169090Z Setting up g++-11-multilib (11.4.0-1ubuntu1~22.04) ... 2025-06-05T23:23:05.8169673Z Setting up g++-multilib (4:11.2.0-1ubuntu1) ... 2025-06-05T23:23:05.8170242Z Setting up libnamespace-clean-perl (0.27-1) ... 2025-06-05T23:23:05.8170801Z Setting up lintian (2.114.0ubuntu1.6) ... 2025-06-05T23:23:05.8171364Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-06-05T23:23:05.8172052Z Processing triggers for dictionaries-common (1.28.14) ... 2025-06-05T23:23:05.8172684Z debconf: unable to initialize frontend: Dialog 2025-06-05T23:23:05.8173949Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-06-05T23:23:05.8175316Z debconf: falling back to frontend: Readline 2025-06-05T23:23:05.8175677Z 2025-06-05T23:23:05.8175840Z Reading package lists... 0% 2025-06-05T23:23:05.8176120Z 2025-06-05T23:23:05.8176288Z Reading package lists... 0% 2025-06-05T23:23:05.8176556Z 2025-06-05T23:23:05.8176707Z Reading package lists... 0% 2025-06-05T23:23:05.8176979Z 2025-06-05T23:23:05.8177148Z Reading package lists... 4% 2025-06-05T23:23:05.8177398Z 2025-06-05T23:23:05.8177544Z Reading package lists... 4% 2025-06-05T23:23:05.8177817Z 2025-06-05T23:23:05.8177957Z Reading package lists... 4% 2025-06-05T23:23:05.8178201Z 2025-06-05T23:23:05.8178339Z Reading package lists... 4% 2025-06-05T23:23:05.8178605Z 2025-06-05T23:23:05.8178763Z Reading package lists... 45% 2025-06-05T23:23:05.8179033Z 2025-06-05T23:23:05.8179185Z Reading package lists... 45% 2025-06-05T23:23:05.8179450Z 2025-06-05T23:23:05.8179605Z Reading package lists... 46% 2025-06-05T23:23:05.8179916Z 2025-06-05T23:23:05.8180065Z Reading package lists... 46% 2025-06-05T23:23:05.8180458Z 2025-06-05T23:23:05.8180598Z Reading package lists... 55% 2025-06-05T23:23:05.8180884Z 2025-06-05T23:23:05.8181047Z Reading package lists... 55% 2025-06-05T23:23:05.8181312Z 2025-06-05T23:23:05.8181475Z Reading package lists... 68% 2025-06-05T23:23:05.8181736Z 2025-06-05T23:23:05.8181885Z Reading package lists... 69% 2025-06-05T23:23:05.8182153Z 2025-06-05T23:23:05.8182316Z Reading package lists... 69% 2025-06-05T23:23:05.8182580Z 2025-06-05T23:23:05.8182727Z Reading package lists... 73% 2025-06-05T23:23:05.8183002Z 2025-06-05T23:23:05.8183149Z Reading package lists... 73% 2025-06-05T23:23:05.8183410Z 2025-06-05T23:23:05.8183574Z Reading package lists... 73% 2025-06-05T23:23:05.8183854Z 2025-06-05T23:23:05.8184000Z Reading package lists... 73% 2025-06-05T23:23:05.8184258Z 2025-06-05T23:23:05.8184427Z Reading package lists... 73% 2025-06-05T23:23:05.8184708Z 2025-06-05T23:23:05.8184863Z Reading package lists... 73% 2025-06-05T23:23:05.8185138Z 2025-06-05T23:23:05.8185312Z Reading package lists... 73% 2025-06-05T23:23:05.8185603Z 2025-06-05T23:23:05.8185762Z Reading package lists... 73% 2025-06-05T23:23:05.8186055Z 2025-06-05T23:23:05.8186223Z Reading package lists... 82% 2025-06-05T23:23:05.8186500Z 2025-06-05T23:23:05.8186676Z Reading package lists... 82% 2025-06-05T23:23:05.8186968Z 2025-06-05T23:23:05.8187139Z Reading package lists... 95% 2025-06-05T23:23:05.8187426Z 2025-06-05T23:23:05.8187606Z Reading package lists... 95% 2025-06-05T23:23:05.8187892Z 2025-06-05T23:23:05.8188046Z Reading package lists... 99% 2025-06-05T23:23:05.8188348Z 2025-06-05T23:23:05.8188511Z Reading package lists... 99% 2025-06-05T23:23:05.8188793Z 2025-06-05T23:23:05.8188969Z Reading package lists... 99% 2025-06-05T23:23:05.8189238Z 2025-06-05T23:23:05.8189381Z Reading package lists... 99% 2025-06-05T23:23:05.8189650Z 2025-06-05T23:23:05.8189812Z Reading package lists... 99% 2025-06-05T23:23:05.8190073Z 2025-06-05T23:23:05.8190266Z Reading package lists... 99% 2025-06-05T23:23:05.8190563Z 2025-06-05T23:23:05.8190716Z Reading package lists... 99% 2025-06-05T23:23:05.8190985Z 2025-06-05T23:23:05.8191134Z Reading package lists... 99% 2025-06-05T23:23:05.8191417Z 2025-06-05T23:23:05.8191560Z Reading package lists... 99% 2025-06-05T23:23:05.8191826Z 2025-06-05T23:23:05.8191996Z Reading package lists... 99% 2025-06-05T23:23:05.8192257Z 2025-06-05T23:23:05.8192408Z Reading package lists... Done 2025-06-05T23:23:05.8192698Z 2025-06-05T23:23:05.8192704Z 2025-06-05T23:23:05.8192858Z Building dependency tree... 0% 2025-06-05T23:23:05.8193142Z 2025-06-05T23:23:05.8193291Z Building dependency tree... 0% 2025-06-05T23:23:05.8193579Z 2025-06-05T23:23:05.8193736Z Building dependency tree... 50% 2025-06-05T23:23:05.8194015Z 2025-06-05T23:23:05.8194183Z Building dependency tree... 50% 2025-06-05T23:23:05.8194461Z 2025-06-05T23:23:05.8194626Z Building dependency tree... Done 2025-06-05T23:23:05.8194915Z 2025-06-05T23:23:05.8194936Z 2025-06-05T23:23:05.8195094Z Reading state information... 0% 2025-06-05T23:23:05.8195547Z 2025-06-05T23:23:05.8195701Z Reading state information... 0% 2025-06-05T23:23:05.8195999Z 2025-06-05T23:23:05.8196154Z Reading state information... Done 2025-06-05T23:23:05.8196451Z 2025-06-05T23:23:05.8196865Z The following packages were automatically installed and are no longer required: 2025-06-05T23:23:05.8197616Z libssh2-1 libstd-rust-1.75 libstd-rust-dev 2025-06-05T23:23:05.8198149Z Use 'sudo apt autoremove' to remove them. 2025-06-05T23:23:05.8198720Z The following additional packages will be installed: 2025-06-05T23:23:05.8199456Z flatbuffers-compiler flatbuffers-compiler-dev libflatbuffers1 2025-06-05T23:23:05.8200102Z The following NEW packages will be installed: 2025-06-05T23:23:05.8200795Z flatbuffers-compiler flatbuffers-compiler-dev libflatbuffers-dev 2025-06-05T23:23:05.8201415Z libflatbuffers1 2025-06-05T23:23:05.8201879Z 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. 2025-06-05T23:23:05.8202504Z Need to get 1149 kB of archives. 2025-06-05T23:23:05.8203196Z After this operation, 4700 kB of additional disk space will be used. 2025-06-05T23:23:05.8203689Z 2025-06-05T23:23:05.8203822Z 0% [Working] 2025-06-05T23:23:05.8204128Z 2025-06-05T23:23:05.8205057Z Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libflatbuffers1 amd64 1.12.1~git20200711.33e2d80+dfsg1-0.6 [167 kB] 2025-06-05T23:23:05.8206013Z 2025-06-05T23:23:05.8206182Z 0% [1 libflatbuffers1 0 B/167 kB 0%] 2025-06-05T23:23:05.8206651Z 2025-06-05T23:23:05.8207103Z 17% [Working] 2025-06-05T23:23:05.8207424Z 2025-06-05T23:23:05.8208369Z Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 flatbuffers-compiler amd64 1.12.1~git20200711.33e2d80+dfsg1-0.6 [739 kB] 2025-06-05T23:23:05.8209362Z 2025-06-05T23:23:05.8209551Z 17% [2 flatbuffers-compiler 6948 B/739 kB 1%] 2025-06-05T23:23:05.8210101Z 2025-06-05T23:23:05.8210586Z 73% [Waiting for headers] 2025-06-05T23:23:05.8211016Z 2025-06-05T23:23:05.8212123Z Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 flatbuffers-compiler-dev amd64 1.12.1~git20200711.33e2d80+dfsg1-0.6 [4556 B] 2025-06-05T23:23:05.8213218Z 2025-06-05T23:23:05.8213442Z 73% [3 flatbuffers-compiler-dev 4556 B/4556 B 100%] 2025-06-05T23:23:05.8214015Z 2025-06-05T23:23:05.8214506Z 78% [Waiting for headers] 2025-06-05T23:23:05.8214909Z 2025-06-05T23:23:05.8215933Z Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libflatbuffers-dev amd64 1.12.1~git20200711.33e2d80+dfsg1-0.6 [239 kB] 2025-06-05T23:23:05.8216876Z 2025-06-05T23:23:05.8217065Z 81% [4 libflatbuffers-dev 32.9 kB/239 kB 14%] 2025-06-05T23:23:05.8217586Z 2025-06-05T23:23:05.8218012Z 100% [Working] 2025-06-05T23:23:05.8218319Z 2025-06-05T23:23:05.8218632Z Fetched 1149 kB in 0s (9205 kB/s) 2025-06-05T23:23:05.8219325Z debconf: delaying package configuration, since apt-utils is not installed 2025-06-05T23:23:05.8220176Z Selecting previously unselected package libflatbuffers1:amd64. 2025-06-05T23:23:05.8220799Z (Reading database ... 2025-06-05T23:23:05.8221164Z (Reading database ... 5% 2025-06-05T23:23:05.8221553Z (Reading database ... 10% 2025-06-05T23:23:05.8221950Z (Reading database ... 15% 2025-06-05T23:23:14.0883903Z (Reading database ... 20% 2025-06-05T23:23:14.0884420Z (Reading database ... 25% 2025-06-05T23:23:14.0884908Z (Reading database ... 30% 2025-06-05T23:23:14.0885222Z (Reading database ... 35% 2025-06-05T23:23:14.0885462Z (Reading database ... 40% 2025-06-05T23:23:14.0885712Z (Reading database ... 45% 2025-06-05T23:23:14.0885967Z (Reading database ... 50% 2025-06-05T23:23:14.0886263Z (Reading database ... 55% 2025-06-05T23:23:14.0886662Z (Reading database ... 60% 2025-06-05T23:23:14.0887049Z (Reading database ... 65% 2025-06-05T23:23:14.0887440Z (Reading database ... 70% 2025-06-05T23:23:14.0887849Z (Reading database ... 75% 2025-06-05T23:23:14.0889291Z (Reading database ... 80% 2025-06-05T23:23:14.0889734Z (Reading database ... 85% 2025-06-05T23:23:14.0890058Z (Reading database ... 90% 2025-06-05T23:23:14.0890294Z (Reading database ... 95% 2025-06-05T23:23:14.0890552Z (Reading database ... 100% 2025-06-05T23:23:14.0890930Z (Reading database ... 46816 files and directories currently installed.) 2025-06-05T23:23:14.0891540Z Preparing to unpack .../libflatbuffers1_1.12.1~git20200711.33e2d80+dfsg1-0.6_amd64.deb ... 2025-06-05T23:23:14.0892175Z Unpacking libflatbuffers1:amd64 (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0892732Z Selecting previously unselected package flatbuffers-compiler. 2025-06-05T23:23:14.0893413Z Preparing to unpack .../flatbuffers-compiler_1.12.1~git20200711.33e2d80+dfsg1-0.6_amd64.deb ... 2025-06-05T23:23:14.0894048Z Unpacking flatbuffers-compiler (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0894750Z Selecting previously unselected package flatbuffers-compiler-dev:amd64. 2025-06-05T23:23:14.0895427Z Preparing to unpack .../flatbuffers-compiler-dev_1.12.1~git20200711.33e2d80+dfsg1-0.6_amd64.deb ... 2025-06-05T23:23:14.0896120Z Unpacking flatbuffers-compiler-dev:amd64 (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0896720Z Selecting previously unselected package libflatbuffers-dev:amd64. 2025-06-05T23:23:14.0897311Z Preparing to unpack .../libflatbuffers-dev_1.12.1~git20200711.33e2d80+dfsg1-0.6_amd64.deb ... 2025-06-05T23:23:14.0897952Z Unpacking libflatbuffers-dev:amd64 (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0898518Z Setting up libflatbuffers1:amd64 (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0899075Z Setting up flatbuffers-compiler (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0899674Z Setting up flatbuffers-compiler-dev:amd64 (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0900283Z Setting up libflatbuffers-dev:amd64 (1.12.1~git20200711.33e2d80+dfsg1-0.6) ... 2025-06-05T23:23:14.0900803Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-06-05T23:23:14.0901066Z 2025-06-05T23:23:14.0901166Z Reading package lists... 0% 2025-06-05T23:23:14.0901348Z 2025-06-05T23:23:14.0901443Z Reading package lists... 0% 2025-06-05T23:23:14.0901608Z 2025-06-05T23:23:14.0901718Z Reading package lists... 0% 2025-06-05T23:23:14.0901882Z 2025-06-05T23:23:14.0901976Z Reading package lists... 4% 2025-06-05T23:23:14.0902141Z 2025-06-05T23:23:14.0902248Z Reading package lists... 4% 2025-06-05T23:23:14.0902408Z 2025-06-05T23:23:14.0902499Z Reading package lists... 4% 2025-06-05T23:23:14.0902672Z 2025-06-05T23:23:14.0902765Z Reading package lists... 4% 2025-06-05T23:23:14.0902928Z 2025-06-05T23:23:14.0903024Z Reading package lists... 45% 2025-06-05T23:23:14.0903205Z 2025-06-05T23:23:14.0903303Z Reading package lists... 45% 2025-06-05T23:23:14.0903469Z 2025-06-05T23:23:14.0903578Z Reading package lists... 46% 2025-06-05T23:23:14.0903743Z 2025-06-05T23:23:14.0903841Z Reading package lists... 46% 2025-06-05T23:23:14.0904030Z 2025-06-05T23:23:14.0904125Z Reading package lists... 55% 2025-06-05T23:23:14.0904292Z 2025-06-05T23:23:14.0904388Z Reading package lists... 55% 2025-06-05T23:23:14.0904565Z 2025-06-05T23:23:14.0904659Z Reading package lists... 68% 2025-06-05T23:23:14.0904824Z 2025-06-05T23:23:14.0904933Z Reading package lists... 69% 2025-06-05T23:23:14.0905100Z 2025-06-05T23:23:14.0905195Z Reading package lists... 69% 2025-06-05T23:23:14.0905361Z 2025-06-05T23:23:14.0905469Z Reading package lists... 73% 2025-06-05T23:23:14.0905633Z 2025-06-05T23:23:14.0905727Z Reading package lists... 73% 2025-06-05T23:23:14.0905905Z 2025-06-05T23:23:14.0905998Z Reading package lists... 73% 2025-06-05T23:23:14.0906164Z 2025-06-05T23:23:14.0906259Z Reading package lists... 73% 2025-06-05T23:23:14.0906437Z 2025-06-05T23:23:14.0906531Z Reading package lists... 73% 2025-06-05T23:23:14.0906695Z 2025-06-05T23:23:14.0906803Z Reading package lists... 73% 2025-06-05T23:23:14.0906968Z 2025-06-05T23:23:14.0907142Z Reading package lists... 73% 2025-06-05T23:23:14.0907320Z 2025-06-05T23:23:14.0907414Z Reading package lists... 73% 2025-06-05T23:23:14.0907580Z 2025-06-05T23:23:14.0907675Z Reading package lists... 82% 2025-06-05T23:23:14.0907860Z 2025-06-05T23:23:14.0907956Z Reading package lists... 82% 2025-06-05T23:23:14.0908122Z 2025-06-05T23:23:14.0908232Z Reading package lists... 95% 2025-06-05T23:23:14.0908397Z 2025-06-05T23:23:14.0908492Z Reading package lists... 95% 2025-06-05T23:23:14.0908655Z 2025-06-05T23:23:14.0908761Z Reading package lists... 99% 2025-06-05T23:23:14.0908926Z 2025-06-05T23:23:14.0909018Z Reading package lists... 99% 2025-06-05T23:23:14.0909195Z 2025-06-05T23:23:14.0909287Z Reading package lists... 99% 2025-06-05T23:23:14.0909452Z 2025-06-05T23:23:14.0909559Z Reading package lists... 99% 2025-06-05T23:23:14.0909723Z 2025-06-05T23:23:14.0909816Z Reading package lists... 99% 2025-06-05T23:23:14.0909984Z 2025-06-05T23:23:14.0910089Z Reading package lists... 99% 2025-06-05T23:23:14.0910321Z 2025-06-05T23:23:14.0910417Z Reading package lists... 99% 2025-06-05T23:23:14.0910598Z 2025-06-05T23:23:14.0910692Z Reading package lists... 99% 2025-06-05T23:23:14.0910858Z 2025-06-05T23:23:14.0910950Z Reading package lists... 99% 2025-06-05T23:23:14.0911127Z 2025-06-05T23:23:14.0911221Z Reading package lists... 99% 2025-06-05T23:23:14.0911385Z 2025-06-05T23:23:14.0911496Z Reading package lists... Done 2025-06-05T23:23:14.0911669Z 2025-06-05T23:23:14.0911673Z 2025-06-05T23:23:14.0911774Z Building dependency tree... 0% 2025-06-05T23:23:14.0911963Z 2025-06-05T23:23:14.0912064Z Building dependency tree... 0% 2025-06-05T23:23:14.0912237Z 2025-06-05T23:23:14.0912339Z Building dependency tree... 50% 2025-06-05T23:23:14.0912525Z 2025-06-05T23:23:14.0912623Z Building dependency tree... 50% 2025-06-05T23:23:14.0912799Z 2025-06-05T23:23:14.0912912Z Building dependency tree... Done 2025-06-05T23:23:14.0913094Z 2025-06-05T23:23:14.0913098Z 2025-06-05T23:23:14.0913203Z Reading state information... 0% 2025-06-05T23:23:14.0913399Z 2025-06-05T23:23:14.0913498Z Reading state information... 0% 2025-06-05T23:23:14.0913674Z 2025-06-05T23:23:14.0913777Z Reading state information... Done 2025-06-05T23:23:14.0913993Z 2025-06-05T23:23:14.0914245Z The following packages were automatically installed and are no longer required: 2025-06-05T23:23:14.0914738Z libssh2-1 libstd-rust-1.75 libstd-rust-dev 2025-06-05T23:23:14.0915068Z Use 'sudo apt autoremove' to remove them. 2025-06-05T23:23:14.0915416Z The following NEW packages will be installed: 2025-06-05T23:23:14.0915733Z git-lfs 2025-06-05T23:23:14.0916012Z 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 2025-06-05T23:23:14.0916399Z Need to get 3544 kB of archives. 2025-06-05T23:23:14.0916767Z After this operation, 10.5 MB of additional disk space will be used. 2025-06-05T23:23:14.0917090Z 2025-06-05T23:23:14.0917172Z 0% [Working] 2025-06-05T23:23:14.0917365Z 2025-06-05T23:23:14.0917878Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 git-lfs amd64 3.0.2-1ubuntu0.3 [3544 kB] 2025-06-05T23:23:14.0918360Z 2025-06-05T23:23:14.0918468Z 0% [1 git-lfs 4096 B/3544 kB 0%] 2025-06-05T23:23:14.0918724Z 2025-06-05T23:23:14.0918983Z 100% [Working] 2025-06-05T23:23:14.0919173Z 2025-06-05T23:23:14.0919401Z Fetched 3544 kB in 0s (27.1 MB/s) 2025-06-05T23:23:14.0919798Z debconf: delaying package configuration, since apt-utils is not installed 2025-06-05T23:23:14.0920286Z Selecting previously unselected package git-lfs. 2025-06-05T23:23:14.0920618Z (Reading database ... 2025-06-05T23:23:14.0920867Z (Reading database ... 5% 2025-06-05T23:23:14.0921107Z (Reading database ... 10% 2025-06-05T23:23:14.0921362Z (Reading database ... 15% 2025-06-05T23:23:14.0921664Z (Reading database ... 20% 2025-06-05T23:23:14.0921917Z (Reading database ... 25% 2025-06-05T23:23:14.0922158Z (Reading database ... 30% 2025-06-05T23:23:14.0922411Z (Reading database ... 35% 2025-06-05T23:23:14.0922653Z (Reading database ... 40% 2025-06-05T23:23:14.0922990Z (Reading database ... 45% 2025-06-05T23:23:14.0923228Z (Reading database ... 50% 2025-06-05T23:23:14.0923481Z (Reading database ... 55% 2025-06-05T23:23:14.0923716Z (Reading database ... 60% 2025-06-05T23:23:14.0923966Z (Reading database ... 65% 2025-06-05T23:23:14.0924202Z (Reading database ... 70% 2025-06-05T23:23:14.0924454Z (Reading database ... 75% 2025-06-05T23:23:14.0924706Z (Reading database ... 80% 2025-06-05T23:23:14.0924947Z (Reading database ... 85% 2025-06-05T23:23:14.0925200Z (Reading database ... 90% 2025-06-05T23:23:14.0925436Z (Reading database ... 95% 2025-06-05T23:23:14.0925689Z (Reading database ... 100% 2025-06-05T23:23:14.0926051Z (Reading database ... 46862 files and directories currently installed.) 2025-06-05T23:23:14.0926547Z Preparing to unpack .../git-lfs_3.0.2-1ubuntu0.3_amd64.deb ... 2025-06-05T23:23:14.0926933Z Unpacking git-lfs (3.0.2-1ubuntu0.3) ... 2025-06-05T23:23:14.0927254Z Setting up git-lfs (3.0.2-1ubuntu0.3) ... 2025-06-05T23:23:14.0927680Z Processing triggers for man-db (2.10.2-1) ... 2025-06-05T23:23:14.0927910Z 2025-06-05T23:23:14.0928008Z Reading package lists... 0% 2025-06-05T23:23:14.0928178Z 2025-06-05T23:23:14.0928287Z Reading package lists... 0% 2025-06-05T23:23:14.0928450Z 2025-06-05T23:23:14.0928545Z Reading package lists... 0% 2025-06-05T23:23:14.0928996Z 2025-06-05T23:23:14.0929125Z Reading package lists... 4% 2025-06-05T23:23:14.0929292Z 2025-06-05T23:23:14.0929388Z Reading package lists... 4% 2025-06-05T23:23:14.0929566Z 2025-06-05T23:23:14.0929661Z Reading package lists... 4% 2025-06-05T23:23:14.0929822Z 2025-06-05T23:23:14.0929934Z Reading package lists... 4% 2025-06-05T23:23:14.0930098Z 2025-06-05T23:23:14.0930197Z Reading package lists... 45% 2025-06-05T23:23:14.0930381Z 2025-06-05T23:23:14.0930479Z Reading package lists... 45% 2025-06-05T23:23:14.0930647Z 2025-06-05T23:23:14.0930741Z Reading package lists... 46% 2025-06-05T23:23:14.0930922Z 2025-06-05T23:23:14.0931023Z Reading package lists... 46% 2025-06-05T23:23:14.0931191Z 2025-06-05T23:23:14.0931298Z Reading package lists... 55% 2025-06-05T23:23:14.0931462Z 2025-06-05T23:23:14.0931554Z Reading package lists... 55% 2025-06-05T23:23:14.0931719Z 2025-06-05T23:23:14.0931827Z Reading package lists... 68% 2025-06-05T23:23:14.0931994Z 2025-06-05T23:23:14.0932087Z Reading package lists... 69% 2025-06-05T23:23:14.0932265Z 2025-06-05T23:23:14.0932358Z Reading package lists... 69% 2025-06-05T23:23:14.0932524Z 2025-06-05T23:23:14.0932618Z Reading package lists... 73% 2025-06-05T23:23:14.0932794Z 2025-06-05T23:23:14.0932889Z Reading package lists... 73% 2025-06-05T23:23:14.0933130Z 2025-06-05T23:23:14.0933243Z Reading package lists... 73% 2025-06-05T23:23:14.0933410Z 2025-06-05T23:23:14.0933506Z Reading package lists... 73% 2025-06-05T23:23:14.0933688Z 2025-06-05T23:23:14.0933782Z Reading package lists... 73% 2025-06-05T23:23:14.0933949Z 2025-06-05T23:23:14.0934043Z Reading package lists... 73% 2025-06-05T23:23:14.0934225Z 2025-06-05T23:23:14.0934326Z Reading package lists... 73% 2025-06-05T23:23:14.0934493Z 2025-06-05T23:23:14.0934605Z Reading package lists... 73% 2025-06-05T23:23:14.0934771Z 2025-06-05T23:23:14.0934866Z Reading package lists... 82% 2025-06-05T23:23:14.0935032Z 2025-06-05T23:23:14.0935144Z Reading package lists... 82% 2025-06-05T23:23:14.0935308Z 2025-06-05T23:23:14.0935401Z Reading package lists... 95% 2025-06-05T23:23:14.0935579Z 2025-06-05T23:23:14.0935674Z Reading package lists... 95% 2025-06-05T23:23:14.0935839Z 2025-06-05T23:23:14.0935933Z Reading package lists... 99% 2025-06-05T23:23:14.0936112Z 2025-06-05T23:23:14.0936206Z Reading package lists... 99% 2025-06-05T23:23:14.0936374Z 2025-06-05T23:23:14.0936478Z Reading package lists... 99% 2025-06-05T23:23:14.0936643Z 2025-06-05T23:23:14.0936735Z Reading package lists... 99% 2025-06-05T23:23:14.0936913Z 2025-06-05T23:23:14.0937009Z Reading package lists... 99% 2025-06-05T23:23:14.0937173Z 2025-06-05T23:23:14.0937265Z Reading package lists... 99% 2025-06-05T23:23:14.0937618Z 2025-06-05T23:23:14.0937711Z Reading package lists... 99% 2025-06-05T23:23:14.0937877Z 2025-06-05T23:23:14.0937985Z Reading package lists... 99% 2025-06-05T23:23:14.0938151Z 2025-06-05T23:23:14.0938244Z Reading package lists... 99% 2025-06-05T23:23:14.0938410Z 2025-06-05T23:23:14.0938520Z Reading package lists... 99% 2025-06-05T23:23:14.0938684Z 2025-06-05T23:23:14.0938782Z Reading package lists... Done 2025-06-05T23:23:14.0938967Z 2025-06-05T23:23:14.0938971Z 2025-06-05T23:23:14.0939071Z Building dependency tree... 0% 2025-06-05T23:23:14.0939251Z 2025-06-05T23:23:14.0939364Z Building dependency tree... 0% 2025-06-05T23:23:14.0939539Z 2025-06-05T23:23:14.0939638Z Building dependency tree... 50% 2025-06-05T23:23:14.0939816Z 2025-06-05T23:23:14.0939930Z Building dependency tree... 50% 2025-06-05T23:23:14.0940104Z 2025-06-05T23:23:14.0940208Z Building dependency tree... Done 2025-06-05T23:23:14.0940406Z 2025-06-05T23:23:14.0940410Z 2025-06-05T23:23:14.0940606Z Reading state information... 0% 2025-06-05T23:23:14.0940793Z 2025-06-05T23:23:14.0940906Z Reading state information... 0% 2025-06-05T23:23:14.0941080Z 2025-06-05T23:23:14.0941184Z Reading state information... Done 2025-06-05T23:23:14.0941372Z 2025-06-05T23:23:14.0941632Z The following packages were automatically installed and are no longer required: 2025-06-05T23:23:14.0942110Z libssh2-1 libstd-rust-1.75 libstd-rust-dev 2025-06-05T23:23:14.0949552Z Use 'sudo apt autoremove' to remove them. 2025-06-05T23:23:14.0949969Z The following NEW packages will be installed: 2025-06-05T23:23:14.0950305Z nlohmann-json3-dev 2025-06-05T23:23:14.0950626Z 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 2025-06-05T23:23:14.0951019Z Need to get 167 kB of archives. 2025-06-05T23:23:14.0951389Z After this operation, 1247 kB of additional disk space will be used. 2025-06-05T23:23:14.0951714Z 2025-06-05T23:23:14.0951794Z 0% [Working] 2025-06-05T23:23:14.0951999Z 2025-06-05T23:23:14.0952465Z Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 nlohmann-json3-dev all 3.10.5-2 [167 kB] 2025-06-05T23:23:14.0952919Z 2025-06-05T23:23:14.0953046Z 5% [1 nlohmann-json3-dev 9853 B/167 kB 6%] 2025-06-05T23:23:14.0953340Z 2025-06-05T23:23:14.0953618Z 100% [Working] 2025-06-05T23:23:14.0953810Z 2025-06-05T23:23:14.0954029Z Fetched 167 kB in 0s (383 kB/s) 2025-06-05T23:23:14.0954424Z debconf: delaying package configuration, since apt-utils is not installed 2025-06-05T23:23:14.0954961Z Selecting previously unselected package nlohmann-json3-dev. 2025-06-05T23:23:14.0955351Z (Reading database ... 2025-06-05T23:23:14.0955587Z (Reading database ... 5% 2025-06-05T23:23:14.0955843Z (Reading database ... 10% 2025-06-05T23:23:14.0956088Z (Reading database ... 15% 2025-06-05T23:23:14.0956347Z (Reading database ... 20% 2025-06-05T23:23:14.0956585Z (Reading database ... 25% 2025-06-05T23:23:14.0956839Z (Reading database ... 30% 2025-06-05T23:23:14.0957080Z (Reading database ... 35% 2025-06-05T23:23:14.0957339Z (Reading database ... 40% 2025-06-05T23:23:14.0957576Z (Reading database ... 45% 2025-06-05T23:23:14.0957824Z (Reading database ... 50% 2025-06-05T23:23:14.0958073Z (Reading database ... 55% 2025-06-05T23:23:14.0958311Z (Reading database ... 60% 2025-06-05T23:23:14.0958560Z (Reading database ... 65% 2025-06-05T23:23:14.0958794Z (Reading database ... 70% 2025-06-05T23:23:14.0959044Z (Reading database ... 75% 2025-06-05T23:23:14.0959281Z (Reading database ... 80% 2025-06-05T23:23:14.0959528Z (Reading database ... 85% 2025-06-05T23:23:14.0959765Z (Reading database ... 90% 2025-06-05T23:23:14.0960017Z (Reading database ... 95% 2025-06-05T23:23:14.0960258Z (Reading database ... 100% 2025-06-05T23:23:14.0960636Z (Reading database ... 46910 files and directories currently installed.) 2025-06-05T23:23:14.0961144Z Preparing to unpack .../nlohmann-json3-dev_3.10.5-2_all.deb ... 2025-06-05T23:23:14.0961589Z Unpacking nlohmann-json3-dev (3.10.5-2) ... 2025-06-05T23:23:14.0962053Z Setting up nlohmann-json3-dev (3.10.5-2) ... 2025-06-05T23:23:14.0962436Z 2025-06-05T23:23:14.0962580Z Reading package lists... 0% 2025-06-05T23:23:14.0962814Z 2025-06-05T23:23:14.0962921Z Reading package lists... 0% 2025-06-05T23:23:14.0963082Z 2025-06-05T23:23:14.0963177Z Reading package lists... 0% 2025-06-05T23:23:14.0963354Z 2025-06-05T23:23:14.0963448Z Reading package lists... 4% 2025-06-05T23:23:14.0963657Z 2025-06-05T23:23:14.0963789Z Reading package lists... 4% 2025-06-05T23:23:14.0964003Z 2025-06-05T23:23:14.0964131Z Reading package lists... 4% 2025-06-05T23:23:14.0964355Z 2025-06-05T23:23:14.0964464Z Reading package lists... 4% 2025-06-05T23:23:14.0964622Z 2025-06-05T23:23:14.0964719Z Reading package lists... 45% 2025-06-05T23:23:14.0964901Z 2025-06-05T23:23:14.0964996Z Reading package lists... 45% 2025-06-05T23:23:14.0965163Z 2025-06-05T23:23:14.0965257Z Reading package lists... 46% 2025-06-05T23:23:14.0965437Z 2025-06-05T23:23:14.0965533Z Reading package lists... 46% 2025-06-05T23:23:14.0965697Z 2025-06-05T23:23:14.0965890Z Reading package lists... 55% 2025-06-05T23:23:14.0966059Z 2025-06-05T23:23:14.0966159Z Reading package lists... 55% 2025-06-05T23:23:14.0966340Z 2025-06-05T23:23:19.2564372Z Reading package lists... 69% 2025-06-05T23:23:19.2564741Z 2025-06-05T23:23:19.2564942Z Reading package lists... 69% 2025-06-05T23:23:19.2565286Z 2025-06-05T23:23:19.2565464Z Reading package lists... 69% 2025-06-05T23:23:19.2565668Z 2025-06-05T23:23:19.2565766Z Reading package lists... 73% 2025-06-05T23:23:19.2565934Z 2025-06-05T23:23:19.2566032Z Reading package lists... 73% 2025-06-05T23:23:19.2566214Z 2025-06-05T23:23:19.2566310Z Reading package lists... 73% 2025-06-05T23:23:19.2566478Z 2025-06-05T23:23:19.2566589Z Reading package lists... 73% 2025-06-05T23:23:19.2566756Z 2025-06-05T23:23:19.2566851Z Reading package lists... 73% 2025-06-05T23:23:19.2567030Z 2025-06-05T23:23:19.2567169Z Reading package lists... 73% 2025-06-05T23:23:19.2567350Z 2025-06-05T23:23:19.2567445Z Reading package lists... 73% 2025-06-05T23:23:19.2567652Z 2025-06-05T23:23:19.2567764Z Reading package lists... 73% 2025-06-05T23:23:19.2567932Z 2025-06-05T23:23:19.2568028Z Reading package lists... 82% 2025-06-05T23:23:19.2568289Z 2025-06-05T23:23:19.2568453Z Reading package lists... 82% 2025-06-05T23:23:19.2568676Z 2025-06-05T23:23:19.2568772Z Reading package lists... 95% 2025-06-05T23:23:19.2568979Z 2025-06-05T23:23:19.2569133Z Reading package lists... 95% 2025-06-05T23:23:19.2569403Z 2025-06-05T23:23:19.2569500Z Reading package lists... 99% 2025-06-05T23:23:19.2569727Z 2025-06-05T23:23:19.2569824Z Reading package lists... 99% 2025-06-05T23:23:19.2569990Z 2025-06-05T23:23:19.2570099Z Reading package lists... 99% 2025-06-05T23:23:19.2570265Z 2025-06-05T23:23:19.2570358Z Reading package lists... 99% 2025-06-05T23:23:19.2570539Z 2025-06-05T23:23:19.2570636Z Reading package lists... 99% 2025-06-05T23:23:19.2570801Z 2025-06-05T23:23:19.2570896Z Reading package lists... 99% 2025-06-05T23:23:19.2571077Z 2025-06-05T23:23:19.2571179Z Reading package lists... 99% 2025-06-05T23:23:19.2571399Z 2025-06-05T23:23:19.2571507Z Reading package lists... 99% 2025-06-05T23:23:19.2571672Z 2025-06-05T23:23:19.2571764Z Reading package lists... 99% 2025-06-05T23:23:19.2571930Z 2025-06-05T23:23:19.2572037Z Reading package lists... 99% 2025-06-05T23:23:19.2572202Z 2025-06-05T23:23:19.2572301Z Reading package lists... Done 2025-06-05T23:23:19.2572489Z 2025-06-05T23:23:19.2572493Z 2025-06-05T23:23:19.2572593Z Building dependency tree... 0% 2025-06-05T23:23:19.2572771Z 2025-06-05T23:23:19.2572884Z Building dependency tree... 0% 2025-06-05T23:23:19.2573133Z 2025-06-05T23:23:19.2573236Z Building dependency tree... 50% 2025-06-05T23:23:19.2573413Z 2025-06-05T23:23:19.2573525Z Building dependency tree... 50% 2025-06-05T23:23:19.2573700Z 2025-06-05T23:23:19.2573802Z Building dependency tree... Done 2025-06-05T23:23:19.2573998Z 2025-06-05T23:23:19.2574002Z 2025-06-05T23:23:19.2574105Z Reading state information... 0% 2025-06-05T23:23:19.2574287Z 2025-06-05T23:23:19.2574664Z Reading state information... 0% 2025-06-05T23:23:19.2574854Z 2025-06-05T23:23:19.2574959Z Reading state information... Done 2025-06-05T23:23:19.2575148Z 2025-06-05T23:23:19.2575314Z wget is already the newest version (1.21.2-2ubuntu1.1). 2025-06-05T23:23:19.2575820Z The following packages were automatically installed and are no longer required: 2025-06-05T23:23:19.2576320Z libssh2-1 libstd-rust-1.75 libstd-rust-dev 2025-06-05T23:23:19.2576652Z Use 'sudo apt autoremove' to remove them. 2025-06-05T23:23:19.2577052Z 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2025-06-05T23:23:19.2577727Z --2025-06-05 23:23:14-- https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-linux-x86_64.sh 2025-06-05T23:23:19.2578327Z Resolving github.com (github.com)... 140.82.112.3 2025-06-05T23:23:19.2578766Z Connecting to github.com (github.com)|140.82.112.3|:443... connected. 2025-06-05T23:23:19.2579199Z HTTP request sent, awaiting response... 302 Found 2025-06-05T23:23:19.2581915Z Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/537699/7a051bd2-fd3f-41f7-aa29-99966d609099?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250605T232314Z&X-Amz-Expires=300&X-Amz-Signature=c299c92820f8d5cdf606fe9f1fd4dd85167a9fa741bb41a3e44aa775e290779e&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcmake-3.26.0-linux-x86_64.sh&response-content-type=application%2Foctet-stream [following] 2025-06-05T23:23:19.2586658Z --2025-06-05 23:23:14-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/537699/7a051bd2-fd3f-41f7-aa29-99966d609099?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250605T232314Z&X-Amz-Expires=300&X-Amz-Signature=c299c92820f8d5cdf606fe9f1fd4dd85167a9fa741bb41a3e44aa775e290779e&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcmake-3.26.0-linux-x86_64.sh&response-content-type=application%2Foctet-stream 2025-06-05T23:23:19.2589486Z Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2025-06-05T23:23:19.2590445Z Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. 2025-06-05T23:23:19.2591073Z HTTP request sent, awaiting response... 200 OK 2025-06-05T23:23:19.2591443Z Length: 48328354 (46M) [application/octet-stream] 2025-06-05T23:23:19.2591783Z Saving to: 'cmake-3.26.0-linux-x86_64.sh' 2025-06-05T23:23:19.2592006Z 2025-06-05T23:23:19.2592010Z 2025-06-05T23:23:19.2592158Z cmake-3.2 0%[ ] 0 --.-KB/s 2025-06-05T23:23:19.2592593Z cmake-3.26.0-linux- 100%[===================>] 46.09M --.-KB/s in 0.1s 2025-06-05T23:23:19.2592901Z 2025-06-05T23:23:19.2593121Z 2025-06-05 23:23:14 (448 MB/s) - 'cmake-3.26.0-linux-x86_64.sh' saved [48328354/48328354] 2025-06-05T23:23:19.2593451Z 2025-06-05T23:23:19.2593618Z CMake Installer Version: 3.26.0, Copyright (c) Kitware 2025-06-05T23:23:19.2593977Z This is a self-extracting archive. 2025-06-05T23:23:19.2594303Z The archive will be extracted to: /usr/local 2025-06-05T23:23:19.2594522Z 2025-06-05T23:23:19.2594627Z Using target directory: /usr/local 2025-06-05T23:23:19.2594922Z Extracting, please wait... 2025-06-05T23:23:19.2595090Z 2025-06-05T23:23:19.2595206Z Unpacking finished successfully 2025-06-05T23:23:19.2595497Z + mkdir build 2025-06-05T23:23:19.2595707Z + cd build 2025-06-05T23:23:19.2595966Z + cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=ON 2025-06-05T23:23:19.2596357Z -- The C compiler identification is GNU 9.5.0 2025-06-05T23:23:19.2596703Z -- The CXX compiler identification is GNU 9.5.0 2025-06-05T23:23:19.2597046Z -- Detecting C compiler ABI info 2025-06-05T23:23:19.2597340Z -- Detecting C compiler ABI info - done 2025-06-05T23:23:19.2597724Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:23:19.2598164Z -- Detecting C compile features 2025-06-05T23:23:19.2598460Z -- Detecting C compile features - done 2025-06-05T23:23:19.2598775Z -- Detecting CXX compiler ABI info 2025-06-05T23:23:19.2599069Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:23:19.2599459Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:23:19.2599834Z -- Detecting CXX compile features 2025-06-05T23:23:19.2600139Z -- Detecting CXX compile features - done 2025-06-05T23:23:19.2600451Z -- Performing Test OPENVINO_STDLIB_GNU 2025-06-05T23:23:19.2600789Z -- Performing Test OPENVINO_STDLIB_GNU - Success 2025-06-05T23:23:19.2601124Z -- Performing Test OPENVINO_GLIBC_MUSL 2025-06-05T23:23:19.2601458Z -- Performing Test OPENVINO_GLIBC_MUSL - Failed 2025-06-05T23:23:19.2601810Z -- OpenVINO version is 2025.1.0 (Build 18520) 2025-06-05T23:23:19.2602136Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:23:19.2602554Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:23:19.2602895Z -- Found Threads: TRUE 2025-06-05T23:23:19.2603182Z -- Performing Test SUGGEST_OVERRIDE_SUPPORTED 2025-06-05T23:23:19.2603555Z -- Performing Test SUGGEST_OVERRIDE_SUPPORTED - Success 2025-06-05T23:23:19.2603964Z -- Performing Test UNUSED_BUT_SET_VARIABLE_SUPPORTED 2025-06-05T23:23:19.2604386Z -- Performing Test UNUSED_BUT_SET_VARIABLE_SUPPORTED - Success 2025-06-05T23:23:19.2605235Z CMake Warning at cmake/developer_package/clang_format/clang_format.cmake:22 (message): 2025-06-05T23:23:19.2605770Z Supported clang-format-15 is not found! 2025-06-05T23:23:19.2606084Z Call Stack (most recent call first): 2025-06-05T23:23:19.2606551Z cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:310 (include) 2025-06-05T23:23:19.2607033Z CMakeLists.txt:58 (find_package) 2025-06-05T23:23:19.2607239Z 2025-06-05T23:23:19.2607339Z  2025-06-05T23:23:19.2607792Z CMake Warning at cmake/developer_package/clang_tidy/clang_tidy.cmake:22 (message): 2025-06-05T23:23:19.2608300Z Supported clang-tidy-18 is not found! 2025-06-05T23:23:19.2608614Z Call Stack (most recent call first): 2025-06-05T23:23:19.2609060Z cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:311 (include) 2025-06-05T23:23:19.2609542Z CMakeLists.txt:58 (find_package) 2025-06-05T23:23:19.2609732Z 2025-06-05T23:23:19.2609829Z  2025-06-05T23:23:19.2610094Z -- Found libclang: /usr/lib/llvm-14/lib/libclang-14.so.1 2025-06-05T23:23:19.2610697Z CMake Warning at cmake/developer_package/python_requirements.cmake:118 (message): 2025-06-05T23:23:19.2611190Z Python requirement file 2025-06-05T23:23:19.2611698Z /pytorch/executorch/openvino/cmake/developer_package/ncc_naming_style/requirements_dev.txt 2025-06-05T23:23:19.2612280Z is not installed, NCC style check will be unavailable 2025-06-05T23:23:19.2612636Z Call Stack (most recent call first): 2025-06-05T23:23:19.2613225Z cmake/developer_package/ncc_naming_style/ncc_naming_style.cmake:109 (ov_check_pip_packages) 2025-06-05T23:23:19.2613906Z cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:312 (include) 2025-06-05T23:23:19.2614387Z CMakeLists.txt:58 (find_package) 2025-06-05T23:23:19.2614577Z 2025-06-05T23:23:19.2614676Z  2025-06-05T23:23:19.2614898Z -- OpenVINO Runtime enabled features: 2025-06-05T23:23:19.2615172Z -- 2025-06-05T23:23:19.2615446Z -- CI_BUILD_NUMBER: 2025.1.0-18520-e64f063ae32-releases/2025/1 2025-06-05T23:23:19.2615802Z -- ENABLE_LTO = OFF 2025-06-05T23:23:19.2616043Z -- OS_FOLDER = OFF 2025-06-05T23:23:19.2616296Z -- USE_BUILD_TYPE_SUBFOLDER = ON 2025-06-05T23:23:19.2616594Z -- CMAKE_COMPILE_WARNING_AS_ERROR = OFF 2025-06-05T23:23:19.2616912Z -- ENABLE_QSPECTRE = OFF 2025-06-05T23:23:19.2617176Z -- ENABLE_INTEGRITYCHECK = OFF 2025-06-05T23:23:19.2617469Z -- ENABLE_SANITIZER = OFF 2025-06-05T23:23:19.2617733Z -- ENABLE_UB_SANITIZER = OFF 2025-06-05T23:23:19.2618016Z -- ENABLE_THREAD_SANITIZER = OFF 2025-06-05T23:23:19.2618296Z -- ENABLE_COVERAGE = OFF 2025-06-05T23:23:19.2618650Z -- ENABLE_API_VALIDATOR = OFF 2025-06-05T23:23:19.2618924Z -- ENABLE_PDB_IN_RELEASE = OFF 2025-06-05T23:23:19.2619202Z -- ENABLE_SSE42 = ON 2025-06-05T23:23:19.2619446Z -- ENABLE_AVX2 = ON 2025-06-05T23:23:19.2619672Z -- ENABLE_AVX512F = ON 2025-06-05T23:23:19.2619928Z -- ENABLE_NEON_FP16 = OFF 2025-06-05T23:23:19.2620175Z -- ENABLE_SVE = OFF 2025-06-05T23:23:19.2620422Z -- BUILD_SHARED_LIBS = ON 2025-06-05T23:23:19.2620693Z -- ENABLE_LIBRARY_VERSIONING = ON 2025-06-05T23:23:19.2620993Z -- ENABLE_FASTER_BUILD = OFF 2025-06-05T23:23:19.2621258Z -- ENABLE_CPPLINT = ON 2025-06-05T23:23:19.2621525Z -- ENABLE_CPPLINT_REPORT = OFF 2025-06-05T23:23:19.2621804Z -- ENABLE_CLANG_FORMAT = OFF 2025-06-05T23:23:19.2622081Z -- ENABLE_CLANG_TIDY = OFF 2025-06-05T23:23:19.2622348Z -- ENABLE_NCC_STYLE = OFF 2025-06-05T23:23:19.2622607Z -- ENABLE_UNSAFE_LOCATIONS = OFF 2025-06-05T23:23:19.2622952Z -- ENABLE_FUZZING = OFF 2025-06-05T23:23:19.2623200Z -- ENABLE_PROXY = ON 2025-06-05T23:23:19.2623449Z -- ENABLE_INTEL_CPU = ON 2025-06-05T23:23:19.2623708Z -- ENABLE_ARM_COMPUTE_CMAKE = OFF 2025-06-05T23:23:19.2623997Z -- ENABLE_TESTS = OFF 2025-06-05T23:23:19.2624234Z -- ENABLE_INTEL_GPU = ON 2025-06-05T23:23:19.2624501Z -- ENABLE_ONEDNN_FOR_GPU = ON 2025-06-05T23:23:19.2624767Z -- ENABLE_INTEL_NPU = ON 2025-06-05T23:23:19.2625039Z -- ENABLE_INTEL_NPU_INTERNAL = ON 2025-06-05T23:23:19.2625335Z -- ENABLE_DEBUG_CAPS = OFF 2025-06-05T23:23:19.2625597Z -- ENABLE_NPU_DEBUG_CAPS = OFF 2025-06-05T23:23:19.2625890Z -- ENABLE_GPU_DEBUG_CAPS = OFF 2025-06-05T23:23:19.2626165Z -- ENABLE_CPU_DEBUG_CAPS = OFF 2025-06-05T23:23:19.2626461Z -- ENABLE_SNIPPETS_DEBUG_CAPS = OFF 2025-06-05T23:23:19.2626766Z -- ENABLE_SNIPPETS_LIBXSMM_TPP = OFF 2025-06-05T23:23:19.2627076Z -- ENABLE_PROFILING_ITT = OFF 2025-06-05T23:23:19.2627352Z -- ENABLE_PROFILING_FILTER = ALL 2025-06-05T23:23:19.2627669Z -- ENABLE_PROFILING_FIRST_INFERENCE = ON 2025-06-05T23:23:19.2627970Z -- SELECTIVE_BUILD = OFF 2025-06-05T23:23:19.2628231Z -- ENABLE_DOCS = OFF 2025-06-05T23:23:19.2628482Z -- ENABLE_PKGCONFIG_GEN = ON 2025-06-05T23:23:19.2628974Z -- THREADING = TBB 2025-06-05T23:23:19.2629226Z -- ENABLE_INTEL_OPENMP = OFF 2025-06-05T23:23:19.2629491Z -- ENABLE_TBBBIND_2_5 = ON 2025-06-05T23:23:19.2629769Z -- ENABLE_TBB_RELEASE_ONLY = ON 2025-06-05T23:23:19.2630039Z -- ENABLE_MULTI = ON 2025-06-05T23:23:19.2630281Z -- ENABLE_AUTO = ON 2025-06-05T23:23:19.2630512Z -- ENABLE_AUTO_BATCH = ON 2025-06-05T23:23:19.2630774Z -- ENABLE_HETERO = ON 2025-06-05T23:23:19.2631010Z -- ENABLE_TEMPLATE = ON 2025-06-05T23:23:19.2631272Z -- ENABLE_PLUGINS_XML = OFF 2025-06-05T23:23:19.2631549Z -- ENABLE_FUNCTIONAL_TESTS = OFF 2025-06-05T23:23:19.2631826Z -- ENABLE_SAMPLES = ON 2025-06-05T23:23:19.2632091Z -- ENABLE_OV_ONNX_FRONTEND = ON 2025-06-05T23:23:19.2632381Z -- ENABLE_OV_PADDLE_FRONTEND = ON 2025-06-05T23:23:19.2632676Z -- ENABLE_OV_IR_FRONTEND = ON 2025-06-05T23:23:19.2632953Z -- ENABLE_OV_PYTORCH_FRONTEND = ON 2025-06-05T23:23:19.2633250Z -- ENABLE_OV_JAX_FRONTEND = ON 2025-06-05T23:23:19.2633521Z -- ENABLE_OV_IR_FRONTEND = ON 2025-06-05T23:23:19.2633798Z -- ENABLE_OV_TF_FRONTEND = ON 2025-06-05T23:23:19.2634068Z -- ENABLE_OV_TF_LITE_FRONTEND = ON 2025-06-05T23:23:19.2634369Z -- ENABLE_SNAPPY_COMPRESSION = ON 2025-06-05T23:23:24.0465655Z -- ENABLE_STRICT_DEPENDENCIES = OFF 2025-06-05T23:23:24.0466247Z -- ENABLE_SYSTEM_TBB = OFF 2025-06-05T23:23:24.0466741Z -- ENABLE_SYSTEM_PUGIXML = OFF 2025-06-05T23:23:24.0467262Z -- ENABLE_SYSTEM_FLATBUFFERS = ON 2025-06-05T23:23:24.0467574Z -- ENABLE_SYSTEM_OPENCL = ON 2025-06-05T23:23:24.0467854Z -- ENABLE_SYSTEM_PROTOBUF = OFF 2025-06-05T23:23:24.0468151Z -- ENABLE_SYSTEM_SNAPPY = OFF 2025-06-05T23:23:24.0468486Z -- ENABLE_SYSTEM_LEVEL_ZERO = OFF 2025-06-05T23:23:24.0469041Z -- ENABLE_JS = ON 2025-06-05T23:23:24.0469299Z -- ENABLE_OPENVINO_DEBUG = OFF 2025-06-05T23:23:24.0469568Z -- 2025-06-05T23:23:24.0469781Z -- CMAKE_VERSION ......................... 3.26.4 2025-06-05T23:23:24.0470136Z -- CMAKE_CROSSCOMPILING .................. FALSE 2025-06-05T23:23:24.0470556Z -- OpenVINO_SOURCE_DIR ................... /pytorch/executorch/openvino 2025-06-05T23:23:24.0471083Z -- OpenVINO_BINARY_DIR ................... /pytorch/executorch/openvino/build 2025-06-05T23:23:24.0471539Z -- CMAKE_GENERATOR ....................... Unix Makefiles 2025-06-05T23:23:24.0471903Z -- CPACK_GENERATOR ....................... TGZ 2025-06-05T23:23:24.0472221Z -- CMAKE_C_COMPILER_ID ................... GNU 2025-06-05T23:23:24.0472553Z -- CMAKE_CXX_COMPILER_ID ................. GNU 2025-06-05T23:23:24.0472879Z -- CMAKE_CXX_STANDARD .................... 17 2025-06-05T23:23:24.0473200Z -- CMAKE_BUILD_TYPE ...................... Release 2025-06-05T23:23:24.0473650Z -- LIBC_VERSION .......................... 2.35 2025-06-05T23:23:24.0473967Z -- STDLIB ................................ GNU 2025-06-05T23:23:24.0474313Z -- Found Git: /usr/bin/git (found version "2.34.1") 2025-06-05T23:23:24.0474662Z -- Performing Test COMPILER_SUPPORTS_CXX14 2025-06-05T23:23:24.0475030Z -- Performing Test COMPILER_SUPPORTS_CXX14 - Success 2025-06-05T23:23:24.0475374Z -- Looking for C++ include unistd.h 2025-06-05T23:23:24.0475683Z -- Looking for C++ include unistd.h - found 2025-06-05T23:23:24.0476002Z -- Looking for C++ include stdint.h 2025-06-05T23:23:24.0476297Z -- Looking for C++ include stdint.h - found 2025-06-05T23:23:24.0476619Z -- Looking for C++ include sys/types.h 2025-06-05T23:23:24.0476928Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:23:24.0477259Z -- Looking for C++ include fnmatch.h 2025-06-05T23:23:24.0477559Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:23:24.0477870Z -- Looking for strtoll 2025-06-05T23:23:24.0478111Z -- Looking for strtoll - found 2025-06-05T23:23:24.0478410Z -- Protocol Buffers Configuring... 2025-06-05T23:23:24.0478686Z -- 2025-06-05T23:23:24.0478861Z -- 3.21.12.0 2025-06-05T23:23:24.0479095Z -- Configuration script parsing status [ 2025-06-05T23:23:24.0479405Z -- Description : Protocol Buffers 2025-06-05T23:23:24.0479696Z -- Version : 3.21.12.0 (3.21.12) 2025-06-05T23:23:24.0479995Z -- Contact : protobuf@googlegroups.com 2025-06-05T23:23:24.0480292Z -- ] 2025-06-05T23:23:24.0480526Z -- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT 2025-06-05T23:23:24.0480947Z -- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT - Success 2025-06-05T23:23:24.0481347Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2025-06-05T23:23:24.0481747Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2025-06-05T23:23:24.0482126Z -- Protocol Buffers Configuring done 2025-06-05T23:23:24.0482408Z -- Looking for sys/mman.h 2025-06-05T23:23:24.0482672Z -- Looking for sys/mman.h - found 2025-06-05T23:23:24.0482942Z -- Looking for sys/resource.h 2025-06-05T23:23:24.0483232Z -- Looking for sys/resource.h - found 2025-06-05T23:23:24.0483513Z -- Looking for sys/time.h 2025-06-05T23:23:24.0483772Z -- Looking for sys/time.h - found 2025-06-05T23:23:24.0484040Z -- Looking for sys/uio.h 2025-06-05T23:23:24.0484297Z -- Looking for sys/uio.h - found 2025-06-05T23:23:24.0484561Z -- Looking for windows.h 2025-06-05T23:23:24.0484821Z -- Looking for windows.h - not found 2025-06-05T23:23:24.0485116Z -- Looking for zlibVersion in z 2025-06-05T23:23:24.0485392Z -- Looking for zlibVersion in z - found 2025-06-05T23:23:24.0485719Z -- Looking for lzo1x_1_15_compress in lzo2 2025-06-05T23:23:24.0486061Z -- Looking for lzo1x_1_15_compress in lzo2 - not found 2025-06-05T23:23:24.0486421Z -- Looking for LZ4_compress_default in lz4 2025-06-05T23:23:24.0486764Z -- Looking for LZ4_compress_default in lz4 - not found 2025-06-05T23:23:24.0487133Z -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX 2025-06-05T23:23:24.0487505Z -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed 2025-06-05T23:23:24.0487992Z -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 2025-06-05T23:23:24.0488382Z -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed 2025-06-05T23:23:24.0488735Z -- Performing Test HAVE_CLANG_MAVX 2025-06-05T23:23:24.0489048Z -- Performing Test HAVE_CLANG_MAVX - Success 2025-06-05T23:23:24.0489365Z -- Performing Test HAVE_CLANG_MBMI2 2025-06-05T23:23:24.0489679Z -- Performing Test HAVE_CLANG_MBMI2 - Success 2025-06-05T23:23:24.0490065Z -- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS 2025-06-05T23:23:24.0490559Z -- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success 2025-06-05T23:23:24.0491052Z -- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION 2025-06-05T23:23:24.0491571Z -- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION - Success 2025-06-05T23:23:24.0492015Z -- Performing Test HAVE_BUILTIN_EXPECT 2025-06-05T23:23:24.0492342Z -- Performing Test HAVE_BUILTIN_EXPECT - Success 2025-06-05T23:23:24.0492783Z -- Performing Test HAVE_BUILTIN_CTZ 2025-06-05T23:23:24.0493193Z -- Performing Test HAVE_BUILTIN_CTZ - Success 2025-06-05T23:23:24.0493534Z -- Performing Test HAVE_BUILTIN_PREFETCH 2025-06-05T23:23:24.0493872Z -- Performing Test HAVE_BUILTIN_PREFETCH - Success 2025-06-05T23:23:24.0494249Z -- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE 2025-06-05T23:23:24.0494646Z -- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Success 2025-06-05T23:23:24.0495011Z -- Performing Test SNAPPY_HAVE_SSSE3 2025-06-05T23:23:24.0495334Z -- Performing Test SNAPPY_HAVE_SSSE3 - Failed 2025-06-05T23:23:24.0495662Z -- Performing Test SNAPPY_HAVE_X86_CRC32 2025-06-05T23:23:24.0496007Z -- Performing Test SNAPPY_HAVE_X86_CRC32 - Failed 2025-06-05T23:23:24.0496348Z -- Performing Test SNAPPY_HAVE_NEON_CRC32 2025-06-05T23:23:24.0496698Z -- Performing Test SNAPPY_HAVE_NEON_CRC32 - Failed 2025-06-05T23:23:24.0497036Z -- Performing Test SNAPPY_HAVE_BMI2 2025-06-05T23:23:24.0497353Z -- Performing Test SNAPPY_HAVE_BMI2 - Failed 2025-06-05T23:23:24.0497671Z -- Performing Test SNAPPY_HAVE_NEON 2025-06-05T23:23:24.0497988Z -- Performing Test SNAPPY_HAVE_NEON - Failed 2025-06-05T23:23:24.0498297Z -- Looking for mmap 2025-06-05T23:23:24.0498521Z -- Looking for mmap - found 2025-06-05T23:23:24.0498778Z -- Looking for sysconf 2025-06-05T23:23:24.0499012Z -- Looking for sysconf - found 2025-06-05T23:23:24.0499470Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") 2025-06-05T23:23:24.0500563Z Generated: /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_openvino_onnx-ml.proto 2025-06-05T23:23:24.0501661Z Generated: /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-operators_openvino_onnx-ml.proto 2025-06-05T23:23:24.0502746Z Generated: /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-data_openvino_onnx.proto 2025-06-05T23:23:24.0503337Z -- 2025-06-05T23:23:24.0503540Z -- ******** Summary ******** 2025-06-05T23:23:24.0503808Z -- CMake version : 3.26.4 2025-06-05T23:23:24.0504210Z -- CMake command : /opt/conda/envs/py_3.10/bin/cmake 2025-06-05T23:23:24.0504591Z -- System : Linux 2025-06-05T23:23:24.0504941Z -- C++ compiler : /opt/cache/bin/c++ 2025-06-05T23:23:24.0505293Z -- C++ compiler version : 9.5.0 2025-06-05T23:23:24.0506144Z -- CXX flags : -Wsuggest-override -fsigned-char -ffunction-sections -fdata-sections -fdiagnostics-show-option -Wall -Wundef -Wno-suggest-override -Wnon-virtual-dtor 2025-06-05T23:23:24.0507001Z -- Build type : Release 2025-06-05T23:23:24.0507562Z -- Compile definitions : OV_BUILD_POSTFIX="";OV_NATIVE_PARENT_PROJECT_ROOT_DIR="openvino";__STDC_FORMAT_MACROS 2025-06-05T23:23:24.0508129Z -- CMAKE_PREFIX_PATH : 2025-06-05T23:23:24.0508467Z -- CMAKE_INSTALL_PREFIX : /usr/local 2025-06-05T23:23:24.0508789Z -- CMAKE_MODULE_PATH : 2025-06-05T23:23:24.0509177Z -- 2025-06-05T23:23:24.0509377Z -- ONNX version : 1.17.0 2025-06-05T23:23:24.0509725Z -- ONNX NAMESPACE : openvino_onnx 2025-06-05T23:23:24.0510061Z -- ONNX_USE_LITE_PROTO : ON 2025-06-05T23:23:24.0510382Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-06-05T23:23:24.0510706Z -- Protobuf_USE_STATIC_LIBS : ON 2025-06-05T23:23:24.0511017Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-06-05T23:23:24.0511346Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-06-05T23:23:24.0511654Z -- ONNX_WERROR : OFF 2025-06-05T23:23:24.0511960Z -- ONNX_BUILD_TESTS : OFF 2025-06-05T23:23:24.0512258Z -- ONNX_BUILD_SHARED_LIBS : 2025-06-05T23:23:24.0512572Z -- BUILD_SHARED_LIBS : OFF 2025-06-05T23:23:24.0512848Z -- 2025-06-05T23:23:24.0513065Z -- Protobuf compiler : 2025-06-05T23:23:24.0513447Z -- Protobuf includes : 2025-06-05T23:23:24.0513746Z -- Protobuf libraries : 2025-06-05T23:23:24.0514059Z -- BUILD_ONNX_PYTHON : OFF 2025-06-05T23:23:24.0515156Z -- Downloading from https://storage.openvinotoolkit.org/dependencies/thirdparty/linux/oneapi-tbb-2021.13.0-lin-release.tgz to /pytorch/executorch/openvino/temp/download/oneapi-tbb-2021.13.0-lin-release.tgz ... 2025-06-05T23:23:24.0516271Z -- /usr/bin/wget --no-cache --no-check-certificate 2025-06-05T23:23:24.0517189Z --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 https://storage.openvinotoolkit.org/dependencies/thirdparty/linux/oneapi-tbb-2021.13.0-lin-release.tgz 2025-06-05T23:23:24.0518423Z --2025-06-05 23:23:23-- https://storage.openvinotoolkit.org/dependencies/thirdparty/linux/oneapi-tbb-2021.13.0-lin-release.tgz 2025-06-05T23:23:24.0519384Z Resolving storage.openvinotoolkit.org (storage.openvinotoolkit.org)... 18.160.46.54, 18.160.46.68, 18.160.46.83, ... 2025-06-05T23:23:24.0520247Z Connecting to storage.openvinotoolkit.org (storage.openvinotoolkit.org)|18.160.46.54|:443... connected. 2025-06-05T23:23:24.0520856Z HTTP request sent, awaiting response... 200 OK 2025-06-05T23:23:24.0521209Z Length: 597185 (583K) [application/octet-stream] 2025-06-05T23:23:24.0521782Z Saving to: '/pytorch/executorch/openvino/temp/download/oneapi-tbb-2021.13.0-lin-release.tgz' 2025-06-05T23:23:24.0522222Z 2025-06-05T23:23:24.0522370Z 0K .......... .......... .......... .......... .......... 8% 744K 1s 2025-06-05T23:23:24.0522750Z 50K .......... .......... .......... .......... .......... 17% 742K 1s 2025-06-05T23:23:24.0523143Z 100K .......... .......... .......... .......... .......... 25% 15.3M 0s 2025-06-05T23:23:24.0523522Z 150K .......... .......... .......... .......... .......... 34% 779K 0s 2025-06-05T23:23:24.0523910Z 200K .......... .......... .......... .......... .......... 42% 73.5M 0s 2025-06-05T23:23:24.0524303Z 250K .......... .......... .......... .......... .......... 51% 51.0M 0s 2025-06-05T23:23:24.0524682Z 300K .......... .......... .......... .......... .......... 60% 31.3M 0s 2025-06-05T23:23:24.0525082Z 350K .......... .......... .......... .......... .......... 68% 781K 0s 2025-06-05T23:23:24.0525461Z 400K .......... .......... .......... .......... .......... 77% 120M 0s 2025-06-05T23:23:24.0525852Z 450K .......... .......... .......... .......... .......... 85% 32.6M 0s 2025-06-05T23:23:24.0526245Z 500K .......... .......... .......... .......... .......... 94% 219M 0s 2025-06-05T23:23:24.0526631Z 550K .......... .......... .......... ... 100% 194M=0.3s 2025-06-05T23:23:24.0526887Z 2025-06-05T23:23:24.0527360Z 2025-06-05 23:23:24 (2.10 MB/s) - '/pytorch/executorch/openvino/temp/download/oneapi-tbb-2021.13.0-lin-release.tgz' saved [597185/597185] 2025-06-05T23:23:24.0527925Z 2025-06-05T23:23:24.0528012Z -- extracting... 2025-06-05T23:23:24.0528469Z src='/pytorch/executorch/openvino/temp/download/oneapi-tbb-2021.13.0-lin-release.tgz' 2025-06-05T23:23:31.1006936Z dst='/pytorch/executorch/openvino/temp/tbb' 2025-06-05T23:23:31.1007536Z -- extracting... [tar xfz] 2025-06-05T23:23:31.1008202Z -- TBB (2021.13.0) is found at /pytorch/executorch/openvino/temp/tbb/lib/cmake/TBB 2025-06-05T23:23:31.1009465Z -- Static tbbbind_2_5 package usage is disabled, since oneTBB (ver. 2021.13.0) provides dynamic TBBBind 2.5+ 2025-06-05T23:23:31.1010729Z -- STD_FS_NEEDS_STDCXXFS - Add explicit filesystem linker setting: 'stdc++fs'. 2025-06-05T23:23:31.1011550Z -- The ASM compiler identification is GNU 2025-06-05T23:23:31.1012167Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:23:31.1012786Z -- The ASM_MASM compiler identification is unknown 2025-06-05T23:23:31.1013466Z -- Found assembler: ml 2025-06-05T23:23:31.1013912Z -- DNNL_TARGET_ARCH: X64 2025-06-05T23:23:31.1014401Z -- DNNL_LIBRARY_NAME: openvino_onednn_cpu 2025-06-05T23:23:31.1015045Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2025-06-05T23:23:31.1016105Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2025-06-05T23:23:31.1016808Z -- Found OpenMP: TRUE (found version "4.5") 2025-06-05T23:23:31.1017375Z -- Enabled testing coverage: CI 2025-06-05T23:23:31.1017868Z -- Enabled workload: INFERENCE 2025-06-05T23:23:31.1018964Z -- Enabled primitives: CONVOLUTION;DECONVOLUTION;CONCAT;LRN;INNER_PRODUCT;MATMUL;POOLING;REDUCTION;REORDER;RNN;SOFTMAX 2025-06-05T23:23:31.1020143Z -- Enabled primitive CPU ISA: ALL 2025-06-05T23:23:31.1020680Z -- Enabled primitive GPU ISA: ALL 2025-06-05T23:23:31.1021211Z -- Enabled GeMM kernels ISA: SSE41 2025-06-05T23:23:31.1021748Z -- Primitive cache is enabled 2025-06-05T23:23:31.1022264Z -- RapidJSON found. Headers: /usr/include 2025-06-05T23:23:31.1023370Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:23:31.1025012Z -- NPU single-image-test tool is disabled due to missing dependencies: opencv_core;opencv_imgproc;opencv_imgcodecs 2025-06-05T23:23:31.1026519Z -- NPU protopipe tool is disabled due to missing dependencies: gapi from OpenCV >= 4.9. 2025-06-05T23:23:31.1028076Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter Development.Module 2025-06-05T23:23:31.1029655Z -- Python3 executable: /opt/conda/envs/py_3.10/bin/python3.10 2025-06-05T23:23:31.1030350Z -- Python3 version: 3.10.16 2025-06-05T23:23:31.1030859Z -- Python3 interpreter ID: Python 2025-06-05T23:23:31.1031438Z -- Python3 SOABI: cpython-310-x86_64-linux-gnu 2025-06-05T23:23:31.1032231Z -- Python3 include dirs: /opt/conda/envs/py_3.10/include/python3.10 2025-06-05T23:23:31.1032966Z -- Python3 libraries: 2025-06-05T23:23:31.1034231Z CMake Warning at cmake/developer_package/python_requirements.cmake:118 (message): 2025-06-05T23:23:31.1035155Z Python requirement file 2025-06-05T23:23:31.1035972Z /pytorch/executorch/openvino/src/bindings/python/wheel/requirements-dev.txt 2025-06-05T23:23:31.1036865Z is not installed, 2025-06-05T23:23:31.1037313Z Call Stack (most recent call first): 2025-06-05T23:23:31.1038065Z src/bindings/python/CMakeLists.txt:143 (ov_check_pip_packages) 2025-06-05T23:23:31.1038665Z 2025-06-05T23:23:31.1038853Z  2025-06-05T23:23:31.1039215Z -- pybind11 v2.13.5 2025-06-05T23:23:31.1039649Z -- Performing Test HAS_FLTO 2025-06-05T23:23:31.1040182Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:23:31.1041217Z CMake Warning at samples/cpp/common/format_reader/CMakeLists.txt:22 (message): 2025-06-05T23:23:31.1042326Z OpenCV ver. 3.0+ is not found, format_reader will be built without OpenCV 2025-06-05T23:23:31.1043055Z support 2025-06-05T23:23:31.1043254Z 2025-06-05T23:23:31.1043433Z  2025-06-05T23:23:31.1044213Z CMake Warning at samples/cpp/benchmark_app/CMakeLists.txt:112 (message): 2025-06-05T23:23:31.1045238Z OpenCV ver. 3.0+ is not found, benchmark_app will be built without OpenCV 2025-06-05T23:23:31.1046024Z support. Set OpenCV_DIR 2025-06-05T23:23:31.1046329Z 2025-06-05T23:23:31.1046815Z  2025-06-05T23:23:31.1047676Z CMake Warning at samples/c/common/opencv_c_wrapper/CMakeLists.txt:20 (message): 2025-06-05T23:23:31.1048767Z OpenCV ver. 3.0+ is not found, opencv_c_wrapper is built without OPENCV 2025-06-05T23:23:31.1049494Z support 2025-06-05T23:23:31.1049695Z 2025-06-05T23:23:31.1050291Z  2025-06-05T23:23:31.1050795Z -- Register template to be built in build-modules/template 2025-06-05T23:23:31.1051775Z -- Register template_extension to be built in build-modules/template_extension 2025-06-05T23:23:31.1052603Z -- Configuring done (11.8s) 2025-06-05T23:23:31.1053152Z -- Generating done (0.9s) 2025-06-05T23:23:31.1053835Z -- Build files have been written to: /pytorch/executorch/openvino/build 2025-06-05T23:23:31.1054585Z ++ nproc 2025-06-05T23:23:31.1054929Z + make -j8 2025-06-05T23:23:31.1055723Z [ 0%] [cpplint] src/plugins/intel_npu/tools/compile_tool/main.cpp 2025-06-05T23:23:31.1057134Z [ 0%] [cpplint] src/common/offline_transformations/include/pruning.hpp 2025-06-05T23:23:31.1058262Z [ 0%] [cpplint] src/plugins/auto/src/utils/time_utils.cpp 2025-06-05T23:23:31.1059690Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/sycl_stream.hpp 2025-06-05T23:23:31.1062591Z [ 0%] [cpplint] src/common/low_precision_transformations/include/low_precision/weightable_layer_transformation.hpp 2025-06-05T23:23:31.1064231Z [ 0%] [cpplint] src/plugins/intel_gpu/src/plugin/variable_state.cpp 2025-06-05T23:23:31.1065459Z [ 0%] [cpplint] src/common/snippets/include/snippets/utils/utils.hpp 2025-06-05T23:23:31.1066750Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.h 2025-06-05T23:23:31.1068078Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/debug_configuration.cpp 2025-06-05T23:23:31.1069256Z [ 0%] [cpplint] src/plugins/auto/src/async_infer_request.cpp 2025-06-05T23:23:31.1070583Z [ 0%] [cpplint] src/common/offline_transformations/src/compress_quantize_weigths.cpp 2025-06-05T23:23:31.1071949Z [ 0%] [cpplint] src/common/low_precision_transformations/src/add.cpp 2025-06-05T23:23:31.1073196Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/auto_tuner.cpp 2025-06-05T23:23:31.1074601Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/async_infer_request.hpp 2025-06-05T23:23:31.1075869Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/device.cpp 2025-06-05T23:23:31.1076938Z [ 0%] [cpplint] src/plugins/auto/src/auto_compiled_model.cpp 2025-06-05T23:23:31.1077826Z [ 0%] [cpplint] compile_tool_cpplint 2025-06-05T23:23:31.1078457Z [ 0%] Built target compile_tool_cpplint 2025-06-05T23:23:31.1079434Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/auto_tuner.h 2025-06-05T23:23:31.1080524Z [ 0%] [cpplint] src/common/snippets/src/emitter.cpp 2025-06-05T23:23:31.1081743Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/common_utils.hpp 2025-06-05T23:23:31.1083286Z [ 0%] [cpplint] src/common/low_precision_transformations/src/align_quantization_intervals.cpp 2025-06-05T23:23:31.1084737Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/common_tools.h 2025-06-05T23:23:31.1085950Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/device_query.cpp 2025-06-05T23:23:31.1087021Z [ 0%] [cpplint] src/common/snippets/src/generator.cpp 2025-06-05T23:23:31.1088150Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/common_types.h 2025-06-05T23:23:31.1089252Z [ 0%] [cpplint] src/plugins/auto/src/auto_schedule.cpp 2025-06-05T23:23:31.1090454Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/compiled_model.hpp 2025-06-05T23:23:31.1092030Z [ 0%] [cpplint] src/common/low_precision_transformations/src/align_quantization_parameters.cpp 2025-06-05T23:23:31.1093679Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/engine.cpp 2025-06-05T23:23:31.1094830Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/jitter.cpp 2025-06-05T23:23:31.1096017Z [ 0%] [cpplint] src/common/snippets/src/kernel_executor_table.cpp 2025-06-05T23:23:31.1097353Z [ 0%] [cpplint] src/common/low_precision_transformations/src/assign_and_read_value.cpp 2025-06-05T23:23:31.1098802Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/custom_layer.hpp 2025-06-05T23:23:31.1100061Z [ 0%] [cpplint] src/common/snippets/src/lowered/expression.cpp 2025-06-05T23:23:31.1101139Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/event.cpp 2025-06-05T23:23:31.1102265Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/jitter.h 2025-06-05T23:23:31.1103706Z [ 0%] [cpplint] src/common/offline_transformations/src/pruning/init_const_mask.cpp 2025-06-05T23:23:31.1104908Z [ 0%] [cpplint] src/plugins/auto/src/compiled_model.cpp 2025-06-05T23:23:31.1106044Z [ 0%] [cpplint] src/common/low_precision_transformations/src/avg_pool.cpp 2025-06-05T23:23:31.1107295Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/execution_config.cpp 2025-06-05T23:23:31.1108573Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/graph.hpp 2025-06-05T23:23:31.1109912Z [ 0%] [cpplint] src/common/offline_transformations/src/pruning/init_masks.cpp 2025-06-05T23:23:31.1111241Z [ 0%] [cpplint] src/common/snippets/src/lowered/expression_factory.cpp 2025-06-05T23:23:31.1112623Z [ 0%] [cpplint] src/common/low_precision_transformations/src/base_matcher_pass.cpp 2025-06-05T23:23:31.1113909Z [ 0%] [cpplint] src/plugins/auto/src/cumulative_compiled_model.cpp 2025-06-05T23:23:31.1115347Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/multi_tensor_variable_state.hpp 2025-06-05T23:23:31.1116888Z [ 0%] [cpplint] src/common/low_precision_transformations/src/batch_to_space.cpp 2025-06-05T23:23:31.1118134Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/file_util.cpp 2025-06-05T23:23:31.1119437Z [ 0%] [cpplint] src/common/offline_transformations/src/pruning/mask_attribute.cpp 2025-06-05T23:23:31.1120770Z [ 0%] [cpplint] src/common/snippets/src/lowered/expression_port.cpp 2025-06-05T23:23:31.1122027Z [ 0%] [cpplint] src/common/low_precision_transformations/src/broadcast.cpp 2025-06-05T23:23:31.1123204Z [ 0%] [cpplint] src/plugins/auto/src/cumulative_schedule.cpp 2025-06-05T23:23:31.1124300Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/format.cpp 2025-06-05T23:23:31.1125460Z [ 0%] [cpplint] src/common/low_precision_transformations/src/clamp.cpp 2025-06-05T23:23:31.1126732Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/plugin.hpp 2025-06-05T23:23:31.1128152Z [ 0%] [cpplint] src/common/offline_transformations/src/pruning/propagate_masks.cpp 2025-06-05T23:23:31.1129881Z [ 0%] [cpplint] src/common/snippets/src/lowered/expressions/buffer_expression.cpp 2025-06-05T23:23:31.1131417Z [ 0%] [cpplint] src/common/low_precision_transformations/src/cleanup_transformation.cpp 2025-06-05T23:23:31.1132825Z [ 0%] [cpplint] src/common/low_precision_transformations/src/concat.cpp 2025-06-05T23:23:33.7506289Z [ 0%] [cpplint] src/plugins/auto/src/infer_request.cpp 2025-06-05T23:23:33.7507446Z [ 0%] [cpplint] src/common/low_precision_transformations/src/convert.cpp 2025-06-05T23:23:33.7508788Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/primitives_list.hpp 2025-06-05T23:23:33.7510036Z [ 0%] [cpplint] src/common/snippets/src/lowered/linear_ir.cpp 2025-06-05T23:23:33.7511209Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_base.cpp 2025-06-05T23:23:33.7512744Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/layout.cpp 2025-06-05T23:23:33.7514078Z [ 0%] [cpplint] src/common/low_precision_transformations/src/convert_subtract_constant.cpp 2025-06-05T23:23:33.7515313Z [ 0%] [cpplint] src/plugins/auto/src/plugin_config.cpp 2025-06-05T23:23:33.7516454Z [ 0%] [cpplint] src/common/low_precision_transformations/src/convolution.cpp 2025-06-05T23:23:33.7517764Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/program_builder.hpp 2025-06-05T23:23:33.7518987Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_base.h 2025-06-05T23:23:33.7520293Z [ 0%] [cpplint] src/common/low_precision_transformations/src/convolution_backprop_data.cpp 2025-06-05T23:23:33.7521450Z [ 0%] [cpplint] src/plugins/auto/src/schedule.cpp 2025-06-05T23:23:33.7522779Z [ 0%] [cpplint] src/common/snippets/src/lowered/linear_ir_builder.cpp 2025-06-05T23:23:33.7523911Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/memory.cpp 2025-06-05T23:23:33.7525046Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_base_cm.h 2025-06-05T23:23:33.7526313Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/remote_context.hpp 2025-06-05T23:23:33.7527627Z [ 0%] [cpplint] src/common/low_precision_transformations/src/depth_to_space.cpp 2025-06-05T23:23:33.7528964Z [ 0%] [cpplint] src/common/snippets/src/lowered/loop_info.cpp 2025-06-05T23:23:33.7530212Z [ 0%] [cpplint] src/common/low_precision_transformations/src/eliminate_fake_quantize.cpp 2025-06-05T23:23:33.7531593Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.cpp 2025-06-05T23:23:33.7532638Z [ 0%] [cpplint] src/plugins/auto/src/utils/log.cpp 2025-06-05T23:23:33.7533700Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/memory_pool.cpp 2025-06-05T23:23:33.7534831Z [ 0%] [cpplint] src/common/offline_transformations/src/pruning/pruning.cpp 2025-06-05T23:23:33.7536196Z [ 0%] [cpplint] src/common/low_precision_transformations/src/eltwise_base_transformation.cpp 2025-06-05T23:23:33.7537609Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/remote_tensor.hpp 2025-06-05T23:23:33.7538651Z [ 0%] [cpplint] openvino_auto_plugin_cpplint 2025-06-05T23:23:33.7539301Z [ 0%] Built target openvino_auto_plugin_cpplint 2025-06-05T23:23:33.7540218Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/registry/registry.hpp 2025-06-05T23:23:33.7541436Z [ 0%] [cpplint] src/common/low_precision_transformations/src/fake_quantize.cpp 2025-06-05T23:23:33.7542778Z [ 0%] [cpplint] src/common/offline_transformations/src/pruning/shrink_weights.cpp 2025-06-05T23:23:33.7544070Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.h 2025-06-05T23:23:33.7545421Z [ 0%] [cpplint] src/common/offline_transformations/include/compress_quantize_weights.hpp 2025-06-05T23:23:33.7546790Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/simple_math.hpp 2025-06-05T23:23:33.7547965Z [ 0%] [cpplint] src/common/snippets/src/lowered/loop_manager.cpp 2025-06-05T23:23:33.7549037Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/shape_predictor.cpp 2025-06-05T23:23:33.7550368Z [ 0%] [cpplint] src/common/low_precision_transformations/src/fake_quantize_decomposition.cpp 2025-06-05T23:23:33.7551737Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector.cpp 2025-06-05T23:23:33.7552845Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/activation.cpp 2025-06-05T23:23:33.7553984Z [ 0%] [cpplint] src/common/offline_transformations/include/mask_attribute.hpp 2025-06-05T23:23:33.7555575Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/sync_infer_request.hpp 2025-06-05T23:23:33.7556998Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/transformations_pipeline.hpp 2025-06-05T23:23:33.7558211Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/stream.cpp 2025-06-05T23:23:33.7559245Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/adaptive_pooling.cpp 2025-06-05T23:23:33.7560397Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector.h 2025-06-05T23:23:33.7561659Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/usm_host_tensor.hpp 2025-06-05T23:23:33.7562842Z [ 0%] [cpplint] src/common/snippets/src/lowered/loop_port.cpp 2025-06-05T23:23:33.7563978Z [ 0%] [cpplint] src/common/snippets/src/lowered/pass/allocate_buffers.cpp 2025-06-05T23:23:33.7565586Z [ 0%] [cpplint] src/common/low_precision_transformations/src/fake_quantize_dequantization.cpp 2025-06-05T23:23:33.7566813Z [ 0%] [cpplint] openvino_offline_transformations_cpplint 2025-06-05T23:23:33.7567869Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_base_event.hpp 2025-06-05T23:23:33.7568761Z [ 0%] Built target openvino_offline_transformations_cpplint 2025-06-05T23:23:33.7569758Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cm/lstm_seq.hpp 2025-06-05T23:23:33.7570795Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/arg_max_min.cpp 2025-06-05T23:23:33.7572002Z [ 0%] [cpplint] src/plugins/intel_gpu/include/intel_gpu/plugin/variable_state.hpp 2025-06-05T23:23:33.7573425Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.cpp 2025-06-05T23:23:33.7574693Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cm/impl_example.cpp 2025-06-05T23:23:33.7575897Z [ 0%] [cpplint] src/common/snippets/src/lowered/pass/assign_registers.cpp 2025-06-05T23:23:33.7577191Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.cpp 2025-06-05T23:23:33.7578484Z [ 0%] [cpplint] src/common/low_precision_transformations/src/fold_convert.cpp 2025-06-05T23:23:33.7579559Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/assign.cpp 2025-06-05T23:23:33.7580629Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cm/lstm_seq.cpp 2025-06-05T23:23:33.7581777Z [ 0%] [cpplint] src/plugins/intel_gpu/src/plugin/async_infer_request.cpp 2025-06-05T23:23:33.7582985Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cm/impl_example.hpp 2025-06-05T23:23:33.7584191Z [ 0%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.hpp 2025-06-05T23:23:33.7585351Z [ 0%] [cpplint] src/plugins/intel_gpu/src/graph/batch_to_space.cpp 2025-06-05T23:23:33.7586502Z [ 0%] [cpplint] src/common/snippets/src/lowered/pass/brgemm_blocking.cpp 2025-06-05T23:23:33.7587795Z [ 0%] [cpplint] src/common/low_precision_transformations/src/fold_fake_quantize.cpp 2025-06-05T23:23:33.7588821Z [ 0%] [cpplint] src/plugins/intel_gpu/src/plugin/common_utils.cpp 2025-06-05T23:23:33.7589795Z [ 0%] [cpplint] src/plugins/intel_gpu/src/plugin/compiled_model.cpp 2025-06-05T23:23:33.7590923Z [ 0%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.h 2025-06-05T23:23:33.7591919Z [ 1%] [cpplint] openvino_intel_gpu_cm_obj_cpplint 2025-06-05T23:23:33.7592595Z [ 1%] Built target openvino_intel_gpu_cm_obj_cpplint 2025-06-05T23:23:33.7593598Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/impls/common/register.hpp 2025-06-05T23:23:33.7594722Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_common.hpp 2025-06-05T23:23:33.7595949Z [ 1%] [cpplint] src/common/low_precision_transformations/src/fuse_convert.cpp 2025-06-05T23:23:33.7597247Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/border.cpp 2025-06-05T23:23:33.7598361Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/clean_repeated_ptr_shifts.cpp 2025-06-05T23:23:33.7599667Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/impls/common/condition.cpp 2025-06-05T23:23:33.7600797Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/custom_layer.cpp 2025-06-05T23:23:33.7601877Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_device.cpp 2025-06-05T23:23:33.7602929Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/graph.cpp 2025-06-05T23:23:33.7604102Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.cpp 2025-06-05T23:23:33.7605666Z [ 1%] [cpplint] src/common/low_precision_transformations/src/fuse_elementwise_to_fake_quantize.cpp 2025-06-05T23:23:33.7607048Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/broadcast.cpp 2025-06-05T23:23:33.7608151Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/cleanup_loop_offsets.cpp 2025-06-05T23:23:33.7609434Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/impls/common/loop.cpp 2025-06-05T23:23:33.7610741Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/multi_tensor_variable_state.cpp 2025-06-05T23:23:33.7612271Z [ 1%] [cpplint] src/common/low_precision_transformations/src/fuse_multiply_to_fake_quantize.cpp 2025-06-05T23:23:33.7613798Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_device.hpp 2025-06-05T23:23:33.7615203Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/compute_buffer_allocation_size.cpp 2025-06-05T23:23:33.7616654Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.h 2025-06-05T23:23:33.7617825Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/bucketize.cpp 2025-06-05T23:23:36.1484087Z [ 1%] [cpplint] src/common/low_precision_transformations/src/fuse_subtract_to_fake_quantize.cpp 2025-06-05T23:23:36.1485602Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/impls/common/register.cpp 2025-06-05T23:23:36.1486996Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/define_buffer_clusters.cpp 2025-06-05T23:23:36.1488355Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/adaptive_pooling.cpp 2025-06-05T23:23:36.1489782Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.cpp 2025-06-05T23:23:36.1491089Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/batch_to_space.cpp 2025-06-05T23:23:36.1492445Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/compilation_context.cpp 2025-06-05T23:23:36.1493868Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/impls/common/wait_for_events.cpp 2025-06-05T23:23:36.1495268Z [ 1%] [cpplint] src/common/low_precision_transformations/src/gather.cpp 2025-06-05T23:23:36.1496464Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/broadcast.cpp 2025-06-05T23:23:36.1497646Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/bucketize.cpp 2025-06-05T23:23:36.1498782Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/concatenation.cpp 2025-06-05T23:23:36.1500062Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.hpp 2025-06-05T23:23:36.1501488Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/extract_loop_invariants.cpp 2025-06-05T23:23:36.1502705Z [ 1%] [cpplint] openvino_intel_gpu_common_obj_cpplint 2025-06-05T23:23:36.1503495Z [ 1%] Built target openvino_intel_gpu_common_obj_cpplint 2025-06-05T23:23:36.1504465Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/condition.cpp 2025-06-05T23:23:36.1505452Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/concat.cpp 2025-06-05T23:23:36.1507115Z [ 1%] [cpplint] src/common/low_precision_transformations/src/group_convolution.cpp 2025-06-05T23:23:36.1508488Z [ 1%] [cpplint] src/common/low_precision_transformations/src/interpolate.cpp 2025-06-05T23:23:36.1509750Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp 2025-06-05T23:23:36.1511060Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.cpp 2025-06-05T23:23:36.1512518Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.h 2025-06-05T23:23:36.1513784Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/condition.cpp 2025-06-05T23:23:36.1514985Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/fuse_loops.cpp 2025-06-05T23:23:36.1516225Z [ 1%] [cpplint] src/common/low_precision_transformations/src/layer_transformation.cpp 2025-06-05T23:23:36.1517901Z [ 1%] [cpplint] src/common/low_precision_transformations/src/low_precision.cpp 2025-06-05T23:23:36.1519084Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/convert_color.cpp 2025-06-05T23:23:36.1520510Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.cpp 2025-06-05T23:23:36.1521918Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/constant.cpp 2025-06-05T23:23:36.1523061Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.hpp 2025-06-05T23:23:36.1524208Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/convolution.cpp 2025-06-05T23:23:36.1525691Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.h 2025-06-05T23:23:36.1527283Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/init_buffers_default.cpp 2025-06-05T23:23:36.1528476Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/crop.cpp 2025-06-05T23:23:36.1530080Z [ 1%] [cpplint] src/common/low_precision_transformations/src/markup_avg_pool_precision_preserved.cpp 2025-06-05T23:23:36.1531658Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_engine_factory.hpp 2025-06-05T23:23:36.1533076Z [ 1%] [cpplint] src/common/low_precision_transformations/src/markup_bias.cpp 2025-06-05T23:23:36.1534416Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/init_live_ranges.cpp 2025-06-05T23:23:36.1536035Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.cpp 2025-06-05T23:23:36.1537504Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/convert.cpp 2025-06-05T23:23:36.1538712Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/ctc_greedy_decoder.cpp 2025-06-05T23:23:36.1540143Z [ 1%] [cpplint] src/common/low_precision_transformations/src/markup_can_be_quantized.cpp 2025-06-05T23:23:36.1541511Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp 2025-06-05T23:23:36.1542639Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/ctc_loss.cpp 2025-06-05T23:23:36.1544085Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.h 2025-06-05T23:23:36.1545582Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/init_loops.cpp 2025-06-05T23:23:36.1546742Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/convert_color.cpp 2025-06-05T23:23:36.1548312Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.cpp 2025-06-05T23:23:36.1549739Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/cum_sum.cpp 2025-06-05T23:23:36.1551010Z [ 1%] [cpplint] src/common/low_precision_transformations/src/markup_precisions.cpp 2025-06-05T23:23:36.1552397Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/custom_gpu_primitive.cpp 2025-06-05T23:23:36.1554209Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.h 2025-06-05T23:23:36.1555679Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp 2025-06-05T23:23:36.1556918Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/init_registers.cpp 2025-06-05T23:23:36.1558451Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.cpp 2025-06-05T23:23:36.1559909Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/data.cpp 2025-06-05T23:23:36.1561012Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/convolution.cpp 2025-06-05T23:23:36.1562205Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/debug_helper.cpp 2025-06-05T23:23:36.1563912Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.h 2025-06-05T23:23:36.1565924Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/adaptive_pooling/adaptive_pooling_kernel_ref.cpp 2025-06-05T23:23:36.1567671Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_broadcastmove.cpp 2025-06-05T23:23:36.1568956Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp 2025-06-05T23:23:36.1570417Z [ 1%] [cpplint] src/common/low_precision_transformations/src/markup_quantization_granularity.cpp 2025-06-05T23:23:36.1571885Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_kernel.hpp 2025-06-05T23:23:36.1573629Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/adaptive_pooling/adaptive_pooling_kernel_ref.h 2025-06-05T23:23:36.1575383Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/adaptive_pooling/adaptive_pooling_kernel_selector.cpp 2025-06-05T23:23:36.1577033Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/ctc_greedy_decoder.cpp 2025-06-05T23:23:36.1578291Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_buffers.cpp 2025-06-05T23:23:36.1579532Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.cpp 2025-06-05T23:23:36.1580787Z [ 1%] [cpplint] src/common/low_precision_transformations/src/mat_mul.cpp 2025-06-05T23:23:36.1582442Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/adaptive_pooling/adaptive_pooling_kernel_selector.h 2025-06-05T23:23:36.1584426Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.cpp 2025-06-05T23:23:36.1585930Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/deconvolution.cpp 2025-06-05T23:23:36.1587099Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/ctc_loss.cpp 2025-06-05T23:23:36.1588628Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.h 2025-06-05T23:23:36.1590219Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_load_store.cpp 2025-06-05T23:23:36.1591549Z [ 1%] [cpplint] src/common/low_precision_transformations/src/max_pool.cpp 2025-06-05T23:23:36.1593162Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.cpp 2025-06-05T23:23:36.1594631Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/cum_sum.cpp 2025-06-05T23:23:36.1595804Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.hpp 2025-06-05T23:23:36.1597046Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_loops.cpp 2025-06-05T23:23:36.1598281Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_stream.cpp 2025-06-05T23:23:36.1599464Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/depth_to_space.cpp 2025-06-05T23:23:36.1600964Z [ 1%] [cpplint] src/common/low_precision_transformations/src/move_fake_quantize.cpp 2025-06-05T23:23:36.1602641Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.h 2025-06-05T23:23:36.1604086Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/custom.cpp 2025-06-05T23:23:36.1605254Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_stream.hpp 2025-06-05T23:23:38.3004720Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_perf_count.cpp 2025-06-05T23:23:38.3005991Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.cpp 2025-06-05T23:23:38.3007124Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/detection_output.cpp 2025-06-05T23:23:38.3008538Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp 2025-06-05T23:23:38.3010395Z [ 1%] [cpplint] src/common/low_precision_transformations/src/multiply.cpp 2025-06-05T23:23:38.3011706Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.hpp 2025-06-05T23:23:38.3013022Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/depth_to_space.cpp 2025-06-05T23:23:38.3014408Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_perf_count_verbose.cpp 2025-06-05T23:23:38.3015720Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp 2025-06-05T23:23:38.3016906Z [ 1%] [cpplint] src/plugins/intel_gpu/src/runtime/ocl/sycl_engine.hpp 2025-06-05T23:23:38.3018459Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.h 2025-06-05T23:23:38.3019797Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/dft.cpp 2025-06-05T23:23:38.3020876Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/dynamic_quantize.cpp 2025-06-05T23:23:38.3022587Z [ 1%] [cpplint] src/common/low_precision_transformations/src/multiply_partial.cpp 2025-06-05T23:23:38.3023912Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/detection_output.cpp 2025-06-05T23:23:38.3025264Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/dft.cpp 2025-06-05T23:23:38.3026812Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.cpp 2025-06-05T23:23:38.3028252Z [ 1%] [cpplint] openvino_intel_gpu_runtime_cpplint 2025-06-05T23:23:38.3030551Z [ 1%] Built target openvino_intel_gpu_runtime_cpplint 2025-06-05T23:23:38.3031816Z [ 1%] [cpplint] src/common/low_precision_transformations/src/multiply_to_group_convolution.cpp 2025-06-05T23:23:38.3033299Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_reg_spills.cpp 2025-06-05T23:23:38.3034493Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/eltwise.cpp 2025-06-05T23:23:38.3035577Z [ 1%] [cpplint] src/plugins/intel_gpu/src/graph/embedding_bag.cpp 2025-06-05T23:23:38.3036665Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/dynamic_quantize.cpp 2025-06-05T23:23:38.3038126Z [ 1%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.h 2025-06-05T23:23:38.3039528Z [ 1%] [cpplint] src/common/low_precision_transformations/src/mvn.cpp 2025-06-05T23:23:38.3040655Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/eltwise.cpp 2025-06-05T23:23:38.3041986Z [ 1%] [cpplint] src/common/snippets/src/lowered/pass/insert_specific_iterations.cpp 2025-06-05T23:23:38.3043418Z [ 1%] [cpplint] src/common/low_precision_transformations/src/network_helper.cpp 2025-06-05T23:23:38.3044730Z [ 1%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/embedding_bag.cpp 2025-06-05T23:23:38.3046330Z [ 2%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.cpp 2025-06-05T23:23:38.3048109Z [ 2%] [cpplint] src/plugins/intel_gpu/src/graph/error_handler.cpp 2025-06-05T23:23:38.3049317Z [ 2%] [cpplint] src/common/low_precision_transformations/src/normalize_l2.cpp 2025-06-05T23:23:38.3050809Z [ 2%] [cpplint] src/plugins/intel_gpu/src/graph/experimental_detectron_detection_output.cpp 2025-06-05T23:23:38.3052548Z [ 2%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.h 2025-06-05T23:23:38.3054380Z [ 2%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_detection_output.cpp 2025-06-05T23:23:38.3055870Z [ 2%] [cpplint] src/common/snippets/src/lowered/pass/iter_handler.cpp 2025-06-05T23:23:38.3057547Z [ 2%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_generate_proposals_single_image.cpp 2025-06-05T23:23:38.3059762Z [ 2%] [cpplint] src/plugins/intel_gpu/src/graph/experimental_detectron_generate_proposal_single_image.cpp 2025-06-05T23:23:38.3061598Z [ 2%] [cpplint] src/plugins/intel_gpu/src/graph/experimental_detectron_prior_grid_generator.cpp 2025-06-05T23:23:38.3063403Z [ 2%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.cpp 2025-06-05T23:23:38.3064954Z [ 2%] [cpplint] src/common/low_precision_transformations/src/pad.cpp 2025-06-05T23:23:38.3066421Z [ 2%] [cpplint] src/common/snippets/src/lowered/pass/load_movebroadcast_to_broadcastload.cpp 2025-06-05T23:23:38.3068473Z [ 2%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_prior_grid_generator.cpp 2025-06-05T23:23:38.3070442Z [ 2%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_roi_feature_extractor.cpp 2025-06-05T23:23:38.3072346Z [ 2%] [cpplint] src/plugins/intel_gpu/src/graph/experimental_detectron_roi_feature_extractor.cpp 2025-06-05T23:23:38.3074106Z [ 2%] [cpplint] src/plugins/intel_gpu/src/graph/experimental_detectron_topk_rois.cpp 2025-06-05T23:23:38.3075948Z [ 2%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.h 2025-06-05T23:23:38.3077767Z [ 2%] [cpplint] src/common/snippets/src/lowered/pass/mark_invariant_shape_path.cpp 2025-06-05T23:23:38.3079417Z [ 2%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_topk_rois.cpp 2025-06-05T23:23:38.3080998Z [ 3%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/extract_image_patches.cpp 2025-06-05T23:23:38.3082410Z [ 3%] [cpplint] src/common/low_precision_transformations/src/prelu.cpp 2025-06-05T23:23:38.3083745Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/extract_image_patches.cpp 2025-06-05T23:23:38.3084981Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/eye.cpp 2025-06-05T23:23:38.3086576Z [ 4%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.cpp 2025-06-05T23:23:38.3088209Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/fake_convert.cpp 2025-06-05T23:23:38.3089425Z [ 4%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/eye.cpp 2025-06-05T23:23:38.3090656Z [ 4%] [cpplint] src/common/snippets/src/lowered/pass/mark_loops.cpp 2025-06-05T23:23:38.3091949Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/fully_connected.cpp 2025-06-05T23:23:38.3093195Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/gather.cpp 2025-06-05T23:23:38.3094438Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/gather_elements.cpp 2025-06-05T23:23:38.3096117Z [ 4%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.h 2025-06-05T23:23:38.3097890Z [ 4%] [cpplint] src/plugins/intel_gpu/src/graph/gather_nd.cpp 2025-06-05T23:23:38.3099151Z [ 4%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/fake_convert.cpp 2025-06-05T23:23:38.3100640Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/mha_parallel_wa_optimizer.cpp 2025-06-05T23:23:38.3102280Z [ 5%] [cpplint] src/common/low_precision_transformations/src/propagate_precisions.cpp 2025-06-05T23:23:38.3103672Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/gather_tree.cpp 2025-06-05T23:23:38.3104827Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/gemm.cpp 2025-06-05T23:23:38.3106507Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.cpp 2025-06-05T23:23:38.3108226Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/generate_proposals.cpp 2025-06-05T23:23:38.3109727Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/fake_quantize.cpp 2025-06-05T23:23:38.3111407Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/add_onednn_optimization_attributes.cpp 2025-06-05T23:23:38.3113317Z [ 5%] [cpplint] src/common/low_precision_transformations/src/pull_reshape_through_dequantization.cpp 2025-06-05T23:23:38.3115341Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.h 2025-06-05T23:23:38.3117164Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/move_result_out_of_loop.cpp 2025-06-05T23:23:38.3118630Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp 2025-06-05T23:23:38.3119999Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/fully_connected.cpp 2025-06-05T23:23:38.3121334Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/softmax.hpp 2025-06-05T23:23:38.3122678Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/utils.hpp 2025-06-05T23:23:38.3124213Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/add_required_reorders.cpp 2025-06-05T23:23:38.3126136Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/beam_table_update/beam_table_update_kernel_ref.cpp 2025-06-05T23:23:38.3127994Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/move_scalar_to_consumer.cpp 2025-06-05T23:23:38.3141101Z [ 5%] [cpplint] src/common/low_precision_transformations/src/pull_transpose_through_dequantization.cpp 2025-06-05T23:23:38.3142650Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/activation.cpp 2025-06-05T23:23:38.3143922Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/activation.cpp 2025-06-05T23:23:40.5893603Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/gather tree.cpp 2025-06-05T23:23:40.5894911Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/concatenation_onednn.cpp 2025-06-05T23:23:40.5896803Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/beam_table_update/beam_table_update_kernel_ref.hpp 2025-06-05T23:23:40.5898527Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/normalize_buffer_reg_groups.cpp 2025-06-05T23:23:40.5900029Z [ 5%] [cpplint] src/common/low_precision_transformations/src/quantization_details.cpp 2025-06-05T23:23:40.5901597Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/basic_memory_dependencies.cpp 2025-06-05T23:23:40.5903077Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/adaptive_pooling.cpp 2025-06-05T23:23:40.5904345Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/gather.cpp 2025-06-05T23:23:40.5906049Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/beam_table_update/beam_table_update_kernel_selector.cpp 2025-06-05T23:23:40.5907805Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/normalize_loop_ids.cpp 2025-06-05T23:23:40.5909580Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/convolution_onednn.cpp 2025-06-05T23:23:40.5910881Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/assign.cpp 2025-06-05T23:23:40.5912265Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/build_implementations.cpp 2025-06-05T23:23:40.5913675Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/arg_max_min.cpp 2025-06-05T23:23:40.5914989Z [ 5%] [cpplint] src/common/low_precision_transformations/src/recurrent_cell.cpp 2025-06-05T23:23:40.5916793Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/beam_table_update/beam_table_update_kernel_selector.hpp 2025-06-05T23:23:40.5918475Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/optimize_domain.cpp 2025-06-05T23:23:40.5919959Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/gather_elements.cpp 2025-06-05T23:23:40.5921330Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/compile_graph.cpp 2025-06-05T23:23:40.5922647Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/broadcast.cpp 2025-06-05T23:23:40.5924119Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.cpp 2025-06-05T23:23:40.5925579Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/batch_to_space.cpp 2025-06-05T23:23:40.5926798Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/gather_nd.cpp 2025-06-05T23:23:40.5928118Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/deconvolution_onednn.cpp 2025-06-05T23:23:40.5929922Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/optimize_loop_single_evaluation.cpp 2025-06-05T23:23:40.5931518Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/concat_input_order.cpp 2025-06-05T23:23:40.5933124Z [ 5%] [cpplint] src/common/low_precision_transformations/src/reduce_base_transformation.cpp 2025-06-05T23:23:40.5934735Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.h 2025-06-05T23:23:40.5936116Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/concat.cpp 2025-06-05T23:23:40.5937328Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/border.cpp 2025-06-05T23:23:40.5938596Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/generate_proposals.cpp 2025-06-05T23:23:40.5939795Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/pass.cpp 2025-06-05T23:23:40.5941012Z [ 5%] [cpplint] src/common/low_precision_transformations/src/reduce_max.cpp 2025-06-05T23:23:40.5942490Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.cpp 2025-06-05T23:23:40.5944053Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/fully_connected_onednn.cpp 2025-06-05T23:23:40.5945671Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/fuse_primitives_with_layout.cpp 2025-06-05T23:23:40.5947052Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/crop.cpp 2025-06-05T23:23:40.5948229Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/grid_sample.cpp 2025-06-05T23:23:40.5949361Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp 2025-06-05T23:23:40.5950392Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/pass_config.cpp 2025-06-05T23:23:40.5951627Z [ 5%] [cpplint] src/common/low_precision_transformations/src/reduce_mean.cpp 2025-06-05T23:23:40.5953083Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.h 2025-06-05T23:23:40.5954673Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/graph_initializations.cpp 2025-06-05T23:23:40.5956248Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/grn.cpp 2025-06-05T23:23:40.5957485Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/detection_output.cpp 2025-06-05T23:23:40.5958905Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/propagate_buffer_offset.cpp 2025-06-05T23:23:40.5960306Z [ 5%] [cpplint] src/common/low_precision_transformations/src/reduce_min.cpp 2025-06-05T23:23:40.5961852Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.cpp 2025-06-05T23:23:40.5963317Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/bucketize.cpp 2025-06-05T23:23:40.5964608Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.cpp 2025-06-05T23:23:40.5966135Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/handle_reshape.cpp 2025-06-05T23:23:40.5967537Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/group_normalization.cpp 2025-06-05T23:23:40.5968935Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/propagate_subtensors.cpp 2025-06-05T23:23:40.5970498Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.h 2025-06-05T23:23:40.5971985Z [ 5%] [cpplint] src/common/low_precision_transformations/src/reduce_sum.cpp 2025-06-05T23:23:40.5973367Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/concatenation.cpp 2025-06-05T23:23:40.5974626Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/interpolate.cpp 2025-06-05T23:23:40.5976158Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_base.cpp 2025-06-05T23:23:40.5977706Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/mark_nodes.cpp 2025-06-05T23:23:40.5979000Z [ 5%] [cpplint] src/common/low_precision_transformations/src/relu.cpp 2025-06-05T23:23:40.5989745Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/reduce_decomposition.cpp 2025-06-05T23:23:40.5991408Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/lstm_seq_onednn.cpp 2025-06-05T23:23:40.5992732Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/convert_color.cpp 2025-06-05T23:23:40.5993964Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/kv_cache.cpp 2025-06-05T23:23:40.5995385Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/mark_runtime_skippable_nodes.cpp 2025-06-05T23:23:40.5997114Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_base.h 2025-06-05T23:23:40.5998604Z [ 5%] [cpplint] src/common/low_precision_transformations/src/reshape.cpp 2025-06-05T23:23:40.6000236Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/serialize_base.cpp 2025-06-05T23:23:40.6001508Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/eltwise.cpp 2025-06-05T23:23:40.6002743Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/convolution.cpp 2025-06-05T23:23:40.6003915Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/loop.cpp 2025-06-05T23:23:40.6005147Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/pooling_onednn.cpp 2025-06-05T23:23:40.6006748Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.cpp 2025-06-05T23:23:40.6008353Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/serialize_control_flow.cpp 2025-06-05T23:23:40.6009890Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/mark_shape_of_subgraphs.cpp 2025-06-05T23:23:40.6011709Z [ 5%] [cpplint] src/common/low_precision_transformations/src/rt_info/avg_pool_precision_preserved_attribute.cpp 2025-06-05T23:23:40.6013823Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.h 2025-06-05T23:23:40.6015366Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/reduce_onednn.cpp 2025-06-05T23:23:40.6016699Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/fake_convert.cpp 2025-06-05T23:23:40.6017911Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/crop.cpp 2025-06-05T23:23:40.6019190Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/serialize_data_flow.cpp 2025-06-05T23:23:40.6020657Z [ 5%] [cpplint] src/common/low_precision_transformations/src/rt_info/bias_attribute.cpp 2025-06-05T23:23:40.6021827Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/lrn.cpp 2025-06-05T23:23:40.6023281Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.cpp 2025-06-05T23:23:40.6025026Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/mark_state_init_subgraphs.cpp 2025-06-05T23:23:42.8017196Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp 2025-06-05T23:23:42.8018664Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/set_buffer_reg_group.cpp 2025-06-05T23:23:42.8019991Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/gather.cpp 2025-06-05T23:23:42.8021527Z [ 5%] [cpplint] src/common/low_precision_transformations/src/rt_info/intervals_alignment_attribute.cpp 2025-06-05T23:23:42.8023406Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.h 2025-06-05T23:23:42.8024876Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/matmul.cpp 2025-06-05T23:23:42.8026178Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/ctc_greedy_decoder.cpp 2025-06-05T23:23:42.8027740Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/oooq_memory_dependencies.cpp 2025-06-05T23:23:42.8030521Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/bucketize/bucketize_kernel_ref.cpp 2025-06-05T23:23:42.8032137Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/non_max_suppression.cpp 2025-06-05T23:23:42.8033483Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp 2025-06-05T23:23:42.8034719Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/ctc_loss.cpp 2025-06-05T23:23:42.8036189Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/set_dynamic_wa_to_outermost_loop.cpp 2025-06-05T23:23:42.8037860Z [ 5%] [cpplint] src/common/low_precision_transformations/src/rt_info/precision_preserved_attribute.cpp 2025-06-05T23:23:42.8039249Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/post_input_reorder.cpp 2025-06-05T23:23:42.8040436Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/matrix_nms.cpp 2025-06-05T23:23:42.8041886Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/bucketize/bucketize_kernel_ref.hpp 2025-06-05T23:23:42.8043368Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/cum_sum.cpp 2025-06-05T23:23:42.8044835Z [ 5%] [cpplint] src/common/low_precision_transformations/src/rt_info/precisions_attribute.cpp 2025-06-05T23:23:42.8046339Z [ 5%] [cpplint] src/common/snippets/src/lowered/pass/set_load_store_scalar.cpp 2025-06-05T23:23:42.8047772Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/post_optimize_weights.cpp 2025-06-05T23:23:42.8049216Z [ 5%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/multiclass_nms.cpp 2025-06-05T23:23:42.8050847Z [ 5%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/bucketize/bucketize_kernel_selector.cpp 2025-06-05T23:23:42.8052845Z [ 5%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/proposal.cpp 2025-06-05T23:23:42.8054548Z [ 6%] [cpplint] src/common/low_precision_transformations/src/rt_info/quantization_alignment_attribute.cpp 2025-06-05T23:23:42.8056184Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/solve_buffer_memory.cpp 2025-06-05T23:23:42.8057613Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/custom_primitive.cpp 2025-06-05T23:23:42.8059098Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/concatenation_onednn.hpp 2025-06-05T23:23:42.8060460Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/multinomial.cpp 2025-06-05T23:23:42.8062049Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/bucketize/bucketize_kernel_selector.hpp 2025-06-05T23:23:42.8063976Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/pre_replace_deconv.cpp 2025-06-05T23:23:42.8065756Z [ 6%] [cpplint] src/common/low_precision_transformations/src/rt_info/quantization_granularity_attribute.cpp 2025-06-05T23:23:42.8067344Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/split_loops.cpp 2025-06-05T23:23:42.8068717Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/convolution_onednn.hpp 2025-06-05T23:23:42.8070141Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/deconvolution.cpp 2025-06-05T23:23:42.8071918Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp 2025-06-05T23:23:42.8073539Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/mvn.cpp 2025-06-05T23:23:42.8075026Z [ 6%] [cpplint] src/common/low_precision_transformations/src/rt_info/quantization_mode_attribute.cpp 2025-06-05T23:23:42.8076497Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/range.cpp 2025-06-05T23:23:42.8077774Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/depth_to_space.cpp 2025-06-05T23:23:42.8079556Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.h 2025-06-05T23:23:42.8081340Z [ 6%] [cpplint] src/common/low_precision_transformations/src/shuffle_channels.cpp 2025-06-05T23:23:42.8082846Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/deconvolution_onednn.hpp 2025-06-05T23:23:42.8084411Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp 2025-06-05T23:23:42.8085674Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/non_max_suppression.cpp 2025-06-05T23:23:42.8086545Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/validate.cpp 2025-06-05T23:23:42.8087557Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/read_value.cpp 2025-06-05T23:23:42.8089047Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.cpp 2025-06-05T23:23:42.8090519Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/detection_output.cpp 2025-06-05T23:23:42.8091564Z [ 6%] [cpplint] src/common/low_precision_transformations/src/slice.cpp 2025-06-05T23:23:42.8093105Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/fully_connected_onednn.hpp 2025-06-05T23:23:42.8094392Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/non_zero.cpp 2025-06-05T23:23:42.8095721Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/validate_buffers.cpp 2025-06-05T23:23:42.8096789Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/reduce.cpp 2025-06-05T23:23:42.8097720Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/dft.cpp 2025-06-05T23:23:42.8099230Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.h 2025-06-05T23:23:42.8100531Z [ 6%] [cpplint] src/common/low_precision_transformations/src/space_to_batch.cpp 2025-06-05T23:23:42.8101528Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/normalize_l2.cpp 2025-06-05T23:23:42.8102591Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/validate_expanded_loops.cpp 2025-06-05T23:23:42.8103727Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.hpp 2025-06-05T23:23:42.8104818Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp 2025-06-05T23:23:42.8105744Z [ 6%] [cpplint] src/common/low_precision_transformations/src/split.cpp 2025-06-05T23:23:42.8107428Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.cpp 2025-06-05T23:23:42.8109060Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/dynamic_quantize.cpp 2025-06-05T23:23:42.8110165Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/one_hot.cpp 2025-06-05T23:23:42.8111469Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_padding.cpp 2025-06-05T23:23:42.8112908Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/validate_shapes.cpp 2025-06-05T23:23:42.8114202Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/lstm_seq_onednn.hpp 2025-06-05T23:23:42.8115330Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/reorder.cpp 2025-06-05T23:23:42.8116615Z [ 6%] [cpplint] src/common/low_precision_transformations/src/squeeze.cpp 2025-06-05T23:23:42.8118344Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.h 2025-06-05T23:23:42.8119988Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/eltwise.cpp 2025-06-05T23:23:42.8121121Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/pad.cpp 2025-06-05T23:23:42.8122356Z [ 6%] [cpplint] src/common/snippets/src/lowered/pass/validate_unified_loops.cpp 2025-06-05T23:23:42.8123692Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/scatter_update.cpp 2025-06-05T23:23:42.8125555Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp 2025-06-05T23:23:42.8127313Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/pooling_onednn.hpp 2025-06-05T23:23:42.8129043Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_primitive_fusing.cpp 2025-06-05T23:23:42.8130446Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/paged_attention.cpp 2025-06-05T23:23:42.8131525Z [ 6%] [cpplint] src/common/low_precision_transformations/src/strided_slice.cpp 2025-06-05T23:23:42.8132640Z [ 6%] [cpplint] src/common/snippets/src/lowered/port_connector.cpp 2025-06-05T23:23:42.8133755Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/select.cpp 2025-06-05T23:23:42.8135188Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.h 2025-06-05T23:23:42.8136695Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/embedding_bag.cpp 2025-06-05T23:23:44.9517884Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/primitive_onednn_base.h 2025-06-05T23:23:44.9519649Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/parameter.cpp 2025-06-05T23:23:44.9521130Z [ 6%] [cpplint] src/common/low_precision_transformations/src/subtract.cpp 2025-06-05T23:23:44.9522641Z [ 6%] [cpplint] src/common/snippets/src/lowered/port_descriptor.cpp 2025-06-05T23:23:44.9524934Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.cpp 2025-06-05T23:23:44.9526755Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/shape_of.cpp 2025-06-05T23:23:44.9528520Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_detection_output.cpp 2025-06-05T23:23:44.9530718Z [ 6%] [cpplint] src/common/low_precision_transformations/src/transparent_base_transformation.cpp 2025-06-05T23:23:44.9532400Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/placeholder.cpp 2025-06-05T23:23:44.9534292Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.h 2025-06-05T23:23:44.9536199Z [ 6%] [cpplint] src/common/snippets/src/lowered/specific_loop_iter_handlers.cpp 2025-06-05T23:23:44.9538013Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/strided_slice.cpp 2025-06-05T23:23:44.9541141Z [ 6%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_generate_proposals_single_image.cpp 2025-06-05T23:23:44.9542808Z [ 6%] [cpplint] src/common/low_precision_transformations/src/transpose.cpp 2025-06-05T23:23:44.9544008Z [ 6%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/pooling.cpp 2025-06-05T23:23:44.9545634Z [ 6%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.cpp 2025-06-05T23:23:44.9547233Z [ 6%] [cpplint] src/common/snippets/src/lowered/target_machine.cpp 2025-06-05T23:23:44.9548481Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/reduce_onednn.hpp 2025-06-05T23:23:44.9550147Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_prior_grid_generator.cpp 2025-06-05T23:23:44.9551675Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/tile.cpp 2025-06-05T23:23:44.9552927Z [ 7%] [cpplint] src/common/low_precision_transformations/src/unsqueeze.cpp 2025-06-05T23:23:44.9554148Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/prior_box.cpp 2025-06-05T23:23:44.9555759Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.h 2025-06-05T23:23:44.9557229Z [ 7%] [cpplint] src/common/snippets/src/op/brgemm.cpp 2025-06-05T23:23:44.9558611Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_primitive_fusing_through.cpp 2025-06-05T23:23:44.9560470Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_roi_feature_extractor.cpp 2025-06-05T23:23:44.9562102Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/cpu/cpu_impl_helpers.hpp 2025-06-05T23:23:44.9563492Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.hpp 2025-06-05T23:23:44.9564901Z [ 7%] [cpplint] src/common/low_precision_transformations/src/variadic_split.cpp 2025-06-05T23:23:44.9566666Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.cpp 2025-06-05T23:23:44.9568243Z [ 7%] [cpplint] src/common/snippets/src/op/broadcastload.cpp 2025-06-05T23:23:44.9569376Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/proposal.cpp 2025-06-05T23:23:44.9570835Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_topk_rois.cpp 2025-06-05T23:23:44.9572534Z [ 7%] [cpplint] src/common/low_precision_transformations/src/weightable_layer_transformation.cpp 2025-06-05T23:23:44.9574255Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_quantization.cpp 2025-06-05T23:23:44.9575491Z [ 7%] [cpplint] openvino_intel_gpu_cpu_obj_cpplint 2025-06-05T23:23:44.9576606Z [ 7%] Built target openvino_intel_gpu_cpu_obj_cpplint 2025-06-05T23:23:44.9578029Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.h 2025-06-05T23:23:44.9579476Z [ 7%] [cpplint] openvino_intel_gpu_onednn_obj_cpplint 2025-06-05T23:23:44.9580569Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/weights_bank.hpp 2025-06-05T23:23:44.9581483Z [ 7%] Built target openvino_intel_gpu_onednn_obj_cpplint 2025-06-05T23:23:44.9582693Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/add.hpp 2025-06-05T23:23:44.9583872Z [ 7%] [cpplint] src/common/snippets/src/op/broadcastmove.cpp 2025-06-05T23:23:44.9585139Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/extract_image_patches.cpp 2025-06-05T23:23:44.9586625Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/random_uniform.cpp 2025-06-05T23:23:44.9588235Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.cpp 2025-06-05T23:23:44.9590207Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/align_quantization_intervals.hpp 2025-06-05T23:23:44.9591894Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/async_infer_request.hpp 2025-06-05T23:23:44.9593050Z [ 7%] [cpplint] src/common/snippets/src/op/buffer.cpp 2025-06-05T23:23:44.9594093Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/eye.cpp 2025-06-05T23:23:44.9595336Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/fully_connected.cpp 2025-06-05T23:23:44.9596557Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/range.cpp 2025-06-05T23:23:44.9598068Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.h 2025-06-05T23:23:44.9600028Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/align_quantization_parameters.hpp 2025-06-05T23:23:44.9601797Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/propagate_constants.cpp 2025-06-05T23:23:44.9604331Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/backends.hpp 2025-06-05T23:23:44.9605530Z [ 7%] [cpplint] src/common/snippets/src/op/convert_saturation.cpp 2025-06-05T23:23:44.9606696Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/gather.cpp 2025-06-05T23:23:44.9607851Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/reduce.cpp 2025-06-05T23:23:44.9609345Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/assign_and_read_value.hpp 2025-06-05T23:23:44.9611233Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.cpp 2025-06-05T23:23:44.9612747Z [ 7%] [cpplint] src/common/snippets/src/op/convert_truncation.cpp 2025-06-05T23:23:44.9614046Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/compiled_model.hpp 2025-06-05T23:23:44.9615375Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/gather_elements.cpp 2025-06-05T23:23:44.9616863Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/remove_redundant_reorders.cpp 2025-06-05T23:23:44.9618597Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.h 2025-06-05T23:23:44.9620321Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/avg_pool.hpp 2025-06-05T23:23:44.9621514Z [ 7%] [cpplint] src/common/snippets/src/op/fill.cpp 2025-06-05T23:23:44.9622445Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/region_yolo.cpp 2025-06-05T23:23:44.9623498Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/metadata.hpp 2025-06-05T23:23:44.9624938Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.cpp 2025-06-05T23:23:44.9626174Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/gather_tree.cpp 2025-06-05T23:23:44.9627824Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.cpp 2025-06-05T23:23:44.9629883Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/base_matcher_pass.hpp 2025-06-05T23:23:44.9631106Z [ 7%] [cpplint] src/common/snippets/src/op/horizon_max.cpp 2025-06-05T23:23:44.9632204Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/reorg_yolo.cpp 2025-06-05T23:23:44.9633301Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/gemm.cpp 2025-06-05T23:23:44.9635155Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.h 2025-06-05T23:23:44.9636888Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/generate_proposals.cpp 2025-06-05T23:23:44.9638197Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/metrics.hpp 2025-06-05T23:23:44.9639706Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/batch_to_space.hpp 2025-06-05T23:23:44.9641098Z [ 7%] [cpplint] src/common/snippets/src/op/horizon_sum.cpp 2025-06-05T23:23:44.9642173Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/reshape.cpp 2025-06-05T23:23:44.9643489Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/reorder_inputs.cpp 2025-06-05T23:23:44.9645287Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp 2025-06-05T23:23:47.1859443Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/broadcast.hpp 2025-06-05T23:23:47.1860912Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/grid_sample.cpp 2025-06-05T23:23:47.1861987Z [ 7%] [cpplint] src/common/snippets/src/op/kernel.cpp 2025-06-05T23:23:47.1863055Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/plugin.hpp 2025-06-05T23:23:47.1864169Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/result.cpp 2025-06-05T23:23:47.1865303Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/grn.cpp 2025-06-05T23:23:47.1866646Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/clamp.hpp 2025-06-05T23:23:47.1867865Z [ 7%] [cpplint] src/common/snippets/src/op/load.cpp 2025-06-05T23:23:47.1869060Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/group_normalization.cpp 2025-06-05T23:23:47.1870842Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.h 2025-06-05T23:23:47.1872425Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/reverse.cpp 2025-06-05T23:23:47.1873738Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.cpp 2025-06-05T23:23:47.1875111Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/include/remote_context.hpp 2025-06-05T23:23:47.1876720Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/cleanup_transformation.hpp 2025-06-05T23:23:47.1878121Z [ 7%] [cpplint] src/common/snippets/src/op/loop.cpp 2025-06-05T23:23:47.1879455Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/kernels_cache.cpp 2025-06-05T23:23:47.1880766Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/reverse_sequence.cpp 2025-06-05T23:23:47.1882535Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp 2025-06-05T23:23:47.1884623Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/async_infer_request.cpp 2025-06-05T23:23:47.1886408Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/common/fake_quantize_dequantization.hpp 2025-06-05T23:23:47.1887968Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/rms.cpp 2025-06-05T23:23:47.1889252Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/reorder_transfer.cpp 2025-06-05T23:23:47.1890520Z [ 7%] [cpplint] src/common/snippets/src/op/memory_access.cpp 2025-06-05T23:23:47.1891645Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/backends.cpp 2025-06-05T23:23:47.1893285Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/common/ie_lpt_exception.hpp 2025-06-05T23:23:47.1894761Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/rnn.cpp 2025-06-05T23:23:47.1896575Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.h 2025-06-05T23:23:47.1898432Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/select_preferred_formats.cpp 2025-06-05T23:23:47.1899655Z [ 7%] [cpplint] src/common/snippets/src/op/nop.cpp 2025-06-05T23:23:47.1900732Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/compiled_model.cpp 2025-06-05T23:23:47.1902592Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/common/port_quantization_granularity_restriction.hpp 2025-06-05T23:23:47.1904368Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/kv_cache.cpp 2025-06-05T23:23:47.1906172Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.cpp 2025-06-05T23:23:47.1907779Z [ 7%] [cpplint] src/common/snippets/src/op/perf_count.cpp 2025-06-05T23:23:47.1908861Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/roi_align.cpp 2025-06-05T23:23:47.1910354Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/skipped_branch_memory_dependencies.cpp 2025-06-05T23:23:47.1912279Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/common/precisions_restriction.hpp 2025-06-05T23:23:47.1913850Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/lrn.cpp 2025-06-05T23:23:47.1915583Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.h 2025-06-05T23:23:47.1917336Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/roi_align_rotated.cpp 2025-06-05T23:23:47.1918559Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/extension.cpp 2025-06-05T23:23:47.1919888Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/trim_to_outputs.cpp 2025-06-05T23:23:47.1921192Z [ 7%] [cpplint] src/common/snippets/src/op/rank_normalization.cpp 2025-06-05T23:23:47.1922958Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/common/quantization_granularity_restriction.hpp 2025-06-05T23:23:47.1924708Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/lstm_cell.cpp 2025-06-05T23:23:47.1925920Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/roi_pooling.cpp 2025-06-05T23:23:47.1927096Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/metadata.cpp 2025-06-05T23:23:47.1932940Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp 2025-06-05T23:23:47.1934645Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/matrix_nms.cpp 2025-06-05T23:23:47.1936126Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/update_inner_program_io_map.cpp 2025-06-05T23:23:47.1937702Z [ 7%] [cpplint] src/common/snippets/src/op/reduce.cpp 2025-06-05T23:23:47.1938965Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/concat.hpp 2025-06-05T23:23:47.1940411Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/multiclass_nms.cpp 2025-06-05T23:23:47.1941556Z [ 7%] [cpplint] src/common/snippets/src/op/reg_spill.cpp 2025-06-05T23:23:47.1942595Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/roll.cpp 2025-06-05T23:23:47.1943671Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/grid_sample.cpp 2025-06-05T23:23:47.1944797Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/metrics.cpp 2025-06-05T23:23:47.1945978Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/multinomial.cpp 2025-06-05T23:23:47.1947571Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/convert.hpp 2025-06-05T23:23:47.1949512Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.h 2025-06-05T23:23:47.1951224Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/mutable_data.cpp 2025-06-05T23:23:47.1952348Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/grn.cpp 2025-06-05T23:23:47.1953303Z [ 7%] [cpplint] src/common/snippets/src/op/reorder.cpp 2025-06-05T23:23:47.1954329Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/rope.cpp 2025-06-05T23:23:47.1955835Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp 2025-06-05T23:23:47.1957519Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/src/remote_context.cpp 2025-06-05T23:23:47.1959173Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/convert_subtract_constant.hpp 2025-06-05T23:23:47.1960686Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/mvn.cpp 2025-06-05T23:23:47.1962041Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/scaled_dot_product_attention.cpp 2025-06-05T23:23:47.1963438Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/group_normalization.cpp 2025-06-05T23:23:47.1964628Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/input_layout.cpp 2025-06-05T23:23:47.1965680Z [ 7%] [cpplint] src/common/snippets/src/op/reshape.cpp 2025-06-05T23:23:47.1967253Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.h 2025-06-05T23:23:47.1969149Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/convolution.hpp 2025-06-05T23:23:47.1970683Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/accuracy/comparator.cpp 2025-06-05T23:23:47.1972092Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/scatter_elements_update.cpp 2025-06-05T23:23:47.1973523Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/kernel_impl_params.cpp 2025-06-05T23:23:47.1974604Z [ 7%] [cpplint] src/common/snippets/src/op/scalar.cpp 2025-06-05T23:23:47.1975811Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/non_max_suppression.cpp 2025-06-05T23:23:47.1977035Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/kv_cache.cpp 2025-06-05T23:23:47.1978783Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp 2025-06-05T23:23:47.1980914Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/convolution_backprop_data.hpp 2025-06-05T23:23:47.1982526Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/accuracy/comparator.hpp 2025-06-05T23:23:47.1984053Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/layout_optimizer.cpp 2025-06-05T23:23:47.1985293Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/scatter_nd_update.cpp 2025-06-05T23:23:47.1986518Z [ 7%] [cpplint] src/common/snippets/src/op/serialization_node.cpp 2025-06-05T23:23:49.6097517Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/create_attribute.hpp 2025-06-05T23:23:49.6098937Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/non_zero.cpp 2025-06-05T23:23:49.6100161Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/base_sync_infer_request.cpp 2025-06-05T23:23:49.6101247Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/loop.cpp 2025-06-05T23:23:49.6102246Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/scatter_update.cpp 2025-06-05T23:23:49.6103174Z [ 7%] [cpplint] src/common/snippets/src/op/store.cpp 2025-06-05T23:23:49.6104988Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.hpp 2025-06-05T23:23:49.6107134Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/create_precisions_dependent_attribute.hpp 2025-06-05T23:23:49.6108647Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/normalize.cpp 2025-06-05T23:23:49.6109704Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/search_sorted.cpp 2025-06-05T23:23:49.6110627Z [ 7%] [cpplint] src/common/snippets/src/op/subgraph.cpp 2025-06-05T23:23:49.6111924Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp 2025-06-05T23:23:49.6113541Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/depth_to_space.hpp 2025-06-05T23:23:49.6114771Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/select.cpp 2025-06-05T23:23:49.6115918Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/one_hot.cpp 2025-06-05T23:23:49.6117197Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/base_sync_infer_request.hpp 2025-06-05T23:23:49.6118770Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/eliminate_fake_quantize.hpp 2025-06-05T23:23:49.6120324Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/paged_attention.cpp 2025-06-05T23:23:49.6121429Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/shape_of.cpp 2025-06-05T23:23:49.6122767Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.h 2025-06-05T23:23:49.6124431Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/eltwise_base_transformation.hpp 2025-06-05T23:23:49.6125717Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/common.hpp 2025-06-05T23:23:49.6126736Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/shuffle_channels.cpp 2025-06-05T23:23:49.6127698Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/lrn.cpp 2025-06-05T23:23:49.6128762Z [ 7%] [cpplint] src/common/snippets/src/op/vector_buffer.cpp 2025-06-05T23:23:49.6130175Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp16.h 2025-06-05T23:23:49.6131912Z [ 7%] [cpplint] src/common/low_precision_transformations/include/low_precision/fake_quantize.hpp 2025-06-05T23:23:49.6133317Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/lstm_cell.cpp 2025-06-05T23:23:49.6134458Z [ 7%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/compiled_model.cpp 2025-06-05T23:23:49.6137053Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/slice.cpp 2025-06-05T23:23:49.6138489Z [ 7%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/softmax.cpp 2025-06-05T23:23:49.6139634Z [ 7%] [cpplint] src/common/snippets/src/pass/align_element_types.cpp 2025-06-05T23:23:49.6140747Z [ 7%] [cpplint] src/plugins/intel_gpu/src/graph/lstm_seq.cpp 2025-06-05T23:23:49.6142331Z [ 7%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp32.h 2025-06-05T23:23:49.6144326Z [ 8%] [cpplint] src/common/low_precision_transformations/include/low_precision/fake_quantize_decomposition.hpp 2025-06-05T23:23:49.6145890Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/space_to_batch.cpp 2025-06-05T23:23:49.6147096Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/space_to_depth.cpp 2025-06-05T23:23:49.6148840Z [ 8%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp 2025-06-05T23:23:49.6150638Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/matrix_nms.cpp 2025-06-05T23:23:49.6151862Z [ 8%] [cpplint] src/common/snippets/src/pass/analyze_broadcastable_inputs.cpp 2025-06-05T23:23:49.6153389Z [ 8%] [cpplint] src/common/low_precision_transformations/include/low_precision/fold_convert.hpp 2025-06-05T23:23:49.6154800Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/permute.cpp 2025-06-05T23:23:49.6155935Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/split.cpp 2025-06-05T23:23:49.6156983Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/stft.cpp 2025-06-05T23:23:49.6158073Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/multiclass_nms.cpp 2025-06-05T23:23:49.6159563Z [ 8%] [cpplint] src/common/low_precision_transformations/include/low_precision/fold_fake_quantize.hpp 2025-06-05T23:23:49.6161090Z [ 8%] [cpplint] src/common/snippets/src/pass/broadcast_to_movebroadcast.cpp 2025-06-05T23:23:49.6162392Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/strided_slice.cpp 2025-06-05T23:23:49.6163586Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/pooling.cpp 2025-06-05T23:23:49.6165253Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/swiglu.cpp 2025-06-05T23:23:49.6166339Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/multinomial.cpp 2025-06-05T23:23:49.6167976Z [ 8%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.h 2025-06-05T23:23:49.6169824Z [ 8%] [cpplint] src/common/low_precision_transformations/include/low_precision/fuse_convert.hpp 2025-06-05T23:23:49.6171071Z [ 8%] [cpplint] src/common/snippets/src/pass/canonicalization.cpp 2025-06-05T23:23:49.6172464Z [ 8%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/compiled_model.hpp 2025-06-05T23:23:49.6173960Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/tile.cpp 2025-06-05T23:23:49.6176744Z [ 8%] [cpplint] src/common/low_precision_transformations/include/low_precision/fuse_elementwise_to_fake_quantize.hpp 2025-06-05T23:23:49.6178348Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/prior_box.cpp 2025-06-05T23:23:49.6179506Z [ 8%] [cpplint] src/plugins/intel_gpu/src/graph/mutable_data.cpp 2025-06-05T23:23:49.6180987Z [ 8%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.cpp 2025-06-05T23:23:49.6182491Z [ 8%] [cpplint] src/common/snippets/src/pass/collapse_subgraph.cpp 2025-06-05T23:23:49.6183679Z [ 8%] [cpplint] src/common/snippets/src/pass/common_optimizations.cpp 2025-06-05T23:23:49.6184812Z [ 8%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/topk.cpp 2025-06-05T23:23:49.6186374Z [ 8%] [cpplint] src/common/low_precision_transformations/include/low_precision/fuse_multiply_to_fake_quantize.hpp 2025-06-05T23:23:49.6188133Z [ 9%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/quantize.cpp 2025-06-05T23:23:49.6189222Z [ 9%] [cpplint] src/plugins/intel_gpu/src/graph/mvn.cpp 2025-06-05T23:23:49.6190272Z [ 9%] [cpplint] src/common/snippets/src/pass/convert_constants.cpp 2025-06-05T23:23:49.6191551Z [ 9%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/just_sync_infer_request.cpp 2025-06-05T23:23:49.6193258Z [ 9%] [cpplint] src/common/low_precision_transformations/include/low_precision/fuse_subtract_to_fake_quantize.hpp 2025-06-05T23:23:49.6194785Z [ 10%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/transpose.cpp 2025-06-05T23:23:49.6195876Z [ 10%] [cpplint] src/plugins/intel_gpu/src/graph/network.cpp 2025-06-05T23:23:49.6197072Z [ 10%] [cpplint] src/common/snippets/src/pass/convert_power_to_powerstatic.cpp 2025-06-05T23:23:49.6198833Z [ 11%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.h 2025-06-05T23:23:49.6200454Z [ 11%] [cpplint] src/common/snippets/src/pass/explicit_transpose_matmul_inputs.cpp 2025-06-05T23:23:49.6201844Z [ 11%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/random_uniform.cpp 2025-06-05T23:23:49.6203289Z [ 11%] [cpplint] src/common/low_precision_transformations/include/low_precision/gather.hpp 2025-06-05T23:23:49.6204549Z [ 11%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/unary.cpp 2025-06-05T23:23:49.6205672Z [ 11%] [cpplint] src/common/snippets/src/pass/extract_constants.cpp 2025-06-05T23:23:49.6206835Z [ 11%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/range.cpp 2025-06-05T23:23:49.6208413Z [ 11%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.cpp 2025-06-05T23:23:49.6210029Z [ 11%] [cpplint] src/common/snippets/src/pass/extract_reshapes_from_mha.cpp 2025-06-05T23:23:49.6211588Z [ 11%] [cpplint] src/common/low_precision_transformations/include/low_precision/group_convolution.hpp 2025-06-05T23:23:49.6213290Z [ 11%] [cpplint] src/common/snippets/src/pass/extract_unsupported_transposes.cpp 2025-06-05T23:23:49.6214716Z [ 11%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/just_sync_infer_request.hpp 2025-06-05T23:23:49.6216331Z [ 11%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.h 2025-06-05T23:23:49.6217794Z [ 11%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reduce.cpp 2025-06-05T23:23:52.0647010Z [ 11%] [cpplint] src/common/snippets/src/pass/fc_tokenization.cpp 2025-06-05T23:23:52.0648839Z [ 11%] [cpplint] src/common/low_precision_transformations/include/low_precision/interpolate.hpp 2025-06-05T23:23:52.0650562Z [ 11%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/unique.cpp 2025-06-05T23:23:52.0651908Z [ 12%] [cpplint] src/common/snippets/src/pass/fq_decomposition.cpp 2025-06-05T23:23:52.0654069Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp 2025-06-05T23:23:52.0656085Z [ 12%] [cpplint] src/common/snippets/src/pass/fuse_transpose_brgemm.cpp 2025-06-05T23:23:52.0657971Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/layer_transformation.hpp 2025-06-05T23:23:52.0659831Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/region_yolo.cpp 2025-06-05T23:23:52.0756376Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/lazy_tensor.cpp 2025-06-05T23:23:52.0757620Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/nodes_ordering.cpp 2025-06-05T23:23:52.0758807Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/ops/variable.cpp 2025-06-05T23:23:52.0760809Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.h 2025-06-05T23:23:52.0762476Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/register.cpp 2025-06-05T23:23:52.0763702Z [ 12%] [cpplint] src/common/snippets/src/pass/gn_decomposition.cpp 2025-06-05T23:23:52.0764934Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/non_max_suppression.cpp 2025-06-05T23:23:52.0766156Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/program_builder.cpp 2025-06-05T23:23:52.0767343Z [ 12%] [cpplint] src/common/snippets/src/pass/gn_tokenization.cpp 2025-06-05T23:23:52.0768982Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp 2025-06-05T23:23:52.0770614Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/lazy_tensor.hpp 2025-06-05T23:23:52.0772046Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reorder.cpp 2025-06-05T23:23:52.0773628Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/low_precision.hpp 2025-06-05T23:23:52.0774955Z [ 12%] [cpplint] src/common/snippets/src/pass/hash.cpp 2025-06-05T23:23:52.0775963Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/non_zero.cpp 2025-06-05T23:23:52.0777150Z [ 12%] [cpplint] src/common/snippets/src/pass/insert_movebroadcast.cpp 2025-06-05T23:23:52.0778838Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.h 2025-06-05T23:23:52.0780503Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/llm_compiled_model.cpp 2025-06-05T23:23:52.0781753Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/remote_context.cpp 2025-06-05T23:23:52.0782975Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reorg_yolo.cpp 2025-06-05T23:23:52.0784442Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/lpt_itt.hpp 2025-06-05T23:23:52.0785761Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/normalize.cpp 2025-06-05T23:23:52.0786822Z [ 12%] [cpplint] src/common/snippets/src/pass/manager.cpp 2025-06-05T23:23:52.0788551Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp 2025-06-05T23:23:52.0790605Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/lpt_visibility.hpp 2025-06-05T23:23:52.0792020Z [ 12%] [cpplint] src/common/snippets/src/pass/matmul_to_brgemm.cpp 2025-06-05T23:23:52.0793186Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/resample.cpp 2025-06-05T23:23:52.0794329Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/one_hot.cpp 2025-06-05T23:23:52.0795464Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/paged_attention.cpp 2025-06-05T23:23:52.0796628Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/remote_tensor.cpp 2025-06-05T23:23:52.0798427Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h 2025-06-05T23:23:52.0800652Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/markup_avg_pool_precision_preserved.hpp 2025-06-05T23:23:52.0802265Z [ 12%] [cpplint] src/common/snippets/src/pass/mha_tokenization.cpp 2025-06-05T23:23:52.0803454Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reshape.cpp 2025-06-05T23:23:52.0804619Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/pass_manager.cpp 2025-06-05T23:23:52.0805718Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/permute.cpp 2025-06-05T23:23:52.0807397Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.cpp 2025-06-05T23:23:52.0809494Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/markup_bias.hpp 2025-06-05T23:23:52.0810879Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/simple_math.cpp 2025-06-05T23:23:52.0812049Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reverse.cpp 2025-06-05T23:23:52.0813422Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/llm_compiled_model.hpp 2025-06-05T23:23:52.0814597Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/pooling.cpp 2025-06-05T23:23:52.0816251Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.h 2025-06-05T23:23:52.0817870Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/primitive_inst.cpp 2025-06-05T23:23:52.0819530Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/markup_can_be_quantized.hpp 2025-06-05T23:23:52.0821052Z [ 12%] [cpplint] src/common/snippets/src/pass/positioned_pass.cpp 2025-06-05T23:23:52.0822314Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reverse_sequence.cpp 2025-06-05T23:23:52.0824090Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp 2025-06-05T23:23:52.0825758Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/llm_infer_request.cpp 2025-06-05T23:23:52.0827030Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/sync_infer_request.cpp 2025-06-05T23:23:52.0829108Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/markup_precisions.hpp 2025-06-05T23:23:52.0830537Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/prior_box.cpp 2025-06-05T23:23:52.0831723Z [ 12%] [cpplint] src/common/snippets/src/pass/propagate_precision.cpp 2025-06-05T23:23:52.0832915Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/rms.cpp 2025-06-05T23:23:52.0834554Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.h 2025-06-05T23:23:52.0836618Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/markup_quantization_granularity.hpp 2025-06-05T23:23:52.0838277Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/llm_infer_request.hpp 2025-06-05T23:23:52.0839544Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/rnn_seq.cpp 2025-06-05T23:23:52.0841172Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.cpp 2025-06-05T23:23:52.0842945Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/mat_mul.hpp 2025-06-05T23:23:52.0844414Z [ 12%] [cpplint] src/common/snippets/src/pass/reduce_to_snippets_reduce.cpp 2025-06-05T23:23:52.0845645Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/logging.cpp 2025-06-05T23:23:52.0846742Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/program.cpp 2025-06-05T23:23:52.0848267Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.h 2025-06-05T23:23:52.0849846Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/roi_align.cpp 2025-06-05T23:23:52.0851297Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/max_pool.hpp 2025-06-05T23:23:52.0852723Z [ 12%] [cpplint] src/common/snippets/src/pass/softmax_decomposition.cpp 2025-06-05T23:23:52.0854369Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/bcast_and_pad_zp_buffers.cpp 2025-06-05T23:23:52.0855772Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/logging.hpp 2025-06-05T23:23:52.0857685Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp 2025-06-05T23:23:52.0859668Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/move_fake_quantize.hpp 2025-06-05T23:23:52.0861184Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/roi_pooling.cpp 2025-06-05T23:23:52.0862531Z [ 12%] [cpplint] src/common/snippets/src/pass/softmax_reshape_elimination.cpp 2025-06-05T23:23:52.0864032Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/multiply.hpp 2025-06-05T23:23:52.0865633Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/compiler.cpp 2025-06-05T23:23:52.0867200Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/binary_conv_to_conv.cpp 2025-06-05T23:23:52.0868670Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/roll.cpp 2025-06-05T23:23:54.3696843Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.h 2025-06-05T23:23:54.3698454Z [ 12%] [cpplint] src/common/snippets/src/pass/split_dimension_m.cpp 2025-06-05T23:23:54.3699991Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/multiply_partial.hpp 2025-06-05T23:23:54.3701408Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/rope.cpp 2025-06-05T23:23:54.3702722Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/clamp_fp16_output.cpp 2025-06-05T23:23:54.3704642Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv32.cpp 2025-06-05T23:23:54.3706764Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/multiply_to_group_convolution.hpp 2025-06-05T23:23:54.3708529Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/compiler.hpp 2025-06-05T23:23:54.3709811Z [ 12%] [cpplint] src/common/snippets/src/pass/subgraph_manager.cpp 2025-06-05T23:23:54.3711232Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/convert_convolution.cpp 2025-06-05T23:23:54.3712863Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/scaled_dot_product_attention.cpp 2025-06-05T23:23:54.3714439Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/mvn.hpp 2025-06-05T23:23:54.3715979Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/graph.cpp 2025-06-05T23:23:54.3717822Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv32.h 2025-06-05T23:23:54.3719461Z [ 12%] [cpplint] src/common/snippets/src/pass/tokenization.cpp 2025-06-05T23:23:54.3720680Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/program_dump_graph.cpp 2025-06-05T23:23:54.3722204Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/network_helper.hpp 2025-06-05T23:23:54.3724239Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp 2025-06-05T23:23:54.3726087Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/graph.hpp 2025-06-05T23:23:54.3727396Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/program_helpers.cpp 2025-06-05T23:23:54.3728925Z [ 12%] [cpplint] src/common/snippets/src/pass/transform_convert.cpp 2025-06-05T23:23:54.3730415Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.cpp 2025-06-05T23:23:54.3732040Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/scatter_elements_update.cpp 2025-06-05T23:23:54.3733783Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/program_node.cpp 2025-06-05T23:23:54.3735499Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.h 2025-06-05T23:23:54.3737239Z [ 12%] [cpplint] src/common/snippets/src/pass/transpose_decomposition.cpp 2025-06-05T23:23:54.3738433Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/proposal.cpp 2025-06-05T23:23:54.3739731Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/group.cpp 2025-06-05T23:23:54.3741163Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/scatter_nd_update.cpp 2025-06-05T23:23:54.3742680Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.cpp 2025-06-05T23:23:54.3744512Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/normalize_l2.hpp 2025-06-05T23:23:54.3746495Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp 2025-06-05T23:23:54.3748128Z [ 12%] [cpplint] src/common/snippets/src/pass/validate.cpp 2025-06-05T23:23:54.3749163Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/quantize.cpp 2025-06-05T23:23:54.3750377Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.cpp 2025-06-05T23:23:54.3751826Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/pad.hpp 2025-06-05T23:23:54.3753774Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.h 2025-06-05T23:23:54.3755666Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/group.hpp 2025-06-05T23:23:54.3757285Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.cpp 2025-06-05T23:23:54.3758706Z [ 12%] [cpplint] src/common/snippets/src/runtime_configurator.cpp 2025-06-05T23:23:54.3759867Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/random_uniform.cpp 2025-06-05T23:23:54.3761225Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/prelu.hpp 2025-06-05T23:23:54.3762657Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/search_sorted.cpp 2025-06-05T23:23:54.3764449Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp 2025-06-05T23:23:54.3766165Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/convert_shapeof.cpp 2025-06-05T23:23:54.3767699Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/repeated.cpp 2025-06-05T23:23:54.3769412Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/propagate_precisions.hpp 2025-06-05T23:23:54.3770842Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/range.cpp 2025-06-05T23:23:54.3771946Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/select.cpp 2025-06-05T23:23:54.3773376Z [ 12%] [cpplint] src/common/snippets/src/shape_inference/shape_infer_instances.cpp 2025-06-05T23:23:54.3775223Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.h 2025-06-05T23:23:54.3777315Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/convert_stridedslices_to_variadicsplit.cpp 2025-06-05T23:23:54.3779549Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/repeated.hpp 2025-06-05T23:23:54.3781290Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/propagate_shared_value.hpp 2025-06-05T23:23:54.3782953Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/read_value.cpp 2025-06-05T23:23:54.3784194Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/shuffle_channels.cpp 2025-06-05T23:23:54.3785898Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp 2025-06-05T23:23:54.3787401Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/reduce.cpp 2025-06-05T23:23:54.3788596Z [ 12%] [cpplint] src/common/snippets/src/shape_inference/shape_inference.cpp 2025-06-05T23:23:54.3790269Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.cpp 2025-06-05T23:23:54.3791758Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/region_yolo.cpp 2025-06-05T23:23:54.3793107Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/snapshot.cpp 2025-06-05T23:23:54.3795153Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/propagate_through_precision_preserved.hpp 2025-06-05T23:23:54.3796807Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/slice.cpp 2025-06-05T23:23:54.3798444Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.h 2025-06-05T23:23:54.3800106Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/activations_impls.cpp 2025-06-05T23:23:54.3801397Z [ 12%] [cpplint] src/common/snippets/src/utils/debug_caps_config.cpp 2025-06-05T23:23:54.3802682Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/arg_max_min_impls.cpp 2025-06-05T23:23:54.3804266Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_scalar_output.cpp 2025-06-05T23:23:54.3806089Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/propagate_to_input.hpp 2025-06-05T23:23:54.3808071Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp 2025-06-05T23:23:54.3809783Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/broadcast_impls.cpp 2025-06-05T23:23:54.3811063Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/softmax.cpp 2025-06-05T23:23:54.3812193Z [ 12%] [cpplint] src/common/snippets/src/utils/loop_utils.cpp 2025-06-05T23:23:54.3813546Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/concatenation_impls.cpp 2025-06-05T23:23:54.3815228Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/dynamic_quantize_fully_connected.cpp 2025-06-05T23:23:54.3817264Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.h 2025-06-05T23:23:54.3818992Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/space_to_batch.cpp 2025-06-05T23:23:54.3820677Z [ 12%] [cpplint] src/common/snippets/src/utils/tokenization_utils.cpp 2025-06-05T23:23:54.3821956Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/space_to_depth.cpp 2025-06-05T23:23:56.4256174Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/convolution_impls.cpp 2025-06-05T23:23:56.4258000Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/pull_reshape_through_dequantization.hpp 2025-06-05T23:23:56.4259842Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/snapshot.hpp 2025-06-05T23:23:56.4261450Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/einsum_decomposition.cpp 2025-06-05T23:23:56.4263402Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp 2025-06-05T23:23:56.4265168Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/crop_impls.cpp 2025-06-05T23:23:56.4266756Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/stft.cpp 2025-06-05T23:23:56.4267948Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/strided_slice.cpp 2025-06-05T23:23:56.4269693Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/pull_transpose_through_dequantization.hpp 2025-06-05T23:23:56.4271226Z [ 12%] [cpplint] src/common/snippets/src/utils/utils.cpp 2025-06-05T23:23:56.4272682Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/utils/attribute_visitor.hpp 2025-06-05T23:23:56.4274250Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/deconvolution_impls.cpp 2025-06-05T23:23:56.4276030Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.h 2025-06-05T23:23:56.4278025Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/detection_output_impls.cpp 2025-06-05T23:23:56.4279736Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/quantization_details.hpp 2025-06-05T23:23:56.4281218Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/swiglu.cpp 2025-06-05T23:23:56.4282486Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/eltwise_impls.cpp 2025-06-05T23:23:56.4283942Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/utils/utils.cpp 2025-06-05T23:23:56.4285696Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.cpp 2025-06-05T23:23:56.4287547Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.h 2025-06-05T23:23:56.4289301Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/recurrent_cell.hpp 2025-06-05T23:23:56.4290703Z [ 12%] [cpplint] src/common/snippets/include/snippets/emitter.hpp 2025-06-05T23:23:56.4292049Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/fc_convert_fusion.cpp 2025-06-05T23:23:56.4293487Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/tile.cpp 2025-06-05T23:23:56.4294772Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/fake_convert_impls.cpp 2025-06-05T23:23:56.4296612Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp 2025-06-05T23:23:56.4298527Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/online/utils/utils.hpp 2025-06-05T23:23:56.4300302Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/reduce_base_transformation.hpp 2025-06-05T23:23:56.4302160Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/reduce_max.hpp 2025-06-05T23:23:56.4303713Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/fully_connected_impls.cpp 2025-06-05T23:23:56.4305218Z [ 12%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/fc_horizontal_fusion.cpp 2025-06-05T23:23:56.4306600Z [ 12%] [cpplint] src/common/snippets/include/snippets/generator.hpp 2025-06-05T23:23:56.4307786Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/unique.cpp 2025-06-05T23:23:56.4309140Z [ 12%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/partitioning.cpp 2025-06-05T23:23:56.4310749Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/reduce_mean.hpp 2025-06-05T23:23:56.4312342Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/reduce_min.hpp 2025-06-05T23:23:56.4314265Z [ 12%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.h 2025-06-05T23:23:56.4316105Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/registry/gather_impls.cpp 2025-06-05T23:23:56.4317281Z [ 12%] [cpplint] src/common/snippets/include/snippets/itt.hpp 2025-06-05T23:23:56.4318465Z [ 12%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/convolution.hpp 2025-06-05T23:23:56.4319920Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/reduce_sum.hpp 2025-06-05T23:23:56.4321510Z [ 12%] [cpplint] src/common/low_precision_transformations/include/low_precision/relu.hpp 2025-06-05T23:23:56.4322916Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/gather_nd_impls.cpp 2025-06-05T23:23:56.4324730Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp 2025-06-05T23:23:56.4326714Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/fc_per_layer_scaling.cpp 2025-06-05T23:23:56.4328233Z [ 13%] [cpplint] src/common/snippets/include/snippets/kernel_executor_table.hpp 2025-06-05T23:23:56.4329929Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/reshape.hpp 2025-06-05T23:23:56.4331738Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/attribute_parameters.hpp 2025-06-05T23:23:56.4333470Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/detection_output.hpp 2025-06-05T23:23:56.4334783Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/gemm_impls.cpp 2025-06-05T23:23:56.4336342Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/increase_position_ids_precision.cpp 2025-06-05T23:23:56.4338426Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/avg_pool_precision_preserved_attribute.hpp 2025-06-05T23:23:56.4340526Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/bias_attribute.hpp 2025-06-05T23:23:56.4342080Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.hpp 2025-06-05T23:23:56.4343409Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/expression.hpp 2025-06-05T23:23:56.4345256Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.hpp 2025-06-05T23:23:56.4347096Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/implementation_manager.cpp 2025-06-05T23:23:56.4348899Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/disable_cleanup_attribute.hpp 2025-06-05T23:23:56.4351036Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/intervals_alignment_attribute.hpp 2025-06-05T23:23:56.4352848Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.h 2025-06-05T23:23:56.4354365Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/indirect_kv_cache.cpp 2025-06-05T23:23:56.4355795Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/lstm_cell_impls.cpp 2025-06-05T23:23:56.4357708Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp 2025-06-05T23:23:56.4359665Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/expression_factory.hpp 2025-06-05T23:23:56.4361580Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/precision_preserved_attribute.hpp 2025-06-05T23:23:56.4363295Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/kernels_cache.hpp 2025-06-05T23:23:56.4364635Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/lstm_seq_impls.cpp 2025-06-05T23:23:56.4367320Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.h 2025-06-05T23:23:56.4369162Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/expression_port.hpp 2025-06-05T23:23:56.4370916Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/precisions_attribute.hpp 2025-06-05T23:23:56.4372705Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/kv_cache_compression.cpp 2025-06-05T23:23:56.4374371Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/non_max_suppression_impls.cpp 2025-06-05T23:23:56.4386526Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp 2025-06-05T23:23:56.4388761Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/lstm_cell.hpp 2025-06-05T23:23:56.4390202Z [ 13%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/partitioning.hpp 2025-06-05T23:23:56.4391644Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/multi_stage_primitive.hpp 2025-06-05T23:23:58.2650015Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/quantization_alignment_attribute.hpp 2025-06-05T23:23:58.2652054Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/expressions/buffer_expression.hpp 2025-06-05T23:23:58.2653676Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/pooling_impls.cpp 2025-06-05T23:23:58.2655019Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/non_max_suppression.hpp 2025-06-05T23:23:58.2656939Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.h 2025-06-05T23:23:58.2658873Z [ 13%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/avoid.cpp 2025-06-05T23:23:58.2660441Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/kv_cache_fusion.cpp 2025-06-05T23:23:58.2662315Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/quantization_granularity_attribute.hpp 2025-06-05T23:23:58.2664063Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/predicates.cpp 2025-06-05T23:23:58.2665372Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/linear_ir.hpp 2025-06-05T23:23:58.2667334Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/primitive_base.hpp 2025-06-05T23:23:58.2669141Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp 2025-06-05T23:23:58.2670845Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/register.hpp 2025-06-05T23:23:58.2672568Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/quantization_mode_attribute.hpp 2025-06-05T23:23:58.2674228Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/range_impls.cpp 2025-06-05T23:23:58.2675651Z [ 13%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/avoid.hpp 2025-06-05T23:23:58.2677216Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/lora_horizontal_fusion.cpp 2025-06-05T23:23:58.2679191Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.h 2025-06-05T23:23:58.2680870Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/reduce_impls.cpp 2025-06-05T23:23:58.2682599Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/rt_info/shared_value_attribute.hpp 2025-06-05T23:23:58.2684393Z [ 13%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/compute.cpp 2025-06-05T23:23:58.2686131Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/linear_ir_builder.hpp 2025-06-05T23:23:58.2687715Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/move_fc_reshape_to_weights.cpp 2025-06-05T23:23:58.2689202Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/reorder_impls.cpp 2025-06-05T23:23:58.2690727Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/shuffle_channels.hpp 2025-06-05T23:23:58.2692699Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp 2025-06-05T23:23:58.2694511Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/reorder.hpp 2025-06-05T23:23:58.2696184Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/slice.hpp 2025-06-05T23:23:58.2697617Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/loop_info.hpp 2025-06-05T23:23:58.2699159Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/space_to_batch.hpp 2025-06-05T23:23:58.2700649Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/reshape_impls.cpp 2025-06-05T23:23:58.2701807Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/rnn_seq.hpp 2025-06-05T23:23:58.2703485Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.h 2025-06-05T23:23:58.2705246Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/convolution.cpp 2025-06-05T23:23:58.2706782Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/split.hpp 2025-06-05T23:23:58.2708310Z [ 13%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/compute.hpp 2025-06-05T23:23:58.2709926Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/scatter_elements_update_impls.cpp 2025-06-05T23:23:58.2711525Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/squeeze.hpp 2025-06-05T23:23:58.2713036Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/scatter_elements_update.hpp 2025-06-05T23:23:58.2714997Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp 2025-06-05T23:23:58.2717011Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/strided_slice.hpp 2025-06-05T23:23:58.2718572Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected.cpp 2025-06-05T23:23:58.2720097Z [ 13%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/dcoff.cpp 2025-06-05T23:23:58.2721548Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/scatter_update_impls.cpp 2025-06-05T23:23:58.2723017Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/subtract.hpp 2025-06-05T23:23:58.2724522Z [ 13%] [cpplint] src/common/snippets/include/snippets/lowered/loop_manager.hpp 2025-06-05T23:23:58.2725889Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.hpp 2025-06-05T23:23:58.2727595Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/transparent_base_transformation.hpp 2025-06-05T23:23:58.2731823Z [ 13%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected_compressed.cpp 2025-06-05T23:23:58.2733989Z [ 13%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.h 2025-06-05T23:23:58.2735926Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/transpose.hpp 2025-06-05T23:23:58.2737663Z [ 13%] [cpplint] src/plugins/intel_gpu/src/graph/registry/select_impls.cpp 2025-06-05T23:23:58.2739149Z [ 13%] [cpplint] src/common/low_precision_transformations/include/low_precision/unsqueeze.hpp 2025-06-05T23:23:58.2740399Z [ 15%] [cpplint] openvino_intel_gpu_ocl_obj_cpplint 2025-06-05T23:23:58.2741144Z [ 15%] Built target openvino_intel_gpu_ocl_obj_cpplint 2025-06-05T23:23:58.2742654Z [ 15%] [cpplint] src/common/low_precision_transformations/include/low_precision/update_shared_precision_preserved.hpp 2025-06-05T23:23:58.2744372Z [ 15%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/gemm.cpp 2025-06-05T23:23:58.2745934Z [ 16%] [cpplint] src/common/low_precision_transformations/include/low_precision/variadic_split.hpp 2025-06-05T23:23:58.2748077Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp 2025-06-05T23:23:58.2749945Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/registry/shape_of_impls.cpp 2025-06-05T23:23:58.2751299Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/loop_port.hpp 2025-06-05T23:23:58.2752816Z [ 16%] Building CXX object thirdparty/pugixml/CMakeFiles/pugixml-static.dir/src/pugixml.cpp.o 2025-06-05T23:23:58.2754299Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/registry/softmax_impls.cpp 2025-06-05T23:23:58.2755246Z [ 16%] Generate ov_plugins.hpp 2025-06-05T23:23:58.2756355Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/indirect_gemm.cpp 2025-06-05T23:23:58.2757288Z [ 16%] Built target _ov_plugins_hpp 2025-06-05T23:23:58.2758055Z [ 16%] [cpplint] openvino_lp_transformations_cpplint 2025-06-05T23:23:58.2758856Z [ 16%] Built target openvino_lp_transformations_cpplint 2025-06-05T23:23:58.2760473Z [ 16%] Building CXX object src/core/shape_inference/CMakeFiles/openvino_shape_inference.dir/src/convolution_shape_inference.cpp.o 2025-06-05T23:23:58.2762333Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/registry/strided_slice_impls.cpp 2025-06-05T23:23:58.2764228Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.h 2025-06-05T23:23:58.2766077Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/dcoff.hpp 2025-06-05T23:23:58.2767689Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/allocate_buffers.hpp 2025-06-05T23:23:58.2769832Z [ 16%] Building CXX object src/core/shape_inference/CMakeFiles/openvino_shape_inference.dir/src/experimental_detectron_shape_infer_utils.cpp.o 2025-06-05T23:23:58.2771861Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/assign_registers.hpp 2025-06-05T23:23:58.2773690Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.cpp 2025-06-05T23:23:58.2775218Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/registry/tile_impls.cpp 2025-06-05T23:23:58.2776562Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/indirect_sdpa.cpp 2025-06-05T23:23:58.2778194Z [ 16%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libpugixml.a 2025-06-05T23:24:00.1427889Z [ 16%] Built target pugixml-static 2025-06-05T23:24:00.1430229Z [ 16%] Building CXX object src/frontends/common/shutdown_protobuf/CMakeFiles/openvino_protobuf_shutdown.dir/shutdown_protobuf.cpp.o 2025-06-05T23:24:00.1432117Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/kv_cache.cpp 2025-06-05T23:24:00.1433649Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/brgemm_blocking.hpp 2025-06-05T23:24:00.1435271Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/opt.cpp 2025-06-05T23:24:00.1436903Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/reorder.cpp 2025-06-05T23:24:00.1438368Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.h 2025-06-05T23:24:00.1440306Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.cpp 2025-06-05T23:24:00.1442428Z [ 16%] Building CXX object src/core/shape_inference/CMakeFiles/openvino_shape_inference.dir/src/tensor_data_accessor.cpp.o 2025-06-05T23:24:00.1444581Z [ 16%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_protobuf_shutdown.a 2025-06-05T23:24:00.1445810Z [ 16%] Built target openvino_protobuf_shutdown 2025-06-05T23:24:00.1446939Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/opt.hpp 2025-06-05T23:24:00.1448656Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/placeholder.cpp 2025-06-05T23:24:00.1450322Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/clean_repeated_ptr_shifts.hpp 2025-06-05T23:24:00.1452211Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.h 2025-06-05T23:24:00.1453803Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/reorg_yolo.cpp 2025-06-05T23:24:00.1455336Z [ 16%] Building CXX object src/core/shape_inference/CMakeFiles/openvino_shape_inference.dir/src/utils.cpp.o 2025-06-05T23:24:00.1457061Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/read_value.cpp 2025-06-05T23:24:00.1458683Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/cleanup_loop_offsets.hpp 2025-06-05T23:24:00.1460652Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.cpp 2025-06-05T23:24:00.1462805Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.h 2025-06-05T23:24:00.1464368Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/resample.cpp 2025-06-05T23:24:00.1465474Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/perf.cpp 2025-06-05T23:24:00.1467010Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/compute_buffer_allocation_size.hpp 2025-06-05T23:24:00.1468642Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/op/sdpa.cpp 2025-06-05T23:24:00.1470481Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.cpp 2025-06-05T23:24:00.1472641Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.h 2025-06-05T23:24:00.1474297Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/perf.hpp 2025-06-05T23:24:00.1475878Z [ 16%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_shape_inference.a 2025-06-05T23:24:00.1477162Z [ 16%] Built target openvino_shape_inference 2025-06-05T23:24:00.1478662Z [ 16%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o 2025-06-05T23:24:00.1480251Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/reshape.cpp 2025-06-05T23:24:00.1481667Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/define_buffer_clusters.hpp 2025-06-05T23:24:00.1483670Z [ 16%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o 2025-06-05T23:24:00.1485900Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.cpp 2025-06-05T23:24:00.1488127Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/optimize_subsequent_reshapes.cpp 2025-06-05T23:24:00.1489611Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/serialization.cpp 2025-06-05T23:24:00.1491476Z [ 16%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o 2025-06-05T23:24:00.1493639Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/extract_loop_invariants.hpp 2025-06-05T23:24:00.1495776Z [ 16%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o 2025-06-05T23:24:00.1498109Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.h 2025-06-05T23:24:00.1500181Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/print_model_statistics.cpp 2025-06-05T23:24:00.1501557Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/reverse.cpp 2025-06-05T23:24:00.1502710Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/reverse_sequence.cpp 2025-06-05T23:24:00.1503797Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/rms.cpp 2025-06-05T23:24:00.1505558Z [ 16%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o 2025-06-05T23:24:00.1507496Z [ 16%] [cpplint] src/common/snippets/include/snippets/lowered/pass/fuse_loops.hpp 2025-06-05T23:24:00.1508883Z [ 16%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/serialization.hpp 2025-06-05T23:24:00.1510055Z [ 16%] [cpplint] src/plugins/intel_gpu/src/graph/roi_align.cpp 2025-06-05T23:24:00.1511658Z [ 16%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.cpp 2025-06-05T23:24:00.1513342Z [ 16%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/sink_reshape.cpp 2025-06-05T23:24:00.1514672Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/spatial.cpp 2025-06-05T23:24:00.1515773Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/roi_pooling.cpp 2025-06-05T23:24:00.1517238Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/init_buffers_default.hpp 2025-06-05T23:24:00.1519330Z [ 17%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o 2025-06-05T23:24:00.1521510Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.h 2025-06-05T23:24:00.1522957Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/roll.cpp 2025-06-05T23:24:00.1524263Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/init_live_ranges.hpp 2025-06-05T23:24:00.1525524Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/rope.cpp 2025-06-05T23:24:00.1526803Z [ 17%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/transpose_fusion.cpp 2025-06-05T23:24:00.1528323Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/init_loops.hpp 2025-06-05T23:24:00.1529807Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/spatial.hpp 2025-06-05T23:24:00.1531418Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp 2025-06-05T23:24:00.1533918Z [ 17%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o 2025-06-05T23:24:00.1535932Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/scaled_dot_product_attention.cpp 2025-06-05T23:24:00.1537425Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/init_registers.hpp 2025-06-05T23:24:00.1539091Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/scatter_elements_update.cpp 2025-06-05T23:24:00.1540543Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_broadcastmove.hpp 2025-06-05T23:24:00.1542176Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/unfold_sync_infer_request.cpp 2025-06-05T23:24:00.1544222Z [ 17%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_util.cc.o 2025-06-05T23:24:00.1546256Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_buffers.hpp 2025-06-05T23:24:00.1548133Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.h 2025-06-05T23:24:00.1549720Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/scatter_nd_update.cpp 2025-06-05T23:24:00.1551348Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_load_store.hpp 2025-06-05T23:24:00.1553192Z [ 17%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/unsqueeze_broadcast_reshape_matmul_fusion.cpp 2025-06-05T23:24:00.1554776Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/scatter_update.cpp 2025-06-05T23:24:00.1556093Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/unfold_sync_infer_request.hpp 2025-06-05T23:24:00.1558010Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp 2025-06-05T23:24:01.9707154Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_loops.hpp 2025-06-05T23:24:01.9708514Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/util.cpp 2025-06-05T23:24:01.9709670Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/search_sorted.cpp 2025-06-05T23:24:01.9710787Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/select.cpp 2025-06-05T23:24:01.9712611Z [ 17%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/implicit_weak_message.cc.o 2025-06-05T23:24:01.9714878Z [ 17%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations/unsqueeze_broadcast_reshape_sdpa_fusion.cpp 2025-06-05T23:24:01.9716677Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_perf_count.hpp 2025-06-05T23:24:01.9718039Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/util.hpp 2025-06-05T23:24:01.9719801Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.h 2025-06-05T23:24:01.9721483Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/shape_of.cpp 2025-06-05T23:24:01.9722636Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/shuffle_channels.cpp 2025-06-05T23:24:01.9724594Z [ 17%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/inlined_string_field.cc.o 2025-06-05T23:24:01.9726444Z [ 17%] [cpplint] src/plugins/intel_gpu/src/plugin/transformations_pipeline.cpp 2025-06-05T23:24:01.9728018Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_perf_count_verbose.hpp 2025-06-05T23:24:01.9730178Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp 2025-06-05T23:24:01.9731677Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/slice.cpp 2025-06-05T23:24:01.9732744Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/util_xarch.cpp 2025-06-05T23:24:01.9733922Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/softmax.cpp 2025-06-05T23:24:01.9735001Z [ 17%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/util_xarch.hpp 2025-06-05T23:24:01.9736354Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_reg_spills.hpp 2025-06-05T23:24:01.9738689Z [ 17%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/io/coded_stream.cc.o 2025-06-05T23:24:01.9740887Z [ 17%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.h 2025-06-05T23:24:01.9742446Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/space_to_batch.cpp 2025-06-05T23:24:01.9743601Z [ 17%] [cpplint] src/plugins/intel_gpu/src/graph/space_to_depth.cpp 2025-06-05T23:24:01.9745048Z [ 17%] [cpplint] src/common/snippets/include/snippets/lowered/pass/insert_specific_iterations.hpp 2025-06-05T23:24:01.9746854Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.cpp 2025-06-05T23:24:01.9749162Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/io/io_win32.cc.o 2025-06-05T23:24:01.9750835Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/stft.cpp 2025-06-05T23:24:01.9751913Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/strided_slice.cpp 2025-06-05T23:24:01.9753666Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/io/strtod.cc.o 2025-06-05T23:24:01.9755282Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/swiglu.cpp 2025-06-05T23:24:01.9756667Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.h 2025-06-05T23:24:01.9758279Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/iter_handler.hpp 2025-06-05T23:24:01.9760345Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/io/zero_copy_stream.cc.o 2025-06-05T23:24:01.9762611Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/load_movebroadcast_to_broadcastload.hpp 2025-06-05T23:24:01.9764120Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/tile.cpp 2025-06-05T23:24:01.9765141Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/topology.cpp 2025-06-05T23:24:01.9766826Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_opt.cpp 2025-06-05T23:24:01.9769257Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-06-05T23:24:01.9771440Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/mark_invariant_shape_path.hpp 2025-06-05T23:24:01.9773180Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/mark_loops.hpp 2025-06-05T23:24:01.9774545Z [ 18%] [cpplint] src/plugins/intel_npu/src/plugin/npuw/weights_bank.cpp 2025-06-05T23:24:01.9775699Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/unique.cpp 2025-06-05T23:24:01.9776774Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/debug_helper.hpp 2025-06-05T23:24:01.9778443Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_opt.h 2025-06-05T23:24:01.9780411Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/mha_parallel_wa_optimizer.hpp 2025-06-05T23:24:01.9782411Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.cpp 2025-06-05T23:24:01.9784919Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-06-05T23:24:01.9787364Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.h 2025-06-05T23:24:01.9789151Z [ 18%] [cpplint] src/plugins/intel_gpu/src/plugin/usm_host_tensor.cpp 2025-06-05T23:24:01.9790466Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.h 2025-06-05T23:24:01.9800711Z [ 18%] [cpplint] openvino_intel_npu_plugin_cpplint 2025-06-05T23:24:01.9801717Z [ 18%] Built target openvino_intel_npu_plugin_cpplint 2025-06-05T23:24:01.9803163Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/move_result_out_of_loop.hpp 2025-06-05T23:24:01.9805146Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any_lite.cc.o 2025-06-05T23:24:01.9806923Z [ 18%] Building CXX object thirdparty/snappy/CMakeFiles/snappy.dir/snappy-c.cc.o 2025-06-05T23:24:01.9808441Z [ 18%] Building CXX object thirdparty/snappy/CMakeFiles/snappy.dir/snappy-sinksource.cc.o 2025-06-05T23:24:01.9810530Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/map.cc.o 2025-06-05T23:24:01.9812689Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp 2025-06-05T23:24:01.9815011Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/message_lite.cc.o 2025-06-05T23:24:01.9816615Z [ 18%] [cpplint] openvino_intel_gpu_plugin_cpplint 2025-06-05T23:24:01.9817348Z [ 18%] Built target openvino_intel_gpu_plugin_cpplint 2025-06-05T23:24:01.9818644Z [ 18%] Building CXX object thirdparty/snappy/CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o 2025-06-05T23:24:01.9820431Z [ 18%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/platform.cpp.o 2025-06-05T23:24:01.9822214Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/move_scalar_to_consumer.hpp 2025-06-05T23:24:01.9824183Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o 2025-06-05T23:24:01.9825860Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/include/activation_inst.h 2025-06-05T23:24:01.9827411Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/normalize_buffer_reg_groups.hpp 2025-06-05T23:24:01.9830061Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h 2025-06-05T23:24:01.9831756Z [ 18%] Building CXX object thirdparty/snappy/CMakeFiles/snappy.dir/snappy.cc.o 2025-06-05T23:24:01.9833597Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o 2025-06-05T23:24:01.9835522Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/normalize_loop_ids.hpp 2025-06-05T23:24:01.9836840Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/include/adaptive_pooling_inst.h 2025-06-05T23:24:01.9838739Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/parse_context.cc.o 2025-06-05T23:24:01.9840478Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/optimize_domain.hpp 2025-06-05T23:24:01.9842212Z [ 18%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/threading.cpp.o 2025-06-05T23:24:01.9844183Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp 2025-06-05T23:24:01.9846070Z [ 18%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libsnappy.a 2025-06-05T23:24:01.9847116Z [ 18%] Built target snappy 2025-06-05T23:24:03.5488112Z [ 18%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/sgemm.cpp.o 2025-06-05T23:24:03.5489726Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/include/arg_max_min_inst.h 2025-06-05T23:24:03.5491292Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/include/assign_inst.h 2025-06-05T23:24:03.5493192Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenaz_sampler.cc.o 2025-06-05T23:24:03.5495433Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/optimize_loop_single_evaluation.hpp 2025-06-05T23:24:03.5497729Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/repeated_field.cc.o 2025-06-05T23:24:03.5500037Z [ 18%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o 2025-06-05T23:24:03.5502201Z [ 18%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h 2025-06-05T23:24:03.5504075Z [ 18%] [cpplint] src/common/snippets/include/snippets/lowered/pass/pass.hpp 2025-06-05T23:24:03.5505675Z [ 18%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qgemm.cpp.o 2025-06-05T23:24:03.5507220Z [ 18%] [cpplint] src/plugins/intel_gpu/src/graph/include/batch_to_space_inst.h 2025-06-05T23:24:03.5508653Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/pass_config.hpp 2025-06-05T23:24:03.5510512Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp 2025-06-05T23:24:03.5512865Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/repeated_ptr_field.cc.o 2025-06-05T23:24:03.5514695Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/border_inst.h 2025-06-05T23:24:03.5516550Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_enum_util.cc.o 2025-06-05T23:24:03.5518400Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/broadcast_inst.h 2025-06-05T23:24:03.5520122Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h 2025-06-05T23:24:03.5522093Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/propagate_buffer_offset.hpp 2025-06-05T23:24:03.5523598Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/bucketize_inst.hpp 2025-06-05T23:24:03.5525135Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qdwconv.cpp.o 2025-06-05T23:24:03.5526890Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_loss/ctc_loss_kernel_ref.cpp 2025-06-05T23:24:03.5533360Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_tctable_lite.cc.o 2025-06-05T23:24:03.5536113Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/bytestream.cc.o 2025-06-05T23:24:03.5538368Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_loss/ctc_loss_kernel_ref.hpp 2025-06-05T23:24:03.5540138Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/convolve.cpp.o 2025-06-05T23:24:03.5541716Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/concatenation_inst.h 2025-06-05T23:24:03.5543237Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/propagate_subtensors.hpp 2025-06-05T23:24:03.5544982Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/convsym.cpp.o 2025-06-05T23:24:03.5546929Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/common.cc.o 2025-06-05T23:24:03.5549165Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/pooling.cpp.o 2025-06-05T23:24:03.5550950Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_loss/ctc_loss_kernel_selector.cpp 2025-06-05T23:24:03.5552597Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/reduce_decomposition.hpp 2025-06-05T23:24:03.5554641Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o 2025-06-05T23:24:03.5556426Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/condition_inst.h 2025-06-05T23:24:03.5557669Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/convert_color_inst.h 2025-06-05T23:24:03.5559228Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_loss/ctc_loss_kernel_selector.hpp 2025-06-05T23:24:03.5561459Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/int128.cc.o 2025-06-05T23:24:03.5563313Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/runtime_optimizer.hpp 2025-06-05T23:24:03.5565080Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/implicit_weak_message.cc.o 2025-06-05T23:24:03.5567004Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/transpose.cpp.o 2025-06-05T23:24:03.5568405Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/serialize_base.hpp 2025-06-05T23:24:03.5569529Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/convolution_inst.h 2025-06-05T23:24:03.5570850Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.cpp 2025-06-05T23:24:03.5572469Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.h 2025-06-05T23:24:03.5574430Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/status.cc.o 2025-06-05T23:24:03.5575802Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/statusor.cc.o 2025-06-05T23:24:03.5576879Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/serialize_control_flow.hpp 2025-06-05T23:24:03.5577806Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.cpp 2025-06-05T23:24:03.5578718Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/serialize_data_flow.hpp 2025-06-05T23:24:03.5579785Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/inlined_string_field.cc.o 2025-06-05T23:24:03.5580875Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/reorder.cpp.o 2025-06-05T23:24:03.5582005Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/stringpiece.cc.o 2025-06-05T23:24:03.5583063Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/set_buffer_reg_group.hpp 2025-06-05T23:24:03.5583808Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/crop_inst.h 2025-06-05T23:24:03.5584619Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/set_dynamic_wa_to_outermost_loop.hpp 2025-06-05T23:24:03.5585487Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/ctc_greedy_decoder_inst.h 2025-06-05T23:24:03.5586330Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.h 2025-06-05T23:24:03.5587443Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/stringprintf.cc.o 2025-06-05T23:24:03.5588931Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o 2025-06-05T23:24:03.5589981Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/snchwc.cpp.o 2025-06-05T23:24:03.5590781Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/ctc_loss_inst.hpp 2025-06-05T23:24:03.5591571Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/set_load_store_scalar.hpp 2025-06-05T23:24:03.5592589Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/io_win32.cc.o 2025-06-05T23:24:03.5593596Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.cpp 2025-06-05T23:24:03.5594580Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/logistic.cpp.o 2025-06-05T23:24:03.5595535Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/activate.cpp.o 2025-06-05T23:24:03.5596703Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/structurally_valid.cc.o 2025-06-05T23:24:03.5597934Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o 2025-06-05T23:24:03.5598813Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/cum_sum_inst.h 2025-06-05T23:24:03.5599567Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/solve_buffer_memory.hpp 2025-06-05T23:24:04.9759159Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.h 2025-06-05T23:24:04.9760743Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/custom_gpu_primitive_inst.h 2025-06-05T23:24:04.9762713Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o 2025-06-05T23:24:04.9764615Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/split_loops.hpp 2025-06-05T23:24:04.9766262Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.cpp 2025-06-05T23:24:04.9767998Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/tanh.cpp.o 2025-06-05T23:24:04.9770039Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/strutil.cc.o 2025-06-05T23:24:04.9772039Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/erf.cpp.o 2025-06-05T23:24:04.9773865Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/compute.cpp.o 2025-06-05T23:24:04.9776062Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-06-05T23:24:04.9778156Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.h 2025-06-05T23:24:04.9779559Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/data_inst.h 2025-06-05T23:24:04.9780841Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/validate.hpp 2025-06-05T23:24:04.9782733Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/time.cc.o 2025-06-05T23:24:04.9785104Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/wire_format_lite.cc.o 2025-06-05T23:24:04.9787647Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-06-05T23:24:04.9789927Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/deconvolution_inst.h 2025-06-05T23:24:04.9791702Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp 2025-06-05T23:24:04.9793573Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/validate_buffers.hpp 2025-06-05T23:24:04.9795449Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.h 2025-06-05T23:24:04.9797419Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/quantize.cpp.o 2025-06-05T23:24:04.9799341Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qgemm_kernel_default.cpp.o 2025-06-05T23:24:04.9801479Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/validate_expanded_loops.hpp 2025-06-05T23:24:04.9803418Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map.cc.o 2025-06-05T23:24:04.9805087Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/depth_to_space_inst.h 2025-06-05T23:24:04.9806702Z [ 19%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libprotobuf-lite.a 2025-06-05T23:24:04.9808715Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp 2025-06-05T23:24:04.9810487Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/detection_output_inst.h 2025-06-05T23:24:04.9812297Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.h 2025-06-05T23:24:04.9813647Z [ 19%] Built target libprotobuf-lite 2025-06-05T23:24:04.9814457Z [ 19%] Creating directories for 'onednn_gpu_build' 2025-06-05T23:24:04.9815318Z [ 19%] No download step for 'onednn_gpu_build' 2025-06-05T23:24:04.9816133Z [ 19%] No update step for 'onednn_gpu_build' 2025-06-05T23:24:04.9817326Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/validate_shapes.hpp 2025-06-05T23:24:04.9818489Z [ 19%] No patch step for 'onednn_gpu_build' 2025-06-05T23:24:04.9819387Z [ 19%] Performing configure step for 'onednn_gpu_build' 2025-06-05T23:24:04.9821074Z loading initial cache file /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_root/tmp/onednn_gpu_build-cache-Release.cmake 2025-06-05T23:24:04.9823584Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o 2025-06-05T23:24:04.9825533Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/pass/validate_unified_loops.hpp 2025-06-05T23:24:04.9826972Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/dft_inst.h 2025-06-05T23:24:04.9828237Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/dynamic_quantize_inst.h 2025-06-05T23:24:04.9829363Z -- The C compiler identification is GNU 9.5.0 2025-06-05T23:24:04.9830767Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.cpp 2025-06-05T23:24:04.9832582Z [ 19%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qladd.cpp.o 2025-06-05T23:24:04.9834099Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/port_connector.hpp 2025-06-05T23:24:04.9835052Z -- The CXX compiler identification is GNU 9.5.0 2025-06-05T23:24:04.9836338Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.h 2025-06-05T23:24:04.9837437Z -- Detecting C compiler ABI info 2025-06-05T23:24:04.9838852Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/parse_context.cc.o 2025-06-05T23:24:04.9841373Z [ 19%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o 2025-06-05T23:24:04.9843106Z [ 19%] [cpplint] src/plugins/intel_gpu/src/graph/include/eltwise_inst.h 2025-06-05T23:24:04.9844796Z [ 19%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp 2025-06-05T23:24:04.9846512Z [ 19%] [cpplint] src/common/snippets/include/snippets/lowered/port_descriptor.hpp 2025-06-05T23:24:04.9847454Z -- Detecting C compiler ABI info - done 2025-06-05T23:24:04.9848449Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/embedding_bag_inst.h 2025-06-05T23:24:04.9849441Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:24:04.9850120Z -- Detecting C compile features 2025-06-05T23:24:04.9850867Z -- Detecting C compile features - done 2025-06-05T23:24:04.9852141Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qlmul.cpp.o 2025-06-05T23:24:04.9853303Z -- Detecting CXX compiler ABI info 2025-06-05T23:24:04.9854832Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_ptr_field.cc.o 2025-06-05T23:24:04.9857123Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o 2025-06-05T23:24:04.9859227Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/experimental_detectron_detection_output_inst.hpp 2025-06-05T23:24:04.9861169Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.h 2025-06-05T23:24:04.9862367Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:24:04.9863891Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o 2025-06-05T23:24:04.9865664Z [ 20%] [cpplint] src/common/snippets/include/snippets/lowered/reg_manager.hpp 2025-06-05T23:24:04.9866735Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:24:04.9867450Z -- Detecting CXX compile features 2025-06-05T23:24:04.9867996Z -- Detecting CXX compile features - done 2025-06-05T23:24:04.9869516Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o 2025-06-05T23:24:04.9870773Z -- DNNL_TARGET_ARCH: X64 2025-06-05T23:24:04.9871230Z -- DNNL_LIBRARY_NAME: openvino_onednn_gpu 2025-06-05T23:24:04.9871833Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:24:04.9873395Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.cpp 2025-06-05T23:24:04.9875609Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/experimental_detectron_generate_proposals_single_image_inst.hpp 2025-06-05T23:24:04.9877624Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/experimental_detectron_prior_grid_generator_inst.h 2025-06-05T23:24:04.9879692Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o 2025-06-05T23:24:04.9881752Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qpostprocessor.cpp.o 2025-06-05T23:24:04.9882993Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:24:04.9883627Z -- Found Threads: TRUE 2025-06-05T23:24:04.9884736Z [ 20%] [cpplint] src/common/snippets/include/snippets/lowered/specific_loop_iter_handlers.hpp 2025-06-05T23:24:04.9886422Z [ 20%] [cpplint] src/common/snippets/include/snippets/lowered/specific_loop_iter_types.hpp 2025-06-05T23:24:04.9887812Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/brgemm.hpp 2025-06-05T23:24:06.3165603Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/experimental_detectron_roi_feature_extractor_inst.hpp 2025-06-05T23:24:06.3167824Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.hpp 2025-06-05T23:24:06.3170100Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o 2025-06-05T23:24:06.3171874Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/broadcastload.hpp 2025-06-05T23:24:06.3173288Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/broadcastmove.hpp 2025-06-05T23:24:06.3174897Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qlgavgpool.cpp.o 2025-06-05T23:24:06.3176402Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/buffer.hpp 2025-06-05T23:24:06.3178157Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/experimental_detectron_topk_rois_inst.h 2025-06-05T23:24:06.3180234Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o 2025-06-05T23:24:06.3182466Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.cpp 2025-06-05T23:24:06.3184538Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qdwconv_kernelsize.cpp.o 2025-06-05T23:24:06.3186418Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/dgemm.cpp.o 2025-06-05T23:24:06.3188017Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/extract_image_patches_inst.h 2025-06-05T23:24:06.3189940Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o 2025-06-05T23:24:06.3191855Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/convert_saturation.hpp 2025-06-05T23:24:06.3193613Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.hpp 2025-06-05T23:24:06.3195601Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.cpp 2025-06-05T23:24:06.3196824Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2025-06-05T23:24:06.3197807Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/eye_inst.h 2025-06-05T23:24:06.3199577Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o 2025-06-05T23:24:06.3201446Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/convert_truncation.hpp 2025-06-05T23:24:06.3203270Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o 2025-06-05T23:24:06.3205415Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o 2025-06-05T23:24:06.3207479Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qgemm_kernel_avx2.cpp.o 2025-06-05T23:24:06.3209357Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.h 2025-06-05T23:24:06.3210499Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2025-06-05T23:24:06.3211135Z -- Found OpenMP: TRUE (found version "4.5") 2025-06-05T23:24:06.3211691Z -- GPU support is enabled (OpenCL) 2025-06-05T23:24:06.3212164Z -- Looking for CL_VERSION_3_0 2025-06-05T23:24:06.3213115Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/fill.hpp 2025-06-05T23:24:06.3214325Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/fake_convert_inst.h 2025-06-05T23:24:06.3216264Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.cpp 2025-06-05T23:24:06.3218446Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o 2025-06-05T23:24:06.3219734Z -- Looking for CL_VERSION_3_0 - not found 2025-06-05T23:24:06.3220224Z -- Looking for CL_VERSION_2_2 2025-06-05T23:24:06.3221551Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.h 2025-06-05T23:24:06.3223171Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/horizon_max.hpp 2025-06-05T23:24:06.3224699Z [ 20%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/qgemm_kernel_sse.cpp.o 2025-06-05T23:24:06.3226298Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/fully_connected_inst.h 2025-06-05T23:24:06.3227843Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/gather_elements_inst.h 2025-06-05T23:24:06.3229283Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/gather_inst.h 2025-06-05T23:24:06.3230102Z -- Looking for CL_VERSION_2_2 - not found 2025-06-05T23:24:06.3230663Z -- Looking for CL_VERSION_2_1 2025-06-05T23:24:06.3231951Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o 2025-06-05T23:24:06.3233961Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.cpp 2025-06-05T23:24:06.3235490Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/horizon_sum.hpp 2025-06-05T23:24:06.3237178Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/DgemmKernelSse2.S.o 2025-06-05T23:24:06.3238425Z -- Looking for CL_VERSION_2_1 - not found 2025-06-05T23:24:06.3238979Z -- Looking for CL_VERSION_2_0 2025-06-05T23:24:06.3239893Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/gather_nd_inst.h 2025-06-05T23:24:06.3241585Z [ 20%] Building CXX object thirdparty/level_zero/level-zero/source/utils/CMakeFiles/level_zero_utils.dir/logging.cpp.o 2025-06-05T23:24:06.3243687Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmKernelSse2.S.o 2025-06-05T23:24:06.3245630Z [ 20%] Building CXX object thirdparty/gflags/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:24:06.3247712Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmTransposePackB16x4Sse2.S.o 2025-06-05T23:24:06.3249791Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.h 2025-06-05T23:24:06.3251765Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SconvKernelSse2.S.o 2025-06-05T23:24:06.3253461Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/kernel.hpp 2025-06-05T23:24:06.3254244Z -- Looking for CL_VERSION_2_0 - not found 2025-06-05T23:24:06.3254801Z -- Looking for CL_VERSION_1_2 2025-06-05T23:24:06.3256178Z [ 20%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o 2025-06-05T23:24:06.3258249Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SpoolKernelSse2.S.o 2025-06-05T23:24:06.3260281Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/DgemmKernelAvx.S.o 2025-06-05T23:24:06.3261880Z [ 20%] [cpplint] src/plugins/intel_gpu/src/graph/include/gather_tree_inst.h 2025-06-05T23:24:06.3263535Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmKernelAvx.S.o 2025-06-05T23:24:06.3265602Z [ 20%] Building CXX object thirdparty/gflags/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:24:06.3267924Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmKernelM1Avx.S.o 2025-06-05T23:24:06.3270107Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmKernelM1TransposeBAvx.S.o 2025-06-05T23:24:06.3272377Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmTransposePackB16x4Avx.S.o 2025-06-05T23:24:06.3274562Z [ 20%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.cpp 2025-06-05T23:24:06.3276102Z [ 20%] [cpplint] src/common/snippets/include/snippets/op/load.hpp 2025-06-05T23:24:06.3277918Z [ 20%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SconvKernelAvx.S.o 2025-06-05T23:24:06.3279159Z -- Looking for CL_VERSION_1_2 - found 2025-06-05T23:24:06.3279680Z -- Found OpenCL headers: /usr/include 2025-06-05T23:24:06.3280455Z -- Found OpenCL: /usr/lib/x86_64-linux-gnu/libOpenCL.so (found version "1.2") 2025-06-05T23:24:06.3282127Z [ 20%] Building CXX object thirdparty/gflags/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:24:06.3283753Z [ 21%] Linking CXX static library ../../../../../lib/liblevel_zero_utils.a 2025-06-05T23:24:06.3285384Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SpoolKernelAvx.S.o 2025-06-05T23:24:06.3287415Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o 2025-06-05T23:24:06.3289031Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/gemm_inst.h 2025-06-05T23:24:06.3290702Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SoftmaxKernelAvx.S.o 2025-06-05T23:24:06.3291897Z [ 21%] Built target level_zero_utils 2025-06-05T23:24:06.3292800Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/loop.hpp 2025-06-05T23:24:07.6494111Z [ 21%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/intrinsics/avx/min_max_elements.cpp.o 2025-06-05T23:24:07.6496195Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.h 2025-06-05T23:24:07.6498222Z [ 21%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libgflags_nothreads.a 2025-06-05T23:24:07.6500114Z [ 21%] Building CXX object samples/cpp/common/format_reader/CMakeFiles/format_reader.dir/src/MnistUbyte.cpp.o 2025-06-05T23:24:07.6501353Z [ 21%] Built target gflags_nothreads_static 2025-06-05T23:24:07.6502622Z [ 21%] Building CXX object samples/cpp/common/format_reader/CMakeFiles/format_reader.dir/src/bmp.cpp.o 2025-06-05T23:24:07.6504789Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/compiler/importer.cc.o 2025-06-05T23:24:07.6506610Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/memory_access.hpp 2025-06-05T23:24:07.6508039Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/generate_proposals_inst.h 2025-06-05T23:24:07.6509764Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.cpp 2025-06-05T23:24:07.6511839Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemmU8S8KernelAvx2.S.o 2025-06-05T23:24:07.6513962Z [ 21%] Building CXX object samples/cpp/common/format_reader/CMakeFiles/format_reader.dir/src/format_reader.cpp.o 2025-06-05T23:24:07.6515591Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/grid_sample_inst.hpp 2025-06-05T23:24:07.6517787Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemvU8S8KernelAvx2.S.o 2025-06-05T23:24:07.6519753Z [ 21%] Building CXX object samples/cpp/common/format_reader/CMakeFiles/format_reader.dir/src/npy.cpp.o 2025-06-05T23:24:07.6521765Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemmU8U8KernelAvx2.S.o 2025-06-05T23:24:07.6523355Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/nop.hpp 2025-06-05T23:24:07.6525125Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemvU8S8KernelAvxVnni.S.o 2025-06-05T23:24:07.6527209Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.h 2025-06-05T23:24:07.6529711Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemmU8X8KernelAvx2.S.o 2025-06-05T23:24:07.6532014Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/compiler/parser.cc.o 2025-06-05T23:24:07.6534353Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o 2025-06-05T23:24:07.6536541Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/ConvSymKernelAvx2.S.o 2025-06-05T23:24:07.6538635Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/DgemmKernelFma3.S.o 2025-06-05T23:24:07.6540278Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/perf_count.hpp 2025-06-05T23:24:07.6541502Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/grn_inst.h 2025-06-05T23:24:07.6543122Z [ 21%] Building CXX object samples/cpp/common/format_reader/CMakeFiles/format_reader.dir/src/opencv_wrapper.cpp.o 2025-06-05T23:24:07.6545201Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmKernelFma3.S.o 2025-06-05T23:24:07.6546901Z -- Found Doxygen: /usr/bin/doxygen (found version "1.9.1") found components: doxygen missing components: dot 2025-06-05T23:24:07.6548786Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SconvKernelFma3.S.o 2025-06-05T23:24:07.6550865Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.cpp 2025-06-05T23:24:07.6552846Z [ 21%] Building CXX object samples/cpp/common/format_reader/CMakeFiles/format_reader.dir/src/yuv_nv12.cpp.o 2025-06-05T23:24:07.6554114Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2025-06-05T23:24:07.6555664Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/TransKernelFma3.S.o 2025-06-05T23:24:07.6557771Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/LogisticKernelFma3.S.o 2025-06-05T23:24:07.6559555Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/group_normalization_inst.h 2025-06-05T23:24:07.6561324Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/TanhKernelFma3.S.o 2025-06-05T23:24:07.6563368Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.h 2025-06-05T23:24:07.6565427Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/ErfKernelFma3.S.o 2025-06-05T23:24:07.6567541Z [ 21%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/intrinsics/avx2/qladd_avx2.cpp.o 2025-06-05T23:24:07.6569810Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o 2025-06-05T23:24:07.6571873Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/powerstatic.hpp 2025-06-05T23:24:07.6573860Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o 2025-06-05T23:24:07.6575982Z [ 21%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libformat_reader.a 2025-06-05T23:24:07.6577549Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/input_layout_inst.h 2025-06-05T23:24:07.6579271Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.cpp 2025-06-05T23:24:07.6580477Z [ 21%] Built target format_reader 2025-06-05T23:24:07.6581775Z [ 21%] Building C object samples/c/common/opencv_c_wrapper/CMakeFiles/opencv_c_wrapper.dir/src/bmp_reader.c.o 2025-06-05T23:24:07.6583613Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/rank_normalization.hpp 2025-06-05T23:24:07.6585503Z [ 21%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/intrinsics/avx2/qdwconv_avx2.cpp.o 2025-06-05T23:24:07.6587695Z [ 21%] Building CXX object samples/c/common/opencv_c_wrapper/CMakeFiles/opencv_c_wrapper.dir/src/opencv_c_wrapper.cpp.o 2025-06-05T23:24:07.6589901Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o 2025-06-05T23:24:07.6592189Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o 2025-06-05T23:24:07.6593961Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/json_object.h 2025-06-05T23:24:07.6595521Z [ 21%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopencv_c_wrapper.a 2025-06-05T23:24:07.6596713Z [ 21%] Built target opencv_c_wrapper 2025-06-05T23:24:07.6597643Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/reduce.hpp 2025-06-05T23:24:07.6599043Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/codec_xor.cpp.o 2025-06-05T23:24:07.6600900Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.h 2025-06-05T23:24:07.6602963Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/DgemmKernelAvx512F.S.o 2025-06-05T23:24:07.6604873Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/common_util.cpp.o 2025-06-05T23:24:07.6606312Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/kv_cache_inst.h 2025-06-05T23:24:07.6607569Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/layout_optimizer.h 2025-06-05T23:24:07.6608756Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/reg_spill.hpp 2025-06-05T23:24:07.6610331Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SgemmKernelAvx512F.S.o 2025-06-05T23:24:07.6612456Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SconvKernelAvx512F.S.o 2025-06-05T23:24:07.6614677Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o 2025-06-05T23:24:07.6616864Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.cpp 2025-06-05T23:24:07.6618737Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/env_util.cpp.o 2025-06-05T23:24:07.6620644Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/SpoolKernelAvx512F.S.o 2025-06-05T23:24:07.6622812Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/TransKernelAvx512F.S.o 2025-06-05T23:24:07.6625119Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.h 2025-06-05T23:24:07.6626806Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/reorder.hpp 2025-06-05T23:24:09.1795815Z [ 21%] Building CXX object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/intrinsics/avx512/quantize_avx512f.cpp.o 2025-06-05T23:24:09.1797576Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/loop_inst.h 2025-06-05T23:24:09.1799391Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o 2025-06-05T23:24:09.1801386Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/file_path.cpp.o 2025-06-05T23:24:09.1802959Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dft/dft_kernel_ref.cpp 2025-06-05T23:24:09.1805096Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/ze_libapi.cpp.o 2025-06-05T23:24:09.1806653Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/reshape.hpp 2025-06-05T23:24:09.1808076Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/file_util.cpp.o 2025-06-05T23:24:09.1809965Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemvU8S8KernelAvx512Core.S.o 2025-06-05T23:24:09.1812236Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemvU8S8KernelAvx512Vnni.S.o 2025-06-05T23:24:09.1814597Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/QgemmU8X8KernelAvx512Core.S.o 2025-06-05T23:24:09.1816882Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o 2025-06-05T23:24:09.1818754Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dft/dft_kernel_ref.h 2025-06-05T23:24:09.1820087Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/scalar.hpp 2025-06-05T23:24:09.1821643Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found suitable version "3.10.16", minimum required is "3.7") found components: Interpreter 2025-06-05T23:24:09.1823929Z [ 21%] Building ASM object src/plugins/intel_cpu/thirdparty/mlas/CMakeFiles/mlas.dir/lib/x86_64/ConvSymKernelAvx512Core.S.o 2025-06-05T23:24:09.1825848Z [ 21%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libmlas.a 2025-06-05T23:24:09.1827392Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/log.cpp.o 2025-06-05T23:24:09.1828922Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/lrn_inst.h 2025-06-05T23:24:09.1830299Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dft/dft_kernel_selector.cpp 2025-06-05T23:24:09.1832119Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/ze_libddi.cpp.o 2025-06-05T23:24:09.1833248Z [ 21%] Built target mlas 2025-06-05T23:24:09.1834235Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/serialization_node.hpp 2025-06-05T23:24:09.1835649Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/shape_infer_op.hpp 2025-06-05T23:24:09.1837563Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_bases.cc.o 2025-06-05T23:24:09.1839728Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/os/lin/lin_mmap_object.cpp.o 2025-06-05T23:24:09.1841257Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/lstm_cell_inst.h 2025-06-05T23:24:09.1842739Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dft/dft_kernel_selector.h 2025-06-05T23:24:09.1844388Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/store.hpp 2025-06-05T23:24:09.1845603Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/lstm_seq_inst.h 2025-06-05T23:24:09.1847571Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o 2025-06-05T23:24:09.1849845Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/os/lin/lin_shared_object_loader.cpp.o 2025-06-05T23:24:09.1851885Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_kv_cache.h 2025-06-05T23:24:09.1854002Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/zet_libapi.cpp.o 2025-06-05T23:24:09.1855799Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/matrix_nms_inst.h 2025-06-05T23:24:09.1857066Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/subgraph.hpp 2025-06-05T23:24:09.1858362Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/memory_accessor.hpp 2025-06-05T23:24:09.1859631Z -- Found Sphinx: /opt/conda/envs/py_3.10/bin/sphinx-build (found version "sphinx-build 5.3.0") 2025-06-05T23:24:09.1860651Z -- Found Git: /usr/bin/git (found version "2.34.1") 2025-06-05T23:24:09.1861279Z -- Enabled testing coverage: CI 2025-06-05T23:24:09.1861775Z -- Enabled workload: INFERENCE 2025-06-05T23:24:09.1862848Z -- Enabled primitives: CONCAT;CONVOLUTION;DECONVOLUTION;INNER_PRODUCT;MATMUL;REORDER;POOLING;REDUCTION;SDPA;RNN 2025-06-05T23:24:09.1863956Z -- Enabled primitive CPU ISA: ALL 2025-06-05T23:24:09.1864620Z -- Enabled primitive GPU ISA: XELP;XEHP;XEHPG;XEHPC;XE2;XE3 2025-06-05T23:24:09.1865355Z -- Enabled GeMM kernels ISA: ALL 2025-06-05T23:24:09.1865863Z -- Primitive cache is enabled 2025-06-05T23:24:09.1866466Z -- Experimental profiling capabilities are enabled 2025-06-05T23:24:09.1868027Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_opt.cpp 2025-06-05T23:24:09.1869249Z -- The ASM compiler identification is GNU 2025-06-05T23:24:09.1869868Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:24:09.1870873Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/multiclass_nms_inst.h 2025-06-05T23:24:09.1872403Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/weights_path.cpp.o 2025-06-05T23:24:09.1873857Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/multinomial_inst.h 2025-06-05T23:24:09.1874776Z -- Performing Test COMPILER_ALLOWS_ALIAS_ATTRIBUTES 2025-06-05T23:24:09.1876608Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_tctable_full.cc.o 2025-06-05T23:24:09.1878623Z [ 21%] [cpplint] src/common/snippets/include/snippets/op/vector_buffer.hpp 2025-06-05T23:24:09.1879682Z -- Performing Test COMPILER_ALLOWS_ALIAS_ATTRIBUTES - Failed 2025-06-05T23:24:09.1880445Z -- GPU Compute reference kernels are enabled 2025-06-05T23:24:09.1881010Z -- Configuring done (4.5s) 2025-06-05T23:24:09.1882330Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/zet_libddi.cpp.o 2025-06-05T23:24:09.1884426Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_opt.h 2025-06-05T23:24:09.1886319Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/wstring_convert_util.cpp.o 2025-06-05T23:24:09.1887837Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/mutable_data_inst.h 2025-06-05T23:24:09.1889043Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/mvn_inst.h 2025-06-05T23:24:09.1890363Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/align_element_types.hpp 2025-06-05T23:24:09.1892125Z [ 21%] Building CXX object src/common/util/CMakeFiles/openvino_util.dir/src/xml_parse_utils.cpp.o 2025-06-05T23:24:09.1894239Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o 2025-06-05T23:24:09.1896398Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_opt_kv_cache.cpp 2025-06-05T23:24:09.1898195Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/non_max_suppression_inst.h 2025-06-05T23:24:09.1899103Z -- Generating done (0.1s) 2025-06-05T23:24:09.1899606Z CMake Warning: 2025-06-05T23:24:09.1900166Z Manually-specified variables were not used by the project: 2025-06-05T23:24:09.1900728Z 2025-06-05T23:24:09.1900907Z CMAKE_POLICY_DEFAULT_CMP0069 2025-06-05T23:24:09.1901245Z 2025-06-05T23:24:09.1901421Z  2025-06-05T23:24:09.1902571Z -- Build files have been written to: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_build 2025-06-05T23:24:09.1904618Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_ref.cpp 2025-06-05T23:24:09.1906721Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o 2025-06-05T23:24:09.1908254Z [ 21%] Performing build step for 'onednn_gpu_build' 2025-06-05T23:24:09.1909570Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/analyze_broadcastable_inputs.hpp 2025-06-05T23:24:09.1911257Z [ 0%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/buffer_memory_storage.cpp.o 2025-06-05T23:24:09.1912974Z [ 21%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_util.a 2025-06-05T23:24:09.1914027Z [ 21%] Built target openvino_util 2025-06-05T23:24:09.1915091Z [ 0%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/capi/engine.cpp.o 2025-06-05T23:24:09.1916819Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/zes_libapi.cpp.o 2025-06-05T23:24:09.1918535Z [ 0%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/capi/memory.cpp.o 2025-06-05T23:24:09.1920092Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/broadcast_to_movebroadcast.hpp 2025-06-05T23:24:09.1922077Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o 2025-06-05T23:24:09.1924188Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_ref.h 2025-06-05T23:24:11.1371710Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/non_zero_inst.h 2025-06-05T23:24:11.1373565Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/zes_libddi.cpp.o 2025-06-05T23:24:11.1375230Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/canonicalization.hpp 2025-06-05T23:24:11.1376984Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_selector.cpp 2025-06-05T23:24:11.1378788Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/collapse_subgraph.hpp 2025-06-05T23:24:11.1380636Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o 2025-06-05T23:24:11.1382501Z [ 0%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/capi/primitive.cpp.o 2025-06-05T23:24:11.1383919Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/normalize_inst.h 2025-06-05T23:24:11.1385364Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/common_optimizations.hpp 2025-06-05T23:24:11.1387588Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/dynamic_quantize/dynamic_quantize_kernel_selector.h 2025-06-05T23:24:11.1389459Z [ 0%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2025-06-05T23:24:11.1391386Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/zel_tracing_libapi.cpp.o 2025-06-05T23:24:11.1393090Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/one_hot_inst.h 2025-06-05T23:24:11.1394476Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/convert_constants.hpp 2025-06-05T23:24:11.1396026Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/convert_power_to_powerstatic.hpp 2025-06-05T23:24:11.1397959Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o 2025-06-05T23:24:11.1400127Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_ref.cpp 2025-06-05T23:24:11.1401838Z [ 1%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/capi/stream.cpp.o 2025-06-05T23:24:11.1403259Z [ 1%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2025-06-05T23:24:11.1404639Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/paged_attention_inst.h 2025-06-05T23:24:11.1406265Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/explicit_transpose_matmul_inputs.hpp 2025-06-05T23:24:11.1408062Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_ref.h 2025-06-05T23:24:11.1410160Z [ 21%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o 2025-06-05T23:24:11.1411945Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/pass_manager.h 2025-06-05T23:24:11.1413794Z [ 21%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/zel_tracing_libddi.cpp.o 2025-06-05T23:24:11.1415872Z [ 21%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_selector.cpp 2025-06-05T23:24:11.1417460Z [ 1%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2025-06-05T23:24:11.1418838Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/extract_constants.hpp 2025-06-05T23:24:11.1420303Z [ 1%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/engine_impl.cpp.o 2025-06-05T23:24:11.1421624Z [ 21%] [cpplint] src/plugins/intel_gpu/src/graph/include/permute_inst.h 2025-06-05T23:24:11.1423090Z [ 21%] [cpplint] src/common/snippets/include/snippets/pass/extract_reshapes_from_mha.hpp 2025-06-05T23:24:11.1424884Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_selector.h 2025-06-05T23:24:11.1426964Z [ 22%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o 2025-06-05T23:24:11.1429092Z [ 2%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2025-06-05T23:24:11.1430875Z [ 22%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/ze_lib.cpp.o 2025-06-05T23:24:11.1432953Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_gpsi/generate_proposals_single_image_kernel_ref.cpp 2025-06-05T23:24:11.1434626Z [ 22%] [cpplint] src/plugins/intel_gpu/src/graph/include/pooling_inst.h 2025-06-05T23:24:11.1436144Z [ 22%] [cpplint] src/common/snippets/include/snippets/pass/extract_unsupported_transposes.hpp 2025-06-05T23:24:11.1437739Z [ 2%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/stream_impl.cpp.o 2025-06-05T23:24:11.1439669Z [ 22%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o 2025-06-05T23:24:11.1441636Z [ 22%] [cpplint] src/plugins/intel_gpu/src/graph/include/primitive_inst.h 2025-06-05T23:24:11.1443015Z [ 2%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2025-06-05T23:24:11.1444762Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_gpsi/generate_proposals_single_image_kernel_ref.h 2025-06-05T23:24:11.1446485Z [ 22%] [cpplint] src/common/snippets/include/snippets/pass/fc_tokenization.hpp 2025-06-05T23:24:11.1447808Z [ 22%] [cpplint] src/plugins/intel_gpu/src/graph/include/primitive_type.h 2025-06-05T23:24:11.1449134Z [ 2%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/stream_profiler.cpp.o 2025-06-05T23:24:11.1451237Z [ 22%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o 2025-06-05T23:24:11.1453562Z [ 22%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/ze_tracing_register_cb_libapi.cpp.o 2025-06-05T23:24:11.1455770Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_gpsi/generate_proposals_single_image_kernel_selector.cpp 2025-06-05T23:24:11.1457563Z [ 22%] [cpplint] src/common/snippets/include/snippets/pass/fq_decomposition.hpp 2025-06-05T23:24:11.1459071Z [ 22%] [cpplint] src/common/snippets/include/snippets/pass/fuse_transpose_brgemm.hpp 2025-06-05T23:24:11.1460467Z [ 2%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2025-06-05T23:24:11.1462238Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_gpsi/generate_proposals_single_image_kernel_selector.h 2025-06-05T23:24:11.1464511Z [ 22%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o 2025-06-05T23:24:11.1466478Z [ 2%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/usm_memory_storage.cpp.o 2025-06-05T23:24:11.1467985Z [ 22%] [cpplint] src/common/snippets/include/snippets/pass/gn_decomposition.hpp 2025-06-05T23:24:11.1469403Z [ 22%] [cpplint] src/common/snippets/include/snippets/pass/gn_tokenization.hpp 2025-06-05T23:24:11.1470838Z [ 2%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2025-06-05T23:24:11.1472529Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_pgg/prior_grid_generator_kernel_ref.cpp 2025-06-05T23:24:11.1474458Z [ 22%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/lib/linux/lib_init.cpp.o 2025-06-05T23:24:11.1476182Z [ 22%] [cpplint] src/plugins/intel_gpu/src/graph/include/primitive_type_base.h 2025-06-05T23:24:11.1477988Z [ 22%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o 2025-06-05T23:24:11.1480064Z [ 22%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_pgg/prior_grid_generator_kernel_ref.h 2025-06-05T23:24:11.1481586Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/hash.hpp 2025-06-05T23:24:11.1482895Z [ 3%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/usm_utils.cpp.o 2025-06-05T23:24:11.1484378Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/insert_movebroadcast.hpp 2025-06-05T23:24:11.1485850Z [ 3%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2025-06-05T23:24:11.1487636Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_pgg/prior_grid_generator_kernel_selector.cpp 2025-06-05T23:24:11.1489622Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_pgg/prior_grid_generator_kernel_selector.h 2025-06-05T23:24:11.1491449Z [ 3%] Building CXX object src/xpu/ocl/CMakeFiles/dnnl_xpu_ocl.dir/utils.cpp.o 2025-06-05T23:24:11.1492774Z [ 23%] [cpplint] src/plugins/intel_gpu/src/graph/include/prior_box_inst.h 2025-06-05T23:24:11.1494501Z [ 23%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/ze_loader.cpp.o 2025-06-05T23:24:11.1496144Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/manager.hpp 2025-06-05T23:24:11.1497495Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/matmul_to_brgemm.hpp 2025-06-05T23:24:11.1499346Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o 2025-06-05T23:24:11.1501452Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_ref.cpp 2025-06-05T23:24:13.1135291Z [ 4%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2025-06-05T23:24:13.1136859Z [ 23%] [cpplint] src/plugins/intel_gpu/src/graph/include/program_dump_graph.h 2025-06-05T23:24:13.1137749Z [ 4%] Built target dnnl_xpu_ocl 2025-06-05T23:24:13.1138689Z [ 23%] [cpplint] src/plugins/intel_gpu/src/graph/include/program_helpers.h 2025-06-05T23:24:13.1140047Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/mha_tokenization.hpp 2025-06-05T23:24:13.1141632Z [ 4%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_batch_normalization_list.cpp.o 2025-06-05T23:24:13.1143449Z [ 23%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/ze_loader_api.cpp.o 2025-06-05T23:24:13.1145472Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_ref.h 2025-06-05T23:24:13.1147507Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o 2025-06-05T23:24:13.1149667Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp 2025-06-05T23:24:13.1151387Z [ 4%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2025-06-05T23:24:13.1152973Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/positioned_pass.hpp 2025-06-05T23:24:13.1154469Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/propagate_precision.hpp 2025-06-05T23:24:13.1155881Z [ 23%] [cpplint] src/plugins/intel_gpu/src/graph/include/program_node.h 2025-06-05T23:24:13.1157144Z [ 4%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_binary_list.cpp.o 2025-06-05T23:24:13.1159380Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.h 2025-06-05T23:24:13.1161394Z [ 23%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/ze_ldrddi.cpp.o 2025-06-05T23:24:13.1163622Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o 2025-06-05T23:24:13.1165648Z [ 4%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2025-06-05T23:24:13.1167318Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/reduce_to_snippets_reduce.hpp 2025-06-05T23:24:13.1168918Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/softmax_decomposition.hpp 2025-06-05T23:24:13.1170656Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_topkroi/topk_rois_kernel_selector.cpp 2025-06-05T23:24:13.1172390Z [ 4%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/dnnl_threadpool.cpp.o 2025-06-05T23:24:13.1173926Z [ 4%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_concat_list.cpp.o 2025-06-05T23:24:13.1175789Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_topkroi/topk_rois_kernel_selector.h 2025-06-05T23:24:13.1177380Z [ 4%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2025-06-05T23:24:13.1178914Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/softmax_reshape_elimination.hpp 2025-06-05T23:24:13.1181114Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o 2025-06-05T23:24:13.1183670Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o 2025-06-05T23:24:13.1185712Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_topkroi/topk_rois_ref.cpp 2025-06-05T23:24:13.1187695Z [ 23%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/zet_ldrddi.cpp.o 2025-06-05T23:24:13.1189456Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/split_dimension_m.hpp 2025-06-05T23:24:13.1190861Z [ 5%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2025-06-05T23:24:13.1192158Z [ 23%] [cpplint] src/plugins/intel_gpu/src/graph/include/proposal_inst.h 2025-06-05T23:24:13.1193527Z [ 5%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_convolution_list.cpp.o 2025-06-05T23:24:13.1195076Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/ed_topkroi/topk_rois_ref.h 2025-06-05T23:24:13.1196676Z [ 23%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.cpp 2025-06-05T23:24:13.1198790Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o 2025-06-05T23:24:13.1200718Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/subgraph_manager.hpp 2025-06-05T23:24:13.1202789Z [ 23%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o 2025-06-05T23:24:13.1204697Z [ 23%] [cpplint] src/plugins/intel_gpu/src/graph/include/quantize_inst.h 2025-06-05T23:24:13.1206052Z [ 5%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2025-06-05T23:24:13.1207841Z [ 23%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/zes_ldrddi.cpp.o 2025-06-05T23:24:13.1209577Z [ 23%] [cpplint] src/common/snippets/include/snippets/pass/subgraph_pass.hpp 2025-06-05T23:24:13.1211056Z [ 6%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_deconvolution_list.cpp.o 2025-06-05T23:24:13.1213428Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2025-06-05T23:24:13.1215537Z [ 6%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/float4.cpp.o 2025-06-05T23:24:13.1217586Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/error_listener.cc.o 2025-06-05T23:24:13.1219578Z [ 24%] [cpplint] src/common/snippets/include/snippets/pass/tokenization.hpp 2025-06-05T23:24:13.1220956Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/random_uniform_inst.h 2025-06-05T23:24:13.1222479Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.h 2025-06-05T23:24:13.1224454Z [ 24%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/zel_tracing_ldrddi.cpp.o 2025-06-05T23:24:13.1226216Z [ 6%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_eltwise_list.cpp.o 2025-06-05T23:24:13.1227533Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/range_inst.h 2025-06-05T23:24:13.1229107Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/read_value_inst.h 2025-06-05T23:24:13.1231132Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o 2025-06-05T23:24:13.1233138Z [ 6%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/float8.cpp.o 2025-06-05T23:24:13.1234530Z [ 24%] [cpplint] src/common/snippets/include/snippets/pass/transform_convert.hpp 2025-06-05T23:24:13.1236244Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_blocked_opt.cpp 2025-06-05T23:24:13.1237985Z [ 24%] [cpplint] src/common/snippets/include/snippets/pass/transpose_decomposition.hpp 2025-06-05T23:24:13.1239398Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/reduce_inst.h 2025-06-05T23:24:13.1241142Z [ 6%] Building CXX object src/gpu/generic/CMakeFiles/dnnl_gpu_generic.dir/cross_engine_reorder.cpp.o 2025-06-05T23:24:13.1242740Z [ 6%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2025-06-05T23:24:13.1244053Z [ 6%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_gemm_list.cpp.o 2025-06-05T23:24:13.1246119Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o 2025-06-05T23:24:13.1248612Z [ 24%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/linux/driver_discovery_lin.cpp.o 2025-06-05T23:24:13.1250423Z [ 24%] [cpplint] src/common/snippets/include/snippets/pass/validate.hpp 2025-06-05T23:24:13.1251727Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/region_yolo_inst.h 2025-06-05T23:24:13.1253105Z [ 7%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2025-06-05T23:24:13.1253982Z [ 7%] Built target dnnl_gpu_generic 2025-06-05T23:24:13.1254903Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/reorder_inst.h 2025-06-05T23:24:13.1256480Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_blocked_opt.h 2025-06-05T23:24:13.1258775Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o 2025-06-05T23:24:13.1261238Z [ 24%] Building CXX object thirdparty/level_zero/level-zero/source/CMakeFiles/ze_loader.dir/loader/linux/loader_init.cpp.o 2025-06-05T23:24:13.1262923Z [ 24%] [cpplint] src/common/snippets/include/snippets/remarks.hpp 2025-06-05T23:24:13.1264288Z [ 7%] Building CXX object src/gpu/intel/CMakeFiles/dnnl_gpu_intel.dir/block_structure.cpp.o 2025-06-05T23:24:13.1265941Z [ 7%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/group_normalization.cpp.o 2025-06-05T23:24:13.1267546Z [ 7%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_group_normalization_list.cpp.o 2025-06-05T23:24:15.0567957Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp 2025-06-05T23:24:15.0569514Z [ 24%] [cpplint] src/common/snippets/include/snippets/runtime_configurator.hpp 2025-06-05T23:24:15.0570745Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/reorg_yolo_inst.h 2025-06-05T23:24:15.0572595Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o 2025-06-05T23:24:15.0573761Z [ 24%] Linking CXX shared library ../../../../lib/libze_loader.so 2025-06-05T23:24:15.0574554Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.h 2025-06-05T23:24:15.0576015Z [ 7%] Building CXX object src/gpu/intel/CMakeFiles/dnnl_gpu_intel.dir/kernel_cache.cpp.o 2025-06-05T23:24:15.0577952Z [ 24%] [cpplint] src/common/snippets/include/snippets/shape_inference/shape_infer_instances.hpp 2025-06-05T23:24:15.0579423Z [ 7%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_impl_list.cpp.o 2025-06-05T23:24:15.0580786Z [ 7%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2025-06-05T23:24:15.0581857Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/resample_inst.h 2025-06-05T23:24:15.0583431Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o 2025-06-05T23:24:15.0585720Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp 2025-06-05T23:24:15.0587547Z [ 24%] [cpplint] src/common/snippets/include/snippets/shape_inference/shape_inference.hpp 2025-06-05T23:24:15.0589344Z [ 8%] Building CXX object src/gpu/intel/CMakeFiles/dnnl_gpu_intel.dir/primitive_conf.cpp.o 2025-06-05T23:24:15.0590690Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/reshape_inst.h 2025-06-05T23:24:15.0592006Z [ 9%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_inner_product_list.cpp.o 2025-06-05T23:24:15.0593383Z [ 9%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2025-06-05T23:24:15.0594289Z [ 24%] Built target ze_loader 2025-06-05T23:24:15.0595607Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.h 2025-06-05T23:24:15.0597408Z [ 9%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_layer_normalization_list.cpp.o 2025-06-05T23:24:15.0599431Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o 2025-06-05T23:24:15.0601260Z [ 24%] [cpplint] src/common/snippets/include/snippets/shape_types.hpp 2025-06-05T23:24:15.0602496Z [ 9%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/kernel_cache.cpp.o 2025-06-05T23:24:15.0603891Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.cpp 2025-06-05T23:24:15.0605303Z [ 9%] Building CXX object src/gpu/intel/CMakeFiles/dnnl_gpu_intel.dir/utils.cpp.o 2025-06-05T23:24:15.0606430Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/reverse_inst.h 2025-06-05T23:24:15.0607843Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.h 2025-06-05T23:24:15.0609256Z [ 24%] [cpplint] src/common/snippets/include/snippets/snippets_isa.hpp 2025-06-05T23:24:15.0610525Z [ 9%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_lrn_list.cpp.o 2025-06-05T23:24:15.0612643Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2025-06-05T23:24:15.0614751Z [ 24%] [cpplint] src/common/snippets/include/snippets/snippets_isa_tbl.hpp 2025-06-05T23:24:15.0616198Z [ 10%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2025-06-05T23:24:15.0617647Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/reverse_sequence_inst.h 2025-06-05T23:24:15.0618471Z [ 10%] Built target dnnl_gpu_intel 2025-06-05T23:24:15.0619290Z [ 24%] [cpplint] src/common/snippets/include/snippets/target_machine.hpp 2025-06-05T23:24:15.0620715Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.cpp 2025-06-05T23:24:15.0621637Z [ 24%] [cpplint] src/common/snippets/include/snippets/utils/debug_caps_config.hpp 2025-06-05T23:24:15.0622665Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.h 2025-06-05T23:24:15.0623641Z [ 10%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_matmul_list.cpp.o 2025-06-05T23:24:15.0624792Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2025-06-05T23:24:15.0625807Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/rms_inst.h 2025-06-05T23:24:15.0626584Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.cpp 2025-06-05T23:24:15.0627404Z [ 10%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_pooling_list.cpp.o 2025-06-05T23:24:15.0628093Z [ 10%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2025-06-05T23:24:15.0629294Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.h 2025-06-05T23:24:15.0630656Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/roi_align_inst.h 2025-06-05T23:24:15.0631427Z [ 24%] [cpplint] src/common/snippets/include/snippets/utils/linear_ir_pass_dumper.hpp 2025-06-05T23:24:15.0632166Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/roi_pooling_inst.h 2025-06-05T23:24:15.0633182Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o 2025-06-05T23:24:15.0634170Z [ 11%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_prelu_list.cpp.o 2025-06-05T23:24:15.0635031Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.cpp 2025-06-05T23:24:15.0635863Z [ 11%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2025-06-05T23:24:15.0636514Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/roll_inst.hpp 2025-06-05T23:24:15.0637184Z [ 24%] [cpplint] src/common/snippets/include/snippets/utils/loop_utils.hpp 2025-06-05T23:24:15.0637846Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/rope_inst.h 2025-06-05T23:24:15.0638646Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.h 2025-06-05T23:24:15.0639502Z [ 11%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_reduction_list.cpp.o 2025-06-05T23:24:15.0640512Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o 2025-06-05T23:24:15.0641737Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o 2025-06-05T23:24:15.0642984Z [ 24%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o 2025-06-05T23:24:15.0643954Z [ 11%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2025-06-05T23:24:15.0644652Z [ 24%] [cpplint] src/common/snippets/include/snippets/utils/reg_utils.hpp 2025-06-05T23:24:15.0645415Z [ 24%] [cpplint] src/plugins/intel_gpu/src/graph/include/scaled_dot_product_attention_inst.h 2025-06-05T23:24:15.0646368Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.cpp 2025-06-05T23:24:15.0647275Z [ 24%] [cpplint] src/common/snippets/include/snippets/utils/tokenization_utils.hpp 2025-06-05T23:24:15.0648248Z [ 24%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.h 2025-06-05T23:24:15.0649241Z [ 11%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_reorder_list.cpp.o 2025-06-05T23:24:15.0650472Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/scatter_elements_update_inst.h 2025-06-05T23:24:15.0651844Z [ 11%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2025-06-05T23:24:15.0653429Z [ 12%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory_desc.cpp.o 2025-06-05T23:24:15.0654738Z [ 12%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2025-06-05T23:24:15.0655896Z [ 25%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o 2025-06-05T23:24:15.0656772Z [ 25%] [cpplint] openvino_snippets_cpplint 2025-06-05T23:24:15.0657145Z [ 25%] Built target openvino_snippets_cpplint 2025-06-05T23:24:15.0658091Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.cpp 2025-06-05T23:24:15.0659031Z [ 25%] Building CXX object src/common/itt/CMakeFiles/openvino_itt.dir/src/itt.cpp.o 2025-06-05T23:24:15.0659975Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/scatter_nd_update_inst.h 2025-06-05T23:24:15.0660696Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/scatter_update_inst.h 2025-06-05T23:24:15.0661533Z [ 25%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_itt.a 2025-06-05T23:24:16.9484225Z [ 12%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_reorder_pd.cpp.o 2025-06-05T23:24:16.9485167Z [ 25%] Built target openvino_itt 2025-06-05T23:24:16.9486147Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/search_sorted_inst.h 2025-06-05T23:24:16.9487511Z [ 12%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2025-06-05T23:24:16.9489220Z [ 12%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/block_manipulation.cpp.o 2025-06-05T23:24:16.9491606Z [ 25%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o 2025-06-05T23:24:16.9493979Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.h 2025-06-05T23:24:16.9495597Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/select_inst.h 2025-06-05T23:24:16.9496825Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/shape_of_inst.h 2025-06-05T23:24:16.9498102Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/shuffle_channels_inst.h 2025-06-05T23:24:16.9499838Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.cpp 2025-06-05T23:24:16.9501584Z [ 12%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_resampling_list.cpp.o 2025-06-05T23:24:16.9503038Z [ 12%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2025-06-05T23:24:16.9504453Z [ 13%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_rnn_list.cpp.o 2025-06-05T23:24:16.9506156Z [ 13%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/compute_engine.cpp.o 2025-06-05T23:24:16.9508298Z [ 25%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o 2025-06-05T23:24:16.9510535Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.h 2025-06-05T23:24:16.9512174Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/slice_inst.h 2025-06-05T23:24:16.9513791Z [ 13%] Building CXX object src/gpu/intel/microkernels/CMakeFiles/dnnl_gpu_microkernels.dir/entrance_agent.cpp.o 2025-06-05T23:24:16.9515930Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.cpp 2025-06-05T23:24:16.9517780Z [ 13%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2025-06-05T23:24:16.9519716Z [ 14%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/binary_format.cpp.o 2025-06-05T23:24:16.9521240Z [ 14%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_sdpa_list.cpp.o 2025-06-05T23:24:16.9522836Z [ 14%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/compute_stream.cpp.o 2025-06-05T23:24:16.9524517Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/sliding_window_utils.hpp 2025-06-05T23:24:16.9526342Z [ 25%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o 2025-06-05T23:24:16.9528358Z [ 14%] Building CXX object src/gpu/intel/microkernels/CMakeFiles/dnnl_gpu_microkernels.dir/fuser.cpp.o 2025-06-05T23:24:16.9530984Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.h 2025-06-05T23:24:16.9533128Z [ 14%] Building CXX object src/gpu/intel/microkernels/CMakeFiles/dnnl_gpu_microkernels.dir/protocol.cpp.o 2025-06-05T23:24:16.9535031Z [ 15%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/device_info.cpp.o 2025-06-05T23:24:16.9536666Z [ 16%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2025-06-05T23:24:16.9538039Z [ 16%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_shuffle_list.cpp.o 2025-06-05T23:24:16.9539534Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eye/eye_kernel_ref.cpp 2025-06-05T23:24:16.9541205Z [ 25%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libprotobuf.a 2025-06-05T23:24:16.9542832Z [ 16%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/eltwise_injector.cpp.o 2025-06-05T23:24:16.9544347Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/softmax_inst.h 2025-06-05T23:24:16.9545873Z [ 16%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/dispatch.cpp.o 2025-06-05T23:24:16.9547525Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eye/eye_kernel_ref.h 2025-06-05T23:24:16.9549116Z [ 16%] Building CXX object src/gpu/intel/microkernels/CMakeFiles/dnnl_gpu_microkernels.dir/shim.cpp.o 2025-06-05T23:24:16.9550693Z [ 16%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2025-06-05T23:24:16.9551535Z [ 25%] Built target libprotobuf 2025-06-05T23:24:16.9552614Z [ 16%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/emulated_generator.cpp.o 2025-06-05T23:24:16.9554170Z [ 16%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_softmax_list.cpp.o 2025-06-05T23:24:16.9555508Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/space_to_batch_inst.h 2025-06-05T23:24:16.9556411Z [ 16%] Built target dnnl_gpu_microkernels 2025-06-05T23:24:16.9557579Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eye/eye_kernel_selector.cpp 2025-06-05T23:24:16.9559364Z [ 17%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/generatorXELP.dir/generator/generator.cpp.o 2025-06-05T23:24:16.9561333Z [ 17%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/dispatch_reusable.cpp.o 2025-06-05T23:24:16.9562982Z [ 17%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2025-06-05T23:24:16.9564331Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/space_to_depth_inst.h 2025-06-05T23:24:16.9565596Z [ 17%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_sum_list.cpp.o 2025-06-05T23:24:16.9566809Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/stft_inst.h 2025-06-05T23:24:16.9568184Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/eye/eye_kernel_selector.h 2025-06-05T23:24:16.9570086Z [ 17%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/gen9_simple_sum.cpp.o 2025-06-05T23:24:16.9571648Z [ 18%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_zero_pad_list.cpp.o 2025-06-05T23:24:16.9573031Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/strided_slice_inst.h 2025-06-05T23:24:16.9574398Z [ 18%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2025-06-05T23:24:16.9576187Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/cm/fully_connected_cm_example.cpp 2025-06-05T23:24:16.9578125Z [ 18%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/kernel_ctx.cpp.o 2025-06-05T23:24:16.9580093Z [ 18%] Building CXX object src/gpu/intel/compute/CMakeFiles/dnnl_gpu_intel_compute.dir/zero_pool.cpp.o 2025-06-05T23:24:16.9582056Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/cm/fully_connected_cm_example.h 2025-06-05T23:24:16.9583240Z [ 18%] Built target generatorXELP 2025-06-05T23:24:16.9584692Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/cm/fully_connected_cm_kernel_selector.cpp 2025-06-05T23:24:16.9586585Z [ 18%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/generator.cpp.o 2025-06-05T23:24:16.9588018Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/swiglu_inst.h 2025-06-05T23:24:16.9589685Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/cm/fully_connected_cm_kernel_selector.h 2025-06-05T23:24:16.9591515Z [ 18%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_attr_quant.cpp.o 2025-06-05T23:24:16.9593044Z [ 18%] Building CXX object src/gpu/CMakeFiles/dnnl_gpu.dir/gpu_zero_points_conv.cpp.o 2025-06-05T23:24:16.9594350Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/tile_inst.h 2025-06-05T23:24:16.9595964Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.cpp 2025-06-05T23:24:16.9597197Z [ 18%] Built target dnnl_gpu_intel_compute 2025-06-05T23:24:16.9598485Z [ 18%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/generatorXEHP.dir/generator/generator.cpp.o 2025-06-05T23:24:16.9600025Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/to_string_utils.h 2025-06-05T23:24:16.9601627Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.h 2025-06-05T23:24:16.9603640Z [ 18%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/generatorXEHPG.dir/generator/generator.cpp.o 2025-06-05T23:24:16.9605192Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/unique_inst.hpp 2025-06-05T23:24:16.9606573Z [ 19%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2025-06-05T23:24:16.9607493Z [ 19%] Built target dnnl_gpu 2025-06-05T23:24:16.9608534Z [ 19%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2025-06-05T23:24:16.9610222Z [ 20%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/post_op_injector.cpp.o 2025-06-05T23:24:19.0334504Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.cpp 2025-06-05T23:24:19.0336155Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/include/variable.hpp 2025-06-05T23:24:19.0337437Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/registry/implementation_manager.hpp 2025-06-05T23:24:19.0338854Z [ 20%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2025-06-05T23:24:19.0340809Z [ 20%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2025-06-05T23:24:19.0342181Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/registry/implementation_map.hpp 2025-06-05T23:24:19.0343744Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.h 2025-06-05T23:24:19.0344715Z [ 20%] Built target generatorXEHP 2025-06-05T23:24:19.0345872Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.cpp 2025-06-05T23:24:19.0347647Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.h 2025-06-05T23:24:19.0349363Z [ 20%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/reduction.cpp.o 2025-06-05T23:24:19.0350288Z [ 20%] Built target generatorXEHPG 2025-06-05T23:24:19.0351555Z [ 20%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/reduction_injector.cpp.o 2025-06-05T23:24:19.0353240Z [ 20%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/codegen/bank_conflict_allocation.cpp.o 2025-06-05T23:24:19.0355170Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.cpp 2025-06-05T23:24:19.0356655Z [ 25%] [cpplint] src/plugins/intel_gpu/src/graph/registry/predicates.hpp 2025-06-05T23:24:19.0358251Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.h 2025-06-05T23:24:19.0359874Z [ 20%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2025-06-05T23:24:19.0361065Z [ 21%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2025-06-05T23:24:19.0362691Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.cpp 2025-06-05T23:24:19.0364082Z [ 25%] [cpplint] openvino_intel_gpu_graph_cpplint 2025-06-05T23:24:19.0364745Z [ 25%] Built target openvino_intel_gpu_graph_cpplint 2025-06-05T23:24:19.0365786Z [ 21%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2025-06-05T23:24:19.0367182Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cache_guard.cpp.o 2025-06-05T23:24:19.0368795Z [ 25%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/broadcast.cpp.o 2025-06-05T23:24:19.0370517Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/check_network_batchable.cpp.o 2025-06-05T23:24:19.0372210Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cpp/compiled_model.cpp.o 2025-06-05T23:24:19.0373916Z [ 21%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/codegen/codegen.cpp.o 2025-06-05T23:24:19.0375465Z [ 22%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/codegen/operand.cpp.o 2025-06-05T23:24:19.0377161Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.h 2025-06-05T23:24:19.0378905Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cpp/core.cpp.o 2025-06-05T23:24:19.0380668Z [ 25%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/concat.cpp.o 2025-06-05T23:24:19.0382548Z [ 25%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp 2025-06-05T23:24:19.0384192Z [ 22%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2025-06-05T23:24:19.0385538Z [ 22%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2025-06-05T23:24:19.0387044Z [ 22%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2025-06-05T23:24:19.0388464Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cpp/infer_request.cpp.o 2025-06-05T23:24:19.0389936Z [ 25%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/convert.cpp.o 2025-06-05T23:24:19.0391377Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cpp/remote_context.cpp.o 2025-06-05T23:24:19.0392751Z [ 22%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/config.cpp.o 2025-06-05T23:24:19.0394217Z [ 25%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/add.cpp.o 2025-06-05T23:24:19.0395844Z [ 25%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/convert_x86_intrinsics.cpp.o 2025-06-05T23:24:19.0397247Z [ 23%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2025-06-05T23:24:19.0398339Z [ 23%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2025-06-05T23:24:19.0399506Z [ 25%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cpp/remote_tensor.cpp.o 2025-06-05T23:24:19.0400957Z [ 26%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/depth_to_space.cpp.o 2025-06-05T23:24:19.0402254Z [ 23%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2025-06-05T23:24:19.0403780Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.h 2025-06-05T23:24:19.0405536Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.cpp 2025-06-05T23:24:19.0407593Z [ 26%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/align_quantization_intervals.cpp.o 2025-06-05T23:24:19.0409530Z [ 23%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/gen_convolution.cpp.o 2025-06-05T23:24:19.0411049Z [ 23%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/grf_usage.cpp.o 2025-06-05T23:24:19.0412664Z [ 23%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/ir_builder.cpp.o 2025-06-05T23:24:19.0414605Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.h 2025-06-05T23:24:19.0416268Z [ 23%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/sdpa_test_iface.cpp.o 2025-06-05T23:24:19.0417816Z [ 26%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/cpp/variable_state.cpp.o 2025-06-05T23:24:19.0419559Z [ 26%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/einsum.cpp.o 2025-06-05T23:24:19.0421626Z [ 26%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/align_quantization_parameters.cpp.o 2025-06-05T23:24:19.0423751Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp 2025-06-05T23:24:19.0425364Z [ 23%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2025-06-05T23:24:19.0426944Z [ 26%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/compilation_context.cpp.o 2025-06-05T23:24:19.0428982Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.h 2025-06-05T23:24:19.0430969Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp 2025-06-05T23:24:19.0433247Z [ 26%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.h 2025-06-05T23:24:19.0435170Z [ 26%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/experimental_detectron_detection_output.cpp.o 2025-06-05T23:24:19.0436965Z [ 24%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/key.cpp.o 2025-06-05T23:24:19.0438885Z [ 26%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/assign_and_read_value.cpp.o 2025-06-05T23:24:19.0440611Z [ 25%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2025-06-05T23:24:19.0442298Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp 2025-06-05T23:24:19.0444355Z [ 25%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/lookup_table.cpp.o 2025-06-05T23:24:19.0446222Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.h 2025-06-05T23:24:19.0448029Z [ 25%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/lookup_table_data.cpp.o 2025-06-05T23:24:19.0449636Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/core_impl.cpp.o 2025-06-05T23:24:20.9027763Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/experimental_detectron_proposal_single_image.cpp.o 2025-06-05T23:24:20.9030330Z [ 25%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2025-06-05T23:24:20.9040510Z [ 25%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/model_bridge.cpp.o 2025-06-05T23:24:20.9042663Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp 2025-06-05T23:24:20.9044927Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/avg_pool.cpp.o 2025-06-05T23:24:20.9047162Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.h 2025-06-05T23:24:20.9049185Z [ 26%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/model_xehpc_common_data.cpp.o 2025-06-05T23:24:20.9051230Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp 2025-06-05T23:24:20.9053257Z [ 26%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/model_xehpc_dw_data.cpp.o 2025-06-05T23:24:20.9055505Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/experimental_detectron_roi_feature_extractor.cpp.o 2025-06-05T23:24:20.9057446Z [ 26%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2025-06-05T23:24:20.9058785Z [ 26%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/stream_profiler.cpp.o 2025-06-05T23:24:20.9060139Z [ 26%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2025-06-05T23:24:20.9061845Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/base_matcher_pass.cpp.o 2025-06-05T23:24:20.9064078Z [ 26%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/model_xehpg_common_data.cpp.o 2025-06-05T23:24:20.9065976Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/device_id_parser.cpp.o 2025-06-05T23:24:20.9068067Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.h 2025-06-05T23:24:20.9070365Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/fake_convert.cpp.o 2025-06-05T23:24:20.9072013Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/iasync_infer_request.cpp.o 2025-06-05T23:24:20.9073905Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/exec_model_info.cpp.o 2025-06-05T23:24:20.9075622Z [ 26%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/model_xehpg_dw_data.cpp.o 2025-06-05T23:24:20.9077637Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.cpp 2025-06-05T23:24:20.9079959Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/batch_to_space.cpp.o 2025-06-05T23:24:20.9082009Z [ 27%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2025-06-05T23:24:20.9083663Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/icompiled_model.cpp.o 2025-06-05T23:24:20.9085524Z [ 27%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/normalization.cpp.o 2025-06-05T23:24:20.9087508Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.h 2025-06-05T23:24:20.9089398Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/fft.cpp.o 2025-06-05T23:24:20.9091138Z [ 28%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/pipeline.cpp.o 2025-06-05T23:24:20.9092660Z [ 28%] Building CXX object src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2025-06-05T23:24:20.9094360Z [ 28%] Building C object src/common/CMakeFiles/dnnl_common.dir/__/__/third_party/ittnotify/ittnotify_static.c.o 2025-06-05T23:24:20.9096413Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp 2025-06-05T23:24:20.9098551Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.h 2025-06-05T23:24:20.9100753Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/broadcast.cpp.o 2025-06-05T23:24:20.9102784Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/function.cpp.o 2025-06-05T23:24:20.9104463Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/iplugin.cpp.o 2025-06-05T23:24:20.9106165Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/gather_tree.cpp.o 2025-06-05T23:24:20.9108034Z [ 28%] Building C object src/common/CMakeFiles/dnnl_common.dir/__/__/third_party/ittnotify/jitprofiling.c.o 2025-06-05T23:24:20.9110024Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.cpp 2025-06-05T23:24:20.9111885Z [ 28%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/plan.cpp.o 2025-06-05T23:24:20.9113646Z [ 29%] Building ASM object src/common/CMakeFiles/dnnl_common.dir/__/__/third_party/ittnotify/ittptmark64.S.o 2025-06-05T23:24:20.9115392Z [ 29%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/problem.cpp.o 2025-06-05T23:24:20.9117084Z [ 29%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/tiler.cpp.o 2025-06-05T23:24:20.9118102Z [ 29%] Built target dnnl_common 2025-06-05T23:24:20.9119400Z [ 29%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/generatorXEHPC.dir/generator/generator.cpp.o 2025-06-05T23:24:20.9121391Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/generate_proposal.cpp.o 2025-06-05T23:24:20.9123762Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/clamp.cpp.o 2025-06-05T23:24:20.9125878Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/iremote_context.cpp.o 2025-06-05T23:24:20.9127887Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.h 2025-06-05T23:24:20.9130800Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp 2025-06-05T23:24:20.9132956Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/group_convolution.cpp.o 2025-06-05T23:24:20.9134900Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/iremote_tensor.cpp.o 2025-06-05T23:24:20.9136931Z [ 29%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/zero_out.cpp.o 2025-06-05T23:24:20.9138655Z [ 30%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/conv/zp_plan.cpp.o 2025-06-05T23:24:20.9140928Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/cleanup_transformation.cpp.o 2025-06-05T23:24:20.9143224Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.h 2025-06-05T23:24:20.9145266Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.cpp 2025-06-05T23:24:20.9146424Z [ 30%] Built target generatorXEHPC 2025-06-05T23:24:20.9147716Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/isync_infer_request.cpp.o 2025-06-05T23:24:20.9149693Z [ 27%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/complex_type_mark.cpp.o 2025-06-05T23:24:20.9151871Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/group_convolution_backprop_data.cpp.o 2025-06-05T23:24:20.9153952Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.h 2025-06-05T23:24:20.9156159Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/concat.cpp.o 2025-06-05T23:24:20.9158241Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.cpp 2025-06-05T23:24:20.9160207Z [ 27%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/decoder.cpp.o 2025-06-05T23:24:20.9162048Z [ 30%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/blocking.cpp.o 2025-06-05T23:24:20.9163847Z [ 27%] Building CXX object src/plugins/proxy/CMakeFiles/openvino_proxy_plugin_obj.dir/src/infer_request.cpp.o 2025-06-05T23:24:20.9165657Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/if.cpp.o 2025-06-05T23:24:20.9167470Z [ 27%] Building CXX object src/plugins/proxy/CMakeFiles/openvino_proxy_plugin_obj.dir/src/plugin.cpp.o 2025-06-05T23:24:22.7709583Z [ 27%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/ivariable_state.cpp.o 2025-06-05T23:24:22.7711636Z [ 27%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/exception.cpp.o 2025-06-05T23:24:22.7713576Z [ 27%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.h 2025-06-05T23:24:22.7715779Z [ 27%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/convert.cpp.o 2025-06-05T23:24:22.7718395Z [ 27%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/interpolate.cpp.o 2025-06-05T23:24:22.7720455Z [ 29%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/extension/conversion.cpp.o 2025-06-05T23:24:22.7722363Z [ 30%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/core.cpp.o 2025-06-05T23:24:22.7724531Z [ 29%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/convert_subtract_constant.cpp.o 2025-06-05T23:24:22.7727635Z [ 29%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.cpp 2025-06-05T23:24:22.7729856Z [ 29%] Building CXX object src/plugins/proxy/CMakeFiles/openvino_proxy_plugin_obj.dir/src/remote_context.cpp.o 2025-06-05T23:24:22.7731979Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/make_tensor.cpp.o 2025-06-05T23:24:22.7734358Z [ 30%] Building CXX object src/plugins/proxy/CMakeFiles/openvino_proxy_plugin_obj.dir/src/remote_tensor.cpp.o 2025-06-05T23:24:22.7736388Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/extension/decoder_transformation.cpp.o 2025-06-05T23:24:22.7738496Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.h 2025-06-05T23:24:22.7740375Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/inverse.cpp.o 2025-06-05T23:24:22.7742440Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/convolution.cpp.o 2025-06-05T23:24:22.7744540Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/irdft.cpp.o 2025-06-05T23:24:22.7746284Z [ 30%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/epilogue.cpp.o 2025-06-05T23:24:22.7748114Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/performance_heuristics.cpp.o 2025-06-05T23:24:22.7750205Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.cpp 2025-06-05T23:24:22.7751442Z [ 30%] Built target openvino_proxy_plugin_obj 2025-06-05T23:24:22.7752772Z [ 30%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/generatorXE2.dir/generator/generator.cpp.o 2025-06-05T23:24:22.7754844Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/extension/telemetry.cpp.o 2025-06-05T23:24:22.7757140Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/extension/progress_reporter.cpp.o 2025-06-05T23:24:22.7759199Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/istft.cpp.o 2025-06-05T23:24:22.7761126Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.h 2025-06-05T23:24:22.7763515Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/convolution_backprop_data.cpp.o 2025-06-05T23:24:22.7765693Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/plugin.cpp.o 2025-06-05T23:24:22.7767291Z [ 30%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/fma.cpp.o 2025-06-05T23:24:22.7768958Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/plugin_config.cpp.o 2025-06-05T23:24:22.7770818Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.cpp 2025-06-05T23:24:22.7772848Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/loop.cpp.o 2025-06-05T23:24:22.7774777Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/frontend.cpp.o 2025-06-05T23:24:22.7776702Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.h 2025-06-05T23:24:22.7778545Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.cpp 2025-06-05T23:24:22.7779590Z [ 30%] Built target generatorXE2 2025-06-05T23:24:22.7780783Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.h 2025-06-05T23:24:22.7782532Z [ 31%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/gemm_schedule.cpp.o 2025-06-05T23:24:22.7785124Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/depth_to_space.cpp.o 2025-06-05T23:24:22.7787296Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/matmul.cpp.o 2025-06-05T23:24:22.7789108Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/matrix_nms.cpp.o 2025-06-05T23:24:22.7791028Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/cpu_message.cpp.o 2025-06-05T23:24:22.7793014Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.cpp 2025-06-05T23:24:22.7794968Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/graph_iterator.cpp.o 2025-06-05T23:24:22.7796982Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.h 2025-06-05T23:24:22.7798682Z [ 31%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/hw.cpp.o 2025-06-05T23:24:22.7800230Z [ 31%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/ir.cpp.o 2025-06-05T23:24:22.7801827Z [ 31%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/ir_builder.cpp.o 2025-06-05T23:24:22.7803358Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.cpp 2025-06-05T23:24:22.7805121Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/multiclass_nms.cpp.o 2025-06-05T23:24:22.7806493Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/hash_table.cpp.o 2025-06-05T23:24:22.7807584Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/cpu_streams_executor.cpp.o 2025-06-05T23:24:22.7808865Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/eliminate_fake_quantize.cpp.o 2025-06-05T23:24:22.7810297Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/eltwise_base_transformation.cpp.o 2025-06-05T23:24:22.7813915Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/nms_rotated.cpp.o 2025-06-05T23:24:22.7815863Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/non_max_suppression.cpp.o 2025-06-05T23:24:22.7817615Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.h 2025-06-05T23:24:22.7819374Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/input_model.cpp.o 2025-06-05T23:24:22.7821645Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fake_quantize.cpp.o 2025-06-05T23:24:22.7823747Z In file included from /pytorch/executorch/openvino/src/inference/src/dev/threading/cpu_streams_executor.cpp:16: 2025-06-05T23:24:22.7825848Z /pytorch/executorch/openvino/src/inference/src/dev/threading/parallel_custom_arena.hpp:33:54: note: #pragma message: USE_TBBBIND_2_5 is disabled 2025-06-05T23:24:22.7827384Z 33 | # pragma message("USE_TBBBIND_2_5 is disabled") 2025-06-05T23:24:22.7827997Z | ^ 2025-06-05T23:24:22.7834792Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/cpu_streams_executor_internal.cpp.o 2025-06-05T23:24:22.7836860Z [ 31%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/linear_expr.cpp.o 2025-06-05T23:24:22.7838561Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.cpp 2025-06-05T23:24:22.7840635Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/executor_manager.cpp.o 2025-06-05T23:24:22.7842600Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/manager.cpp.o 2025-06-05T23:24:24.4383867Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/node_context.cpp.o 2025-06-05T23:24:24.4384923Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/pad.cpp.o 2025-06-05T23:24:24.4385899Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/random_uniform.cpp.o 2025-06-05T23:24:24.4386849Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.h 2025-06-05T23:24:24.4387808Z [ 32%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/message.cpp.o 2025-06-05T23:24:24.4389432Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fake_quantize_decomposition.cpp.o 2025-06-05T23:24:24.4390711Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.cpp 2025-06-05T23:24:24.4391677Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/place.cpp.o 2025-06-05T23:24:24.4392628Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/rdft.cpp.o 2025-06-05T23:24:24.4393573Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/reorg_yolo.cpp.o 2025-06-05T23:24:24.4394604Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/istreams_executor.cpp.o 2025-06-05T23:24:24.4395702Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/plugin_loader.cpp.o 2025-06-05T23:24:24.4396837Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/random_normal_helper.cpp.o 2025-06-05T23:24:24.4397865Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.h 2025-06-05T23:24:24.4399038Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fake_quantize_dequantization.cpp.o 2025-06-05T23:24:24.4400184Z [ 32%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/post_ops.cpp.o 2025-06-05T23:24:24.4401097Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.cpp 2025-06-05T23:24:24.4402041Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/reshape.cpp.o 2025-06-05T23:24:24.4403023Z [ 30%] Building CXX object src/frontends/common/CMakeFiles/openvino_frontend_common_obj.dir/src/variable.cpp.o 2025-06-05T23:24:24.4404236Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.h 2025-06-05T23:24:24.4405104Z In file included from /pytorch/executorch/openvino/src/inference/src/dev/threading/istreams_executor.cpp:18: 2025-06-05T23:24:24.4406292Z /pytorch/executorch/openvino/src/inference/src/dev/threading/parallel_custom_arena.hpp:33:54: note: #pragma message: USE_TBBBIND_2_5 is disabled 2025-06-05T23:24:24.4407408Z 33 | # pragma message("USE_TBBBIND_2_5 is disabled") 2025-06-05T23:24:24.4408035Z | ^ 2025-06-05T23:24:24.4409443Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/itask_executor.cpp.o 2025-06-05T23:24:24.4411362Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.cpp 2025-06-05T23:24:24.4413618Z [ 30%] Building CXX object src/frontends/common_translators/src/CMakeFiles/openvino_common_translators.dir/op/angle.cpp.o 2025-06-05T23:24:24.4415822Z [ 30%] Building CXX object src/frontends/common_translators/src/CMakeFiles/openvino_common_translators.dir/op/atan2.cpp.o 2025-06-05T23:24:24.4417768Z [ 32%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/primitive_plan.cpp.o 2025-06-05T23:24:24.4419884Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fold_convert.cpp.o 2025-06-05T23:24:24.4422009Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.h 2025-06-05T23:24:24.4424025Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/parallel_custom_arena.cpp.o 2025-06-05T23:24:24.4425356Z [ 30%] Built target openvino_frontend_common_obj 2025-06-05T23:24:24.4426685Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.cpp 2025-06-05T23:24:24.4428494Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/reverse.cpp.o 2025-06-05T23:24:24.4431316Z [ 30%] Building CXX object src/frontends/common_translators/src/CMakeFiles/openvino_common_translators.dir/op/complex.cpp.o 2025-06-05T23:24:24.4433283Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.h 2025-06-05T23:24:24.4435196Z [ 30%] Building CXX object src/frontends/common_translators/src/CMakeFiles/openvino_common_translators.dir/utils.cpp.o 2025-06-05T23:24:24.4437033Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.cpp 2025-06-05T23:24:24.4438919Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/shuffle_channels.cpp.o 2025-06-05T23:24:24.4441242Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fold_fake_quantize.cpp.o 2025-06-05T23:24:24.4443232Z In file included from /pytorch/executorch/openvino/src/inference/src/dev/threading/parallel_custom_arena.cpp:4: 2025-06-05T23:24:24.4445312Z /pytorch/executorch/openvino/src/inference/src/dev/threading/parallel_custom_arena.hpp:33:54: note: #pragma message: USE_TBBBIND_2_5 is disabled 2025-06-05T23:24:24.4446892Z 33 | # pragma message("USE_TBBBIND_2_5 is disabled") 2025-06-05T23:24:24.4447512Z | ^ 2025-06-05T23:24:24.4448964Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/dev/threading/thread_affinity.cpp.o 2025-06-05T23:24:24.4450897Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.h 2025-06-05T23:24:24.4453180Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fuse_convert.cpp.o 2025-06-05T23:24:24.4455475Z [ 32%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/problem.cpp.o 2025-06-05T23:24:24.4457720Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fuse_elementwise_to_fake_quantize.cpp.o 2025-06-05T23:24:24.4458906Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/slice.cpp.o 2025-06-05T23:24:24.4459794Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.cpp 2025-06-05T23:24:24.4460762Z [ 30%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_common_translators.a 2025-06-05T23:24:24.4461759Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/exception.cpp.o 2025-06-05T23:24:24.4462444Z [ 30%] Built target openvino_common_translators 2025-06-05T23:24:24.4463323Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/code_generator.cc.o 2025-06-05T23:24:24.4464707Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fuse_multiply_to_fake_quantize.cpp.o 2025-06-05T23:24:24.4466133Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/helper_transforms/const_to_result_remover.cpp.o 2025-06-05T23:24:24.4467263Z [ 32%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/reduce.cpp.o 2025-06-05T23:24:24.4468146Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/model_reader.cpp.o 2025-06-05T23:24:24.4469244Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2025-06-05T23:24:24.4470641Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/space_to_depth.cpp.o 2025-06-05T23:24:24.4472190Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.h 2025-06-05T23:24:24.4473631Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/command_line_interface.cc.o 2025-06-05T23:24:24.4475133Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/fuse_subtract_to_fake_quantize.cpp.o 2025-06-05T23:24:24.4476705Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/helper_transforms/embedding_segments_feature_fusing.cpp.o 2025-06-05T23:24:24.4477961Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.cpp 2025-06-05T23:24:24.4478910Z [ 33%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/send_plan.cpp.o 2025-06-05T23:24:26.1256427Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/split.cpp.o 2025-06-05T23:24:26.1258331Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/enum.cc.o 2025-06-05T23:24:26.1260390Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/os/lin/lin_system_conf.cpp.o 2025-06-05T23:24:26.1262379Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2025-06-05T23:24:26.1264209Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.h 2025-06-05T23:24:26.1266143Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/gather.cpp.o 2025-06-05T23:24:26.1269156Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/helper_transforms/saved_model_unused_remover.cpp.o 2025-06-05T23:24:26.1271182Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/stft.cpp.o 2025-06-05T23:24:26.1273101Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/enum_field.cc.o 2025-06-05T23:24:26.1275601Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_containers.cpp.o 2025-06-05T23:24:26.1277750Z [ 33%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/slm_reduce_builder.cpp.o 2025-06-05T23:24:26.1279509Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.cpp 2025-06-05T23:24:26.1281263Z In file included from /pytorch/executorch/openvino/src/inference/src/os/lin/lin_system_conf.cpp:14: 2025-06-05T23:24:26.1283045Z /pytorch/executorch/openvino/src/inference/src/dev/threading/parallel_custom_arena.hpp:33:54: note: #pragma message: USE_TBBBIND_2_5 is disabled 2025-06-05T23:24:26.1284397Z 33 | # pragma message("USE_TBBBIND_2_5 is disabled") 2025-06-05T23:24:26.1284972Z | ^ 2025-06-05T23:24:26.1286195Z [ 30%] Building CXX object src/inference/CMakeFiles/openvino_runtime_obj.dir/src/system_conf.cpp.o 2025-06-05T23:24:26.1287933Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/strided_slice.cpp.o 2025-06-05T23:24:26.1290222Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/helper_transforms/tensor_array_v3_replacer.cpp.o 2025-06-05T23:24:26.1292363Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.h 2025-06-05T23:24:26.1294436Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/extension.cc.o 2025-06-05T23:24:26.1296843Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/group_convolution.cpp.o 2025-06-05T23:24:26.1299287Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2025-06-05T23:24:26.1301236Z [ 33%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/tensor.cpp.o 2025-06-05T23:24:26.1302821Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.cpp 2025-06-05T23:24:26.1304477Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/tensor_iterator.cpp.o 2025-06-05T23:24:26.1305941Z In file included from /pytorch/executorch/openvino/src/inference/src/system_conf.cpp:31: 2025-06-05T23:24:26.1307680Z /pytorch/executorch/openvino/src/inference/src/dev/threading/parallel_custom_arena.hpp:33:54: note: #pragma message: USE_TBBBIND_2_5 is disabled 2025-06-05T23:24:26.1309115Z 33 | # pragma message("USE_TBBBIND_2_5 is disabled") 2025-06-05T23:24:26.1309736Z | ^ 2025-06-05T23:24:26.1310221Z [ 30%] Built target openvino_runtime_obj 2025-06-05T23:24:26.1311790Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/capi/brgemm_api.cpp.o 2025-06-05T23:24:26.1314153Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/field.cc.o 2025-06-05T23:24:26.1316704Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/helper_transforms/tensor_list_ops_resolver.cpp.o 2025-06-05T23:24:26.1319497Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/interpolate.cpp.o 2025-06-05T23:24:26.1321411Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.h 2025-06-05T23:24:26.1323066Z [ 33%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/ir/tensor_config.cpp.o 2025-06-05T23:24:26.1324743Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/tile.cpp.o 2025-06-05T23:24:26.1326739Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2025-06-05T23:24:26.1329614Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/file.cc.o 2025-06-05T23:24:26.1331748Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.cpp 2025-06-05T23:24:26.1333493Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/transpose.cpp.o 2025-06-05T23:24:26.1335462Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/addN.cpp.o 2025-06-05T23:24:26.1337713Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/layer_transformation.cpp.o 2025-06-05T23:24:26.1339654Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.h 2025-06-05T23:24:26.1341233Z [ 33%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/alloc.cpp.o 2025-06-05T23:24:26.1342920Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/utils/fft_common.cpp.o 2025-06-05T23:24:26.1344835Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/adjust_contrast.cpp.o 2025-06-05T23:24:26.1347028Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/generator.cc.o 2025-06-05T23:24:26.1348953Z [ 34%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/bank_conflict.cpp.o 2025-06-05T23:24:26.1351007Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2025-06-05T23:24:26.1352867Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.cpp 2025-06-05T23:24:26.1354492Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/utils/nms_common.cpp.o 2025-06-05T23:24:26.1356170Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.h 2025-06-05T23:24:26.1358019Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/low_precision.cpp.o 2025-06-05T23:24:26.1360129Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/helpers.cc.o 2025-06-05T23:24:26.1361375Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/adjust_hue.cpp.o 2025-06-05T23:24:26.1362692Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/op/utils/rounding_guard.cpp.o 2025-06-05T23:24:26.1364017Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2025-06-05T23:24:26.1365161Z [ 34%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/barrier.cpp.o 2025-06-05T23:24:26.1366152Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/coordinate_index.cpp.o 2025-06-05T23:24:26.1367401Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/coordinate_range.cpp.o 2025-06-05T23:24:26.1368492Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/generate_proposals/generate_proposals_kernel_ref.cpp 2025-06-05T23:24:26.1369822Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/markup_avg_pool_precision_preserved.cpp.o 2025-06-05T23:24:26.1371173Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/map_field.cc.o 2025-06-05T23:24:26.1372418Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/adjust_saturation.cpp.o 2025-06-05T23:24:27.9050027Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/coordinate_transform.cpp.o 2025-06-05T23:24:27.9052288Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/jit_generator.cpp.o 2025-06-05T23:24:27.9054447Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/generate_proposals/generate_proposals_kernel_ref.h 2025-06-05T23:24:27.9056281Z [ 34%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/cse.cpp.o 2025-06-05T23:24:27.9058305Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2025-06-05T23:24:27.9060438Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/philox_converter.cpp.o 2025-06-05T23:24:27.9062592Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/generate_proposals/generate_proposals_kernel_selector.cpp 2025-06-05T23:24:27.9064882Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/message.cc.o 2025-06-05T23:24:27.9067130Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/angle.cpp.o 2025-06-05T23:24:27.9069447Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/markup_bias.cpp.o 2025-06-05T23:24:27.9071835Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2025-06-05T23:24:27.9074075Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/generate_proposals/generate_proposals_kernel_selector.h 2025-06-05T23:24:27.9075977Z [ 34%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/dp4a.cpp.o 2025-06-05T23:24:27.9077837Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/philox_generator.cpp.o 2025-06-05T23:24:27.9079855Z [ 30%] Building CXX object src/core/reference/CMakeFiles/openvino_reference.dir/src/utils/registers_pool.cpp.o 2025-06-05T23:24:27.9082073Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/approximate_equal_op.cpp.o 2025-06-05T23:24:27.9084216Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_base.cpp 2025-06-05T23:24:27.9086424Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/message_field.cc.o 2025-06-05T23:24:27.9088998Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/markup_can_be_quantized.cpp.o 2025-06-05T23:24:27.9091405Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2025-06-05T23:24:27.9094403Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2025-06-05T23:24:27.9096788Z [ 30%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_reference.a 2025-06-05T23:24:27.9098569Z [ 34%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/dpas.cpp.o 2025-06-05T23:24:27.9100334Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_base.hpp 2025-06-05T23:24:27.9102538Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/padding_optimizer.cc.o 2025-06-05T23:24:27.9104019Z [ 30%] Built target openvino_reference 2025-06-05T23:24:27.9105733Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2025-06-05T23:24:27.9108068Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/arg_min_max.cpp.o 2025-06-05T23:24:27.9110262Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_opt_bilinear_zeros.cpp 2025-06-05T23:24:27.9112615Z [ 30%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/markup_precisions.cpp.o 2025-06-05T23:24:27.9114849Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_opt_bilinear_zeros.hpp 2025-06-05T23:24:27.9117394Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2025-06-05T23:24:27.9120187Z [ 30%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/parse_function_generator.cc.o 2025-06-05T23:24:27.9122386Z [ 35%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/dpasw.cpp.o 2025-06-05T23:24:27.9124250Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2025-06-05T23:24:27.9126111Z [ 30%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_ref.cpp 2025-06-05T23:24:27.9128127Z [ 30%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2025-06-05T23:24:27.9130581Z [ 30%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/argdef_ops.cpp.o 2025-06-05T23:24:27.9133160Z [ 31%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/markup_quantization_granularity.cpp.o 2025-06-05T23:24:27.9136040Z [ 31%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2025-06-05T23:24:27.9138363Z [ 31%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_ref.hpp 2025-06-05T23:24:27.9140586Z [ 31%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/primitive_field.cc.o 2025-06-05T23:24:27.9142876Z [ 31%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2025-06-05T23:24:27.9144763Z [ 35%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/hoist.cpp.o 2025-06-05T23:24:27.9146697Z [ 31%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/atan2.cpp.o 2025-06-05T23:24:27.9148514Z [ 31%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_selector.cpp 2025-06-05T23:24:27.9150761Z [ 31%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2025-06-05T23:24:27.9152841Z [ 31%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/mat_mul.cpp.o 2025-06-05T23:24:27.9155336Z [ 31%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2025-06-05T23:24:27.9157723Z [ 31%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grid_sample/grid_sample_kernel_selector.hpp 2025-06-05T23:24:27.9159901Z [ 32%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/service.cc.o 2025-06-05T23:24:27.9162458Z [ 32%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2025-06-05T23:24:27.9164463Z [ 35%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/overflow.cpp.o 2025-06-05T23:24:27.9166110Z [ 32%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.cpp 2025-06-05T23:24:27.9168009Z [ 32%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/avg_pool.cpp.o 2025-06-05T23:24:27.9170356Z [ 32%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2025-06-05T23:24:27.9173024Z [ 32%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2025-06-05T23:24:27.9175546Z [ 32%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/max_pool.cpp.o 2025-06-05T23:24:27.9177887Z [ 32%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2025-06-05T23:24:27.9179701Z [ 32%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.h 2025-06-05T23:24:27.9181295Z [ 35%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/pass.cpp.o 2025-06-05T23:24:27.9183360Z [ 32%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/cpp/string_field.cc.o 2025-06-05T23:24:29.8130703Z [ 32%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/bias_add.cpp.o 2025-06-05T23:24:29.8132604Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.cpp 2025-06-05T23:24:29.8134779Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2025-06-05T23:24:29.8137335Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2025-06-05T23:24:29.8139862Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/move_fake_quantize.cpp.o 2025-06-05T23:24:29.8142209Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2025-06-05T23:24:29.8144598Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2025-06-05T23:24:29.8146820Z [ 35%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/peephole.cpp.o 2025-06-05T23:24:29.8148454Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.h 2025-06-05T23:24:29.8150477Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2025-06-05T23:24:29.8153529Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2025-06-05T23:24:29.8155933Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/binary_op.cpp.o 2025-06-05T23:24:29.8157639Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.cpp 2025-06-05T23:24:29.8159529Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2025-06-05T23:24:29.8161354Z [ 36%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/send.cpp.o 2025-06-05T23:24:29.8163475Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2025-06-05T23:24:29.8165667Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/multiply.cpp.o 2025-06-05T23:24:29.8167629Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.h 2025-06-05T23:24:29.8169766Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2025-06-05T23:24:29.8172206Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2025-06-05T23:24:29.8174568Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/bincount.cpp.o 2025-06-05T23:24:29.8176859Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_b_fs_yx_fsv16.cpp 2025-06-05T23:24:29.8178737Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2025-06-05T23:24:29.8180717Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/multiply_partial.cpp.o 2025-06-05T23:24:29.8182774Z [ 36%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/shuffle_splitter.cpp.o 2025-06-05T23:24:29.8184676Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2025-06-05T23:24:29.8186791Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/broadcast_args.cpp.o 2025-06-05T23:24:29.8189279Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2025-06-05T23:24:29.8191660Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2025-06-05T23:24:29.8193914Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_b_fs_yx_fsv16.h 2025-06-05T23:24:29.8196208Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2025-06-05T23:24:29.8198441Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2025-06-05T23:24:29.8200682Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_base.cpp 2025-06-05T23:24:29.8202503Z [ 36%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/simplify.cpp.o 2025-06-05T23:24:29.8204486Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2025-06-05T23:24:29.8206935Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/broadcast_to.cpp.o 2025-06-05T23:24:29.8209403Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/multiply_to_group_convolution.cpp.o 2025-06-05T23:24:29.8212031Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2025-06-05T23:24:29.8214494Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_base.h 2025-06-05T23:24:29.8216681Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2025-06-05T23:24:29.8219242Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2025-06-05T23:24:29.8221589Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/bucketize.cpp.o 2025-06-05T23:24:29.8223494Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_bfyx_opt.cpp 2025-06-05T23:24:29.8225174Z [ 36%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/slm.cpp.o 2025-06-05T23:24:29.8226816Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/mvn.cpp.o 2025-06-05T23:24:29.8228858Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2025-06-05T23:24:29.8231126Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2025-06-05T23:24:29.8233342Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2025-06-05T23:24:29.8234737Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_bfyx_opt.h 2025-06-05T23:24:29.8235869Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/cast.cpp.o 2025-06-05T23:24:29.8236902Z [ 36%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/strength_reduce.cpp.o 2025-06-05T23:24:29.8237996Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2025-06-05T23:24:29.8239242Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/network_helper.cpp.o 2025-06-05T23:24:29.8240669Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2025-06-05T23:24:29.8242887Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/dnnl_threadpool.cpp.o 2025-06-05T23:24:29.8244763Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_ref.cpp 2025-06-05T23:24:29.8246550Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2025-06-05T23:24:29.8248413Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/clip_by_value.cpp.o 2025-06-05T23:24:29.8250191Z [ 37%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pass/unroll.cpp.o 2025-06-05T23:24:29.8252423Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2025-06-05T23:24:31.5442504Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2025-06-05T23:24:31.5444714Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_ref.h 2025-06-05T23:24:31.5446758Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2025-06-05T23:24:31.5448824Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/normalize_l2.cpp.o 2025-06-05T23:24:31.5450945Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2025-06-05T23:24:31.5453418Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_selector.cpp 2025-06-05T23:24:31.5455639Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/complex.cpp.o 2025-06-05T23:24:31.5458139Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2025-06-05T23:24:31.5460401Z [ 37%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pooling/gen_pooling.cpp.o 2025-06-05T23:24:31.5462426Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/group_normalization/group_normalization_kernel_selector.h 2025-06-05T23:24:31.5465162Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:31.5467758Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2025-06-05T23:24:31.5469889Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/pad.cpp.o 2025-06-05T23:24:31.5472198Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2025-06-05T23:24:31.5474432Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/complex_abs.cpp.o 2025-06-05T23:24:31.5476723Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2025-06-05T23:24:31.5479091Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.cpp 2025-06-05T23:24:31.5481158Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/float8.cpp.o 2025-06-05T23:24:31.5483500Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:31.5485791Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.h 2025-06-05T23:24:31.5487948Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_group_normalization_list.cpp.o 2025-06-05T23:24:31.5489979Z [ 37%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/pooling/ir_builder.cpp.o 2025-06-05T23:24:31.5492291Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2025-06-05T23:24:31.5494980Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/prelu.cpp.o 2025-06-05T23:24:31.5497549Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp 2025-06-05T23:24:31.5499775Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2025-06-05T23:24:31.5501994Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/concat.cpp.o 2025-06-05T23:24:31.5504714Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:31.5507316Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.h 2025-06-05T23:24:31.5509933Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2025-06-05T23:24:31.5512723Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/propagate_precisions.cpp.o 2025-06-05T23:24:31.5515056Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2025-06-05T23:24:31.5516823Z [ 37%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/reorder/gen_reorder.cpp.o 2025-06-05T23:24:31.5518429Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp 2025-06-05T23:24:31.5520514Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2025-06-05T23:24:31.5522680Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2025-06-05T23:24:31.5525218Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/conj_transpose.cpp.o 2025-06-05T23:24:31.5527583Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:31.5530026Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.h 2025-06-05T23:24:31.5532303Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/pull_reshape_through_dequantization.cpp.o 2025-06-05T23:24:31.5535221Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2025-06-05T23:24:31.5537557Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.cpp 2025-06-05T23:24:31.5539529Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/const.cpp.o 2025-06-05T23:24:31.5541982Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:31.5544740Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/group_normalization.cpp.o 2025-06-05T23:24:31.5546768Z [ 37%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/reorder/ir_builder.cpp.o 2025-06-05T23:24:31.5548716Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2025-06-05T23:24:31.5550719Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.h 2025-06-05T23:24:31.5553381Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/pull_transpose_through_dequantization.cpp.o 2025-06-05T23:24:31.5555973Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2025-06-05T23:24:31.5558332Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/conv_2d.cpp.o 2025-06-05T23:24:31.5560090Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.cpp 2025-06-05T23:24:31.5562242Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:31.5565110Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2025-06-05T23:24:31.5567144Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2025-06-05T23:24:31.5569477Z [ 33%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2025-06-05T23:24:31.5571491Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.h 2025-06-05T23:24:31.5573049Z [ 38%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/utils/trace.cpp.o 2025-06-05T23:24:33.4644758Z [ 33%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/quantization_details.cpp.o 2025-06-05T23:24:33.4647374Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:33.4649909Z [ 33%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/conv_2d_backprop.cpp.o 2025-06-05T23:24:33.4651801Z [ 33%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.cpp 2025-06-05T23:24:33.4653861Z [ 33%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2025-06-05T23:24:33.4656328Z [ 34%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/recurrent_cell.cpp.o 2025-06-05T23:24:33.4658732Z [ 34%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/context.cc.o 2025-06-05T23:24:33.4661316Z [ 34%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2025-06-05T23:24:33.4663388Z [ 34%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.h 2025-06-05T23:24:33.4665043Z [ 34%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2025-06-05T23:24:33.4667073Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/conv_3d.cpp.o 2025-06-05T23:24:33.4668853Z [ 38%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/utils/utils.cpp.o 2025-06-05T23:24:33.4670495Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/kernel_cache.cpp.o 2025-06-05T23:24:33.4672405Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.cpp 2025-06-05T23:24:33.4674307Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/doc_comment.cc.o 2025-06-05T23:24:33.4676904Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/reduce_base_transformation.cpp.o 2025-06-05T23:24:33.4679185Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2025-06-05T23:24:33.4681056Z [ 38%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/bench_data.cpp.o 2025-06-05T23:24:33.4682996Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/conv_3d_backprop.cpp.o 2025-06-05T23:24:33.4685198Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2025-06-05T23:24:33.4687073Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.h 2025-06-05T23:24:33.4688809Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/enum.cc.o 2025-06-05T23:24:33.4690594Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2025-06-05T23:24:33.4692311Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp 2025-06-05T23:24:33.4694473Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2025-06-05T23:24:33.4696674Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/crop_and_resize.cpp.o 2025-06-05T23:24:33.4698618Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2025-06-05T23:24:33.4700365Z [ 38%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/builder.cpp.o 2025-06-05T23:24:33.4702312Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/enum_field.cc.o 2025-06-05T23:24:33.4704837Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.h 2025-06-05T23:24:33.4706647Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/reduce_max.cpp.o 2025-06-05T23:24:33.4708540Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.cpp 2025-06-05T23:24:33.4710496Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2025-06-05T23:24:33.4712703Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2025-06-05T23:24:33.4714836Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/ctc_greedy_decoder.cpp.o 2025-06-05T23:24:33.4717302Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2025-06-05T23:24:33.4719905Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/enum_field_lite.cc.o 2025-06-05T23:24:33.4722254Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/reduce_mean.cpp.o 2025-06-05T23:24:33.4724162Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.h 2025-06-05T23:24:33.4725988Z [ 38%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/debug.cpp.o 2025-06-05T23:24:33.4727674Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp 2025-06-05T23:24:33.4729729Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2025-06-05T23:24:33.4731962Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/enum_lite.cc.o 2025-06-05T23:24:33.4734156Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/ctc_loss.cpp.o 2025-06-05T23:24:33.4736658Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2025-06-05T23:24:33.4739278Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2025-06-05T23:24:33.4741414Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/reduce_min.cpp.o 2025-06-05T23:24:33.4743326Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.h 2025-06-05T23:24:33.4745168Z [ 39%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/gen_convolution.cpp.o 2025-06-05T23:24:33.4747194Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2025-06-05T23:24:33.4748997Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/cm/lstm_seq_cm.cpp 2025-06-05T23:24:33.4750809Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/extension.cc.o 2025-06-05T23:24:33.4753038Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/cumsum.cpp.o 2025-06-05T23:24:33.4755715Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2025-06-05T23:24:33.4758409Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/reduce_sum.cpp.o 2025-06-05T23:24:33.4760741Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2025-06-05T23:24:33.4762547Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/cm/lstm_seq_cm.h 2025-06-05T23:24:33.4764388Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory_desc.cpp.o 2025-06-05T23:24:33.4766635Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/extension_lite.cc.o 2025-06-05T23:24:33.4769062Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/depth_to_space.cpp.o 2025-06-05T23:24:33.4771110Z [ 39%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/kernel_desc.cpp.o 2025-06-05T23:24:35.3698445Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2025-06-05T23:24:35.3700886Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/cm/lstm_seq_cm_kernel_selector.cpp 2025-06-05T23:24:35.3702945Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/relu.cpp.o 2025-06-05T23:24:35.3705203Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2025-06-05T23:24:35.3707573Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/cm/lstm_seq_cm_kernel_selector.h 2025-06-05T23:24:35.3709654Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2025-06-05T23:24:35.3711926Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/depthwise_conv_2d.cpp.o 2025-06-05T23:24:35.3714154Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/field.cc.o 2025-06-05T23:24:35.3716837Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2025-06-05T23:24:35.3719410Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_cell_and_seq_kernel_bfyx.cpp 2025-06-05T23:24:35.3721555Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/reshape.cpp.o 2025-06-05T23:24:35.3723846Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2025-06-05T23:24:35.3725938Z [ 39%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/kernel_desc_2d_reqs.cpp.o 2025-06-05T23:24:35.3727806Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_cell_and_seq_kernel_bfyx.h 2025-06-05T23:24:35.3730059Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/file.cc.o 2025-06-05T23:24:35.3732221Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/div.cpp.o 2025-06-05T23:24:35.3734876Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2025-06-05T23:24:35.3737620Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2025-06-05T23:24:35.3740119Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_cell_and_seq_kernel_ref.cpp 2025-06-05T23:24:35.3742754Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/avg_pool_precision_preserved_attribute.cpp.o 2025-06-05T23:24:35.3745505Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2025-06-05T23:24:35.3747570Z [ 39%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/model.cpp.o 2025-06-05T23:24:35.3749427Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_cell_and_seq_kernel_ref.h 2025-06-05T23:24:35.3751635Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/generator.cc.o 2025-06-05T23:24:35.3754104Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/div_no_nan.cpp.o 2025-06-05T23:24:35.3756655Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/bias_attribute.cpp.o 2025-06-05T23:24:35.3758921Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_cell_and_seq_kernel_selector.cpp 2025-06-05T23:24:35.3761231Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2025-06-05T23:24:35.3763715Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2025-06-05T23:24:35.3766171Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2025-06-05T23:24:35.3768553Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/generator_factory.cc.o 2025-06-05T23:24:35.3770922Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_cell_and_seq_kernel_selector.h 2025-06-05T23:24:35.3775543Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/dynamic_partition.cpp.o 2025-06-05T23:24:35.3777561Z [ 39%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/plan.cpp.o 2025-06-05T23:24:35.3779406Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_kernel_base.cpp 2025-06-05T23:24:35.3781705Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/intervals_alignment_attribute.cpp.o 2025-06-05T23:24:35.3784329Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/helpers.cc.o 2025-06-05T23:24:35.3786750Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2025-06-05T23:24:35.3788684Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_kernel_base.h 2025-06-05T23:24:35.3790409Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2025-06-05T23:24:35.3792488Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/einsum.cpp.o 2025-06-05T23:24:35.3794643Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2025-06-05T23:24:35.3797226Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/precision_preserved_attribute.cpp.o 2025-06-05T23:24:35.3800023Z [ 40%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/plan_registry.cpp.o 2025-06-05T23:24:35.3802339Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/kotlin_generator.cc.o 2025-06-05T23:24:35.3804552Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.cpp 2025-06-05T23:24:35.3806503Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/elu.cpp.o 2025-06-05T23:24:35.3808653Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2025-06-05T23:24:35.3811337Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2025-06-05T23:24:35.3813932Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/precisions_attribute.cpp.o 2025-06-05T23:24:35.3816514Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/map_field.cc.o 2025-06-05T23:24:35.3818581Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.h 2025-06-05T23:24:35.3820741Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2025-06-05T23:24:35.3822994Z [ 40%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/plan_registry_data.cpp.o 2025-06-05T23:24:35.3825554Z [ 40%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/problem.cpp.o 2025-06-05T23:24:35.3827583Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/expand_dims.cpp.o 2025-06-05T23:24:35.3831243Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2025-06-05T23:24:35.3833200Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.cpp 2025-06-05T23:24:35.3835385Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/map_field_lite.cc.o 2025-06-05T23:24:35.3838213Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/quantization_alignment_attribute.cpp.o 2025-06-05T23:24:37.3064830Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.h 2025-06-05T23:24:37.3067330Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2025-06-05T23:24:37.3070054Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2025-06-05T23:24:37.3073726Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/expm1.cpp.o 2025-06-05T23:24:37.3076366Z [ 40%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/conv/tensor_utils.cpp.o 2025-06-05T23:24:37.3077978Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2025-06-05T23:24:37.3079782Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multiclass_nms/multiclass_nms_kernel_ref.cpp 2025-06-05T23:24:37.3081923Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/message.cc.o 2025-06-05T23:24:37.3085273Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/quantization_granularity_attribute.cpp.o 2025-06-05T23:24:37.3087347Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multiclass_nms/multiclass_nms_kernel_ref.h 2025-06-05T23:24:37.3089321Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2025-06-05T23:24:37.3091452Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/extract_image_patches.cpp.o 2025-06-05T23:24:37.3093838Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_depthwise_injector.cpp.o 2025-06-05T23:24:37.3096005Z [ 41%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/ir/builder.cpp.o 2025-06-05T23:24:37.3098088Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/message_builder.cc.o 2025-06-05T23:24:37.3100417Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2025-06-05T23:24:37.3102539Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multiclass_nms/multiclass_nms_kernel_selector.cpp 2025-06-05T23:24:37.3105310Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/rt_info/quantization_mode_attribute.cpp.o 2025-06-05T23:24:37.3108018Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2025-06-05T23:24:37.3110443Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multiclass_nms/multiclass_nms_kernel_selector.h 2025-06-05T23:24:37.3112486Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/fake_quant_min_max_vars.cpp.o 2025-06-05T23:24:37.3114680Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/shuffle_channels.cpp.o 2025-06-05T23:24:37.3117201Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/message_builder_lite.cc.o 2025-06-05T23:24:37.3119884Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2025-06-05T23:24:37.3122346Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multinomial/multinomial_kernel_ref.cpp 2025-06-05T23:24:37.3124062Z [ 41%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/ir/reqs.cpp.o 2025-06-05T23:24:37.3126055Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2025-06-05T23:24:37.3128387Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2025-06-05T23:24:37.3130967Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multinomial/multinomial_kernel_ref.h 2025-06-05T23:24:37.3132817Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/message_field.cc.o 2025-06-05T23:24:37.3135059Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/fft.cpp.o 2025-06-05T23:24:37.3137192Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/slice.cpp.o 2025-06-05T23:24:37.3139054Z [ 41%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/ir/send.cpp.o 2025-06-05T23:24:37.3140963Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2025-06-05T23:24:37.3143353Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2025-06-05T23:24:37.3145446Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multinomial/multinomial_kernel_selector.cpp 2025-06-05T23:24:37.3147643Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2025-06-05T23:24:37.3150162Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/message_field_lite.cc.o 2025-06-05T23:24:37.3152271Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/fill.cpp.o 2025-06-05T23:24:37.3154144Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/multinomial/multinomial_kernel_selector.h 2025-06-05T23:24:37.3156140Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/space_to_batch.cpp.o 2025-06-05T23:24:37.3158016Z [ 41%] Building CXX object src/gpu/intel/jit/CMakeFiles/dnnl_gpu_intel_jit.dir/v2/ir/tensor.cpp.o 2025-06-05T23:24:37.3159615Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp 2025-06-05T23:24:37.3161448Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing_utils.cpp.o 2025-06-05T23:24:37.3163995Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2025-06-05T23:24:37.3166353Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_quantization_injector.cpp.o 2025-06-05T23:24:37.3168254Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/fused_batch_norm.cpp.o 2025-06-05T23:24:37.3169656Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/message_lite.cc.o 2025-06-05T23:24:37.3170913Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/split.cpp.o 2025-06-05T23:24:37.3172729Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.hpp 2025-06-05T23:24:37.3174799Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2025-06-05T23:24:37.3176989Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/gather.cpp.o 2025-06-05T23:24:37.3178198Z [ 41%] Built target dnnl_gpu_intel_jit 2025-06-05T23:24:37.3179479Z [ 42%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/generatorXE3.dir/generator/generator.cpp.o 2025-06-05T23:24:37.3181631Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/name_resolver.cc.o 2025-06-05T23:24:37.3183523Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.cpp 2025-06-05T23:24:37.3185463Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2025-06-05T23:24:37.3187790Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2025-06-05T23:24:37.3190042Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/gather_tree.cpp.o 2025-06-05T23:24:37.3192190Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/squeeze.cpp.o 2025-06-05T23:24:37.3194004Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.h 2025-06-05T23:24:39.2229410Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2025-06-05T23:24:39.2231444Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/primitive_field.cc.o 2025-06-05T23:24:39.2233729Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2025-06-05T23:24:39.2235739Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.cpp 2025-06-05T23:24:39.2237755Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2025-06-05T23:24:39.2239127Z [ 42%] Built target generatorXE3 2025-06-05T23:24:39.2240348Z [ 42%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/gen_gemm.cpp.o 2025-06-05T23:24:39.2242335Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/gelu.cpp.o 2025-06-05T23:24:39.2244459Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2025-06-05T23:24:39.2247090Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/strided_slice.cpp.o 2025-06-05T23:24:39.2249671Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/primitive_field_lite.cc.o 2025-06-05T23:24:39.2251771Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.h 2025-06-05T23:24:39.2253497Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp 2025-06-05T23:24:39.2255493Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/hsv_to_rgb.cpp.o 2025-06-05T23:24:39.2257622Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2025-06-05T23:24:39.2259857Z [ 43%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/gen_gemm_kernel.cpp.o 2025-06-05T23:24:39.2262109Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32_old.cpp.o 2025-06-05T23:24:39.2264447Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2025-06-05T23:24:39.2266715Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/service.cc.o 2025-06-05T23:24:39.2269123Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/subtract.cpp.o 2025-06-05T23:24:39.2271363Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/identity.cpp.o 2025-06-05T23:24:39.2273329Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.hpp 2025-06-05T23:24:39.2275269Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2025-06-05T23:24:39.2277733Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/shared_code_generator.cc.o 2025-06-05T23:24:39.2280517Z [ 35%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/transparent_base_transformation.cpp.o 2025-06-05T23:24:39.2283368Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2025-06-05T23:24:39.2285614Z [ 43%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/gen_gemm_kernel_db.cpp.o 2025-06-05T23:24:39.2287301Z [ 35%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.cpp 2025-06-05T23:24:39.2289283Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2025-06-05T23:24:39.2291591Z [ 35%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/ifft.cpp.o 2025-06-05T23:24:39.2293759Z [ 35%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2025-06-05T23:24:39.2296035Z [ 35%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/string_field.cc.o 2025-06-05T23:24:39.2298079Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.h 2025-06-05T23:24:39.2300100Z [ 36%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/transpose.cpp.o 2025-06-05T23:24:39.2302236Z [ 43%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/jit_gemm_pd.cpp.o 2025-06-05T23:24:39.2304170Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.cpp 2025-06-05T23:24:39.2306133Z [ 36%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/interpolate.cpp.o 2025-06-05T23:24:39.2308416Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2025-06-05T23:24:39.2310784Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_group_normalization.cpp.o 2025-06-05T23:24:39.2313364Z [ 36%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/java/string_field_lite.cc.o 2025-06-05T23:24:39.2316243Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution_with_dw_conv.cpp.o 2025-06-05T23:24:39.2318410Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.h 2025-06-05T23:24:39.2320485Z [ 36%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/unsqueeze.cpp.o 2025-06-05T23:24:39.2322827Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2025-06-05T23:24:39.2325000Z [ 36%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/inv.cpp.o 2025-06-05T23:24:39.2327144Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.cpp 2025-06-05T23:24:39.2329829Z [ 36%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2025-06-05T23:24:39.2332198Z [ 43%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/xe_hp_systolic_gemm.cpp.o 2025-06-05T23:24:39.2334373Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2025-06-05T23:24:39.2336679Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2025-06-05T23:24:39.2338942Z [ 36%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/invert_permutation.cpp.o 2025-06-05T23:24:39.2341196Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.h 2025-06-05T23:24:39.2343480Z [ 36%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/variadic_split.cpp.o 2025-06-05T23:24:39.2345896Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2025-06-05T23:24:39.2348590Z [ 36%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2025-06-05T23:24:39.2351095Z [ 43%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/microkernel_provider.cpp.o 2025-06-05T23:24:39.2353421Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.cpp 2025-06-05T23:24:39.2355632Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2025-06-05T23:24:39.2357906Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2025-06-05T23:24:39.2360482Z [ 36%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2025-06-05T23:24:39.2363299Z [ 36%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/irfft.cpp.o 2025-06-05T23:24:41.0681146Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.h 2025-06-05T23:24:41.0683620Z [ 36%] Building CXX object src/common/low_precision_transformations/CMakeFiles/openvino_lp_transformations_obj.dir/src/weightable_layer_transformation.cpp.o 2025-06-05T23:24:41.0686089Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2025-06-05T23:24:41.0687992Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/count_nonzero_kernel_ref.cpp 2025-06-05T23:24:41.0690292Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2025-06-05T23:24:41.0692420Z [ 44%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/alloc_utils.cpp.o 2025-06-05T23:24:41.0694618Z [ 36%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/l2_loss.cpp.o 2025-06-05T23:24:41.0696542Z [ 36%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2025-06-05T23:24:41.0698958Z [ 36%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2025-06-05T23:24:41.0701087Z [ 36%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/count_nonzero_kernel_ref.h 2025-06-05T23:24:41.0702205Z [ 36%] Built target openvino_lp_transformations_obj 2025-06-05T23:24:41.0703745Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2025-06-05T23:24:41.0705894Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/leaky_relu.cpp.o 2025-06-05T23:24:41.0708326Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2025-06-05T23:24:41.0710540Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/count_nonzero_kernel_selector.cpp 2025-06-05T23:24:41.0712802Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2025-06-05T23:24:41.0715234Z [ 44%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/allocators.cpp.o 2025-06-05T23:24:41.0717500Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2025-06-05T23:24:41.0719869Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2025-06-05T23:24:41.0721903Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/count_nonzero_kernel_selector.h 2025-06-05T23:24:41.0723923Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2025-06-05T23:24:41.0726091Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/linspace.cpp.o 2025-06-05T23:24:41.0728792Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2025-06-05T23:24:41.0731109Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/gather_nonzero_kernel_ref.cpp 2025-06-05T23:24:41.0733207Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/gather_nonzero_kernel_ref.h 2025-06-05T23:24:41.0735273Z [ 44%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/cooperative_split.cpp.o 2025-06-05T23:24:41.0737549Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/list_diff.cpp.o 2025-06-05T23:24:41.0739667Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2025-06-05T23:24:41.0741839Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/stream_profiler.cpp.o 2025-06-05T23:24:41.0744454Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2025-06-05T23:24:41.0746538Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/gather_nonzero_kernel_selector.cpp 2025-06-05T23:24:41.0748548Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2025-06-05T23:24:41.0750920Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2025-06-05T23:24:41.0752898Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/non_zero/gather_nonzero_kernel_selector.h 2025-06-05T23:24:41.0754946Z [ 44%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/copy_plan.cpp.o 2025-06-05T23:24:41.0757062Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2025-06-05T23:24:41.0759051Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2025-06-05T23:24:41.0761204Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/log1p.cpp.o 2025-06-05T23:24:41.0763694Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2025-06-05T23:24:41.0766088Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.cpp 2025-06-05T23:24:41.0768285Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2025-06-05T23:24:41.0770533Z [ 44%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/kernel_queries.cpp.o 2025-06-05T23:24:41.0772520Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.h 2025-06-05T23:24:41.0774668Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/log_softmax.cpp.o 2025-06-05T23:24:41.0777113Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2025-06-05T23:24:41.0779284Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.cpp 2025-06-05T23:24:41.0781578Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2025-06-05T23:24:41.0783912Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2025-06-05T23:24:41.0785875Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.h 2025-06-05T23:24:41.0787897Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2025-06-05T23:24:41.0789776Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.cpp 2025-06-05T23:24:41.0791780Z [ 45%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/layout_utils.cpp.o 2025-06-05T23:24:41.0793941Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/lrn.cpp.o 2025-06-05T23:24:41.0796020Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/matmul.cpp.o 2025-06-05T23:24:41.0798559Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2025-06-05T23:24:41.0801044Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.h 2025-06-05T23:24:41.0803284Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2025-06-05T23:24:41.0805563Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.cpp 2025-06-05T23:24:41.0807708Z [ 45%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/loop_sequencer.cpp.o 2025-06-05T23:24:41.0810037Z [ 37%] Building C object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2025-06-05T23:24:41.0812271Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.h 2025-06-05T23:24:42.8949768Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2025-06-05T23:24:42.8952275Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/matrix_band_part.cpp.o 2025-06-05T23:24:42.8954626Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_depthwise_injector.cpp.o 2025-06-05T23:24:42.8956933Z [ 45%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/ngen_object_helpers.cpp.o 2025-06-05T23:24:42.8959317Z [ 37%] Building C object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2025-06-05T23:24:42.8961331Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.cpp 2025-06-05T23:24:42.8963546Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2025-06-05T23:24:42.8966086Z [ 37%] Building ASM object src/plugins/intel_cpu/thirdparty/onednn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2025-06-05T23:24:42.8967434Z [ 37%] Built target dnnl_common 2025-06-05T23:24:42.8968827Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/AUTO0.cpp.o 2025-06-05T23:24:42.8971397Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2025-06-05T23:24:42.8974037Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/AUTO3.cpp.o 2025-06-05T23:24:42.8976247Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/matrix_diag.cpp.o 2025-06-05T23:24:42.8978148Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.h 2025-06-05T23:24:42.8980051Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2025-06-05T23:24:42.8981914Z [ 45%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/problem_utils.cpp.o 2025-06-05T23:24:42.8983780Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.cpp 2025-06-05T23:24:42.8985407Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.h 2025-06-05T23:24:42.8987484Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/php/php_generator.cc.o 2025-06-05T23:24:42.8990305Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2025-06-05T23:24:42.8992783Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/AUTO4.cpp.o 2025-06-05T23:24:42.8995019Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/matrix_inverse.cpp.o 2025-06-05T23:24:42.8997205Z [ 45%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/quantization.cpp.o 2025-06-05T23:24:42.8999647Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2025-06-05T23:24:42.9001798Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.cpp 2025-06-05T23:24:42.9003904Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_group_normalization.cpp.o 2025-06-05T23:24:42.9005970Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.h 2025-06-05T23:24:42.9008001Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/plugin.cc.o 2025-06-05T23:24:42.9010251Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/AUTO5.cpp.o 2025-06-05T23:24:42.9012424Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/max_pool.cpp.o 2025-06-05T23:24:42.9014759Z [ 46%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/register_block.cpp.o 2025-06-05T23:24:42.9016663Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.cpp 2025-06-05T23:24:42.9018327Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.h 2025-06-05T23:24:42.9020321Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/plugin.pb.cc.o 2025-06-05T23:24:42.9022618Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2025-06-05T23:24:42.9024799Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/AUTO6.cpp.o 2025-06-05T23:24:42.9026827Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_bfzyx_to_bfyxz.cpp 2025-06-05T23:24:42.9028784Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_bfzyx_to_bfyxz.h 2025-06-05T23:24:42.9031428Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2025-06-05T23:24:42.9034059Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/mul_no_nan.cpp.o 2025-06-05T23:24:42.9036414Z [ 46%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/state.cpp.o 2025-06-05T23:24:42.9038290Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_f_y_axes.cpp 2025-06-05T23:24:42.9040449Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/python/generator.cc.o 2025-06-05T23:24:42.9042538Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_f_y_axes.h 2025-06-05T23:24:42.9044493Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/AUTO7.cpp.o 2025-06-05T23:24:42.9046900Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2025-06-05T23:24:42.9048934Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.cpp 2025-06-05T23:24:42.9050998Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/python/helpers.cc.o 2025-06-05T23:24:42.9053348Z [ 46%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/state_debug.cpp.o 2025-06-05T23:24:42.9063969Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/multinomial.cpp.o 2025-06-05T23:24:42.9066212Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.h 2025-06-05T23:24:42.9068432Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2025-06-05T23:24:42.9070957Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/Bfloat16Inference0.cpp.o 2025-06-05T23:24:42.9073031Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.cpp 2025-06-05T23:24:42.9075343Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2025-06-05T23:24:42.9077992Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/python/pyi_generator.cc.o 2025-06-05T23:24:42.9080362Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/no_op.cpp.o 2025-06-05T23:24:42.9082612Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2025-06-05T23:24:42.9084654Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.h 2025-06-05T23:24:42.9086611Z [ 46%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/state_utils.cpp.o 2025-06-05T23:24:42.9088921Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/Bfloat16Inference1.cpp.o 2025-06-05T23:24:42.9091404Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2025-06-05T23:24:44.4820351Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.cpp 2025-06-05T23:24:44.4822168Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.h 2025-06-05T23:24:44.4824236Z [ 37%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/non_max_suppression.cpp.o 2025-06-05T23:24:44.4827063Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2025-06-05T23:24:44.4829425Z [ 37%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2025-06-05T23:24:44.4831504Z [ 37%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/subprocess.cc.o 2025-06-05T23:24:44.4833836Z [ 46%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/pieces/token_alloc_utils.cpp.o 2025-06-05T23:24:44.4835945Z [ 37%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp 2025-06-05T23:24:44.4838364Z [ 37%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/Bfloat16Inference2.cpp.o 2025-06-05T23:24:44.4840849Z [ 38%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/libprotoc.dir/src/google/protobuf/compiler/zip_writer.cc.o 2025-06-05T23:24:44.4843084Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/one_hot.cpp.o 2025-06-05T23:24:44.4845233Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/ones_like.cpp.o 2025-06-05T23:24:44.4847392Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/MULTI0.cpp.o 2025-06-05T23:24:44.4849251Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.h 2025-06-05T23:24:44.4850834Z [ 38%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libprotoc.a 2025-06-05T23:24:44.4852555Z [ 47%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/strategy.cpp.o 2025-06-05T23:24:44.4854813Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2025-06-05T23:24:44.4857003Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2025-06-05T23:24:44.4859004Z [ 47%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/generator/strategy_parser.cpp.o 2025-06-05T23:24:44.4860765Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_params.h 2025-06-05T23:24:44.4861670Z [ 38%] Built target libprotoc 2025-06-05T23:24:44.4863000Z [ 47%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/selector/kernel_evaluator.cpp.o 2025-06-05T23:24:44.4865455Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/pack.cpp.o 2025-06-05T23:24:44.4867553Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/MULTI2.cpp.o 2025-06-05T23:24:44.4869357Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.cpp 2025-06-05T23:24:44.4871109Z [ 47%] Building CXX object src/gpu/intel/jit/gemm/CMakeFiles/dnnl_gpu_intel_jit_gemm.dir/selector/kernel_selector.cpp.o 2025-06-05T23:24:44.4873013Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2025-06-05T23:24:44.4875169Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2025-06-05T23:24:44.4878949Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2025-06-05T23:24:44.4881757Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fork_bf16_dw_conv_kernel.cpp.o 2025-06-05T23:24:44.4884054Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/MULTI3.cpp.o 2025-06-05T23:24:44.4886205Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/pad.cpp.o 2025-06-05T23:24:44.4888131Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.h 2025-06-05T23:24:44.4889199Z [ 47%] Built target dnnl_gpu_intel_jit_gemm 2025-06-05T23:24:44.4890038Z [ 47%] Generating xe_hpc_systolic_gemm_copy_kernel.cpp 2025-06-05T23:24:44.4890953Z [ 47%] Generating atomic_reduction_kernel.cpp 2025-06-05T23:24:44.4891945Z [ 47%] Generating binary_common_header.cpp 2025-06-05T23:24:44.4892767Z [ 47%] Generating cell_compute_header.cpp 2025-06-05T23:24:44.4893669Z [ 47%] Generating cell_kind_utility_header.cpp 2025-06-05T23:24:44.4895142Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp 2025-06-05T23:24:44.4896521Z [ 47%] Generating combined_reduction_kernel.cpp 2025-06-05T23:24:44.4897351Z [ 47%] Generating concat_common_header.cpp 2025-06-05T23:24:44.4898162Z [ 47%] Generating custom_reorder_kernel.cpp 2025-06-05T23:24:44.4899718Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/MULTI4.cpp.o 2025-06-05T23:24:44.4901235Z [ 47%] Generating deconv_backward_bias_kernel.cpp 2025-06-05T23:24:44.4902835Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2025-06-05T23:24:44.4904216Z [ 47%] Generating dispatch_header.cpp 2025-06-05T23:24:44.4905049Z [ 48%] Generating gemm_with_post_ops_kernel.cpp 2025-06-05T23:24:44.4906635Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2025-06-05T23:24:44.4908728Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2025-06-05T23:24:44.4909893Z [ 48%] Generating gen9_binary_kernel.cpp 2025-06-05T23:24:44.4910608Z [ 49%] Generating gen9_bnorm_bwd_kernel.cpp 2025-06-05T23:24:44.4912071Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/parallel_dynamic_stitch.cpp.o 2025-06-05T23:24:44.4914318Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2025-06-05T23:24:44.4915813Z [ 49%] Generating gen9_bnorm_fwd_kernel.cpp 2025-06-05T23:24:44.4916532Z [ 50%] Generating gen9_bnorm_header.cpp 2025-06-05T23:24:44.4917301Z [ 50%] Generating gen9_bnorm_nhwc_bwd_kernel.cpp 2025-06-05T23:24:44.4918120Z [ 50%] Generating gen9_bnorm_nhwc_fwd_kernel.cpp 2025-06-05T23:24:44.4919410Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.h 2025-06-05T23:24:44.4920606Z [ 50%] Generating gen9_bnorm_reduce_header.cpp 2025-06-05T23:24:44.4921316Z [ 51%] Generating gen9_concat_kernel.cpp 2025-06-05T23:24:44.4921996Z [ 51%] Generating gen9_eltwise_kernel.cpp 2025-06-05T23:24:44.4922755Z [ 51%] Generating gen9_global_pooling_kernel.cpp 2025-06-05T23:24:44.4923483Z [ 51%] Generating gen9_pooling_kernel.cpp 2025-06-05T23:24:44.4924224Z [ 51%] Generating gen9_softmax_kernel.cpp 2025-06-05T23:24:44.4925676Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/MULTI5.cpp.o 2025-06-05T23:24:44.4927200Z [ 52%] Generating gen9_sum_kernel.cpp 2025-06-05T23:24:44.4928006Z [ 52%] Generating gen9_wino_conv_fwd_data_2x3_kernel.cpp 2025-06-05T23:24:44.4929683Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp 2025-06-05T23:24:44.4931755Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/placeholder.cpp.o 2025-06-05T23:24:44.4933411Z [ 52%] Generating gen9_wino_conv_fwd_data_fused_kernel.cpp 2025-06-05T23:24:44.4934354Z [ 52%] Generating generic_reorder_kernel.cpp 2025-06-05T23:24:44.4936045Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp8cvt.cpp.o 2025-06-05T23:24:44.4938793Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_resampling.cpp.o 2025-06-05T23:24:44.4940510Z [ 52%] Generating layer_norm_common_header.cpp 2025-06-05T23:24:44.4941321Z [ 52%] Generating many_inputs_sum_kernel.cpp 2025-06-05T23:24:44.4943081Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_scale_precompute.cpp.o 2025-06-05T23:24:44.4944677Z [ 53%] Generating micro_sdpa_kernel.cpp 2025-06-05T23:24:44.4946080Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2025-06-05T23:24:44.4947366Z [ 53%] Generating nhwc_reusable_header.cpp 2025-06-05T23:24:44.4948107Z [ 53%] Generating nhwc_reusable_kernel.cpp 2025-06-05T23:24:45.7035110Z [ 53%] Generating ocl_conversion_header.cpp 2025-06-05T23:24:45.7036679Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.h 2025-06-05T23:24:45.7037798Z [ 53%] Generating ocl_custom_types_header.cpp 2025-06-05T23:24:45.7039026Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/compile_model_cpu.cpp.o 2025-06-05T23:24:45.7040272Z [ 53%] Generating ocl_eltwise_header.cpp 2025-06-05T23:24:45.7041047Z [ 54%] Generating ocl_gemm_attrs_header.cpp 2025-06-05T23:24:45.7041760Z [ 55%] Generating ocl_generic_vector_ops_header.cpp 2025-06-05T23:24:45.7042374Z [ 55%] Generating ocl_io_header.cpp 2025-06-05T23:24:45.7043042Z [ 55%] Generating ocl_math_utils_header.cpp 2025-06-05T23:24:45.7044429Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/random_uniform.cpp.o 2025-06-05T23:24:45.7045413Z [ 55%] Generating ocl_philox_header.cpp 2025-06-05T23:24:45.7045894Z [ 55%] Generating ocl_post_ops_header.cpp 2025-06-05T23:24:45.7046319Z [ 56%] Generating ocl_reduction_header.cpp 2025-06-05T23:24:45.7047250Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp 2025-06-05T23:24:45.7048053Z [ 57%] Generating ocl_scales_header.cpp 2025-06-05T23:24:45.7048456Z [ 57%] Generating ocl_types_header.cpp 2025-06-05T23:24:45.7049026Z [ 57%] Generating ocl_types_specific_header.cpp 2025-06-05T23:24:45.7049711Z [ 57%] Generating ocl_utils_header.cpp 2025-06-05T23:24:45.7051129Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/range.cpp.o 2025-06-05T23:24:45.7053039Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/rank.cpp.o 2025-06-05T23:24:45.7054782Z [ 57%] Generating offsets_header.cpp 2025-06-05T23:24:45.7056394Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2025-06-05T23:24:45.7057918Z [ 58%] Generating ref_bnorm_kernel.cpp 2025-06-05T23:24:45.7058624Z [ 59%] Generating ref_convolution_kernel.cpp 2025-06-05T23:24:45.7059941Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/scale_utils.cpp.o 2025-06-05T23:24:45.7062023Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/compile_model_npu.cpp.o 2025-06-05T23:24:45.7063476Z [ 59%] Generating ref_eltwise_kernel.cpp 2025-06-05T23:24:45.7064182Z [ 59%] Generating ref_gemm_kernel.cpp 2025-06-05T23:24:45.7065821Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.h 2025-06-05T23:24:45.7067141Z [ 59%] Generating ref_group_normalization_kernel.cpp 2025-06-05T23:24:45.7067949Z [ 59%] Generating ref_inner_product_kernel.cpp 2025-06-05T23:24:45.7068751Z [ 59%] Generating ref_layer_normalization_kernel.cpp 2025-06-05T23:24:45.7069475Z [ 60%] Generating ref_lrn_kernel.cpp 2025-06-05T23:24:45.7070170Z [ 60%] Generating ref_matmul_kernel.cpp 2025-06-05T23:24:45.7071914Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2025-06-05T23:24:45.7073512Z [ 60%] Generating ref_pooling_kernel.cpp 2025-06-05T23:24:45.7074162Z [ 60%] Generating ref_prelu_kernel.cpp 2025-06-05T23:24:45.7074602Z [ 60%] Generating ref_reduction_kernel.cpp 2025-06-05T23:24:45.7075053Z [ 60%] Generating ref_reorder_kernel.cpp 2025-06-05T23:24:45.7075600Z [ 61%] Generating ref_resampling_kernel.cpp 2025-06-05T23:24:45.7076032Z [ 61%] Generating ref_sdpa_kernel.cpp 2025-06-05T23:24:45.7076900Z [ 38%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/real_imag.cpp.o 2025-06-05T23:24:45.7078068Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp 2025-06-05T23:24:45.7079198Z [ 38%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.h 2025-06-05T23:24:45.7079903Z [ 61%] Generating ref_shuffle_kernel.cpp 2025-06-05T23:24:45.7080345Z [ 61%] Generating ref_sparse_matmul_kernel.cpp 2025-06-05T23:24:45.7080796Z [ 61%] Generating reorder_common_header.cpp 2025-06-05T23:24:45.7081285Z [ 61%] Generating reusable_bnorm_kernel.cpp 2025-06-05T23:24:45.7081765Z [ 61%] Generating reusable_lnorm_kernel.cpp 2025-06-05T23:24:45.7082244Z [ 61%] Generating reusable_ref_reduction_kernel.cpp 2025-06-05T23:24:45.7083228Z [ 38%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/dldt_optimization_guide8.cpp.o 2025-06-05T23:24:45.7084161Z [ 62%] Generating reusable_simple_concat_kernel.cpp 2025-06-05T23:24:45.7084643Z [ 62%] Generating reusable_softmax_kernel.cpp 2025-06-05T23:24:45.7085489Z [ 38%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2025-06-05T23:24:45.7086315Z [ 62%] Generating reusable_vectorized_lnorm_kernel.cpp 2025-06-05T23:24:45.7086771Z [ 62%] Generating rnn_common_header.cpp 2025-06-05T23:24:45.7087702Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2025-06-05T23:24:45.7089111Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/dldt_optimization_guide9.cpp.o 2025-06-05T23:24:45.7090082Z [ 62%] Generating rnn_grid_kernel.cpp 2025-06-05T23:24:45.7090933Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp 2025-06-05T23:24:45.7091716Z [ 62%] Generating rnn_reorder_kernel.cpp 2025-06-05T23:24:45.7092199Z [ 63%] Generating sdpa_utils_header.cpp 2025-06-05T23:24:45.7093290Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2025-06-05T23:24:45.7094710Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/dynamic_shape.cpp.o 2025-06-05T23:24:45.7095525Z [ 64%] Generating simple_binary_kernel.cpp 2025-06-05T23:24:45.7096032Z [ 64%] Generating simple_bnorm_kernel.cpp 2025-06-05T23:24:45.7097380Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/reciprocal.cpp.o 2025-06-05T23:24:45.7098840Z [ 64%] Generating simple_concat_kernel.cpp 2025-06-05T23:24:45.7099693Z [ 64%] Generating simple_layer_normalization_kernel.cpp 2025-06-05T23:24:45.7100246Z [ 64%] Generating simple_softmax_header.cpp 2025-06-05T23:24:45.7100728Z [ 64%] Generating simple_softmax_kernel.cpp 2025-06-05T23:24:45.7101607Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/reduce.cpp.o 2025-06-05T23:24:45.7102456Z [ 64%] Generating simple_sum_kernel.cpp 2025-06-05T23:24:45.7102935Z [ 65%] Generating simple_zero_pad_kernel.cpp 2025-06-05T23:24:45.7103723Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.h 2025-06-05T23:24:45.7104575Z [ 65%] Generating subbyte_pack_kernel.cpp 2025-06-05T23:24:45.7105030Z [ 65%] Generating tile_ops_header.cpp 2025-06-05T23:24:45.7105436Z [ 65%] Generating types_interop_header.cpp 2025-06-05T23:24:45.7106001Z [ 65%] Generating vectorized_lnorm_fused_kernel.cpp 2025-06-05T23:24:45.7106462Z [ 65%] Generating vectorized_lnorm_kernel.cpp 2025-06-05T23:24:45.7107046Z [ 65%] Generating vectorized_resampling_kernel.cpp 2025-06-05T23:24:45.7107593Z [ 65%] Generating xe_hp_systolic_gemm_copy_kernel.cpp 2025-06-05T23:24:45.7108440Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp 2025-06-05T23:24:45.7109658Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/export_compiled_model.cpp.o 2025-06-05T23:24:45.7110828Z [ 66%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/bnorm_lookup_table.cpp.o 2025-06-05T23:24:45.7111817Z [ 66%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/bnorm_model.cpp.o 2025-06-05T23:24:45.7112887Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2025-06-05T23:24:45.7113998Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2025-06-05T23:24:45.7115258Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2025-06-05T23:24:45.7116554Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/relu_6.cpp.o 2025-06-05T23:24:45.7117639Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.h 2025-06-05T23:24:45.7118956Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/lpt_intel_cpu_plugin.cpp.o 2025-06-05T23:24:45.7120070Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp 2025-06-05T23:24:45.7121090Z [ 66%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/bnorm_utils.cpp.o 2025-06-05T23:24:47.5858180Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/multi_threading.cpp.o 2025-06-05T23:24:47.5860614Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/npu_remote_objects_creation.cpp.o 2025-06-05T23:24:47.5863091Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/reshape.cpp.o 2025-06-05T23:24:47.5865566Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2025-06-05T23:24:47.5867452Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.h 2025-06-05T23:24:47.5869653Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2025-06-05T23:24:47.5871952Z [ 66%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/gen9_batch_normalization.cpp.o 2025-06-05T23:24:47.5873919Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp 2025-06-05T23:24:47.5875731Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.h 2025-06-05T23:24:47.5877711Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/reverse.cpp.o 2025-06-05T23:24:47.5879910Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/bf16/ref_gemm_bf16.cpp.o 2025-06-05T23:24:47.5882114Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_auto_batching.cpp.o 2025-06-05T23:24:47.5884367Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2025-06-05T23:24:47.5886602Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/reverse_sequence.cpp.o 2025-06-05T23:24:47.5888752Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp 2025-06-05T23:24:47.5890742Z [ 67%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/nhwc_batch_normalization.cpp.o 2025-06-05T23:24:47.5892644Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.h 2025-06-05T23:24:47.5894948Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_sparse_decompress_kernel.cpp.o 2025-06-05T23:24:47.5897192Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_caching.cpp.o 2025-06-05T23:24:47.5898986Z [ 67%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/nhwc_reusable.cpp.o 2025-06-05T23:24:47.5900848Z [ 67%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/ref_batch_normalization.cpp.o 2025-06-05T23:24:47.5902889Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/rfft.cpp.o 2025-06-05T23:24:47.5905421Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2025-06-05T23:24:47.5907471Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.cpp 2025-06-05T23:24:47.5909510Z [ 39%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_denormals.cpp.o 2025-06-05T23:24:47.5911786Z [ 39%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/augru_cell.cpp.o 2025-06-05T23:24:47.5913885Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2025-06-05T23:24:47.5915673Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.h 2025-06-05T23:24:47.5917860Z [ 39%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2025-06-05T23:24:47.5920037Z [ 39%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/rgb_to_hsv.cpp.o 2025-06-05T23:24:47.5921998Z [ 67%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/reusable_bnorm.cpp.o 2025-06-05T23:24:47.5924041Z [ 39%] Building C object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_dynamic_shapes.c.o 2025-06-05T23:24:47.5925954Z [ 39%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.cpp 2025-06-05T23:24:47.5927908Z [ 40%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2025-06-05T23:24:47.5930263Z [ 40%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/rint.cpp.o 2025-06-05T23:24:47.5932365Z [ 40%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_dynamic_shapes.cpp.o 2025-06-05T23:24:47.5935208Z [ 40%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/augru_sequence.cpp.o 2025-06-05T23:24:47.5937071Z [ 41%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.h 2025-06-05T23:24:47.5938756Z [ 67%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/bnorm/simple_bnorm.cpp.o 2025-06-05T23:24:47.5940583Z [ 41%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2025-06-05T23:24:47.5942445Z [ 41%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2025-06-05T23:24:47.5944313Z [ 41%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.cpp 2025-06-05T23:24:47.5946214Z [ 41%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_execution_mode.cpp.o 2025-06-05T23:24:47.5948512Z [ 41%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/dynamic_quantize.cpp.o 2025-06-05T23:24:47.5950883Z [ 41%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2025-06-05T23:24:47.5953083Z [ 41%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/roll.cpp.o 2025-06-05T23:24:47.5955062Z [ 68%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/convolution_inner_product.cpp.o 2025-06-05T23:24:47.5956866Z [ 41%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.h 2025-06-05T23:24:47.5959264Z [ 41%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2025-06-05T23:24:47.5961772Z [ 41%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_copy_kernel.cpp.o 2025-06-05T23:24:47.5964235Z [ 41%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_extensions.cpp.o 2025-06-05T23:24:47.5966229Z [ 41%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/prior_box/prior_box_kernel_ref.cpp 2025-06-05T23:24:47.5968188Z [ 41%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/fully_connected.cpp.o 2025-06-05T23:24:47.5970272Z [ 68%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/custom_reorder.cpp.o 2025-06-05T23:24:47.5972427Z [ 41%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/round.cpp.o 2025-06-05T23:24:47.5974840Z [ 41%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2025-06-05T23:24:47.5976910Z [ 41%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/prior_box/prior_box_kernel_ref.h 2025-06-05T23:24:47.5978695Z [ 41%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/prior_box/prior_box_kernel_selector.cpp 2025-06-05T23:24:47.5980415Z [ 68%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/device_info.cpp.o 2025-06-05T23:24:47.5982601Z [ 41%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/fully_connected_compressed.cpp.o 2025-06-05T23:24:47.5985013Z [ 43%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/rsqrt.cpp.o 2025-06-05T23:24:47.5987354Z [ 43%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_strided.cpp.o 2025-06-05T23:24:49.5289952Z [ 43%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_trans_kernel.cpp.o 2025-06-05T23:24:49.5292486Z [ 43%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_hetero.cpp.o 2025-06-05T23:24:49.5294512Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/prior_box/prior_box_kernel_selector.h 2025-06-05T23:24:49.5296534Z [ 43%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2025-06-05T23:24:49.5298448Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.cpp 2025-06-05T23:24:49.5300543Z [ 43%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/fully_connected_quantized.cpp.o 2025-06-05T23:24:49.5302578Z [ 68%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/engine.cpp.o 2025-06-05T23:24:49.5304478Z [ 43%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/scatter_nd.cpp.o 2025-06-05T23:24:49.5306365Z [ 43%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_infer_request.cpp.o 2025-06-05T23:24:49.5307433Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.h 2025-06-05T23:24:49.5308412Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_params.h 2025-06-05T23:24:49.5310432Z [ 43%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_utils.cpp.o 2025-06-05T23:24:49.5313532Z [ 68%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gemm/gemm_with_post_ops.cpp.o 2025-06-05T23:24:49.5315727Z [ 43%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/fully_connected_quantized_legacy.cpp.o 2025-06-05T23:24:49.5317984Z [ 43%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/segment_sum.cpp.o 2025-06-05T23:24:49.5320168Z [ 43%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/gather_compressed.cpp.o 2025-06-05T23:24:49.5322450Z [ 43%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2025-06-05T23:24:49.5324837Z [ 43%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_layout.cpp.o 2025-06-05T23:24:49.5326704Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.cpp 2025-06-05T23:24:49.5328466Z [ 43%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/select.cpp.o 2025-06-05T23:24:49.5330243Z [ 69%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gemm/ref_gemm.cpp.o 2025-06-05T23:24:49.5331662Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.h 2025-06-05T23:24:49.5333710Z [ 43%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_model_snippets.cpp.o 2025-06-05T23:24:49.5335712Z [ 43%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.cpp 2025-06-05T23:24:49.5337706Z [ 43%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2025-06-05T23:24:49.5340033Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/generate_proposals_ie_internal.cpp.o 2025-06-05T23:24:49.5342111Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.h 2025-06-05T23:24:49.5344229Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2025-06-05T23:24:49.5346430Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_vload8_opt.cpp 2025-06-05T23:24:49.5348221Z [ 69%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gemm_inner_product.cpp.o 2025-06-05T23:24:49.5350222Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/shape.cpp.o 2025-06-05T23:24:49.5352385Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_vload8_opt.h 2025-06-05T23:24:49.5354624Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_patterns.cpp.o 2025-06-05T23:24:49.5356884Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/glu.cpp.o 2025-06-05T23:24:49.5358925Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_selector.h 2025-06-05T23:24:49.5360807Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/qunatize_kernel_selector.cpp 2025-06-05T23:24:49.5363608Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2025-06-05T23:24:49.5366071Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2025-06-05T23:24:49.5368596Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/size.cpp.o 2025-06-05T23:24:49.5370920Z [ 69%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gemm_matmul.cpp.o 2025-06-05T23:24:49.5374301Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/slice.cpp.o 2025-06-05T23:24:49.5376438Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.cpp 2025-06-05T23:24:49.5378676Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/lora_subgraph.cpp.o 2025-06-05T23:24:49.5381198Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_preprocessing.cpp.o 2025-06-05T23:24:49.5383189Z [ 69%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_binary.cpp.o 2025-06-05T23:24:49.5385056Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.h 2025-06-05T23:24:49.5387059Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.cpp 2025-06-05T23:24:49.5389338Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/multiclass_nms_ie_internal.cpp.o 2025-06-05T23:24:49.5391710Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2025-06-05T23:24:49.5394075Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2025-06-05T23:24:49.5396402Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/softmax.cpp.o 2025-06-05T23:24:49.5398651Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/space_to_batch_nd.cpp.o 2025-06-05T23:24:49.5400980Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_properties_api.cpp.o 2025-06-05T23:24:49.5403124Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.h 2025-06-05T23:24:49.5404926Z [ 69%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_concat.cpp.o 2025-06-05T23:24:49.5406561Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.cpp 2025-06-05T23:24:49.5408695Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_sparse_weights_decompression.cpp.o 2025-06-05T23:24:49.5411060Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/nms_ie_internal.cpp.o 2025-06-05T23:24:49.5413481Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/space_to_depth.cpp.o 2025-06-05T23:24:49.5415361Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.h 2025-06-05T23:24:49.5417310Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2025-06-05T23:24:49.5419620Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2025-06-05T23:24:51.5456490Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_decompress_kernel.cpp.o 2025-06-05T23:24:51.5458970Z [ 70%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_eltwise.cpp.o 2025-06-05T23:24:51.5460660Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.cpp 2025-06-05T23:24:51.5462753Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/nms_static_shape_ie.cpp.o 2025-06-05T23:24:51.5465214Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/ov_stateful_models_intro.cpp.o 2025-06-05T23:24:51.5467659Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/sparse_segment_mean.cpp.o 2025-06-05T23:24:51.5469671Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.h 2025-06-05T23:24:51.5471911Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_sparse_matmul.cpp.o 2025-06-05T23:24:51.5473894Z [ 70%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_global_pooling.cpp.o 2025-06-05T23:24:51.5475659Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp 2025-06-05T23:24:51.5477762Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/sparse_tensor_dense_add.cpp.o 2025-06-05T23:24:51.5480180Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_deconv.cpp.o 2025-06-05T23:24:51.5482408Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/rms.cpp.o 2025-06-05T23:24:51.5484763Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/sparse_tensor_dense_mat_mul.cpp.o 2025-06-05T23:24:51.5487275Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/protecting_model_guide.cpp.o 2025-06-05T23:24:51.5489360Z [ 70%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_pooling.cpp.o 2025-06-05T23:24:51.5491075Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.h 2025-06-05T23:24:51.5493226Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2025-06-05T23:24:51.5495711Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/ov_ops/rotary_positional_embeddings.cpp.o 2025-06-05T23:24:51.5497754Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.cpp 2025-06-05T23:24:51.5499230Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.h 2025-06-05T23:24:51.5501056Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/sparse_to_dense.cpp.o 2025-06-05T23:24:51.5503413Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2025-06-05T23:24:51.5505851Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/template_model_transformation.cpp.o 2025-06-05T23:24:51.5507927Z [ 70%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_softmax.cpp.o 2025-06-05T23:24:51.5510402Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/activations_scaling.cpp.o 2025-06-05T23:24:51.5512959Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.cpp 2025-06-05T23:24:51.5514569Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.h 2025-06-05T23:24:51.5516594Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2025-06-05T23:24:51.5519179Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/template_pattern_transformation.cpp.o 2025-06-05T23:24:51.5521767Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2025-06-05T23:24:51.5523803Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.cpp 2025-06-05T23:24:51.5525848Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/split.cpp.o 2025-06-05T23:24:51.5527708Z [ 70%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_sum.cpp.o 2025-06-05T23:24:51.5532283Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.h 2025-06-05T23:24:51.5534857Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/adaptive_pool_to_reduce.cpp.o 2025-06-05T23:24:51.5537758Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2025-06-05T23:24:51.5539989Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/example_itask_executor.cpp.o 2025-06-05T23:24:51.5541816Z [ 71%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_wino_convolution.cpp.o 2025-06-05T23:24:51.5543680Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_simple_to_scalar.cpp 2025-06-05T23:24:51.5545543Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/sqrt.cpp.o 2025-06-05T23:24:51.5547438Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/square.cpp.o 2025-06-05T23:24:51.5549981Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/add_fake_quantize_fusion.cpp.o 2025-06-05T23:24:51.5552491Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_simple_to_scalar.h 2025-06-05T23:24:51.5554668Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2025-06-05T23:24:51.5556794Z [ 71%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/generic_reorder.cpp.o 2025-06-05T23:24:51.5558483Z [ 44%] Building C object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/src/main.c.o 2025-06-05T23:24:51.5560553Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2025-06-05T23:24:51.5563016Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_post_ops.cpp.o 2025-06-05T23:24:51.5565036Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.cpp 2025-06-05T23:24:51.5566781Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/src/main.cpp.o 2025-06-05T23:24:51.5568762Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/squeeze.cpp.o 2025-06-05T23:24:51.5571841Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/align_eltwise_input_ranks.cpp.o 2025-06-05T23:24:51.5574376Z [ 71%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/hw_info.cpp.o 2025-06-05T23:24:51.5575707Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.h 2025-06-05T23:24:51.5576579Z [ 71%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/kernel.cpp.o 2025-06-05T23:24:51.5577660Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/compile_model_gpu.cpp.o 2025-06-05T23:24:51.5579142Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/augru_cell_fusion.cpp.o 2025-06-05T23:24:51.5581697Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/strided_slice.cpp.o 2025-06-05T23:24:51.5583631Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bin.cpp.o 2025-06-05T23:24:51.5585838Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_primitive_conf.cpp.o 2025-06-05T23:24:51.5587972Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.cpp 2025-06-05T23:24:53.3814422Z [ 71%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/many_inputs_sum.cpp.o 2025-06-05T23:24:53.3816633Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/context_sharing.cpp.o 2025-06-05T23:24:53.3818682Z [ 72%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/mdapi_utils.cpp.o 2025-06-05T23:24:53.3820497Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.h 2025-06-05T23:24:53.3823040Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/batch_to_space_fusion.cpp.o 2025-06-05T23:24:53.3825851Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/tensor_list_operations.cpp.o 2025-06-05T23:24:53.3827934Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.cpp 2025-06-05T23:24:53.3829842Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.h 2025-06-05T23:24:53.3832069Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_src_quantization_kernel.cpp.o 2025-06-05T23:24:53.3834691Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2025-06-05T23:24:53.3836499Z [ 72%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/micro_sdpa.cpp.o 2025-06-05T23:24:53.3838579Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/context_sharing_va.cpp.o 2025-06-05T23:24:53.3840790Z [ 72%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reduction/atomic_reduction.cpp.o 2025-06-05T23:24:53.3843339Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/binarize_weights.cpp.o 2025-06-05T23:24:53.3846145Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/context_sharing_va_c.cpp.o 2025-06-05T23:24:53.3848615Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.cpp 2025-06-05T23:24:53.3850817Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/custom_kernels_api.cpp.o 2025-06-05T23:24:53.3853302Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/tensor_scatter_add.cpp.o 2025-06-05T23:24:53.3855464Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.h 2025-06-05T23:24:53.3857615Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/dynamic_batch.cpp.o 2025-06-05T23:24:53.3860294Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2025-06-05T23:24:53.3862895Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2025-06-05T23:24:53.3865836Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/broadcast_elementwise_fusion.cpp.o 2025-06-05T23:24:53.3868243Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.cpp 2025-06-05T23:24:53.3870286Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/tensor_scatter_update.cpp.o 2025-06-05T23:24:53.3872517Z [ 72%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reduction/combined_reduction.cpp.o 2025-06-05T23:24:53.3874931Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/preprocessing_nv12_single_plane.cpp.o 2025-06-05T23:24:53.3877643Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/broadcast_transition.cpp.o 2025-06-05T23:24:53.3879948Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.h 2025-06-05T23:24:53.3882405Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/change_placeholder_types.cpp.o 2025-06-05T23:24:53.3885305Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bin.cpp.o 2025-06-05T23:24:53.3887671Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/tile.cpp.o 2025-06-05T23:24:53.3889779Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp 2025-06-05T23:24:53.3892322Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_weights_decompression_kernel.cpp.o 2025-06-05T23:24:53.3894697Z [ 72%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reduction/reduction_utils.cpp.o 2025-06-05T23:24:53.3896949Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/preprocessing_nv12_to_gray.cpp.o 2025-06-05T23:24:53.3899427Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/tobool.cpp.o 2025-06-05T23:24:53.3902065Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/clamp_fusion.cpp.o 2025-06-05T23:24:53.3904547Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.h 2025-06-05T23:24:53.3906600Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.cpp 2025-06-05T23:24:53.3908326Z [ 73%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reduction/ref_reduction.cpp.o 2025-06-05T23:24:53.3910666Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/preprocessing_nv12_two_planes.cpp.o 2025-06-05T23:24:53.3913343Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2025-06-05T23:24:53.3916304Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/top_k.cpp.o 2025-06-05T23:24:53.3919180Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_convolution_utils.cpp.o 2025-06-05T23:24:53.3921619Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/transpose.cpp.o 2025-06-05T23:24:53.3924263Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/common_optimizations.cpp.o 2025-06-05T23:24:53.3926678Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.h 2025-06-05T23:24:53.3928542Z [ 73%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reduction/reusable_ref_reduction.cpp.o 2025-06-05T23:24:53.3931108Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/preprocessing_nv12_two_planes_c.cpp.o 2025-06-05T23:24:53.3933748Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/queue_sharing.cpp.o 2025-06-05T23:24:53.3936001Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/truncate_div.cpp.o 2025-06-05T23:24:53.3938122Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp 2025-06-05T23:24:53.3940537Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2025-06-05T23:24:53.3943375Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/compress_float_constants.cpp.o 2025-06-05T23:24:53.3945816Z [ 73%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_convolution.cpp.o 2025-06-05T23:24:53.3948002Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2025-06-05T23:24:53.3950671Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2025-06-05T23:24:55.2174407Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/truncate_mod.cpp.o 2025-06-05T23:24:55.2176772Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/remote_objects_creation.cpp.o 2025-06-05T23:24:55.2179020Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.h 2025-06-05T23:24:55.2180692Z [ 73%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_eltwise.cpp.o 2025-06-05T23:24:55.2183044Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/concat_fusion.cpp.o 2025-06-05T23:24:55.2186215Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_fp8.cpp.o 2025-06-05T23:24:55.2188348Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.cpp 2025-06-05T23:24:55.2190488Z [ 44%] Building CXX object docs/snippets/CMakeFiles/openvino_docs_snippets.dir/__/articles_en/assets/snippets/gpu/remote_objects_creation_c.cpp.o 2025-06-05T23:24:55.2192720Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/unary_op.cpp.o 2025-06-05T23:24:55.2195029Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2025-06-05T23:24:55.2197677Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_generator.cpp.o 2025-06-05T23:24:55.2199519Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.h 2025-06-05T23:24:55.2201859Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/concat_reduce_fusion.cpp.o 2025-06-05T23:24:55.2204227Z [ 73%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_group_normalization.cpp.o 2025-06-05T23:24:55.2206207Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp 2025-06-05T23:24:55.2208487Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2025-06-05T23:24:55.2210774Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/unique.cpp.o 2025-06-05T23:24:55.2212737Z [ 44%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_docs_snippets.a 2025-06-05T23:24:55.2214569Z [ 44%] Building CXX object src/core/CMakeFiles/openvino_core_obj_version.dir/src/version.cpp.o 2025-06-05T23:24:55.2216803Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/concat_to_broadcast.cpp.o 2025-06-05T23:24:55.2219264Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.h 2025-06-05T23:24:55.2221177Z [ 74%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_inner_product.cpp.o 2025-06-05T23:24:55.2222274Z [ 44%] Built target openvino_docs_snippets 2025-06-05T23:24:55.2223506Z [ 74%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_layer_normalization.cpp.o 2025-06-05T23:24:55.2224753Z [ 44%] Built target openvino_core_obj_version 2025-06-05T23:24:55.2226262Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2025-06-05T23:24:55.2228288Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2025-06-05T23:24:55.2230246Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.cpp 2025-06-05T23:24:55.2232028Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/unique_with_counts.cpp.o 2025-06-05T23:24:55.2234260Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/conv_mul_fusion.cpp.o 2025-06-05T23:24:55.2236954Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2025-06-05T23:24:55.2239092Z [ 74%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_lrn.cpp.o 2025-06-05T23:24:55.2240660Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.h 2025-06-05T23:24:55.2242416Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.cpp 2025-06-05T23:24:55.2244564Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2025-06-05T23:24:55.2247046Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f4.cpp.o 2025-06-05T23:24:55.2249074Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.h 2025-06-05T23:24:55.2251245Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/unpack.cpp.o 2025-06-05T23:24:55.2253139Z [ 74%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_matmul.cpp.o 2025-06-05T23:24:55.2255416Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/conv_to_binary_conv.cpp.o 2025-06-05T23:24:55.2258010Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2025-06-05T23:24:55.2260237Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.cpp 2025-06-05T23:24:55.2262158Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.h 2025-06-05T23:24:55.2263947Z [ 74%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_pooling.cpp.o 2025-06-05T23:24:55.2266085Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_fp8.cpp.o 2025-06-05T23:24:55.2269052Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.cpp.o 2025-06-05T23:24:55.2271952Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/unravel_index.cpp.o 2025-06-05T23:24:55.2274130Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp 2025-06-05T23:24:55.2276372Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/unsorted_segment_sum.cpp.o 2025-06-05T23:24:55.2278860Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2025-06-05T23:24:55.2281234Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_nf4.cpp.o 2025-06-05T23:24:55.2283415Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.h 2025-06-05T23:24:55.2285249Z [ 75%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_prelu.cpp.o 2025-06-05T23:24:55.2287772Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/convert_pagedattn_inputs.cpp.o 2025-06-05T23:24:55.2290998Z [ 44%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/convert_quantize_dequantize.cpp.o 2025-06-05T23:24:55.2293997Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.cpp 2025-06-05T23:24:55.2296145Z [ 44%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/where.cpp.o 2025-06-05T23:24:55.2298316Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.h 2025-06-05T23:24:55.2300241Z [ 44%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_int4.cpp 2025-06-05T23:24:55.2302360Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2025-06-05T23:24:55.2304387Z [ 75%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_reorder.cpp.o 2025-06-05T23:24:57.0862831Z [ 44%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2025-06-05T23:24:57.0865124Z [ 75%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_resampling.cpp.o 2025-06-05T23:24:57.0866772Z [ 45%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_int4.h 2025-06-05T23:24:57.0868589Z [ 45%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/xdivy.cpp.o 2025-06-05T23:24:57.0870493Z [ 45%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.cpp 2025-06-05T23:24:57.0873088Z [ 45%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp.o 2025-06-05T23:24:57.0875755Z [ 45%] Building CXX object thirdparty/protobuf/protobuf/CMakeFiles/protoc.dir/src/google/protobuf/compiler/main.cc.o 2025-06-05T23:24:57.0877528Z [ 75%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_sdpa.cpp.o 2025-06-05T23:24:57.0879485Z [ 45%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2025-06-05T23:24:57.0881447Z [ 75%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_shuffle.cpp.o 2025-06-05T23:24:57.0883058Z [ 45%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.h 2025-06-05T23:24:57.0884573Z [ 46%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/protoc 2025-06-05T23:24:57.0886256Z [ 46%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/xlog1py.cpp.o 2025-06-05T23:24:57.0888542Z [ 46%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s4.cpp.o 2025-06-05T23:24:57.0890447Z [ 76%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_sparse_matmul.cpp.o 2025-06-05T23:24:57.0892068Z [ 46%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/convolution_to_group_convolution.cpp.o 2025-06-05T23:24:57.0894116Z [ 46%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.cpp 2025-06-05T23:24:57.0895798Z [ 46%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2025-06-05T23:24:57.0897768Z [ 46%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.h 2025-06-05T23:24:57.0899549Z [ 46%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/xlogy.cpp.o 2025-06-05T23:24:57.0902144Z [ 46%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2025-06-05T23:24:57.0904318Z [ 76%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_lnorm.cpp.o 2025-06-05T23:24:57.0906786Z [ 46%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/depth_to_space_fusion.cpp.o 2025-06-05T23:24:57.0909075Z [ 46%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.cpp 2025-06-05T23:24:57.0910993Z [ 46%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u4.cpp.o 2025-06-05T23:24:57.0912266Z [ 46%] Built target protoc 2025-06-05T23:24:57.0913217Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/any.cpp.o 2025-06-05T23:24:57.0915209Z [ 47%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/op/zeros_like.cpp.o 2025-06-05T23:24:57.0917243Z [ 76%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_simple_concat.cpp.o 2025-06-05T23:24:57.0918974Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/attribute_adapter.cpp.o 2025-06-05T23:24:57.0920643Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.h 2025-06-05T23:24:57.0923165Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/dilated_convolution_converter.cpp.o 2025-06-05T23:24:57.0926048Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2025-06-05T23:24:57.0931909Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/dimension_tracking.cpp.o 2025-06-05T23:24:57.0934624Z [ 47%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/place.cpp.o 2025-06-05T23:24:57.0936453Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/attribute_visitor.cpp.o 2025-06-05T23:24:57.0938304Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp 2025-06-05T23:24:57.0940505Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2025-06-05T23:24:57.0942560Z [ 76%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_softmax.cpp.o 2025-06-05T23:24:57.0943804Z [ 47%] Running gen_proto.py on onnx/onnx.in.proto 2025-06-05T23:24:57.0944806Z Processing /pytorch/executorch/openvino/thirdparty/onnx/onnx/onnx/onnx.in.proto 2025-06-05T23:24:57.0946180Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_openvino_onnx-ml.proto 2025-06-05T23:24:57.0947746Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_openvino_onnx-ml.proto3 2025-06-05T23:24:57.0949144Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-ml.pb.h 2025-06-05T23:24:57.0950368Z generating /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_pb.py 2025-06-05T23:24:57.0952123Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.h 2025-06-05T23:24:57.0954303Z [ 47%] Running C++ protocol buffer compiler on /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_openvino_onnx-ml.proto 2025-06-05T23:24:57.0957230Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/disable_random_uniform_constant_folding.cpp.o 2025-06-05T23:24:57.0960330Z [ 47%] Building CXX object src/frontends/tensorflow_common/src/CMakeFiles/openvino_tensorflow_common.dir/utils.cpp.o 2025-06-05T23:24:57.0961498Z [ 47%] Built target gen_onnx_proto 2025-06-05T23:24:57.0963540Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/disable_shapeof_constant_folding.cpp.o 2025-06-05T23:24:57.0965862Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/axis_set.cpp.o 2025-06-05T23:24:57.0967580Z [ 76%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_vectorized_lnorm.cpp.o 2025-06-05T23:24:57.0969499Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp 2025-06-05T23:24:57.0972490Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2025-06-05T23:24:57.0974610Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/axis_vector.cpp.o 2025-06-05T23:24:57.0976551Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2025-06-05T23:24:57.0978612Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.h 2025-06-05T23:24:57.0980590Z [ 47%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_tensorflow_common.a 2025-06-05T23:24:57.0982735Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_convert_xf16.cpp.o 2025-06-05T23:24:57.0984754Z [ 77%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/cell_common.cpp.o 2025-06-05T23:24:57.0987141Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/divide_fusion.cpp.o 2025-06-05T23:24:57.0989259Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp 2025-06-05T23:24:57.0990894Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/bound_evaluate.cpp.o 2025-06-05T23:24:57.0992561Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.h 2025-06-05T23:24:57.0993625Z [ 47%] Built target openvino_tensorflow_common 2025-06-05T23:24:58.8615151Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2025-06-05T23:24:58.8616902Z [ 47%] Running gen_proto.py on onnx/onnx-data.in.proto 2025-06-05T23:24:58.8618316Z [ 77%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/cell_gru.cpp.o 2025-06-05T23:24:58.8619820Z Processing /pytorch/executorch/openvino/thirdparty/onnx/onnx/onnx/onnx-data.in.proto 2025-06-05T23:24:58.8621342Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-data_openvino_onnx.proto 2025-06-05T23:24:58.8623030Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-data_openvino_onnx.proto3 2025-06-05T23:24:58.8624475Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-data.pb.h 2025-06-05T23:24:58.8625885Z generating /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_data_pb.py 2025-06-05T23:24:58.8627621Z [ 77%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/cell_gru_lbr.cpp.o 2025-06-05T23:24:58.8629912Z [ 47%] Running C++ protocol buffer compiler on /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-data_openvino_onnx.proto 2025-06-05T23:24:58.8632970Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/dropout_with_random_uniform_replacer.cpp.o 2025-06-05T23:24:58.8636301Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2025-06-05T23:24:58.8637624Z [ 47%] Built target gen_onnx_data_proto 2025-06-05T23:24:58.8639732Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/eliminate_duplicate_ti_inputs.cpp.o 2025-06-05T23:24:58.8642263Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/constant_fold_utils.cpp.o 2025-06-05T23:24:58.8644146Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp 2025-06-05T23:24:58.8646081Z [ 77%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/rnn_grid.cpp.o 2025-06-05T23:24:58.8647918Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.h 2025-06-05T23:24:58.8649724Z [ 77%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/rnn_reorders.cpp.o 2025-06-05T23:24:58.8652008Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2025-06-05T23:24:58.8654752Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2025-06-05T23:24:58.8657775Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/eliminate_loop_inputs_outputs.cpp.o 2025-06-05T23:24:58.8660292Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/coordinate.cpp.o 2025-06-05T23:24:58.8662039Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.cpp 2025-06-05T23:24:58.8664013Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2025-06-05T23:24:58.8666136Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2025-06-05T23:24:58.8668093Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/coordinate_diff.cpp.o 2025-06-05T23:24:58.8669826Z [ 78%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/rnn_utils.cpp.o 2025-06-05T23:24:58.8671481Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.h 2025-06-05T23:24:58.8674097Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/eliminate_unsqueeze_gather.cpp.o 2025-06-05T23:24:58.8676950Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2025-06-05T23:24:58.8679408Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_row_f32.cpp.o 2025-06-05T23:24:58.8681526Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/descriptor/input.cpp.o 2025-06-05T23:24:58.8683340Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.cpp 2025-06-05T23:24:58.8685123Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.h 2025-06-05T23:24:58.8686920Z [ 78%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn/simple_rnn_postgemm.cpp.o 2025-06-05T23:24:58.8688720Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.cpp 2025-06-05T23:24:58.8691437Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/enable_shapeof_constant_folding.cpp.o 2025-06-05T23:24:58.8694007Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/descriptor/output.cpp.o 2025-06-05T23:24:58.8696044Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2025-06-05T23:24:58.8698416Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2025-06-05T23:24:58.8700814Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2025-06-05T23:24:58.8703299Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2025-06-05T23:24:58.8705292Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.h 2025-06-05T23:24:58.8706999Z [ 78%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_binary.cpp.o 2025-06-05T23:24:58.8709552Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/fold_subgraph_empty_inputs.cpp.o 2025-06-05T23:24:58.8712067Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/descriptor/shared_tensor.cpp.o 2025-06-05T23:24:58.8713887Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_pil_ref.cpp 2025-06-05T23:24:58.8715668Z [ 78%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_concat.cpp.o 2025-06-05T23:24:58.8717426Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2025-06-05T23:24:58.8719625Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/fq_mul_fusion.cpp.o 2025-06-05T23:24:58.8722512Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/fq_reshape_fusion.cpp.o 2025-06-05T23:24:58.8725723Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/fuse_rotary_positional_embeddings.cpp.o 2025-06-05T23:24:58.8732158Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_fork_dw_conv_kernel_f32.cpp.o 2025-06-05T23:24:58.8734568Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/descriptor/tensor.cpp.o 2025-06-05T23:24:58.8736214Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_pil_ref.h 2025-06-05T23:24:58.8738030Z [ 79%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_layer_normalization.cpp.o 2025-06-05T23:24:58.8739860Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.cpp 2025-06-05T23:24:58.8741487Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/dimension.cpp.o 2025-06-05T23:24:58.8743115Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.h 2025-06-05T23:24:58.8744795Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.cpp 2025-06-05T23:24:58.8747128Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2025-06-05T23:24:58.8749813Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_fork_dw_convolution.cpp.o 2025-06-05T23:24:58.8752689Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/fused_names_cleanup.cpp.o 2025-06-05T23:25:00.7744744Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.h 2025-06-05T23:25:00.7746578Z [ 79%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_softmax.cpp.o 2025-06-05T23:25:00.7748286Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.cpp 2025-06-05T23:25:00.7749956Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.h 2025-06-05T23:25:00.7751762Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/except.cpp.o 2025-06-05T23:25:00.7753462Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.cpp 2025-06-05T23:25:00.7755157Z [ 79%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_sum.cpp.o 2025-06-05T23:25:00.7756878Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.h 2025-06-05T23:25:00.7759342Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/gelu_fusion.cpp.o 2025-06-05T23:25:00.7761514Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/extension.cpp.o 2025-06-05T23:25:00.7763055Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/graph_util.cpp.o 2025-06-05T23:25:00.7764592Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/interval.cpp.o 2025-06-05T23:25:00.7766202Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_ref.cpp 2025-06-05T23:25:00.7768192Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2025-06-05T23:25:00.7770626Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_fork_softmax.cpp.o 2025-06-05T23:25:00.7773514Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/glu_fusion.cpp.o 2025-06-05T23:25:00.7775919Z [ 79%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_zero_pad.cpp.o 2025-06-05T23:25:00.7777662Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_ref.h 2025-06-05T23:25:00.7779429Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_selector.cpp 2025-06-05T23:25:00.7782027Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/group_normalization_fusion.cpp.o 2025-06-05T23:25:00.7784409Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/layout.cpp.o 2025-06-05T23:25:00.7785924Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/log_util.cpp.o 2025-06-05T23:25:00.7787544Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_selector.h 2025-06-05T23:25:00.7789200Z [ 79%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/stream.cpp.o 2025-06-05T23:25:00.7791098Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2025-06-05T23:25:00.7793425Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp 2025-06-05T23:25:00.7795843Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_fork_softmax_kernel_f32.cpp.o 2025-06-05T23:25:00.7798466Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_group_normalization.cpp.o 2025-06-05T23:25:00.7801299Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/gru_cell_fusion.cpp.o 2025-06-05T23:25:00.7803505Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/model.cpp.o 2025-06-05T23:25:00.7805031Z [ 80%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/usm_utils.cpp.o 2025-06-05T23:25:00.7807015Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.h 2025-06-05T23:25:00.7808725Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/node.cpp.o 2025-06-05T23:25:00.7810375Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.cpp 2025-06-05T23:25:00.7813071Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/hsigmoid_fusion.cpp.o 2025-06-05T23:25:00.7815382Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/node_input.cpp.o 2025-06-05T23:25:00.7817268Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2025-06-05T23:25:00.7819111Z [ 80%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/utils.cpp.o 2025-06-05T23:25:00.7820825Z [ 80%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/vectorized_lnorm.cpp.o 2025-06-05T23:25:00.7822768Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.h 2025-06-05T23:25:00.7824996Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2025-06-05T23:25:00.7826748Z [ 81%] Building CXX object src/xpu/CMakeFiles/dnnl_xpu.dir/utils.cpp.o 2025-06-05T23:25:00.7829768Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/hswish_fusion.cpp.o 2025-06-05T23:25:00.7832110Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_base.cpp 2025-06-05T23:25:00.7833662Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/node_output.cpp.o 2025-06-05T23:25:00.7834649Z [ 81%] Built target dnnl_xpu 2025-06-05T23:25:00.7835686Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_base.h 2025-06-05T23:25:00.7837199Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_bfyx_opt.cpp 2025-06-05T23:25:00.7838926Z [ 81%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/vectorized_resampling.cpp.o 2025-06-05T23:25:00.7840993Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2025-06-05T23:25:00.7842864Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_bfyx_opt.h 2025-06-05T23:25:00.7845452Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/interpolate_sequence_fusion.cpp.o 2025-06-05T23:25:00.7847888Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_ref.cpp 2025-06-05T23:25:00.7850281Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_instance_normalization.cpp.o 2025-06-05T23:25:00.7852956Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2025-06-05T23:25:00.7855557Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_planar_conv_kernel_f32.cpp.o 2025-06-05T23:25:00.7857606Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/node_vector.cpp.o 2025-06-05T23:25:00.7859267Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_ref.h 2025-06-05T23:25:00.7860893Z [ 81%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/binary_common_header.cpp.o 2025-06-05T23:25:00.7863263Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2025-06-05T23:25:00.7865384Z [ 82%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_bnorm_header.cpp.o 2025-06-05T23:25:00.7867904Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/leaky_relu_fusion.cpp.o 2025-06-05T23:25:00.7870401Z [ 82%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_bnorm_reduce_header.cpp.o 2025-06-05T23:25:00.7872091Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_selector.cpp 2025-06-05T23:25:00.7873639Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/abs.cpp.o 2025-06-05T23:25:00.7876005Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/lin_op_sequence_fusion.cpp.o 2025-06-05T23:25:00.7878452Z [ 82%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/nhwc_reusable_header.cpp.o 2025-06-05T23:25:02.1541674Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/lora_subgraph_fusion.cpp.o 2025-06-05T23:25:02.1544140Z [ 82%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/concat_common_header.cpp.o 2025-06-05T23:25:02.1545838Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rms/rms_kernel_selector.h 2025-06-05T23:25:02.1547929Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_planar_convolution.cpp.o 2025-06-05T23:25:02.1549372Z [ 47%] Built target dnnl_cpu 2025-06-05T23:25:02.1550930Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2025-06-05T23:25:02.1553015Z [ 82%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/dispatch_header.cpp.o 2025-06-05T23:25:02.1554788Z [ 83%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_gemm_attrs_header.cpp.o 2025-06-05T23:25:02.1556386Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/acos.cpp.o 2025-06-05T23:25:02.1558101Z [ 83%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/layer_norm_common_header.cpp.o 2025-06-05T23:25:02.1560582Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/lstm_cell_fusion.cpp.o 2025-06-05T23:25:02.1562895Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.cpp 2025-06-05T23:25:02.1565098Z [ 83%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_conversion_header.cpp.o 2025-06-05T23:25:02.1566977Z [ 83%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_custom_types_header.cpp.o 2025-06-05T23:25:02.1568762Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.h 2025-06-05T23:25:02.1570393Z [ 83%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_eltwise_header.cpp.o 2025-06-05T23:25:02.1572183Z [ 84%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_generic_vector_ops_header.cpp.o 2025-06-05T23:25:02.1575057Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.cpp.o 2025-06-05T23:25:02.1577747Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/acosh.cpp.o 2025-06-05T23:25:02.1579393Z [ 84%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_io_header.cpp.o 2025-06-05T23:25:02.1581177Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/adaptive_avg_pool.cpp.o 2025-06-05T23:25:02.1583271Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2025-06-05T23:25:02.1585194Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2025-06-05T23:25:02.1587201Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.cpp 2025-06-05T23:25:02.1589386Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2025-06-05T23:25:02.1591508Z [ 84%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_math_utils_header.cpp.o 2025-06-05T23:25:02.1593338Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.h 2025-06-05T23:25:02.1595076Z [ 84%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_philox_header.cpp.o 2025-06-05T23:25:02.1597810Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/mark_rope_input_to_keep_in_mixed_precision.cpp.o 2025-06-05T23:25:02.1600446Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/adaptive_max_pool.cpp.o 2025-06-05T23:25:02.1602208Z [ 84%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_post_ops_header.cpp.o 2025-06-05T23:25:02.1603843Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/add.cpp.o 2025-06-05T23:25:02.1605538Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.cpp 2025-06-05T23:25:02.1607306Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.h 2025-06-05T23:25:02.1609083Z [ 85%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_scales_header.cpp.o 2025-06-05T23:25:02.1610668Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/asin.cpp.o 2025-06-05T23:25:02.1612588Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2025-06-05T23:25:02.1614692Z [ 85%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_types_header.cpp.o 2025-06-05T23:25:02.1616520Z [ 85%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_types_specific_header.cpp.o 2025-06-05T23:25:02.1618538Z [ 85%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_utils_header.cpp.o 2025-06-05T23:25:02.1620363Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp 2025-06-05T23:25:02.1623047Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/matmul_const_transposes_extraction.cpp.o 2025-06-05T23:25:02.1626287Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/matmul_multiply_fusion.cpp.o 2025-06-05T23:25:02.1630130Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/mish_fusion.cpp.o 2025-06-05T23:25:02.1632594Z [ 85%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/offsets_header.cpp.o 2025-06-05T23:25:02.1634389Z [ 86%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_reduction_header.cpp.o 2025-06-05T23:25:02.1637000Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/moc_legacy_transformations.cpp.o 2025-06-05T23:25:02.1639309Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/asinh.cpp.o 2025-06-05T23:25:02.1640976Z [ 86%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reorder_common_header.cpp.o 2025-06-05T23:25:02.1642809Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.h 2025-06-05T23:25:02.1644643Z [ 86%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/cell_compute_header.cpp.o 2025-06-05T23:25:02.1646514Z [ 86%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/cell_kind_utility_header.cpp.o 2025-06-05T23:25:02.1649081Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/moc_transformations.cpp.o 2025-06-05T23:25:02.1651473Z [ 86%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn_common_header.cpp.o 2025-06-05T23:25:02.1653344Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.cpp 2025-06-05T23:25:02.1655149Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.h 2025-06-05T23:25:02.1656916Z [ 87%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/sdpa_utils_header.cpp.o 2025-06-05T23:25:02.1658550Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/assign.cpp.o 2025-06-05T23:25:02.1660563Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2025-06-05T23:25:02.1662475Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/atan.cpp.o 2025-06-05T23:25:02.1664158Z [ 87%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_softmax_header.cpp.o 2025-06-05T23:25:02.1666780Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/move_eltwise_up_data_movement.cpp.o 2025-06-05T23:25:02.1669637Z [ 47%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2025-06-05T23:25:02.1671781Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.cpp 2025-06-05T23:25:02.1673606Z [ 87%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/tile_ops_header.cpp.o 2025-06-05T23:25:03.4054405Z [ 87%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/types_interop_header.cpp.o 2025-06-05T23:25:03.4056178Z [ 47%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.h 2025-06-05T23:25:03.4057885Z [ 87%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_bnorm_bwd_kernel.cpp.o 2025-06-05T23:25:03.4059710Z [ 88%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_bnorm_fwd_kernel.cpp.o 2025-06-05T23:25:03.4062262Z [ 47%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/mul_conv_fusion.cpp.o 2025-06-05T23:25:03.4064451Z [ 47%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/atanh.cpp.o 2025-06-05T23:25:03.4066272Z [ 48%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/avg_pool.cpp.o 2025-06-05T23:25:03.4068746Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/mul_fake_quantize_fusion.cpp.o 2025-06-05T23:25:03.4071302Z [ 88%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_bnorm_nhwc_bwd_kernel.cpp.o 2025-06-05T23:25:03.4073261Z [ 88%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_bnorm_nhwc_fwd_kernel.cpp.o 2025-06-05T23:25:03.4074994Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roll/roll_kernel_ref.cpp 2025-06-05T23:25:03.4077018Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2025-06-05T23:25:03.4079449Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2025-06-05T23:25:03.4081528Z [ 88%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/nhwc_reusable_kernel.cpp.o 2025-06-05T23:25:03.4083266Z [ 88%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_bnorm_kernel.cpp.o 2025-06-05T23:25:03.4085489Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2025-06-05T23:25:03.4087779Z [ 89%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_bnorm_kernel.cpp.o 2025-06-05T23:25:03.4089492Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roll/roll_kernel_ref.hpp 2025-06-05T23:25:03.4091808Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/mvn_fusion.cpp.o 2025-06-05T23:25:03.4094315Z [ 89%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_bnorm_kernel.cpp.o 2025-06-05T23:25:03.4096247Z [ 89%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/custom_reorder_kernel.cpp.o 2025-06-05T23:25:03.4097955Z [ 48%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/batch_norm.cpp.o 2025-06-05T23:25:03.4099749Z [ 89%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/deconv_backward_bias_kernel.cpp.o 2025-06-05T23:25:03.4101572Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roll/roll_kernel_selector.cpp 2025-06-05T23:25:03.4104189Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.cpp.o 2025-06-05T23:25:03.4106862Z [ 89%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gemm_with_post_ops_kernel.cpp.o 2025-06-05T23:25:03.4108728Z [ 48%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/batch_to_space.cpp.o 2025-06-05T23:25:03.4110505Z [ 48%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/binary_convolution.cpp.o 2025-06-05T23:25:03.4112244Z [ 90%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_gemm_kernel.cpp.o 2025-06-05T23:25:03.4114888Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/nonzero_horizontal_fusion.cpp.o 2025-06-05T23:25:03.4117236Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/roll/roll_kernel_selector.hpp 2025-06-05T23:25:03.4119028Z [ 90%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/xe_hp_systolic_gemm_copy_kernel.cpp.o 2025-06-05T23:25:03.4121212Z [ 90%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/xe_hpc_systolic_gemm_copy_kernel.cpp.o 2025-06-05T23:25:03.4123660Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2025-06-05T23:25:03.4125812Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rope/rope_kernel_base.cpp 2025-06-05T23:25:03.4128014Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2025-06-05T23:25:03.4130949Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/nop_elimination.cpp.o 2025-06-05T23:25:03.4133097Z [ 48%] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-06-05T23:25:03.4134611Z [ 90%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_binary_kernel.cpp.o 2025-06-05T23:25:03.4136217Z Processing /pytorch/executorch/openvino/thirdparty/onnx/onnx/onnx/onnx-operators.in.proto 2025-06-05T23:25:03.4137928Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-operators_openvino_onnx-ml.proto 2025-06-05T23:25:03.4139816Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-operators_openvino_onnx-ml.proto3 2025-06-05T23:25:03.4141259Z Writing /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-operators-ml.pb.h 2025-06-05T23:25:03.4142399Z generating /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx_operators_pb.py 2025-06-05T23:25:03.4143920Z [ 48%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bitwise_and.cpp.o 2025-06-05T23:25:03.4146085Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/normalize_l2_fusion.cpp.o 2025-06-05T23:25:03.4149086Z [ 48%] Running C++ protocol buffer compiler on /pytorch/executorch/openvino/build/thirdparty/onnx/onnx/onnx/onnx-operators_openvino_onnx-ml.proto 2025-06-05T23:25:03.4151153Z [ 90%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_concat_kernel.cpp.o 2025-06-05T23:25:03.4152092Z [ 48%] Built target gen_onnx_operators_proto 2025-06-05T23:25:03.4153043Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rope/rope_kernel_base.h 2025-06-05T23:25:03.4164411Z [ 91%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_eltwise_kernel.cpp.o 2025-06-05T23:25:03.4166308Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rope/rope_kernel_opt.cpp 2025-06-05T23:25:03.4168211Z [ 91%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_global_pooling_kernel.cpp.o 2025-06-05T23:25:03.4170782Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/optimize_strided_slice.cpp.o 2025-06-05T23:25:03.4173590Z [ 48%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rope/rope_kernel_opt.h 2025-06-05T23:25:03.4175340Z [ 91%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_pooling_kernel.cpp.o 2025-06-05T23:25:03.4177012Z [ 91%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_softmax_kernel.cpp.o 2025-06-05T23:25:03.4178792Z [ 48%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bitwise_left_shift.cpp.o 2025-06-05T23:25:03.4180320Z [ 91%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_sum_kernel.cpp.o 2025-06-05T23:25:03.4181928Z [ 92%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_wino_conv_fwd_data_2x3_kernel.cpp.o 2025-06-05T23:25:03.4184159Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2025-06-05T23:25:03.4186585Z [ 48%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/pad_fusion.cpp.o 2025-06-05T23:25:03.4189115Z [ 48%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2025-06-05T23:25:03.4191341Z [ 92%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/gen9_wino_conv_fwd_data_fused_kernel.cpp.o 2025-06-05T23:25:03.4193268Z [ 49%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rope/rope_kernel_selector.cpp 2025-06-05T23:25:03.4195057Z [ 92%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/generic_reorder_kernel.cpp.o 2025-06-05T23:25:04.6851195Z [ 49%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bitwise_not.cpp.o 2025-06-05T23:25:04.6853110Z [ 49%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_openvino_onnx-ml.pb.cc.o 2025-06-05T23:25:04.6854837Z [ 49%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/rope/rope_kernel_selector.h 2025-06-05T23:25:04.6856525Z [ 92%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/many_inputs_sum_kernel.cpp.o 2025-06-05T23:25:04.6858237Z [ 93%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/micro_sdpa_kernel.cpp.o 2025-06-05T23:25:04.6860289Z [ 49%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.cpp 2025-06-05T23:25:04.6862820Z [ 49%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/prelu_fusion.cpp.o 2025-06-05T23:25:04.6865052Z [ 49%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bitwise_or.cpp.o 2025-06-05T23:25:04.6866904Z [ 49%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.h 2025-06-05T23:25:04.6868847Z [ 93%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/atomic_reduction_kernel.cpp.o 2025-06-05T23:25:04.6871152Z [ 49%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2025-06-05T23:25:04.6873653Z [ 49%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_xf16_sum.cpp.o 2025-06-05T23:25:04.6875873Z [ 49%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_openvino_onnx-ml.pb.cc.o 2025-06-05T23:25:04.6877936Z [ 93%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/combined_reduction_kernel.cpp.o 2025-06-05T23:25:04.6879810Z [ 93%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_reduction_kernel.cpp.o 2025-06-05T23:25:04.6881998Z [ 49%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_openvino_onnx.pb.cc.o 2025-06-05T23:25:04.6884025Z [ 49%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.cpp 2025-06-05T23:25:04.6886108Z [ 93%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_ref_reduction_kernel.cpp.o 2025-06-05T23:25:04.6888696Z [ 49%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/pull_through_reduce.cpp.o 2025-06-05T23:25:04.6891043Z [ 49%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bitwise_right_shift.cpp.o 2025-06-05T23:25:04.6893194Z [ 94%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_convolution_kernel.cpp.o 2025-06-05T23:25:04.6895248Z [ 49%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.h 2025-06-05T23:25:04.6897118Z [ 49%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bitwise_xor.cpp.o 2025-06-05T23:25:04.6898851Z [ 94%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_eltwise_kernel.cpp.o 2025-06-05T23:25:04.6900635Z [ 49%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libonnx_proto.a 2025-06-05T23:25:04.6901698Z [ 50%] Built target onnx_proto 2025-06-05T23:25:04.6903024Z [ 94%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_group_normalization_kernel.cpp.o 2025-06-05T23:25:04.6905015Z [ 94%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_inner_product_kernel.cpp.o 2025-06-05T23:25:04.6907012Z [ 50%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.cpp 2025-06-05T23:25:04.6909555Z [ 50%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/pull_transpose_through_fq.cpp.o 2025-06-05T23:25:04.6912798Z [ 50%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/push_constant_to_subgraph.cpp.o 2025-06-05T23:25:04.6915707Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2025-06-05T23:25:04.6918541Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/random_uniform_fusion.cpp.o 2025-06-05T23:25:04.6921062Z [ 94%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_layer_normalization_kernel.cpp.o 2025-06-05T23:25:04.6922980Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.h 2025-06-05T23:25:04.6924748Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/broadcast.cpp.o 2025-06-05T23:25:04.6926404Z [ 95%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_lrn_kernel.cpp.o 2025-06-05T23:25:04.6928298Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.cpp 2025-06-05T23:25:04.6931785Z [ 95%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_matmul_kernel.cpp.o 2025-06-05T23:25:04.6933500Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.h 2025-06-05T23:25:04.6935054Z [ 95%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_pooling_kernel.cpp.o 2025-06-05T23:25:04.6936892Z [ 95%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_prelu_kernel.cpp.o 2025-06-05T23:25:04.6939088Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2025-06-05T23:25:04.6941908Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/reduce_merge.cpp.o 2025-06-05T23:25:04.6944407Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.cpp 2025-06-05T23:25:04.6946797Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2025-06-05T23:25:04.6949092Z [ 95%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_reorder_kernel.cpp.o 2025-06-05T23:25:04.6950812Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/bucketize.cpp.o 2025-06-05T23:25:04.6952527Z [ 96%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_resampling_kernel.cpp.o 2025-06-05T23:25:04.6954320Z [ 96%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_sdpa_kernel.cpp.o 2025-06-05T23:25:04.6955926Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/ceiling.cpp.o 2025-06-05T23:25:04.6957608Z [ 96%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_shuffle_kernel.cpp.o 2025-06-05T23:25:04.6959340Z [ 96%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ref_sparse_matmul_kernel.cpp.o 2025-06-05T23:25:04.6961069Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.h 2025-06-05T23:25:04.6962959Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.cpp 2025-06-05T23:25:04.6964902Z [ 96%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_lnorm_kernel.cpp.o 2025-06-05T23:25:04.6966802Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.h 2025-06-05T23:25:04.6969438Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/reduce_reshape_fusion.cpp.o 2025-06-05T23:25:04.6972366Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2025-06-05T23:25:04.6974762Z [ 97%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_simple_concat_kernel.cpp.o 2025-06-05T23:25:04.6977398Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/relu_fake_quantize_fusion.cpp.o 2025-06-05T23:25:04.6979969Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/clamp.cpp.o 2025-06-05T23:25:04.6982464Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/remove_concat_zero_dim_input.cpp.o 2025-06-05T23:25:04.6984724Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/col2im.cpp.o 2025-06-05T23:25:06.5620395Z [ 97%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_softmax_kernel.cpp.o 2025-06-05T23:25:06.5622666Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/pa_kv_cache_rotate_kernel_ref.cpp 2025-06-05T23:25:06.5624816Z [ 97%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/reusable_vectorized_lnorm_kernel.cpp.o 2025-06-05T23:25:06.5627152Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/concat.cpp.o 2025-06-05T23:25:06.5629070Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/pa_kv_cache_rotate_kernel_ref.h 2025-06-05T23:25:06.5631324Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2025-06-05T23:25:06.5633515Z [ 97%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn_grid_kernel.cpp.o 2025-06-05T23:25:06.5635955Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2025-06-05T23:25:06.5639155Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2025-06-05T23:25:06.5642482Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/remove_filtering_boxes_by_size.cpp.o 2025-06-05T23:25:06.5645139Z [ 97%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/rnn_reorder_kernel.cpp.o 2025-06-05T23:25:06.5647301Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2025-06-05T23:25:06.5649520Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/pa_kv_cache_update_kernel_ref.cpp 2025-06-05T23:25:06.5651474Z [ 98%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_binary_kernel.cpp.o 2025-06-05T23:25:06.5653354Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/constant.cpp.o 2025-06-05T23:25:06.5655292Z [ 98%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_concat_kernel.cpp.o 2025-06-05T23:25:06.5657323Z [ 98%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_layer_normalization_kernel.cpp.o 2025-06-05T23:25:06.5660045Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.cpp.o 2025-06-05T23:25:06.5663277Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/reshape_prelu.cpp.o 2025-06-05T23:25:06.5666505Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/reshape_sequence_fusion.cpp.o 2025-06-05T23:25:06.5670375Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/pa_kv_cache_update_kernel_ref.h 2025-06-05T23:25:06.5672277Z [ 98%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_softmax_kernel.cpp.o 2025-06-05T23:25:06.5674102Z [ 98%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_sum_kernel.cpp.o 2025-06-05T23:25:06.5675810Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/pa_sdpa_kernel_opt.cpp 2025-06-05T23:25:06.5677429Z [ 99%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/simple_zero_pad_kernel.cpp.o 2025-06-05T23:25:06.5679116Z [ 99%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/subbyte_pack_kernel.cpp.o 2025-06-05T23:25:06.5681189Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2025-06-05T23:25:06.5683533Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2025-06-05T23:25:06.5686284Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2025-06-05T23:25:06.5688423Z [ 99%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/vectorized_lnorm_kernel.cpp.o 2025-06-05T23:25:06.5689983Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/convert.cpp.o 2025-06-05T23:25:06.5692335Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/reverse_shape_and_type_infer.cpp.o 2025-06-05T23:25:06.5695236Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/ric_fusion.cpp.o 2025-06-05T23:25:06.5697685Z [ 99%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/vectorized_lnorm_fused_kernel.cpp.o 2025-06-05T23:25:06.5699321Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/pa_sdpa_kernel_opt.h 2025-06-05T23:25:06.5700964Z [ 99%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/vectorized_resampling_kernel.cpp.o 2025-06-05T23:25:06.5702663Z [100%] Building CXX object src/gpu/intel/ocl/CMakeFiles/dnnl_gpu_intel_ocl.dir/ocl_kernel_list.cpp.o 2025-06-05T23:25:06.5704027Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_base.cpp 2025-06-05T23:25:06.5705437Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_base.h 2025-06-05T23:25:06.5707492Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/rms_fusion.cpp.o 2025-06-05T23:25:06.5709596Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/convert_like.cpp.o 2025-06-05T23:25:06.5711220Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/convert_promote_types.cpp.o 2025-06-05T23:25:06.5713125Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_reorders.cpp.o 2025-06-05T23:25:06.5715120Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_micro.cpp 2025-06-05T23:25:06.5717093Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2025-06-05T23:25:06.5718460Z [100%] Built target dnnl_gpu_intel_ocl 2025-06-05T23:25:06.5719355Z [100%] Linking CXX static library libopenvino_onednn_gpu.a 2025-06-05T23:25:06.5720629Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_micro.h 2025-06-05T23:25:06.5722198Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/convolution.cpp.o 2025-06-05T23:25:06.5724509Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/sdpa_fusion.cpp.o 2025-06-05T23:25:06.5726676Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/cos.cpp.o 2025-06-05T23:25:06.5729171Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/sdpa_scale_fusion.cpp.o 2025-06-05T23:25:06.5731579Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_opt.cpp 2025-06-05T23:25:06.5733690Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/jit_uni_sparse_matmul.cpp.o 2025-06-05T23:25:06.5736229Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2025-06-05T23:25:06.5738439Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/cosh.cpp.o 2025-06-05T23:25:06.5740050Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/ctc_greedy_decoder.cpp.o 2025-06-05T23:25:06.5742231Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2025-06-05T23:25:06.5744245Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_opt.h 2025-06-05T23:25:06.5746753Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/select_with_one_value_condition.cpp.o 2025-06-05T23:25:06.5749314Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/ctc_greedy_decoder_seq_len.cpp.o 2025-06-05T23:25:06.5751700Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2025-06-05T23:25:06.5753736Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_ref.cpp 2025-06-05T23:25:06.5755321Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/ctc_loss.cpp.o 2025-06-05T23:25:08.3679473Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/cum_sum.cpp.o 2025-06-05T23:25:08.3681722Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2025-06-05T23:25:08.3684608Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/sequence_fusion.cpp.o 2025-06-05T23:25:08.3686946Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_ref.h 2025-06-05T23:25:08.3688681Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/deformable_convolution.cpp.o 2025-06-05T23:25:08.3690243Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_selector.cpp 2025-06-05T23:25:08.3691773Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_selector.h 2025-06-05T23:25:08.3693819Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2025-06-05T23:25:08.3696693Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/shared_ops_optimization.cpp.o 2025-06-05T23:25:08.3699184Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/deformable_psroi_pooling.cpp.o 2025-06-05T23:25:08.3701752Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/shuffle_channels_fusion.cpp.o 2025-06-05T23:25:08.3704268Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/search_sorted/search_sorted_kernel_base.cpp 2025-06-05T23:25:08.3706086Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/search_sorted/search_sorted_kernel_base.h 2025-06-05T23:25:08.3707755Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/depth_to_space.cpp.o 2025-06-05T23:25:08.3709899Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2025-06-05T23:25:08.3712830Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/simplify_shape_of_sub_graph.cpp.o 2025-06-05T23:25:08.3715397Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/search_sorted/search_sorted_kernel_ref.cpp 2025-06-05T23:25:08.3718471Z [ 51%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/skip_gather_before_transpose_and_reshape.cpp.o 2025-06-05T23:25:08.3721490Z [ 51%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2025-06-05T23:25:08.3723571Z [ 51%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/detection_output.cpp.o 2025-06-05T23:25:08.3724492Z [100%] Built target dnnl 2025-06-05T23:25:08.3725160Z [ 51%] Performing install step for 'onednn_gpu_build' 2025-06-05T23:25:08.3725771Z [ 2%] Built target dnnl_xpu_ocl 2025-06-05T23:25:08.3726891Z [ 51%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/search_sorted/search_sorted_kernel_ref.h 2025-06-05T23:25:08.3728784Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/dft.cpp.o 2025-06-05T23:25:08.3730179Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/divide.cpp.o 2025-06-05T23:25:08.3731799Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/search_sorted/search_sorted_kernel_selector.cpp 2025-06-05T23:25:08.3733445Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/einsum.cpp.o 2025-06-05T23:25:08.3735617Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/softmax_fusion.cpp.o 2025-06-05T23:25:08.3737145Z [ 15%] Built target dnnl_common 2025-06-05T23:25:08.3738639Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2025-06-05T23:25:08.3740544Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/elu.cpp.o 2025-06-05T23:25:08.3741370Z [ 20%] Built target dnnl_gpu 2025-06-05T23:25:08.3741855Z [ 20%] Built target dnnl_gpu_generic 2025-06-05T23:25:08.3743158Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/search_sorted/search_sorted_kernel_selector.h 2025-06-05T23:25:08.3744299Z [ 21%] Built target dnnl_gpu_intel 2025-06-05T23:25:08.3744819Z [ 22%] Built target dnnl_gpu_intel_compute 2025-06-05T23:25:08.3746505Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2025-06-05T23:25:08.3747870Z [ 22%] Built target dnnl_gpu_microkernels 2025-06-05T23:25:08.3749145Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/embedding_segments_sum.cpp.o 2025-06-05T23:25:08.3751560Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/softplus_fusion.cpp.o 2025-06-05T23:25:08.3753792Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2025-06-05T23:25:08.3755419Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.cpp 2025-06-05T23:25:08.3757109Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2025-06-05T23:25:08.3759282Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2025-06-05T23:25:08.3761557Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2025-06-05T23:25:08.3763253Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.h 2025-06-05T23:25:08.3764236Z [ 40%] Built target dnnl_gpu_intel_jit 2025-06-05T23:25:08.3766178Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/softplus_to_mish_fusion.cpp.o 2025-06-05T23:25:08.3768159Z [ 41%] Built target generatorXELP 2025-06-05T23:25:08.3769321Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/embeddingbag_offsets.cpp.o 2025-06-05T23:25:08.3770401Z [ 41%] Built target generatorXEHP 2025-06-05T23:25:08.3771627Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/embeddingbag_offsets_sum.cpp.o 2025-06-05T23:25:08.3773508Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2025-06-05T23:25:08.3774558Z [ 41%] Built target generatorXEHPG 2025-06-05T23:25:08.3775084Z [ 41%] Built target generatorXEHPC 2025-06-05T23:25:08.3776226Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.cpp 2025-06-05T23:25:08.3778856Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/space_to_batch_fusion.cpp.o 2025-06-05T23:25:08.3780589Z [ 41%] Built target generatorXE2 2025-06-05T23:25:08.3781083Z [ 42%] Built target generatorXE3 2025-06-05T23:25:08.3781601Z [ 47%] Built target dnnl_gpu_intel_jit_gemm 2025-06-05T23:25:08.3782773Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.h 2025-06-05T23:25:08.3783754Z [ 48%] Built target dnnl_xpu 2025-06-05T23:25:08.3784910Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.cpp 2025-06-05T23:25:08.3787595Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.cpp.o 2025-06-05T23:25:08.3790209Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/embeddingbag_packed.cpp.o 2025-06-05T23:25:08.3791951Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2025-06-05T23:25:08.3793960Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2025-06-05T23:25:08.3796856Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp.o 2025-06-05T23:25:08.3799289Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.h 2025-06-05T23:25:08.3801147Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp 2025-06-05T23:25:08.3802319Z [100%] Built target dnnl_gpu_intel_ocl 2025-06-05T23:25:08.3802854Z [100%] Built target dnnl 2025-06-05T23:25:08.3803403Z Install the project... 2025-06-05T23:25:08.3803915Z -- Install configuration: "Release" 2025-06-05T23:25:08.3805220Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference 2025-06-05T23:25:08.3807363Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/html 2025-06-05T23:25:08.3809512Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst 2025-06-05T23:25:08.3816342Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/mem_fmt_blk.png 2025-06-05T23:25:08.3818726Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/mem_fmt_img1.png 2025-06-05T23:25:08.3821133Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/mem_fmt_img2.png 2025-06-05T23:25:08.3823745Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/mem_fmt_padded_blk.png 2025-06-05T23:25:08.3825959Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/strides.png 2025-06-05T23:25:08.3828132Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/compressed_sdpa_pattern.png 2025-06-05T23:25:08.3830628Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/fp-gated-mlp.png 2025-06-05T23:25:08.3832570Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/gated-mlp-swish.png 2025-06-05T23:25:08.3834749Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/gqa.png 2025-06-05T23:25:08.3836833Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/sdpa-mask-1.png 2025-06-05T23:25:08.3839074Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/sdpa-mask-2.png 2025-06-05T23:25:08.3841334Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/sdpa-mask-3.png 2025-06-05T23:25:08.3843347Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/sdpa-reorder.png 2025-06-05T23:25:08.3844899Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/sdpa.png 2025-06-05T23:25:08.3846191Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/bf16_programming.jpg 2025-06-05T23:25:08.3847642Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_graph_programming_model.png 2025-06-05T23:25:08.3849119Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/int8_programming.jpg 2025-06-05T23:25:08.3850607Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/unrolled_stack_rnn.jpg 2025-06-05T23:25:08.3852013Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_depthwise_fusion.jpg 2025-06-05T23:25:08.3853499Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_dnnl_object_snapshot.jpg 2025-06-05T23:25:08.3856139Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_dnnl_programming_flow.jpg 2025-06-05T23:25:08.3858970Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_overview_flow.jpg 2025-06-05T23:25:08.3861765Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_programming_model.png 2025-06-05T23:25:08.3864338Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_bf16_diagram.png 2025-06-05T23:25:08.3866710Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_diagram.png 2025-06-05T23:25:08.3869201Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_inference_scope.jpg 2025-06-05T23:25:08.3871958Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_multiscalar.png 2025-06-05T23:25:08.3874469Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_singlescalar.png 2025-06-05T23:25:08.3877003Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/img_training_inference_scope.jpg 2025-06-05T23:25:08.3879465Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/reference/rst/conf.py 2025-06-05T23:25:08.3881591Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/lib/libopenvino_onednn_gpu.a 2025-06-05T23:25:08.3883800Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl.h 2025-06-05T23:25:08.3885648Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl.hpp 2025-06-05T23:25:08.3887654Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_config.h 2025-06-05T23:25:08.3889649Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_debug.h 2025-06-05T23:25:08.3891578Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_ocl.h 2025-06-05T23:25:08.3893584Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_ocl.hpp 2025-06-05T23:25:08.3895577Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_sycl.h 2025-06-05T23:25:08.3897573Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_sycl.hpp 2025-06-05T23:25:08.3899667Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_sycl_types.h 2025-06-05T23:25:08.3901723Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_threadpool.h 2025-06-05T23:25:08.3903858Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_threadpool.hpp 2025-06-05T23:25:08.3905957Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_threadpool_iface.hpp 2025-06-05T23:25:08.3908088Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_types.h 2025-06-05T23:25:08.3910106Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/dnnl_version.h 2025-06-05T23:25:08.3912259Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_config.h 2025-06-05T23:25:08.3914523Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_version.h 2025-06-05T23:25:08.3916783Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_version_hash.h 2025-06-05T23:25:08.3919020Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl.h 2025-06-05T23:25:08.3921125Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl.hpp 2025-06-05T23:25:08.3923249Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_common.h 2025-06-05T23:25:08.3925660Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_common.hpp 2025-06-05T23:25:08.3927934Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_common_types.h 2025-06-05T23:25:08.3932170Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_debug.h 2025-06-05T23:25:08.3934374Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_graph_ocl.h 2025-06-05T23:25:08.3936618Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_graph_ocl.hpp 2025-06-05T23:25:08.3939109Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_ocl.h 2025-06-05T23:25:08.3941336Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_ocl.hpp 2025-06-05T23:25:09.5695762Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_ocl_types.h 2025-06-05T23:25:09.5697900Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_sycl.h 2025-06-05T23:25:09.5699966Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_sycl.hpp 2025-06-05T23:25:09.5702175Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_sycl_types.h 2025-06-05T23:25:09.5704455Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_threadpool.h 2025-06-05T23:25:09.5706747Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_threadpool.hpp 2025-06-05T23:25:09.5709272Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_threadpool_iface.hpp 2025-06-05T23:25:09.5711522Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_types.h 2025-06-05T23:25:09.5713769Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_ukernel.h 2025-06-05T23:25:09.5716038Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_ukernel.hpp 2025-06-05T23:25:09.5718359Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/include/oneapi/dnnl/dnnl_ukernel_types.h 2025-06-05T23:25:09.5720627Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/lib/cmake/dnnl/dnnl-config.cmake 2025-06-05T23:25:09.5722859Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/lib/cmake/dnnl/dnnl-config-version.cmake 2025-06-05T23:25:09.5725144Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/lib/cmake/dnnl/dnnl-targets.cmake 2025-06-05T23:25:09.5727416Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/lib/cmake/dnnl/dnnl-targets-release.cmake 2025-06-05T23:25:09.5729948Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/lib/cmake/dnnl/FindOpenCL.cmake 2025-06-05T23:25:09.5731943Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/LICENSE 2025-06-05T23:25:09.5734132Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/THIRD-PARTY-PROGRAMS 2025-06-05T23:25:09.5736466Z -- Installing: /pytorch/executorch/openvino/build/src/plugins/intel_gpu/thirdparty/onednn_gpu_install/share/doc/dnnl/README 2025-06-05T23:25:09.5738132Z [ 52%] Completed 'onednn_gpu_build' 2025-06-05T23:25:09.5740108Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/strides_optimization.cpp.o 2025-06-05T23:25:09.5742636Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.h 2025-06-05T23:25:09.5743773Z [ 52%] Built target onednn_gpu_build 2025-06-05T23:25:09.5744991Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/embeddingbag_packedsum.cpp.o 2025-06-05T23:25:09.5746877Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2025-06-05T23:25:09.5749169Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/subtract_fusion.cpp.o 2025-06-05T23:25:09.5751994Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2025-06-05T23:25:09.5754604Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2025-06-05T23:25:09.5757344Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/swish_fusion.cpp.o 2025-06-05T23:25:09.5759583Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2025-06-05T23:25:09.5761475Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.cpp 2025-06-05T23:25:09.5763498Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.h 2025-06-05T23:25:09.5765373Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2025-06-05T23:25:09.5766943Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/equal.cpp.o 2025-06-05T23:25:09.5768398Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/erf.cpp.o 2025-06-05T23:25:09.5769804Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/exp.cpp.o 2025-06-05T23:25:09.5772324Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.cpp.o 2025-06-05T23:25:09.5775049Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.cpp 2025-06-05T23:25:09.5777133Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2025-06-05T23:25:09.5779517Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2025-06-05T23:25:09.5781561Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2025-06-05T23:25:09.5783202Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.h 2025-06-05T23:25:09.5784749Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.cpp 2025-06-05T23:25:09.5787118Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/transpose_sinking.cpp.o 2025-06-05T23:25:09.5790383Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/transpose_to_reshape.cpp.o 2025-06-05T23:25:09.5792919Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/experimental_detectron_detection_output.cpp.o 2025-06-05T23:25:09.5795204Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2025-06-05T23:25:09.5797293Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2025-06-05T23:25:09.5798942Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.h 2025-06-05T23:25:09.5800651Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.cpp 2025-06-05T23:25:09.5802618Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2025-06-05T23:25:09.5804780Z [ 52%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/concatenation_onednn.cpp.o 2025-06-05T23:25:09.5807813Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/weights_dequantize_to_fake_quantize.cpp.o 2025-06-05T23:25:09.5810749Z [ 52%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/convolution_onednn.cpp.o 2025-06-05T23:25:09.5813159Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/experimental_detectron_generate_proposals.cpp.o 2025-06-05T23:25:09.5815206Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.h 2025-06-05T23:25:09.5817003Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.cpp 2025-06-05T23:25:09.5818656Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2025-06-05T23:25:09.5820779Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2025-06-05T23:25:09.5823157Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/experimental_detectron_prior_grid_generator.cpp.o 2025-06-05T23:25:09.5825880Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/common_optimizations/wrap_interpolate_into_transposes.cpp.o 2025-06-05T23:25:09.5828338Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.h 2025-06-05T23:25:11.4180771Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/experimental_detectron_roi_feature.cpp.o 2025-06-05T23:25:11.4182691Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2025-06-05T23:25:11.4184372Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2025-06-05T23:25:11.4186689Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/control_flow/unroll_if.cpp.o 2025-06-05T23:25:11.4189432Z [ 52%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/deconvolution_onednn.cpp.o 2025-06-05T23:25:11.4191777Z [ 52%] Building CXX object src/plugins/intel_cpu/thirdparty/onednn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2025-06-05T23:25:11.4193532Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.cpp 2025-06-05T23:25:11.4196088Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.h 2025-06-05T23:25:11.4197737Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.cpp 2025-06-05T23:25:11.4199595Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/experimental_detectron_topkrois.cpp.o 2025-06-05T23:25:11.4201400Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.h 2025-06-05T23:25:11.4203269Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.cpp 2025-06-05T23:25:11.4205145Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2025-06-05T23:25:11.4207774Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/control_flow/unroll_tensor_iterator.cpp.o 2025-06-05T23:25:11.4210677Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/convert_precision.cpp.o 2025-06-05T23:25:11.4212186Z [ 52%] Built target dnnl_cpu_x64 2025-06-05T23:25:11.4213494Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2025-06-05T23:25:11.4215893Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/flush_fp32_subnormals_to_zero.cpp.o 2025-06-05T23:25:11.4218254Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/extractimagepatches.cpp.o 2025-06-05T23:25:11.4220189Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.h 2025-06-05T23:25:11.4222593Z [ 52%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/fully_connected_onednn.cpp.o 2025-06-05T23:25:11.4224749Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2025-06-05T23:25:11.4226428Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.cpp 2025-06-05T23:25:11.4228102Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.h 2025-06-05T23:25:11.4230668Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.cpp 2025-06-05T23:25:11.4232930Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.h 2025-06-05T23:25:11.4234854Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/eye.cpp.o 2025-06-05T23:25:11.4237871Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/fp16_compression/align_mixed_fp32_fp16_types.cpp.o 2025-06-05T23:25:11.4241998Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/fp16_compression/convert_compression_only_to_legacy.cpp.o 2025-06-05T23:25:11.4245181Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.cpp 2025-06-05T23:25:11.4247580Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.h 2025-06-05T23:25:11.4249833Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2025-06-05T23:25:11.4252955Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/fp16_compression/mark_decompression_convert_constant_folding.cpp.o 2025-06-05T23:25:11.4256295Z [ 52%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/gemm_onednn.cpp.o 2025-06-05T23:25:11.4260050Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/fp16_compression/mark_floatpoint_range.cpp.o 2025-06-05T23:25:11.4263110Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.cpp 2025-06-05T23:25:11.4266373Z [ 52%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.cpp.o 2025-06-05T23:25:11.4269292Z [ 52%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.h 2025-06-05T23:25:11.4271077Z [ 52%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/fake_convert.cpp.o 2025-06-05T23:25:11.4273142Z [ 52%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2025-06-05T23:25:11.4275048Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.cpp 2025-06-05T23:25:11.4277399Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/init_node_info.cpp.o 2025-06-05T23:25:11.4279933Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.h 2025-06-05T23:25:11.4282747Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/low_precision/mark_dequantization_subgraph.cpp.o 2025-06-05T23:25:11.4285903Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/batch_norm_decomposition.cpp.o 2025-06-05T23:25:11.4288228Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/fake_quantize.cpp.o 2025-06-05T23:25:11.4289964Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.cpp 2025-06-05T23:25:11.4291739Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2025-06-05T23:25:11.4293411Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2025-06-05T23:25:11.4295542Z [ 53%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/lstm_seq_onednn.cpp.o 2025-06-05T23:25:11.4298507Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/bidirectional_sequences_decomposition.cpp.o 2025-06-05T23:25:11.4301131Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.h 2025-06-05T23:25:11.4303150Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.cpp 2025-06-05T23:25:11.4305450Z [ 53%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/pooling_onednn.cpp.o 2025-06-05T23:25:11.4307465Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/floor.cpp.o 2025-06-05T23:25:11.4309495Z [ 53%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/reduce_onednn.cpp.o 2025-06-05T23:25:11.4311756Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.h 2025-06-05T23:25:11.4313569Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2025-06-05T23:25:11.4315182Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_base.cpp 2025-06-05T23:25:11.4317784Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_avgpool_downgrade.cpp.o 2025-06-05T23:25:11.4320093Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_base.h 2025-06-05T23:25:11.4321651Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_opt.cpp 2025-06-05T23:25:11.4323228Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/floor_mod.cpp.o 2025-06-05T23:25:13.3263354Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_opt.h 2025-06-05T23:25:13.3264969Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2025-06-05T23:25:13.3266542Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_ref.cpp 2025-06-05T23:25:13.3268486Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2025-06-05T23:25:13.3270839Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_batch_to_space.cpp.o 2025-06-05T23:25:13.3273905Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_bitwise_to_logical_bool.cpp.o 2025-06-05T23:25:13.3276923Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_broadcast3.cpp.o 2025-06-05T23:25:13.3279651Z [ 53%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/reorder_onednn.cpp.o 2025-06-05T23:25:13.3281689Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_ref.h 2025-06-05T23:25:13.3283223Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gather.cpp.o 2025-06-05T23:25:13.3284927Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2025-06-05T23:25:13.3286578Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_selector.cpp 2025-06-05T23:25:13.3288150Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/stft/stft_kernel_selector.h 2025-06-05T23:25:13.3289858Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.cpp 2025-06-05T23:25:13.3291643Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.h 2025-06-05T23:25:13.3293946Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gather_elements.cpp.o 2025-06-05T23:25:13.3296510Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_broadcast_to_tiles.cpp.o 2025-06-05T23:25:13.3299378Z [ 53%] Building CXX object src/plugins/intel_gpu/src/graph/impls/onednn/CMakeFiles/openvino_intel_gpu_onednn_obj.dir/utils.cpp.o 2025-06-05T23:25:13.3301666Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.cpp 2025-06-05T23:25:13.3303617Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2025-06-05T23:25:13.3306136Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_convertlike.cpp.o 2025-06-05T23:25:13.3309390Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_convertpromotetypes.cpp.o 2025-06-05T23:25:13.3312355Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.h 2025-06-05T23:25:13.3314227Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_base.cpp 2025-06-05T23:25:13.3315944Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gather_nd.cpp.o 2025-06-05T23:25:13.3317592Z [ 53%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gather_tree.cpp.o 2025-06-05T23:25:13.3319390Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2025-06-05T23:25:13.3321993Z [ 53%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_deformable_conv_v8_to_v1.cpp.o 2025-06-05T23:25:13.3324490Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_base.h 2025-06-05T23:25:13.3325670Z [ 53%] Built target openvino_intel_gpu_onednn_obj 2025-06-05T23:25:13.3327039Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2025-06-05T23:25:13.3328975Z [ 53%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2025-06-05T23:25:13.3331118Z [ 53%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cm/CMakeFiles/openvino_intel_gpu_cm_obj.dir/impl_example.cpp.o 2025-06-05T23:25:13.3333358Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_opt.cpp 2025-06-05T23:25:13.3335038Z [ 53%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_opt.h 2025-06-05T23:25:13.3337511Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_depth_to_space.cpp.o 2025-06-05T23:25:13.3339867Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gelu.cpp.o 2025-06-05T23:25:13.3341460Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2025-06-05T23:25:13.3343197Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2025-06-05T23:25:13.3345099Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2025-06-05T23:25:13.3349106Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/generate_proposals.cpp.o 2025-06-05T23:25:13.3350794Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_ref.cpp 2025-06-05T23:25:13.3352687Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cm/CMakeFiles/openvino_intel_gpu_cm_obj.dir/lstm_seq.cpp.o 2025-06-05T23:25:13.3354570Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_ref.h 2025-06-05T23:25:13.3356145Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/greater.cpp.o 2025-06-05T23:25:13.3357653Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/greater_eq.cpp.o 2025-06-05T23:25:13.3359914Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_divide.cpp.o 2025-06-05T23:25:13.3362097Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/grid_sample.cpp.o 2025-06-05T23:25:13.3363775Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2025-06-05T23:25:13.3365468Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_selector.cpp 2025-06-05T23:25:13.3367090Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/swiglu/swiglu_kernel_selector.h 2025-06-05T23:25:13.3368877Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/grn.cpp.o 2025-06-05T23:25:13.3371325Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_embedding_bag_offsets15_downgrade.cpp.o 2025-06-05T23:25:13.3373891Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2025-06-05T23:25:13.3375518Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.cpp 2025-06-05T23:25:13.3377030Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.h 2025-06-05T23:25:13.3378598Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.cpp 2025-06-05T23:25:13.3379643Z [ 54%] Built target openvino_intel_gpu_cm_obj 2025-06-05T23:25:13.3381066Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2025-06-05T23:25:13.3383123Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/common/CMakeFiles/openvino_intel_gpu_common_obj.dir/condition.cpp.o 2025-06-05T23:25:13.3385112Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.h 2025-06-05T23:25:13.3386708Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/unique/unique_kernel_ref.cpp 2025-06-05T23:25:13.3388317Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/unique/unique_kernel_ref.hpp 2025-06-05T23:25:13.3389922Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/group_conv.cpp.o 2025-06-05T23:25:13.3391495Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2025-06-05T23:25:13.3394053Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_embedding_bag_packed15_downgrade.cpp.o 2025-06-05T23:25:13.3396453Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/unique/unique_kernel_selector.cpp 2025-06-05T23:25:13.3398098Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2025-06-05T23:25:13.3399722Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/kernels/unique/unique_kernel_selector.hpp 2025-06-05T23:25:15.7203172Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/micro_utils.hpp 2025-06-05T23:25:15.7204677Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2025-06-05T23:25:15.7206137Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/primitive_db.cpp 2025-06-05T23:25:15.7208056Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/common/CMakeFiles/openvino_intel_gpu_common_obj.dir/loop.cpp.o 2025-06-05T23:25:15.7210765Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_fc_to_compressed.cpp.o 2025-06-05T23:25:15.7213287Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/group_normalization.cpp.o 2025-06-05T23:25:15.7215424Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/activation.cpp.o 2025-06-05T23:25:15.7217791Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/activation.cpp.o 2025-06-05T23:25:15.7219871Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2025-06-05T23:25:15.7221332Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/primitive_db.h 2025-06-05T23:25:15.7223002Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/tensor_type.cpp 2025-06-05T23:25:15.7224927Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/adaptive_pooling.cpp.o 2025-06-05T23:25:15.7226781Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gru_cell.cpp.o 2025-06-05T23:25:15.7228400Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2025-06-05T23:25:15.7232992Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_fc_to_quantized_legacy.cpp.o 2025-06-05T23:25:15.7235716Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/common/CMakeFiles/openvino_intel_gpu_common_obj.dir/register.cpp.o 2025-06-05T23:25:15.7238231Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/assign.cpp.o 2025-06-05T23:25:15.7240593Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/arg_max_min.cpp.o 2025-06-05T23:25:15.7242609Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2025-06-05T23:25:15.7244307Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/gru_sequence.cpp.o 2025-06-05T23:25:15.7246453Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/common/CMakeFiles/openvino_intel_gpu_common_obj.dir/wait_for_events.cpp.o 2025-06-05T23:25:15.7249268Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_gather_0d.cpp.o 2025-06-05T23:25:15.7251229Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/tensor_type.h 2025-06-05T23:25:15.7252596Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.cpp 2025-06-05T23:25:15.7254727Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/broadcast.cpp.o 2025-06-05T23:25:15.7256690Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2025-06-05T23:25:15.7258640Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/batch_to_space.cpp.o 2025-06-05T23:25:15.7261395Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_gather_downgrade.cpp.o 2025-06-05T23:25:15.7263765Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/hard_sigmoid.cpp.o 2025-06-05T23:25:15.7265406Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.h 2025-06-05T23:25:15.7266375Z [ 54%] Built target openvino_intel_gpu_common_obj 2025-06-05T23:25:15.7267409Z [ 54%] [cpplint] src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.cpp 2025-06-05T23:25:15.7268861Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/hsigmoid.cpp.o 2025-06-05T23:25:15.7270546Z [ 54%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_onednn_cpu.a 2025-06-05T23:25:15.7272309Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/hswish.cpp.o 2025-06-05T23:25:15.7274216Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/concat.cpp.o 2025-06-05T23:25:15.7277020Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_gather_to_compressed.cpp.o 2025-06-05T23:25:15.7279414Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2025-06-05T23:25:15.7280941Z [ 54%] [cpplint] openvino_intel_gpu_kernels_cpplint 2025-06-05T23:25:15.7281769Z [ 54%] Built target openvino_intel_gpu_kernels_cpplint 2025-06-05T23:25:15.7283306Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/crop.cpp.o 2025-06-05T23:25:15.7285295Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/border.cpp.o 2025-06-05T23:25:15.7287116Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/i420_to_bgr.cpp.o 2025-06-05T23:25:15.7288586Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/i420_to_rgb.cpp.o 2025-06-05T23:25:15.7291004Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_gather_upgrade.cpp.o 2025-06-05T23:25:15.7293580Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2025-06-05T23:25:15.7296026Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_gelu.cpp.o 2025-06-05T23:25:15.7298577Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/detection_output.cpp.o 2025-06-05T23:25:15.7301426Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_gp9_to_gp_ie_internal.cpp.o 2025-06-05T23:25:15.7303763Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/identity.cpp.o 2025-06-05T23:25:15.7306222Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_interpolate11_downgrade.cpp.o 2025-06-05T23:25:15.7309028Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/broadcast.cpp.o 2025-06-05T23:25:15.7311076Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2025-06-05T23:25:15.7313713Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_interpolate1_to_interpolate4.cpp.o 2025-06-05T23:25:15.7316144Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2025-06-05T23:25:15.7318679Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.cpp.o 2025-06-05T23:25:15.7320899Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/idft.cpp.o 2025-06-05T23:25:15.7322529Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/if.cpp.o 2025-06-05T23:25:15.7324600Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/eltwise.cpp.o 2025-06-05T23:25:15.7327559Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_maxpool_downgrade.cpp.o 2025-06-05T23:25:15.7330529Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/bucketize.cpp.o 2025-06-05T23:25:15.7332701Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/concatenation.cpp.o 2025-06-05T23:25:15.7334690Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2025-06-05T23:25:15.7337244Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_maxpool_upgrade.cpp.o 2025-06-05T23:25:15.7339825Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/interpolate.cpp.o 2025-06-05T23:25:15.7341833Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/fake_convert.cpp.o 2025-06-05T23:25:18.1834790Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_minimum_to_power_and_max.cpp.o 2025-06-05T23:25:18.1837263Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2025-06-05T23:25:18.1838963Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2025-06-05T23:25:18.1840938Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2025-06-05T23:25:18.1842918Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/convert_color.cpp.o 2025-06-05T23:25:18.1844845Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/inverse.cpp.o 2025-06-05T23:25:18.1846542Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2025-06-05T23:25:18.1848918Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_mod.cpp.o 2025-06-05T23:25:18.1851432Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/gather.cpp.o 2025-06-05T23:25:18.1853420Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/irdft.cpp.o 2025-06-05T23:25:18.1854869Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/is_finite.cpp.o 2025-06-05T23:25:18.1856699Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/convolution.cpp.o 2025-06-05T23:25:18.1859477Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.cpp.o 2025-06-05T23:25:18.1862618Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_multiclass_nms_upgrade.cpp.o 2025-06-05T23:25:18.1865329Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/non_max_suppression.cpp.o 2025-06-05T23:25:18.1867661Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/proposal.cpp.o 2025-06-05T23:25:18.1869703Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2025-06-05T23:25:18.1870802Z [ 54%] Built target dnnl 2025-06-05T23:25:18.1871255Z [ 54%] Built target cpplint_all 2025-06-05T23:25:18.1872274Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/is_inf.cpp.o 2025-06-05T23:25:18.1874033Z [ 54%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin_obj_version.dir/src/plugin.cpp.o 2025-06-05T23:25:18.1876521Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_mvn1_to_mvn6.cpp.o 2025-06-05T23:25:18.1878703Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/is_nan.cpp.o 2025-06-05T23:25:18.1880878Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_negative.cpp.o 2025-06-05T23:25:18.1883717Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/crop.cpp.o 2025-06-05T23:25:18.1885633Z [ 54%] Building CXX object thirdparty/onnx/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2025-06-05T23:25:18.1888154Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_nms9_to_nms_ie_internal.cpp.o 2025-06-05T23:25:18.1890726Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/range.cpp.o 2025-06-05T23:25:18.1892970Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/read_value.cpp.o 2025-06-05T23:25:18.1894952Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/istft.cpp.o 2025-06-05T23:25:18.1896547Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/less.cpp.o 2025-06-05T23:25:18.1898124Z [ 54%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libonnx.a 2025-06-05T23:25:18.1900553Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_nms_rotated_to_nms_ie_internal.cpp.o 2025-06-05T23:25:18.1903698Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_nms_to_nms_ie_internal.cpp.o 2025-06-05T23:25:18.1906438Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/ctc_greedy_decoder.cpp.o 2025-06-05T23:25:18.1908699Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/reduce.cpp.o 2025-06-05T23:25:18.1910560Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/less_eq.cpp.o 2025-06-05T23:25:18.1911623Z [ 54%] Built target openvino_intel_cpu_plugin_obj_version 2025-06-05T23:25:18.1913183Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/ctc_loss.cpp.o 2025-06-05T23:25:18.1915344Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/cum_sum.cpp.o 2025-06-05T23:25:18.1916597Z [ 54%] Built target onnx 2025-06-05T23:25:18.1918007Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/custom_primitive.cpp.o 2025-06-05T23:25:18.1920646Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_pad12_downgrade.cpp.o 2025-06-05T23:25:18.1922815Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/log.cpp.o 2025-06-05T23:25:18.1924353Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/log_softmax.cpp.o 2025-06-05T23:25:18.1926270Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/register.cpp.o 2025-06-05T23:25:18.1928487Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/reorder.cpp.o 2025-06-05T23:25:18.1931672Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_pad_to_group_conv.cpp.o 2025-06-05T23:25:18.1933539Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/deconvolution.cpp.o 2025-06-05T23:25:18.1934801Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/depth_to_space.cpp.o 2025-06-05T23:25:18.1936290Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/detection_output.cpp.o 2025-06-05T23:25:18.1937340Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/logical_and.cpp.o 2025-06-05T23:25:18.1938174Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/logical_not.cpp.o 2025-06-05T23:25:18.1939230Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/scatter_update.cpp.o 2025-06-05T23:25:18.1940684Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_previous_nms_to_nms_5.cpp.o 2025-06-05T23:25:18.1942060Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/select.cpp.o 2025-06-05T23:25:18.1943344Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/shape_of.cpp.o 2025-06-05T23:25:18.1944562Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/strided_slice.cpp.o 2025-06-05T23:25:18.1945571Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/logical_or.cpp.o 2025-06-05T23:25:18.1946837Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/dft.cpp.o 2025-06-05T23:25:18.1948395Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_previous_nms_to_nms_9.cpp.o 2025-06-05T23:25:18.1950462Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/cpu/CMakeFiles/openvino_intel_gpu_cpu_obj.dir/tile.cpp.o 2025-06-05T23:25:18.1952313Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/dynamic_quantize.cpp.o 2025-06-05T23:25:18.1953545Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/eltwise.cpp.o 2025-06-05T23:25:20.3967211Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/embedding_bag.cpp.o 2025-06-05T23:25:20.3969145Z [ 54%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/loop.cpp.o 2025-06-05T23:25:20.3971346Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/experimental_detectron_detection_output.cpp.o 2025-06-05T23:25:20.3974492Z [ 54%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_prior_box_v8_to_v0.cpp.o 2025-06-05T23:25:20.3977694Z [ 54%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/experimental_detectron_generate_proposals_single_image.cpp.o 2025-06-05T23:25:20.3979491Z [ 54%] Built target openvino_intel_gpu_cpu_obj 2025-06-05T23:25:20.3981400Z [ 55%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/experimental_detectron_prior_grid_generator.cpp.o 2025-06-05T23:25:20.3984252Z [ 55%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/experimental_detectron_roi_feature_extractor.cpp.o 2025-06-05T23:25:20.3986417Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/lrn.cpp.o 2025-06-05T23:25:20.3988771Z [ 55%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_reduce_to_pooling.cpp.o 2025-06-05T23:25:20.3991748Z [ 55%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/experimental_detectron_topk_rois.cpp.o 2025-06-05T23:25:20.3994142Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/lstm_cell.cpp.o 2025-06-05T23:25:20.3995573Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/lstm_sequence.cpp.o 2025-06-05T23:25:20.3997137Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/matmul.cpp.o 2025-06-05T23:25:20.3998666Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/matrix_nms.cpp.o 2025-06-05T23:25:20.4001071Z [ 55%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_reduce_to_reshape.cpp.o 2025-06-05T23:25:20.4003328Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/max_pool.cpp.o 2025-06-05T23:25:20.4005750Z [ 55%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/extract_image_patches.cpp.o 2025-06-05T23:25:20.4008142Z [ 55%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/eye.cpp.o 2025-06-05T23:25:20.4010466Z [ 55%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/fully_connected.cpp.o 2025-06-05T23:25:20.4012470Z [ 55%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/maximum.cpp.o 2025-06-05T23:25:20.4014081Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/minimum.cpp.o 2025-06-05T23:25:20.4016454Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_roi_align_v3_to_v9.cpp.o 2025-06-05T23:25:20.4018727Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/mish.cpp.o 2025-06-05T23:25:20.4020134Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/mod.cpp.o 2025-06-05T23:25:20.4021951Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/gather.cpp.o 2025-06-05T23:25:20.4024245Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/gather_elements.cpp.o 2025-06-05T23:25:20.4026601Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/gather_nd.cpp.o 2025-06-05T23:25:20.4029481Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_roi_align_v9_to_v3.cpp.o 2025-06-05T23:25:20.4032729Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_scatter_elements_to_scatter.cpp.o 2025-06-05T23:25:20.4035160Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/multiclass_nms.cpp.o 2025-06-05T23:25:20.4037175Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/gather_tree.cpp.o 2025-06-05T23:25:20.4039129Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/multinomial.cpp.o 2025-06-05T23:25:20.4040692Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/multiply.cpp.o 2025-06-05T23:25:20.4043283Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_scatter_elements_update12_downgrade.cpp.o 2025-06-05T23:25:20.4045691Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/mvn.cpp.o 2025-06-05T23:25:20.4047221Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/negative.cpp.o 2025-06-05T23:25:20.4049058Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/nms_rotated.cpp.o 2025-06-05T23:25:20.4051019Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/gemm.cpp.o 2025-06-05T23:25:20.4053027Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/non_max_suppression.cpp.o 2025-06-05T23:25:20.4055195Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/generate_proposals.cpp.o 2025-06-05T23:25:20.4057159Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/non_zero.cpp.o 2025-06-05T23:25:20.4059654Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_scatter_nd_update15_downgrade.cpp.o 2025-06-05T23:25:20.4063190Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_sequences_to_tensor_iterator.cpp.o 2025-06-05T23:25:20.4065615Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/normalize_l2.cpp.o 2025-06-05T23:25:20.4067164Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/not_equal.cpp.o 2025-06-05T23:25:20.4069472Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_shapeof3.cpp.o 2025-06-05T23:25:20.4072506Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_shuffle_channels3.cpp.o 2025-06-05T23:25:20.4075663Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_slice_to_strided_slice.cpp.o 2025-06-05T23:25:20.4078395Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/grid_sample.cpp.o 2025-06-05T23:25:20.4081090Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_slicescatter.cpp.o 2025-06-05T23:25:20.4083673Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/grn.cpp.o 2025-06-05T23:25:20.4085502Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/nv12_to_bgr.cpp.o 2025-06-05T23:25:20.4087091Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/nv12_to_rgb.cpp.o 2025-06-05T23:25:20.4089543Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_softmax_downgrade.cpp.o 2025-06-05T23:25:20.4092251Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/group_normalization.cpp.o 2025-06-05T23:25:20.4093821Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_softmax_upgrade.cpp.o 2025-06-05T23:25:20.4095017Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/one_hot.cpp.o 2025-06-05T23:25:20.4096189Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/kernel_selector_helper.cpp.o 2025-06-05T23:25:20.4097905Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_space_to_batch.cpp.o 2025-06-05T23:25:22.6505144Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/kernels_cache.cpp.o 2025-06-05T23:25:22.6507886Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/kv_cache.cpp.o 2025-06-05T23:25:22.6510572Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_space_to_depth.cpp.o 2025-06-05T23:25:22.6513603Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_squeeze15_downgrade.cpp.o 2025-06-05T23:25:22.6516281Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/lrn.cpp.o 2025-06-05T23:25:22.6518839Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_subtract.cpp.o 2025-06-05T23:25:22.6520984Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/op.cpp.o 2025-06-05T23:25:22.6523518Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_ti_to_sequences.cpp.o 2025-06-05T23:25:22.6526632Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_topk11_downgrade.cpp.o 2025-06-05T23:25:22.6534403Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_topk3.cpp.o 2025-06-05T23:25:22.6537547Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/convert_xor_to_logical_xor.cpp.o 2025-06-05T23:25:22.6540232Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/lstm_cell.cpp.o 2025-06-05T23:25:22.6542527Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/matrix_nms.cpp.o 2025-06-05T23:25:22.6544401Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/pad.cpp.o 2025-06-05T23:25:22.6545991Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/paged_attention.cpp.o 2025-06-05T23:25:22.6548475Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/detection_output_downgrade.cpp.o 2025-06-05T23:25:22.6550820Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/parameter.cpp.o 2025-06-05T23:25:22.6553149Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/detection_output_upgrade.cpp.o 2025-06-05T23:25:22.6556309Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/einsum_decomposition.cpp.o 2025-06-05T23:25:22.6558528Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/power.cpp.o 2025-06-05T23:25:22.6560801Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/eye_decomposition.cpp.o 2025-06-05T23:25:22.6563932Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/fake_convert_decomposition.cpp.o 2025-06-05T23:25:22.6566993Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/fq_decomposition.cpp.o 2025-06-05T23:25:22.6569993Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/gelu7_downgrade.cpp.o 2025-06-05T23:25:22.6572218Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/prelu.cpp.o 2025-06-05T23:25:22.6574623Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/multiclass_nms.cpp.o 2025-06-05T23:25:22.6577526Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/group_normalization_decomposition.cpp.o 2025-06-05T23:25:22.6580726Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/gru_cell_decomposition.cpp.o 2025-06-05T23:25:22.6583862Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/hard_sigmoid_decomposition.cpp.o 2025-06-05T23:25:22.6586203Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/prior_box.cpp.o 2025-06-05T23:25:22.6588818Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/hsigmoid_decomposition.cpp.o 2025-06-05T23:25:22.6591254Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/prior_box_clustered.cpp.o 2025-06-05T23:25:22.6592933Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/proposal.cpp.o 2025-06-05T23:25:22.6595289Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/hswish_decomposition.cpp.o 2025-06-05T23:25:22.6598027Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/multinomial.cpp.o 2025-06-05T23:25:22.6600370Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/mutable_data.cpp.o 2025-06-05T23:25:22.6602706Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/mvn.cpp.o 2025-06-05T23:25:22.6604611Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/psroi_pooling.cpp.o 2025-06-05T23:25:22.6606736Z [ 56%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/non_max_suppression.cpp.o 2025-06-05T23:25:22.6609600Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/log_softmax_decomposition.cpp.o 2025-06-05T23:25:22.6612079Z [ 56%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/random_uniform.cpp.o 2025-06-05T23:25:22.6614587Z [ 56%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/lstm_cell_decomposition.cpp.o 2025-06-05T23:25:22.6617688Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/mvn6_decomposition.cpp.o 2025-06-05T23:25:22.6619846Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/non_zero.cpp.o 2025-06-05T23:25:22.6621396Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/range.cpp.o 2025-06-05T23:25:22.6623051Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/normalize.cpp.o 2025-06-05T23:25:22.6625446Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/normalize_l2_decomposition.cpp.o 2025-06-05T23:25:22.6628344Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/reduce_l1_decomposition.cpp.o 2025-06-05T23:25:22.6630962Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/one_hot.cpp.o 2025-06-05T23:25:22.6633326Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/paged_attention.cpp.o 2025-06-05T23:25:22.6635542Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/permute.cpp.o 2025-06-05T23:25:22.6637323Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/rdft.cpp.o 2025-06-05T23:25:22.6639128Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/pooling.cpp.o 2025-06-05T23:25:22.6641446Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/reduce_l2_decomposition.cpp.o 2025-06-05T23:25:22.6643913Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/read_value.cpp.o 2025-06-05T23:25:22.6645831Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/prior_box.cpp.o 2025-06-05T23:25:22.6647938Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/quantize.cpp.o 2025-06-05T23:25:24.8426567Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/rnn_cell_decomposition.cpp.o 2025-06-05T23:25:24.8429301Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_l1.cpp.o 2025-06-05T23:25:24.8431392Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/random_uniform.cpp.o 2025-06-05T23:25:24.8433312Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_l2.cpp.o 2025-06-05T23:25:24.8435043Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_logical_and.cpp.o 2025-06-05T23:25:24.8437680Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/scaled_dot_product_attention_decomposition.cpp.o 2025-06-05T23:25:24.8440178Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_logical_or.cpp.o 2025-06-05T23:25:24.8442757Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp.o 2025-06-05T23:25:24.8445154Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_max.cpp.o 2025-06-05T23:25:24.8446749Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_mean.cpp.o 2025-06-05T23:25:24.8448686Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/range.cpp.o 2025-06-05T23:25:24.8450860Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/reduce.cpp.o 2025-06-05T23:25:24.8453735Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/softmax_decomposition.cpp.o 2025-06-05T23:25:24.8456055Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_min.cpp.o 2025-06-05T23:25:24.8458140Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_prod.cpp.o 2025-06-05T23:25:24.8459980Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reduce_sum.cpp.o 2025-06-05T23:25:24.8461595Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/region_yolo.cpp.o 2025-06-05T23:25:24.8463172Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/relu.cpp.o 2025-06-05T23:25:24.8465852Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/softplus_decomposition.cpp.o 2025-06-05T23:25:24.8468914Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/softsign_decomposition.cpp.o 2025-06-05T23:25:24.8471974Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/op_conversions/unique_decomposition.cpp.o 2025-06-05T23:25:24.8474650Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/region_yolo.cpp.o 2025-06-05T23:25:24.8477081Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/register.cpp.o 2025-06-05T23:25:24.8479306Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/reorder.cpp.o 2025-06-05T23:25:24.8481082Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reorg_yolo.cpp.o 2025-06-05T23:25:24.8482523Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reshape.cpp.o 2025-06-05T23:25:24.8484838Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/opset_conversions/convert_opset2_to_opset1.cpp.o 2025-06-05T23:25:24.8487897Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/opset_conversions/convert_opset3_to_opset2.cpp.o 2025-06-05T23:25:24.8490580Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/resolve_names_collisions.cpp.o 2025-06-05T23:25:24.8492586Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/result.cpp.o 2025-06-05T23:25:24.8494507Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/reorg_yolo.cpp.o 2025-06-05T23:25:24.8496365Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reverse.cpp.o 2025-06-05T23:25:24.8497957Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/reverse_sequence.cpp.o 2025-06-05T23:25:24.8499552Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/rms_norm.cpp.o 2025-06-05T23:25:24.8501696Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/attributes.cpp.o 2025-06-05T23:25:24.8504133Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/resample.cpp.o 2025-06-05T23:25:24.8506669Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/decompression.cpp.o 2025-06-05T23:25:24.8508739Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/rnn_cell.cpp.o 2025-06-05T23:25:24.8510349Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/rnn_sequence.cpp.o 2025-06-05T23:25:24.8511909Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/roi_align.cpp.o 2025-06-05T23:25:24.8513446Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/roi_align_rotated.cpp.o 2025-06-05T23:25:24.8515642Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/dequantization_node.cpp.o 2025-06-05T23:25:24.8518488Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/disable_fp16_compression.cpp.o 2025-06-05T23:25:24.8521168Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/reshape.cpp.o 2025-06-05T23:25:24.8523065Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/roi_pooling.cpp.o 2025-06-05T23:25:24.8525304Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/fused_names_attribute.cpp.o 2025-06-05T23:25:24.8528059Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/is_shape_sugraph.cpp.o 2025-06-05T23:25:24.8530610Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/reverse.cpp.o 2025-06-05T23:25:24.8533394Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/keep_const_precision.cpp.o 2025-06-05T23:25:24.8536229Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/nms_selected_indices.cpp.o 2025-06-05T23:25:24.8539004Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/nonconvertible_divide.cpp.o 2025-06-05T23:25:24.8541497Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/reverse_sequence.cpp.o 2025-06-05T23:25:24.8543351Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/roll.cpp.o 2025-06-05T23:25:24.8544806Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/round.cpp.o 2025-06-05T23:25:24.8546551Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/rms.cpp.o 2025-06-05T23:25:24.8548711Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/rnn_seq.cpp.o 2025-06-05T23:25:24.8551432Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/old_api_map_element_type_attribute.cpp.o 2025-06-05T23:25:24.8554483Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/old_api_map_order_attribute.cpp.o 2025-06-05T23:25:24.8557055Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/roi_align.cpp.o 2025-06-05T23:25:24.8559119Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/scaled_dot_product_attention.cpp.o 2025-06-05T23:25:24.8560917Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/scatter_elements_update.cpp.o 2025-06-05T23:25:27.0381810Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/original_precision_attribute.cpp.o 2025-06-05T23:25:27.0384570Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/roi_pooling.cpp.o 2025-06-05T23:25:27.0387165Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/preprocessing_attribute.cpp.o 2025-06-05T23:25:27.0390216Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/primitives_priority_attribute.cpp.o 2025-06-05T23:25:27.0392840Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/roll.cpp.o 2025-06-05T23:25:27.0395075Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/rope.cpp.o 2025-06-05T23:25:27.0397747Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/scaled_dot_product_attention.cpp.o 2025-06-05T23:25:27.0400199Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/scatter_elements_update.cpp.o 2025-06-05T23:25:27.0402337Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/scatter_nd_update.cpp.o 2025-06-05T23:25:27.0404558Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/strides_property.cpp.o 2025-06-05T23:25:27.0407420Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/rt_info/transpose_sinking_attr.cpp.o 2025-06-05T23:25:27.0410269Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/scatter_nd_update.cpp.o 2025-06-05T23:25:27.0412318Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/scatter_update.cpp.o 2025-06-05T23:25:27.0414077Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/search_sorted.cpp.o 2025-06-05T23:25:27.0416503Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/sdpa_to_paged_attention/position_ids_replacer.cpp.o 2025-06-05T23:25:27.0419760Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/sdpa_to_paged_attention/prev_sequence_length_pattern.cpp.o 2025-06-05T23:25:27.0422583Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/scatter_update.cpp.o 2025-06-05T23:25:27.0424936Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/search_sorted.cpp.o 2025-06-05T23:25:27.0427785Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/sdpa_to_paged_attention/state_management_pattern.cpp.o 2025-06-05T23:25:27.0443318Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/sdpa_to_paged_attention/total_sequence_length_pattern.cpp.o 2025-06-05T23:25:27.0446645Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/broadcast_const_range_replacement.cpp.o 2025-06-05T23:25:27.0449020Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/segment_max.cpp.o 2025-06-05T23:25:27.0450578Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/select.cpp.o 2025-06-05T23:25:27.0452119Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/selu.cpp.o 2025-06-05T23:25:27.0454522Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/lstm_states_broadcast.cpp.o 2025-06-05T23:25:27.0457120Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/select.cpp.o 2025-06-05T23:25:27.0459456Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/shuffle_channels.cpp.o 2025-06-05T23:25:27.0462006Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/matmul_sr.cpp.o 2025-06-05T23:25:27.0464990Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/proposal_scales_stridedslice.cpp.o 2025-06-05T23:25:27.0467959Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/slice.cpp.o 2025-06-05T23:25:27.0470132Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/softmax.cpp.o 2025-06-05T23:25:27.0472411Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/space_to_batch.cpp.o 2025-06-05T23:25:27.0474722Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/space_to_depth.cpp.o 2025-06-05T23:25:27.0477366Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/reshape_sinking.cpp.o 2025-06-05T23:25:27.0480370Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/reshape_to_1D.cpp.o 2025-06-05T23:25:27.0482472Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/shape_of.cpp.o 2025-06-05T23:25:27.0484343Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/stft.cpp.o 2025-06-05T23:25:27.0486242Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/shuffle_channels.cpp.o 2025-06-05T23:25:27.0487826Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/sigmoid.cpp.o 2025-06-05T23:25:27.0489799Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/strided_slice.cpp.o 2025-06-05T23:25:27.0492128Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/swiglu.cpp.o 2025-06-05T23:25:27.0494452Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/tile.cpp.o 2025-06-05T23:25:27.0497063Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/shape_of_const_folding.cpp.o 2025-06-05T23:25:27.0499978Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/smart_reshape.cpp.o 2025-06-05T23:25:27.0502115Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/sign.cpp.o 2025-06-05T23:25:27.0504019Z [ 58%] Building CXX object src/plugins/intel_gpu/src/graph/impls/ocl/CMakeFiles/openvino_intel_gpu_ocl_obj.dir/unique.cpp.o 2025-06-05T23:25:27.0505853Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/sin.cpp.o 2025-06-05T23:25:27.0508180Z [ 58%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/smart_reshape/strided_slice_squeeze.cpp.o 2025-06-05T23:25:27.0510427Z [ 58%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/sinh.cpp.o 2025-06-05T23:25:27.0511907Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/sink.cpp.o 2025-06-05T23:25:27.0513350Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/slice.cpp.o 2025-06-05T23:25:27.0514179Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/slice_scatter.cpp.o 2025-06-05T23:25:27.0515023Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/softmax.cpp.o 2025-06-05T23:25:27.0515850Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/softplus.cpp.o 2025-06-05T23:25:27.0516389Z [ 59%] Built target openvino_intel_gpu_ocl_obj 2025-06-05T23:25:27.0517018Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/softsign.cpp.o 2025-06-05T23:25:27.0518403Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/chained_maximum.cpp.o 2025-06-05T23:25:27.0519631Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/space_to_batch.cpp.o 2025-06-05T23:25:27.0520920Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/dereshape_matmul.cpp.o 2025-06-05T23:25:27.0522520Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/nop_broadcast.cpp.o 2025-06-05T23:25:29.1050767Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/reshape_optimizations.cpp.o 2025-06-05T23:25:29.1053734Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/space_to_depth.cpp.o 2025-06-05T23:25:29.1055376Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/split.cpp.o 2025-06-05T23:25:29.1056869Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/sqrt.cpp.o 2025-06-05T23:25:29.1058436Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/squared_difference.cpp.o 2025-06-05T23:25:29.1060054Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/squeeze.cpp.o 2025-06-05T23:25:29.1062475Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/symbol_optimization.cpp.o 2025-06-05T23:25:29.1064742Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/stft.cpp.o 2025-06-05T23:25:29.1067151Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/symbolic_optimizations.cpp.o 2025-06-05T23:25:29.1069601Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/strided_slice.cpp.o 2025-06-05T23:25:29.1071256Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/string_tensor_pack.cpp.o 2025-06-05T23:25:29.1073009Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/string_tensor_unpack.cpp.o 2025-06-05T23:25:29.1074641Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/subtract.cpp.o 2025-06-05T23:25:29.1076926Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/symbolic_transformations/utils.cpp.o 2025-06-05T23:25:29.1079101Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/swish.cpp.o 2025-06-05T23:25:29.1081314Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_base.cpp.o 2025-06-05T23:25:29.1083387Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/tan.cpp.o 2025-06-05T23:25:29.1084847Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/tanh.cpp.o 2025-06-05T23:25:29.1086425Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/tensor_iterator.cpp.o 2025-06-05T23:25:29.1088051Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/tile.cpp.o 2025-06-05T23:25:29.1089523Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/topk.cpp.o 2025-06-05T23:25:29.1091789Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_binary.cpp.o 2025-06-05T23:25:29.1094723Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_concat.cpp.o 2025-06-05T23:25:29.1097915Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_cumsum.cpp.o 2025-06-05T23:25:29.1100121Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/transpose.cpp.o 2025-06-05T23:25:29.1102492Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_data_movement.cpp.o 2025-06-05T23:25:29.1104835Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/type_relaxed.cpp.o 2025-06-05T23:25:29.1106445Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/unique.cpp.o 2025-06-05T23:25:29.1108008Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/unsqueeze.cpp.o 2025-06-05T23:25:29.1110442Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/activation_functions.cpp.o 2025-06-05T23:25:29.1112812Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_fuse.cpp.o 2025-06-05T23:25:29.1115121Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/arithmetic_reduction.cpp.o 2025-06-05T23:25:29.1117547Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_gather.cpp.o 2025-06-05T23:25:29.1120017Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/arithmetic_reductions_keep_dims.cpp.o 2025-06-05T23:25:29.1121922Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/assign_base.cpp.o 2025-06-05T23:25:29.1123621Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/attr_types.cpp.o 2025-06-05T23:25:29.1125334Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/avg_pool_base.cpp.o 2025-06-05T23:25:29.1127251Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/binary_elementwise_arithmetic.cpp.o 2025-06-05T23:25:29.1129430Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/binary_elementwise_bitwise.cpp.o 2025-06-05T23:25:29.1131880Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_general.cpp.o 2025-06-05T23:25:29.1134871Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_interpolate.cpp.o 2025-06-05T23:25:29.1137346Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/binary_elementwise_comparison.cpp.o 2025-06-05T23:25:29.1139332Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/binary_elementwise_logical.cpp.o 2025-06-05T23:25:29.1141811Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_reduction.cpp.o 2025-06-05T23:25:29.1144165Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/broadcast_base.cpp.o 2025-06-05T23:25:29.1146706Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_reset_no_sinking_attribute.cpp.o 2025-06-05T23:25:29.1149265Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/convert_color_i420_base.cpp.o 2025-06-05T23:25:29.1151739Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_shape_of.cpp.o 2025-06-05T23:25:29.1154863Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_slice.cpp.o 2025-06-05T23:25:29.1157202Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/convert_color_nv12_base.cpp.o 2025-06-05T23:25:29.1158897Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/deformable_convolution_base.cpp.o 2025-06-05T23:25:29.1161800Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_split.cpp.o 2025-06-05T23:25:29.1164916Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_squeeze.cpp.o 2025-06-05T23:25:29.1167956Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_tile.cpp.o 2025-06-05T23:25:29.1170321Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/detection_output_base.cpp.o 2025-06-05T23:25:29.1172141Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/elementwise_args.cpp.o 2025-06-05T23:25:29.1174583Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_unary.cpp.o 2025-06-05T23:25:29.1176983Z [ 59%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/embeddingbag_offsets_base.cpp.o 2025-06-05T23:25:29.1179476Z [ 59%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_unsqueeze.cpp.o 2025-06-05T23:25:29.1182401Z [ 60%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/transpose_sinking/ts_utils.cpp.o 2025-06-05T23:25:29.1185121Z [ 60%] Building CXX object src/common/transformations/CMakeFiles/openvino_transformations_obj.dir/src/transformations/utils/utils.cpp.o 2025-06-05T23:25:29.1187366Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/embeddingbag_packed_base.cpp.o 2025-06-05T23:25:31.5547331Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/fft_base.cpp.o 2025-06-05T23:25:31.5549042Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/framework_node.cpp.o 2025-06-05T23:25:31.5551578Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/gather_base.cpp.o 2025-06-05T23:25:31.5554075Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/gather_nd_base.cpp.o 2025-06-05T23:25:31.5555884Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/index_reduction.cpp.o 2025-06-05T23:25:31.5557719Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/interpolate_base.cpp.o 2025-06-05T23:25:31.5559311Z [ 60%] Built target openvino_transformations_obj 2025-06-05T23:25:31.5560700Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/logical_reduction.cpp.o 2025-06-05T23:25:31.5562628Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/logical_reduction_keep_dims.cpp.o 2025-06-05T23:25:31.5564913Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/max_pool_base.cpp.o 2025-06-05T23:25:31.5566669Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/model_util.cpp.o 2025-06-05T23:25:31.5568481Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/multi_subgraph_base.cpp.o 2025-06-05T23:25:31.5570364Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/multiclass_nms_base.cpp.o 2025-06-05T23:25:31.5572442Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/node_util.cpp.o 2025-06-05T23:25:31.5574126Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/op_types.cpp.o 2025-06-05T23:25:31.5575790Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/pad_base.cpp.o 2025-06-05T23:25:31.5577670Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/precision_sensitive_attribute.cpp.o 2025-06-05T23:25:31.5579576Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/read_value_base.cpp.o 2025-06-05T23:25:31.5581340Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/recurrent_sequence.cpp.o 2025-06-05T23:25:31.5583334Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/reduction_base.cpp.o 2025-06-05T23:25:31.5585101Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/rnn_cell_base.cpp.o 2025-06-05T23:25:31.5586854Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/roi_align_base.cpp.o 2025-06-05T23:25:31.5588607Z [ 60%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/scatter_base.cpp.o 2025-06-05T23:25:31.5590478Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/scatter_elements_update_base.cpp.o 2025-06-05T23:25:31.5592378Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/scatter_nd_base.cpp.o 2025-06-05T23:25:31.5594083Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/slice_plan.cpp.o 2025-06-05T23:25:31.5595586Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/squeeze_base.cpp.o 2025-06-05T23:25:31.5597140Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/sub_graph_base.cpp.o 2025-06-05T23:25:31.5598695Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/symbolic_info.cpp.o 2025-06-05T23:25:31.5600237Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/topk_base.cpp.o 2025-06-05T23:25:31.5601965Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/unary_elementwise_arithmetic.cpp.o 2025-06-05T23:25:31.5603774Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/variable.cpp.o 2025-06-05T23:25:31.5605440Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/variable_extension.cpp.o 2025-06-05T23:25:31.5607226Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/variable_value.cpp.o 2025-06-05T23:25:31.5609184Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/util/weightless_caching_attributes.cpp.o 2025-06-05T23:25:31.5611031Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/variadic_split.cpp.o 2025-06-05T23:25:31.5612593Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/op/xor.cpp.o 2025-06-05T23:25:31.5614217Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/opsets/opset.cpp.o 2025-06-05T23:25:31.5615804Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/partial_shape.cpp.o 2025-06-05T23:25:31.5617483Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/constant_folding.cpp.o 2025-06-05T23:25:31.5619257Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/convert_fp32_to_fp16.cpp.o 2025-06-05T23:25:31.5620989Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/graph_rewrite.cpp.o 2025-06-05T23:25:31.5622877Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/low_latency.cpp.o 2025-06-05T23:25:31.5624548Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/make_stateful.cpp.o 2025-06-05T23:25:31.5626209Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/manager.cpp.o 2025-06-05T23:25:31.5627661Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/node_registry.cpp.o 2025-06-05T23:25:31.5628528Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/pass.cpp.o 2025-06-05T23:25:31.5630835Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/pass_config.cpp.o 2025-06-05T23:25:31.5632240Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/perf_counters.cpp.o 2025-06-05T23:25:31.5633612Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/sdpa_to_paged_attention.cpp.o 2025-06-05T23:25:31.5634528Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/serialize.cpp.o 2025-06-05T23:25:31.5635446Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/stateful_to_stateless.cpp.o 2025-06-05T23:25:31.5636397Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/validate.cpp.o 2025-06-05T23:25:31.5637260Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pass/visualize_tree.cpp.o 2025-06-05T23:25:31.5638136Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/matcher.cpp.o 2025-06-05T23:25:31.5638977Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/any.cpp.o 2025-06-05T23:25:31.5639846Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/any_of.cpp.o 2025-06-05T23:25:31.5640814Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/any_output.cpp.o 2025-06-05T23:25:31.5642439Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/label.cpp.o 2025-06-05T23:25:31.5644813Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/optional.cpp.o 2025-06-05T23:25:31.5646449Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/or.cpp.o 2025-06-05T23:25:31.5648075Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/pattern.cpp.o 2025-06-05T23:25:31.5649775Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/predicate.cpp.o 2025-06-05T23:25:31.5651439Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/true.cpp.o 2025-06-05T23:25:31.5653200Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/pattern/op/wrap_type.cpp.o 2025-06-05T23:25:31.5654939Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/preprocess/color_utils.cpp.o 2025-06-05T23:25:31.5656726Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/preprocess/pre_post_process.cpp.o 2025-06-05T23:25:31.5658573Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/preprocess/preprocess_impls.cpp.o 2025-06-05T23:25:31.5660466Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/preprocess/preprocess_steps_impl.cpp.o 2025-06-05T23:25:31.5662156Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/rt_info.cpp.o 2025-06-05T23:25:31.5663761Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime/aligned_buffer.cpp.o 2025-06-05T23:25:31.5665480Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime/allocator.cpp.o 2025-06-05T23:25:31.5667413Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime/compute_hash.cpp.o 2025-06-05T23:25:31.5669083Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime/itensor.cpp.o 2025-06-05T23:25:31.5670837Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime/string_aligned_buffer.cpp.o 2025-06-05T23:25:35.4904819Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime/tensor.cpp.o 2025-06-05T23:25:35.4906451Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/runtime_attribute.cpp.o 2025-06-05T23:25:35.4908112Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/shape.cpp.o 2025-06-05T23:25:35.4909581Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/shape_util.cpp.o 2025-06-05T23:25:35.4911432Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/so_extension.cpp.o 2025-06-05T23:25:35.4912987Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/strides.cpp.o 2025-06-05T23:25:35.4914258Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/symbol.cpp.o 2025-06-05T23:25:35.4915243Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/tensor_util.cpp.o 2025-06-05T23:25:35.4916377Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type.cpp.o 2025-06-05T23:25:35.4917619Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/bfloat16.cpp.o 2025-06-05T23:25:35.4918885Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/element_iterator.cpp.o 2025-06-05T23:25:35.4919856Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/element_type.cpp.o 2025-06-05T23:25:35.4920801Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/float16.cpp.o 2025-06-05T23:25:35.4922051Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/float4_e2m1.cpp.o 2025-06-05T23:25:35.4923538Z [ 61%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/float8_e4m3.cpp.o 2025-06-05T23:25:35.4925091Z [ 62%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/float8_e5m2.cpp.o 2025-06-05T23:25:35.4926675Z [ 62%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/float8_e8m0.cpp.o 2025-06-05T23:25:35.4928203Z [ 62%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/type/nf4.cpp.o 2025-06-05T23:25:35.4929749Z [ 62%] Building CXX object src/core/CMakeFiles/openvino_core_obj.dir/src/validation_util.cpp.o 2025-06-05T23:25:35.4930666Z [ 62%] Built target openvino_core_obj 2025-06-05T23:25:35.4931889Z [ 62%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino.so 2025-06-05T23:25:35.4933243Z [pkg-config] creation and validation of openvino.pc 2025-06-05T23:25:35.4933921Z [ 62%] Built target openvino 2025-06-05T23:25:35.4935311Z [ 62%] Running C++ flatbuffers compiler (flatbuffers::flatc) on src/frontends/tensorflow_lite/src/schema/schema.fbs 2025-06-05T23:25:35.4937910Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/xla_data.proto 2025-06-05T23:25:35.4940787Z [ 62%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/compress_quantize_weigths.cpp.o 2025-06-05T23:25:35.4943090Z [ 62%] Building CXX object src/frontends/onnx/onnx_common/CMakeFiles/openvino_onnx_common.dir/src/onnx_model_validator.cpp.o 2025-06-05T23:25:35.4944975Z [ 62%] Building CXX object src/frontends/ir/src/CMakeFiles/openvino_ir_frontend.dir/frontend.cpp.o 2025-06-05T23:25:35.4946941Z [ 62%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/decoder.cpp.o 2025-06-05T23:25:35.4948510Z [ 62%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/emitter.cpp.o 2025-06-05T23:25:35.4950210Z [ 62%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/decoder.cpp.o 2025-06-05T23:25:35.4952100Z [ 62%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/decoder.cpp.o 2025-06-05T23:25:35.4955033Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/allocation_description.proto 2025-06-05T23:25:35.4959262Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/api_def.proto 2025-06-05T23:25:35.4962515Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/attr_value.proto 2025-06-05T23:25:35.4965694Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/cost_graph.proto 2025-06-05T23:25:35.4967497Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/dataset_options.proto 2025-06-05T23:25:35.4969370Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/device_attributes.proto 2025-06-05T23:25:35.4971130Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/function.proto 2025-06-05T23:25:35.4972478Z [ 62%] Building CXX object src/frontends/onnx/onnx_common/CMakeFiles/openvino_onnx_common.dir/src/parser.cpp.o 2025-06-05T23:25:35.4973920Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/graph.proto 2025-06-05T23:25:35.4975773Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/graph_transfer_info.proto 2025-06-05T23:25:35.4977533Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/kernel_def.proto 2025-06-05T23:25:35.4979239Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/log_memory.proto 2025-06-05T23:25:35.4980543Z [ 62%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/generator.cpp.o 2025-06-05T23:25:35.4981488Z [ 62%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/frontend.cpp.o 2025-06-05T23:25:35.4982467Z [ 62%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/frontend.cpp.o 2025-06-05T23:25:35.4983869Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/meta_graph.proto 2025-06-05T23:25:35.4985157Z [ 62%] Building CXX object src/frontends/ir/src/CMakeFiles/openvino_ir_frontend.dir/input_model.cpp.o 2025-06-05T23:25:35.4986280Z [ 62%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/decoder_flatbuffer.cpp.o 2025-06-05T23:25:35.4987953Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/model.proto 2025-06-05T23:25:35.4989618Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/node_def.proto 2025-06-05T23:25:35.4991303Z [ 62%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/op_def.proto 2025-06-05T23:25:35.4993055Z [ 63%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/pruning/init_const_mask.cpp.o 2025-06-05T23:25:35.4994790Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/reader_base.proto 2025-06-05T23:25:35.4998181Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/remote_fused_graph_execute_info.proto 2025-06-05T23:25:35.5000356Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/resource_handle.proto 2025-06-05T23:25:35.5002159Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/saved_model.proto 2025-06-05T23:25:35.5003924Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/saved_object_graph.proto 2025-06-05T23:25:36.9269609Z [ 63%] Building CXX object src/frontends/onnx/onnx_common/CMakeFiles/openvino_onnx_common.dir/src/utils.cpp.o 2025-06-05T23:25:36.9272281Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/saved_tensor_slice.proto 2025-06-05T23:25:36.9275564Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/saver.proto 2025-06-05T23:25:36.9277996Z [ 63%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/input_model.cpp.o 2025-06-05T23:25:36.9280653Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/step_stats.proto 2025-06-05T23:25:36.9283993Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/struct.proto 2025-06-05T23:25:36.9287175Z [ 63%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/summary.proto 2025-06-05T23:25:36.9289646Z [ 63%] Building CXX object src/frontends/ir/src/CMakeFiles/openvino_ir_frontend.dir/ir_deserializer.cpp.o 2025-06-05T23:25:36.9292234Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/tensor.proto 2025-06-05T23:25:36.9294854Z [ 64%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/input_model.cpp.o 2025-06-05T23:25:36.9296825Z [ 64%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/kernel_executor_table.cpp.o 2025-06-05T23:25:36.9299321Z [ 64%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/frontend.cpp.o 2025-06-05T23:25:36.9302117Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_bundle.proto 2025-06-05T23:25:36.9305522Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_description.proto 2025-06-05T23:25:36.9308904Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_shape.proto 2025-06-05T23:25:36.9312447Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_slice.proto 2025-06-05T23:25:36.9315379Z [ 64%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/pruning/init_masks.cpp.o 2025-06-05T23:25:36.9318391Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/trackable_object_graph.proto 2025-06-05T23:25:36.9321706Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/types.proto 2025-06-05T23:25:36.9324971Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/variable.proto 2025-06-05T23:25:36.9328168Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/tensorflow/src/proto/ov_tensorflow/versions.proto 2025-06-05T23:25:36.9330846Z [ 64%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_onnx_common.a 2025-06-05T23:25:36.9332035Z [ 64%] Built target openvino_onnx_common 2025-06-05T23:25:36.9333607Z [ 64%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/graph_iterator.cpp.o 2025-06-05T23:25:36.9335530Z [ 64%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/jax.cpp.o 2025-06-05T23:25:36.9337374Z [ 64%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/node_context.cpp.o 2025-06-05T23:25:36.9339295Z [ 64%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/expression.cpp.o 2025-06-05T23:25:36.9341575Z [ 64%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/pruning/mask_attribute.cpp.o 2025-06-05T23:25:36.9343763Z [ 64%] Building CXX object src/frontends/ir/src/CMakeFiles/openvino_ir_frontend.dir/rt_info_deserializer.cpp.o 2025-06-05T23:25:36.9345843Z [ 64%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/checkpoint_utils.cpp.o 2025-06-05T23:25:36.9348393Z [ 64%] Running C++ protocol buffer compiler (/pytorch/executorch/openvino/bin/intel64/Release/protoc-3.21.12.0) on src/frontends/paddle/src/proto/framework.proto 2025-06-05T23:25:36.9350966Z [ 64%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/graph_iterator_flatbuffer.cpp.o 2025-06-05T23:25:36.9353147Z [ 64%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/decoder.cpp.o 2025-06-05T23:25:36.9355280Z [ 64%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/node_context.cpp.o 2025-06-05T23:25:36.9357295Z [ 64%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/checkpoint_v1_reader.cpp.o 2025-06-05T23:25:36.9359466Z [ 64%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/expression_factory.cpp.o 2025-06-05T23:25:36.9361291Z [ 64%] Building CXX object src/frontends/ir/src/CMakeFiles/openvino_ir_frontend.dir/utils.cpp.o 2025-06-05T23:25:36.9363420Z [ 64%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/pruning/propagate_masks.cpp.o 2025-06-05T23:25:36.9365634Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/abs.cpp.o 2025-06-05T23:25:36.9367656Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/input_model.cpp.o 2025-06-05T23:25:36.9369609Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/decoder_proto.cpp.o 2025-06-05T23:25:36.9371205Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/argmax.cpp.o 2025-06-05T23:25:36.9372606Z [ 65%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_ir_frontend.so 2025-06-05T23:25:36.9374135Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/expression_port.cpp.o 2025-06-05T23:25:36.9375597Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/adaptive_poolnd.cpp.o 2025-06-05T23:25:36.9377246Z [ 65%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/pruning/pruning.cpp.o 2025-06-05T23:25:36.9378901Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/decoder_argdef.cpp.o 2025-06-05T23:25:36.9380504Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/complex_abs.cpp.o 2025-06-05T23:25:36.9381944Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/binary_op.cpp.o 2025-06-05T23:25:36.9382713Z [ 65%] Built target openvino_ir_frontend 2025-06-05T23:25:36.9383696Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/exception.cpp.o 2025-06-05T23:25:36.9385025Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/add.cpp.o 2025-06-05T23:25:36.9386350Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/frontend.cpp.o 2025-06-05T23:25:36.9387838Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/expressions/buffer_expression.cpp.o 2025-06-05T23:25:36.9389618Z [ 65%] Building CXX object src/common/offline_transformations/CMakeFiles/openvino_offline_transformations.dir/src/pruning/shrink_weights.cpp.o 2025-06-05T23:25:36.9391283Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/decoder_proto.cpp.o 2025-06-05T23:25:36.9393017Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/concatenation.cpp.o 2025-06-05T23:25:36.9394531Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/addcmul.cpp.o 2025-06-05T23:25:39.3234195Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/broadcast_in_dim.cpp.o 2025-06-05T23:25:39.3236171Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/linear_ir.cpp.o 2025-06-05T23:25:39.3238679Z [ 65%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_offline_transformations.a 2025-06-05T23:25:39.3240761Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/concatenate.cpp.o 2025-06-05T23:25:39.3241967Z [ 65%] Built target openvino_offline_transformations 2025-06-05T23:25:39.3243296Z [ 65%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin_version.dir/src/plugin.cpp.o 2025-06-05T23:25:39.3244975Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/input_model.cpp.o 2025-06-05T23:25:39.3246929Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/frontend.cpp.o 2025-06-05T23:25:39.3249004Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/linear_ir_builder.cpp.o 2025-06-05T23:25:39.3251227Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/loop_info.cpp.o 2025-06-05T23:25:39.3253285Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/addmm.cpp.o 2025-06-05T23:25:39.3255269Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/conv2d.cpp.o 2025-06-05T23:25:39.3257201Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/constant.cpp.o 2025-06-05T23:25:39.3259306Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/op/conditional_block.cpp.o 2025-06-05T23:25:39.3261404Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/all.cpp.o 2025-06-05T23:25:39.3263549Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/op/tensorarray_write.cpp.o 2025-06-05T23:25:39.3264898Z [ 65%] Built target openvino_auto_plugin_version 2025-06-05T23:25:39.3266304Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/loop_manager.cpp.o 2025-06-05T23:25:39.3268180Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/convert.cpp.o 2025-06-05T23:25:39.3270091Z [ 65%] Building CXX object src/plugins/auto_batch/CMakeFiles/openvino_auto_batch_plugin_version.dir/src/plugin.cpp.o 2025-06-05T23:25:39.3271724Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/depthwise_conv2d.cpp.o 2025-06-05T23:25:39.3272985Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/fully_connected.cpp.o 2025-06-05T23:25:39.3274243Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/graph_iterator_meta.cpp.o 2025-06-05T23:25:39.3275414Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/op/while.cpp.o 2025-06-05T23:25:39.3276458Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/any.cpp.o 2025-06-05T23:25:39.3277468Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/loop_port.cpp.o 2025-06-05T23:25:39.3278478Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/convolution.cpp.o 2025-06-05T23:25:39.3279118Z [ 65%] Built target openvino_auto_batch_plugin_version 2025-06-05T23:25:39.3279960Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/gather.cpp.o 2025-06-05T23:25:39.3281026Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/dot_general.cpp.o 2025-06-05T23:25:39.3282343Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/pass/transform_fakequantize.cpp.o 2025-06-05T23:25:39.3283509Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/arange.cpp.o 2025-06-05T23:25:39.3284580Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/argmax_argmin.cpp.o 2025-06-05T23:25:39.3285710Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/allocate_buffers.cpp.o 2025-06-05T23:25:39.3286840Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/assign_registers.cpp.o 2025-06-05T23:25:39.3288039Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/graph_iterator_saved_model.cpp.o 2025-06-05T23:25:39.3289208Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/erfc.cpp.o 2025-06-05T23:25:39.3290229Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/brgemm_blocking.cpp.o 2025-06-05T23:25:39.3291386Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/pass/transform_if.cpp.o 2025-06-05T23:25:39.3292521Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/as_strided.cpp.o 2025-06-05T23:25:39.3293801Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/l2_normalization.cpp.o 2025-06-05T23:25:39.3294925Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/integer_pow.cpp.o 2025-06-05T23:25:39.3296608Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/clean_repeated_ptr_shifts.cpp.o 2025-06-05T23:25:39.3298649Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/reduce.cpp.o 2025-06-05T23:25:39.3300618Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/input_model.cpp.o 2025-06-05T23:25:39.3302722Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/cleanup_loop_offsets.cpp.o 2025-06-05T23:25:39.3305106Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/pass/transform_tensorarray.cpp.o 2025-06-05T23:25:39.3307287Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/as_tensor.cpp.o 2025-06-05T23:25:39.3309197Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/reduce_window.cpp.o 2025-06-05T23:25:39.3311441Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/op_translation_utils.cpp.o 2025-06-05T23:25:39.3313298Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/reshape.cpp.o 2025-06-05T23:25:39.3315102Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/rsqrt.cpp.o 2025-06-05T23:25:39.3316941Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/atan2.cpp.o 2025-06-05T23:25:39.3319110Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/compute_buffer_allocation_size.cpp.o 2025-06-05T23:25:39.3321226Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/select_n.cpp.o 2025-06-05T23:25:39.3323005Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/slice.cpp.o 2025-06-05T23:25:39.3325100Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/internal/pass/transform_while.cpp.o 2025-06-05T23:25:39.3327537Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/node_context.cpp.o 2025-06-05T23:25:39.3330122Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/define_buffer_clusters.cpp.o 2025-06-05T23:25:39.3332400Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/pool2d.cpp.o 2025-06-05T23:25:39.3334620Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/avg_poolnd.cpp.o 2025-06-05T23:25:39.3336650Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/batch_norm.cpp.o 2025-06-05T23:25:39.3338838Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/abs.cpp.o 2025-06-05T23:25:39.3340811Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/bernoulli.cpp.o 2025-06-05T23:25:39.3342704Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/square.cpp.o 2025-06-05T23:25:39.3344497Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/assign.cpp.o 2025-06-05T23:25:39.3346571Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/quantize.cpp.o 2025-06-05T23:25:41.6472059Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/extract_loop_invariants.cpp.o 2025-06-05T23:25:41.6473191Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/squeeze.cpp.o 2025-06-05T23:25:41.6474210Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op/transpose.cpp.o 2025-06-05T23:25:41.6475258Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/bitwise.cpp.o 2025-06-05T23:25:41.6476375Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/op_table.cpp.o 2025-06-05T23:25:41.6478222Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/argmax.cpp.o 2025-06-05T23:25:41.6480338Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/assign_add.cpp.o 2025-06-05T23:25:41.6482445Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/fuse_loops.cpp.o 2025-06-05T23:25:41.6484642Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/reshape.cpp.o 2025-06-05T23:25:41.6486641Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/place.cpp.o 2025-06-05T23:25:41.6488640Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/init_buffers_default.cpp.o 2025-06-05T23:25:41.6490755Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/bool.cpp.o 2025-06-05T23:25:41.6492893Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/rfft2d.cpp.o 2025-06-05T23:25:41.6495477Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/assign_add_variable_op.cpp.o 2025-06-05T23:25:41.6497674Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/argmin.cpp.o 2025-06-05T23:25:41.6499715Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/init_live_ranges.cpp.o 2025-06-05T23:25:41.6502129Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/translate_session.cpp.o 2025-06-05T23:25:41.6503910Z [ 65%] Building CXX object src/frontends/jax/src/CMakeFiles/openvino_jax_frontend.dir/utils.cpp.o 2025-06-05T23:25:41.6505905Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/softmax.cpp.o 2025-06-05T23:25:41.6507946Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/bucketize.cpp.o 2025-06-05T23:25:41.6510111Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/transpose_conv.cpp.o 2025-06-05T23:25:41.6512404Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/assign_sub.cpp.o 2025-06-05T23:25:41.6514737Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/init_loops.cpp.o 2025-06-05T23:25:41.6516750Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/assign.cpp.o 2025-06-05T23:25:41.6518737Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/assign_value.cpp.o 2025-06-05T23:25:41.6520738Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/cat.cpp.o 2025-06-05T23:25:41.6522632Z [ 65%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_jax_frontend.so 2025-06-05T23:25:41.6524777Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/unique.cpp.o 2025-06-05T23:25:41.6527075Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op/while.cpp.o 2025-06-05T23:25:41.6529663Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/assign_sub_variable_op.cpp.o 2025-06-05T23:25:41.6531988Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/init_registers.cpp.o 2025-06-05T23:25:41.6534127Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/atan2.cpp.o 2025-06-05T23:25:41.6536122Z [ 65%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/batch_norm.cpp.o 2025-06-05T23:25:41.6538105Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/celu.cpp.o 2025-06-05T23:25:41.6539263Z [ 65%] Built target openvino_jax_frontend 2025-06-05T23:25:41.6540604Z [ 65%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin_version.dir/src/version.cpp.o 2025-06-05T23:25:41.6542686Z [ 65%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/op_table.cpp.o 2025-06-05T23:25:41.6544959Z [ 65%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/debug_configuration.cpp.o 2025-06-05T23:25:41.6547201Z [ 65%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/assign_variable_op.cpp.o 2025-06-05T23:25:41.6549577Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_broadcastmove.cpp.o 2025-06-05T23:25:41.6551716Z [ 65%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_buffers.cpp.o 2025-06-05T23:25:41.6553783Z [ 65%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/clamp.cpp.o 2025-06-05T23:25:41.6555802Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/box_coder.cpp.o 2025-06-05T23:25:41.6557276Z [ 66%] Built target openvino_hetero_plugin_version 2025-06-05T23:25:41.6558657Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/col2im.cpp.o 2025-06-05T23:25:41.6560834Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/quantization_info.cpp.o 2025-06-05T23:25:41.6563089Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/block_lstm.cpp.o 2025-06-05T23:25:41.6565134Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/device.cpp.o 2025-06-05T23:25:41.6567184Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_load_store.cpp.o 2025-06-05T23:25:41.6569300Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/enter.cpp.o 2025-06-05T23:25:41.6571587Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_loops.cpp.o 2025-06-05T23:25:41.6573702Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/cast.cpp.o 2025-06-05T23:25:41.6575699Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/complex.cpp.o 2025-06-05T23:25:41.6577911Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/sparsity_info.cpp.o 2025-06-05T23:25:41.6580155Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/device_query.cpp.o 2025-06-05T23:25:41.6582256Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/engine.cpp.o 2025-06-05T23:25:41.6584299Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/exit.cpp.o 2025-06-05T23:25:41.6586285Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/event.cpp.o 2025-06-05T23:25:41.6588202Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/ceil.cpp.o 2025-06-05T23:25:41.6590360Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/tensor_lite_place.cpp.o 2025-06-05T23:25:41.6592553Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/constant.cpp.o 2025-06-05T23:25:41.6594700Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_perf_count.cpp.o 2025-06-05T23:25:41.6596941Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_perf_count_verbose.cpp.o 2025-06-05T23:25:41.6599156Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_reg_spills.cpp.o 2025-06-05T23:25:41.6601422Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/tensorflow_lite.cpp.o 2025-06-05T23:25:41.6603841Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/execution_config.cpp.o 2025-06-05T23:25:43.0915823Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/fifo_queue.cpp.o 2025-06-05T23:25:43.0918130Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/conv_transposend.cpp.o 2025-06-05T23:25:43.0920202Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/clip.cpp.o 2025-06-05T23:25:43.0922346Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/gru_block_cell.cpp.o 2025-06-05T23:25:43.0924832Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/file_util.cpp.o 2025-06-05T23:25:43.0927364Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/tflite_transformations/rfft2d_complex_abs.cpp.o 2025-06-05T23:25:43.0930185Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/insert_specific_iterations.cpp.o 2025-06-05T23:25:43.0932370Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/convnd.cpp.o 2025-06-05T23:25:43.0934506Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/convolution.cpp.o 2025-06-05T23:25:43.0936747Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/concat.cpp.o 2025-06-05T23:25:43.0938862Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/hash_table.cpp.o 2025-06-05T23:25:43.0941418Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/tflite_transformations/tflite_quantize_resolver.cpp.o 2025-06-05T23:25:43.0943849Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/format.cpp.o 2025-06-05T23:25:43.0945977Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/convolution_mode.cpp.o 2025-06-05T23:25:43.0948031Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/copy.cpp.o 2025-06-05T23:25:43.0950071Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/iter_handler.cpp.o 2025-06-05T23:25:43.0952227Z [ 66%] Building CXX object src/frontends/tensorflow_lite/src/CMakeFiles/openvino_tensorflow_lite_frontend.dir/utils.cpp.o 2025-06-05T23:25:43.0954387Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/conditional_block.cpp.o 2025-06-05T23:25:43.0956805Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/load_movebroadcast_to_broadcastload.cpp.o 2025-06-05T23:25:43.0959034Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/layout.cpp.o 2025-06-05T23:25:43.0961199Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/mark_invariant_shape_path.cpp.o 2025-06-05T23:25:43.0963394Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/cross.cpp.o 2025-06-05T23:25:43.0965394Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/if.cpp.o 2025-06-05T23:25:43.0967333Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/memory.cpp.o 2025-06-05T23:25:43.0969447Z [ 66%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_tensorflow_lite_frontend.so 2025-06-05T23:25:43.0971577Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/conv2d.cpp.o 2025-06-05T23:25:43.0973727Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/memory_pool.cpp.o 2025-06-05T23:25:43.0975756Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/mark_loops.cpp.o 2025-06-05T23:25:43.0977890Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/mha_parallel_wa_optimizer.cpp.o 2025-06-05T23:25:43.0980094Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/cumsum.cpp.o 2025-06-05T23:25:43.0982400Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/conv2d_transpose.cpp.o 2025-06-05T23:25:43.0984640Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/move_result_out_of_loop.cpp.o 2025-06-05T23:25:43.0986841Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/iterator.cpp.o 2025-06-05T23:25:43.0989108Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/move_scalar_to_consumer.cpp.o 2025-06-05T23:25:43.0991411Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/shape_predictor.cpp.o 2025-06-05T23:25:43.0992756Z [ 66%] Built target openvino_tensorflow_lite_frontend 2025-06-05T23:25:43.0994468Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/normalize_buffer_reg_groups.cpp.o 2025-06-05T23:25:43.0996907Z [ 66%] Generating /pytorch/executorch/openvino/build/src/plugins/intel_gpu/src/kernel_selector/codegen/cache/ks_primitive_db.inc ... 2025-06-05T23:25:43.1000259Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/deform_conv.cpp.o 2025-06-05T23:25:43.1002546Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_opt.cl 2025-06-05T23:25:43.1004567Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_ref.cl 2025-06-05T23:25:43.1006809Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/adaptive_pooling_gpu_ref.cl 2025-06-05T23:25:43.1009032Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_axis.cl 2025-06-05T23:25:43.1011222Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_gpu_ref.cl 2025-06-05T23:25:43.1013478Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_opt.cl 2025-06-05T23:25:43.1015699Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/batch_to_space_ref.cl 2025-06-05T23:25:43.1018045Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/beam_table_update_ref.cl 2025-06-05T23:25:43.1020303Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/border_gpu_ref.cl 2025-06-05T23:25:43.1022550Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/broadcast_gpu_ref.cl 2025-06-05T23:25:43.1025598Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/bucketize_ref.cl 2025-06-05T23:25:43.1027916Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_blocked.cl 2025-06-05T23:25:43.1030694Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_depth_bfyx_no_pitch.cl 2025-06-05T23:25:43.1033349Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_fs_b_yx_fsv32.cl 2025-06-05T23:25:43.1035785Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_ref.cl 2025-06-05T23:25:43.1038236Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_simple_ref.cl 2025-06-05T23:25:43.1040358Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convert_color_ref.cl 2025-06-05T23:25:43.1044540Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv16_imad_1x1.cl 2025-06-05T23:25:43.1046868Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_1x1.cl 2025-06-05T23:25:43.1048983Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_dw.cl 2025-06-05T23:25:43.1051101Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_int8.cl 2025-06-05T23:25:43.1053453Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv_16_32_imad_dw.cl 2025-06-05T23:25:43.1055632Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl 2025-06-05T23:25:43.1057616Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1.cl 2025-06-05T23:25:43.1059885Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_hgemm_buf_16x1.cl 2025-06-05T23:25:43.1061991Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_opt.cl 2025-06-05T23:25:43.3626704Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/conv2d_utils.cpp.o 2025-06-05T23:25:43.3632598Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl 2025-06-05T23:25:43.3634918Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_direct_10_12_16.cl 2025-06-05T23:25:43.3636967Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16.cl 2025-06-05T23:25:43.3638993Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_1x1.cl 2025-06-05T23:25:43.3641362Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/normalize_loop_ids.cpp.o 2025-06-05T23:25:43.3643452Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_depthwise.cl 2025-06-05T23:25:43.3645528Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp16.cl 2025-06-05T23:25:43.3647641Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl 2025-06-05T23:25:43.3649723Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_iyxo.cl 2025-06-05T23:25:43.3651761Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl 2025-06-05T23:25:43.3654019Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_os_iyx_osv32.cl 2025-06-05T23:25:43.3656137Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bfyx_f16.cl 2025-06-05T23:25:43.3658241Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bs_fs_yx_bsv16_fsv16.cl 2025-06-05T23:25:43.3660542Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_fs_byx_fsv32.cl 2025-06-05T23:25:43.3662554Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32.cl 2025-06-05T23:25:43.3664594Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_1x1.cl 2025-06-05T23:25:43.3666780Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_depthwise.cl 2025-06-05T23:25:43.3669376Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/cos.cpp.o 2025-06-05T23:25:43.3671120Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad.cl 2025-06-05T23:25:43.3673246Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_1x1.cl 2025-06-05T23:25:43.3675559Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_3x3.cl 2025-06-05T23:25:43.3677797Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32.cl 2025-06-05T23:25:43.3680119Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32_dw.cl 2025-06-05T23:25:43.3682379Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv32.cl 2025-06-05T23:25:43.3684908Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/lookup_table_find.cpp.o 2025-06-05T23:25:43.3687066Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv4.cl 2025-06-05T23:25:43.3689410Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/optimize_domain.cpp.o 2025-06-05T23:25:43.3691328Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_ref.cl 2025-06-05T23:25:43.3693283Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1.cl 2025-06-05T23:25:43.3695225Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl 2025-06-05T23:25:43.3697190Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl 2025-06-05T23:25:43.3699046Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_ref.cl 2025-06-05T23:25:43.3700978Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp16.cl 2025-06-05T23:25:43.3703035Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp32.cl 2025-06-05T23:25:43.3705338Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b1_block_multiple_x_fp32.cl 2025-06-05T23:25:43.3707598Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b8_fp32.cl 2025-06-05T23:25:43.3709583Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/count_nonzero_ref.cl 2025-06-05T23:25:43.3711462Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/ctc_greedy_decoder_ref.cl 2025-06-05T23:25:43.3713652Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/stream.cpp.o 2025-06-05T23:25:43.3715525Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_partial_sum.cl 2025-06-05T23:25:43.3717533Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/derive_index.cpp.o 2025-06-05T23:25:43.3719370Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_ref.cl 2025-06-05T23:25:43.3721342Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_b_fs_zyx_fsv16_dw.cl 2025-06-05T23:25:43.3723644Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_bfyx_opt.cl 2025-06-05T23:25:43.3725793Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_along_f_tile_bfx.cl 2025-06-05T23:25:43.3727880Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_common.cl 2025-06-05T23:25:43.3732382Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_ref.cl 2025-06-05T23:25:43.3734449Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_ref.cl 2025-06-05T23:25:43.3736467Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_opt.cl 2025-06-05T23:25:43.3738912Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_ref.cl 2025-06-05T23:25:43.3740995Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_block2_opt.cl 2025-06-05T23:25:43.3742930Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_ref.cl 2025-06-05T23:25:43.3744775Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/detection_output_gpu_ref.cl 2025-06-05T23:25:43.3746505Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/dft_ref.cl 2025-06-05T23:25:43.3748364Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/dynamic_quantize_gpu_kv_cache.cl 2025-06-05T23:25:43.3750381Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/dynamic_quantize_gpu_ref.cl 2025-06-05T23:25:43.3752300Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_blocked_opt.cl 2025-06-05T23:25:43.3754178Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_fs_b_yx_fsv32.cl 2025-06-05T23:25:43.3756221Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_mixed_byxf_and_fs_b_yx_fsv32.cl 2025-06-05T23:25:43.3758253Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_simple_vload8.cl 2025-06-05T23:25:43.3760130Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/embedding_bag_ref.cl 2025-06-05T23:25:43.3762205Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/experimental_detectron_detection_output_ref.cl 2025-06-05T23:25:43.3764691Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/experimental_detectron_generate_proposals_single_image_ref.cl 2025-06-05T23:25:43.6071637Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/experimental_detectron_prior_grid_generator_ref.cl 2025-06-05T23:25:43.6074058Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/experimental_detectron_roi_feature_extractor_ref.cl 2025-06-05T23:25:43.6076360Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/experimental_detectron_topk_rois_ref.cl 2025-06-05T23:25:43.6078484Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/extract_image_patches_ref.cl 2025-06-05T23:25:43.6080334Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eye_ref.cl 2025-06-05T23:25:43.6082158Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_MMAD.cl 2025-06-05T23:25:43.6084505Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_gemm.cl 2025-06-05T23:25:43.6086609Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl 2025-06-05T23:25:43.6088741Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_ref.cl 2025-06-05T23:25:43.6090807Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bfyx_ref.cl 2025-06-05T23:25:43.6092950Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_af8_vload.cl 2025-06-05T23:25:43.6095229Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_b1.cl 2025-06-05T23:25:43.6097645Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv8_af8_vload.cl 2025-06-05T23:25:43.6100294Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/lookup_table_import.cpp.o 2025-06-05T23:25:43.6102381Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_b8_f8_vload.cl 2025-06-05T23:25:43.6104882Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/optimize_loop_single_evaluation.cpp.o 2025-06-05T23:25:43.6107108Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_block_fp16.cl 2025-06-05T23:25:43.6109223Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_ref.cl 2025-06-05T23:25:43.6111330Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_b8_fp32_ref.cl 2025-06-05T23:25:43.6113463Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_ref.cl 2025-06-05T23:25:43.6115479Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fs_byx_fsv32.cl 2025-06-05T23:25:43.6117514Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_imad.cl 2025-06-05T23:25:43.6119507Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_yxfb_ref.cl 2025-06-05T23:25:43.6121470Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_elements_ref.cl 2025-06-05T23:25:43.6123226Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_nd_ref.cl 2025-06-05T23:25:43.6124887Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_nonzero_ref.cl 2025-06-05T23:25:43.6126541Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_ref.cl 2025-06-05T23:25:43.6128119Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_tree_gpu_ref.cl 2025-06-05T23:25:43.6130494Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8.cl 2025-06-05T23:25:43.6132057Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8_slm.cl 2025-06-05T23:25:43.6133726Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_ref.cl 2025-06-05T23:25:43.6135373Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_tiled_opt.cl 2025-06-05T23:25:43.6137450Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/cumsum.cpp.o 2025-06-05T23:25:43.6139565Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_bwd_data.cl 2025-06-05T23:25:43.6141764Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/deformable_conv.cpp.o 2025-06-05T23:25:43.6143739Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f16.cl 2025-06-05T23:25:43.6145887Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/dequantize_linear.cpp.o 2025-06-05T23:25:43.6147836Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f32.cl 2025-06-05T23:25:43.6149780Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/generate_proposals_ref.cl 2025-06-05T23:25:43.6151854Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/generic_eltwise_ref.cl 2025-06-05T23:25:43.6153853Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grid_sample_opt_bilinear_zeros.cl 2025-06-05T23:25:43.6155780Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grid_sample_ref.cl 2025-06-05T23:25:43.6157290Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grn_ref.cl 2025-06-05T23:25:43.6159217Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features.cl 2025-06-05T23:25:43.6161492Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features_fsv16.cl 2025-06-05T23:25:43.6164012Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_ref.cl 2025-06-05T23:25:43.6166076Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl 2025-06-05T23:25:43.6168138Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel.cl 2025-06-05T23:25:43.6170128Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel_opt.cl 2025-06-05T23:25:43.6171959Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_ref.cl 2025-06-05T23:25:43.6173904Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_within_channel_byxf_opt.cl 2025-06-05T23:25:43.6176052Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/dim.cpp.o 2025-06-05T23:25:43.6177908Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lstm_cell_and_seq_bfyx.cl 2025-06-05T23:25:43.6179857Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lstm_cell_and_seq_ref.cl 2025-06-05T23:25:43.6181690Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/matrix_nms_ref.cl 2025-06-05T23:25:43.6183442Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/multiclass_nms_ref.cl 2025-06-05T23:25:43.6185154Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/multinomial_ref.cl 2025-06-05T23:25:43.6186258Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad.cl 2025-06-05T23:25:43.6187358Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_accumulate.cl 2025-06-05T23:25:43.6188480Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_reduce.cl 2025-06-05T23:25:43.6189678Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_bfyx_opt.cl 2025-06-05T23:25:43.6190693Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_across_channels.cl 2025-06-05T23:25:43.6191736Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_within_channels.cl 2025-06-05T23:25:43.6193035Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_command_queues_builder.cpp.o 2025-06-05T23:25:43.6194155Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/non_max_suppression_gpu_ref.cl 2025-06-05T23:25:43.6195239Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_across_spatial_ref.cl 2025-06-05T23:25:43.7776643Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_within_spatial_ref.cl 2025-06-05T23:25:43.7777855Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/one_hot_ref.cl 2025-06-05T23:25:43.7778896Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pa_kv_cache_rotate_ref.cl 2025-06-05T23:25:43.7779993Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_bfzyx_to_bfyxz.cl 2025-06-05T23:25:43.7781044Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_f_y_axes.cl 2025-06-05T23:25:43.7782051Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_ref.cl 2025-06-05T23:25:43.7783076Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4.cl 2025-06-05T23:25:43.7784148Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4_fsv.cl 2025-06-05T23:25:43.7785261Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_yx_fsv4.cl 2025-06-05T23:25:43.7786385Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl 2025-06-05T23:25:43.7787494Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bfyx_block_opt.cl 2025-06-05T23:25:43.7788568Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_blocked.cl 2025-06-05T23:25:43.7789668Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bs_fs_yx_bsv16_fsv16.cl 2025-06-05T23:25:43.7792094Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bsv16_fsv16.cl 2025-06-05T23:25:43.7793951Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_opt.cl 2025-06-05T23:25:43.7795867Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_padding_opt.cl 2025-06-05T23:25:43.7797856Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_fs_b_yx_fsv32.cl 2025-06-05T23:25:43.7799790Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_int8_ref.cl 2025-06-05T23:25:43.7801650Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_ref.cl 2025-06-05T23:25:43.7803412Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/prior_box_ref.cl 2025-06-05T23:25:43.7805181Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_ref.cl 2025-06-05T23:25:43.7807017Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_scale_shift_opt.cl 2025-06-05T23:25:43.7809904Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_scale_shift_vload8_opt.cl 2025-06-05T23:25:43.7811849Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/random_uniform_ref.cl 2025-06-05T23:25:43.7813664Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/range_ref.cl 2025-06-05T23:25:43.7815369Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_gpu_b_fs_yx_fsv16.cl 2025-06-05T23:25:43.7816957Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_ref.cl 2025-06-05T23:25:43.7819183Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_simple_to_scalar.cl 2025-06-05T23:25:43.7821129Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/region_yolo_gpu_ref.cl 2025-06-05T23:25:43.7823001Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_biplanar_nv12.cl 2025-06-05T23:25:43.7824723Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data.cl 2025-06-05T23:25:43.7827023Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/lookup_table_size.cpp.o 2025-06-05T23:25:43.7829247Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_b_fs_yx_fsv16_fsv32_to_bfyx.cl 2025-06-05T23:25:43.7831065Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_bfyx_to_blocked_format.cl 2025-06-05T23:25:43.7832746Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_fast_b1.cl 2025-06-05T23:25:43.7834506Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_to_yxfb_batched.cl 2025-06-05T23:25:43.7836509Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_from_winograd_2x3_s1.cl 2025-06-05T23:25:43.7838587Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_fs_b_yx_fsv32_to_bfyx.cl 2025-06-05T23:25:43.7840724Z [ 66%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/pass.cpp.o 2025-06-05T23:25:43.7842537Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_to_winograd_2x3_s1.cl 2025-06-05T23:25:43.7844617Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights.cl 2025-06-05T23:25:43.7846580Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_2d_c4_fyx_b.cl 2025-06-05T23:25:43.7848706Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_winograd_6x3_s1.cl 2025-06-05T23:25:43.7850625Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_opt.cl 2025-06-05T23:25:43.7852429Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_2x3_s1.cl 2025-06-05T23:25:43.7854513Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_6x3_s1.cl 2025-06-05T23:25:43.7856492Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorg_yolo_gpu_ref.cl 2025-06-05T23:25:43.7858246Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_onnx.cl 2025-06-05T23:25:43.7859924Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_opt.cl 2025-06-05T23:25:43.7861856Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_pil_ref.cl 2025-06-05T23:25:43.7863429Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_ref.cl 2025-06-05T23:25:43.7865121Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reshape_ref.cl 2025-06-05T23:25:43.7866783Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_ref.cl 2025-06-05T23:25:43.7868818Z [ 66%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/loop_cond.cpp.o 2025-06-05T23:25:43.7870686Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_sequence_ref.cl 2025-06-05T23:25:43.7872708Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/rms_gpu_ref.cl 2025-06-05T23:25:43.7874465Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_align_ref.cl 2025-06-05T23:25:43.7876259Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ps_ref.cl 2025-06-05T23:25:43.7878085Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ref.cl 2025-06-05T23:25:43.7879806Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roll_ref.cl 2025-06-05T23:25:43.7881580Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_nd_update_ref.cl 2025-06-05T23:25:43.7883466Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_update_ref.cl 2025-06-05T23:25:43.7885266Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/search_sorted_ref.cl 2025-06-05T23:25:43.7887102Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/select_gpu_ref.cl 2025-06-05T23:25:43.7888890Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shuffle_channels_ref.cl 2025-06-05T23:25:43.7890644Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/slice_ref.cl 2025-06-05T23:25:43.7892518Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_bf.cl 2025-06-05T23:25:43.7894377Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_fb.cl 2025-06-05T23:25:43.7896303Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_items_class_optimized.cl 2025-06-05T23:25:45.1979972Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_ref.cl 2025-06-05T23:25:45.1981923Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_batch_ref.cl 2025-06-05T23:25:45.1983791Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_depth_ref.cl 2025-06-05T23:25:45.1985553Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/stft_opt.cl 2025-06-05T23:25:45.1987224Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/stft_ref.cl 2025-06-05T23:25:45.1988996Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/strided_slice_ref.cl 2025-06-05T23:25:45.1991252Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/distance.cpp.o 2025-06-05T23:25:45.1993076Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/swiglu_gpu_opt.cl 2025-06-05T23:25:45.1995089Z [ 66%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/div.cpp.o 2025-06-05T23:25:45.1997162Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/swiglu_gpu_ref.cl 2025-06-05T23:25:45.1998735Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/tile_ref.cl 2025-06-05T23:25:45.2000463Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/unique_count_ref.cl 2025-06-05T23:25:45.2002281Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/unique_gather_ref.cl 2025-06-05T23:25:45.2004102Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/ctc_loss_ref.cl 2025-06-05T23:25:45.2006122Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/dropout.cpp.o 2025-06-05T23:25:45.2008212Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/dynamic_quantize_gpu_opt.cl 2025-06-05T23:25:45.2010270Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl 2025-06-05T23:25:45.2012398Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/group_normalization_gpu_b_fs_yx_fsv16.cl 2025-06-05T23:25:45.2014649Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/group_normalization_gpu_bfyx_opt.cl 2025-06-05T23:25:45.2016673Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/group_normalization_gpu_ref.cl 2025-06-05T23:25:45.2018707Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pa_kv_cache_update_ref.cl 2025-06-05T23:25:45.2020502Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pa_sdpa_opt.cl 2025-06-05T23:25:45.2022343Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_int4.cl 2025-06-05T23:25:45.2024334Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/rms_gpu_bfyx_opt.cl 2025-06-05T23:25:45.2026146Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/rope_opt.cl 2025-06-05T23:25:45.2028301Z [ 66%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_device.cpp.o 2025-06-05T23:25:45.2032773Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_elements_update_ref.cl 2025-06-05T23:25:45.2034774Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/sdpa_micro.cl 2025-06-05T23:25:45.2036400Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/sdpa_opt.cl 2025-06-05T23:25:45.2038074Z processing /pytorch/executorch/openvino/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/sdpa_ref.cl 2025-06-05T23:25:45.2040265Z [ 66%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/elementwise_ops.cpp.o 2025-06-05T23:25:45.2042445Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/pass_config.cpp.o 2025-06-05T23:25:45.2044108Z [ 67%] Updating file if the file changed (ks_primitive_db.inc) ... 2025-06-05T23:25:45.2045200Z [ 67%] Copying CM sources and preprocessing XeTLA headers ... 2025-06-05T23:25:45.2046836Z [ 67%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/dot.cpp.o 2025-06-05T23:25:45.2049033Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/propagate_buffer_offset.cpp.o 2025-06-05T23:25:45.2051342Z [ 67%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/merge.cpp.o 2025-06-05T23:25:45.2053840Z [ 67%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/elu.cpp.o 2025-06-05T23:25:45.2056064Z [ 67%] Generating /pytorch/executorch/openvino/build/src/plugins/intel_gpu/src/kernel_selector/codegen/cache/ks_cm_primitive_db.inc ... 2025-06-05T23:25:45.2057958Z processing /pytorch/executorch/openvino/build/src/plugins/intel_gpu/src/kernel_selector/codegen/cache/cm_kernels/example.cpp 2025-06-05T23:25:45.2059579Z processing /pytorch/executorch/openvino/build/src/plugins/intel_gpu/src/kernel_selector/codegen/cache/cm_kernels/xetla_lstm_gemm.cpp 2025-06-05T23:25:45.2061782Z processing /pytorch/executorch/openvino/build/src/plugins/intel_gpu/src/kernel_selector/codegen/cache/cm_kernels/xetla_lstm_loop.cpp 2025-06-05T23:25:45.2063991Z [ 67%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/elu.cpp.o 2025-06-05T23:25:45.2066398Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/propagate_subtensors.cpp.o 2025-06-05T23:25:45.2068110Z [ 67%] Updating file if the file changed (ks_cm_primitive_db.inc) ... 2025-06-05T23:25:45.2069951Z [ 67%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_device_detector.cpp.o 2025-06-05T23:25:45.2072220Z [ 67%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/embedding.cpp.o 2025-06-05T23:25:45.2074264Z [ 67%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/embedding_bag.cpp.o 2025-06-05T23:25:45.2076475Z [ 67%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/auto_tuner.cpp.o 2025-06-05T23:25:45.2078540Z [ 67%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/erf.cpp.o 2025-06-05T23:25:45.2080783Z [ 67%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/next_iteration.cpp.o 2025-06-05T23:25:45.2083018Z [ 67%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/embedding.cpp.o 2025-06-05T23:25:45.2085163Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/reduce_decomposition.cpp.o 2025-06-05T23:25:45.2087332Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/serialize_base.cpp.o 2025-06-05T23:25:45.2089341Z [ 67%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/exp.cpp.o 2025-06-05T23:25:45.2091475Z [ 67%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_engine.cpp.o 2025-06-05T23:25:45.2093595Z [ 67%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/erfc.cpp.o 2025-06-05T23:25:45.2095674Z [ 67%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/jitter.cpp.o 2025-06-05T23:25:45.2097976Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/serialize_control_flow.cpp.o 2025-06-05T23:25:45.2100389Z [ 67%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/partitioned_call.cpp.o 2025-06-05T23:25:45.2102641Z [ 67%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/serialize_data_flow.cpp.o 2025-06-05T23:25:45.2104931Z [ 68%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_event.cpp.o 2025-06-05T23:25:45.2107039Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/exp.cpp.o 2025-06-05T23:25:45.2109137Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/expand_as_v2.cpp.o 2025-06-05T23:25:45.2111402Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/expand_v2.cpp.o 2025-06-05T23:25:45.2113500Z [ 68%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_memory.cpp.o 2025-06-05T23:25:45.2115861Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernel_base.cpp.o 2025-06-05T23:25:45.2118155Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/set_buffer_reg_group.cpp.o 2025-06-05T23:25:47.5830493Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/set_dynamic_wa_to_outermost_loop.cpp.o 2025-06-05T23:25:47.5833260Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/expand.cpp.o 2025-06-05T23:25:47.5835417Z [ 68%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/placeholder.cpp.o 2025-06-05T23:25:47.5837789Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernel_base_opencl.cpp.o 2025-06-05T23:25:47.5839894Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/eye.cpp.o 2025-06-05T23:25:47.5841853Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/fill_any_like.cpp.o 2025-06-05T23:25:47.5843873Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/expm1.cpp.o 2025-06-05T23:25:47.5846011Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/set_load_store_scalar.cpp.o 2025-06-05T23:25:47.5848342Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernel_selector.cpp.o 2025-06-05T23:25:47.5850624Z [ 68%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_stream.cpp.o 2025-06-05T23:25:47.5852675Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/fill_constant.cpp.o 2025-06-05T23:25:47.5854864Z [ 68%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/queue_dequeue.cpp.o 2025-06-05T23:25:47.5857210Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernel_selector_common.cpp.o 2025-06-05T23:25:47.5859649Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernel_selector_params.cpp.o 2025-06-05T23:25:47.5861831Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/eye.cpp.o 2025-06-05T23:25:47.5864004Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernel_selector_utils.cpp.o 2025-06-05T23:25:47.5866307Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/solve_buffer_memory.cpp.o 2025-06-05T23:25:47.5868620Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/fill_constant_batch_size_like.cpp.o 2025-06-05T23:25:47.5870821Z [ 68%] Building CXX object src/plugins/intel_gpu/src/runtime/CMakeFiles/openvino_intel_gpu_runtime.dir/ocl/ocl_user_event.cpp.o 2025-06-05T23:25:47.5873046Z [ 68%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/read_variable_op.cpp.o 2025-06-05T23:25:47.5875314Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/fake_quantize.cpp.o 2025-06-05T23:25:47.5877741Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/flatten_contiguous_range.cpp.o 2025-06-05T23:25:47.5879870Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/split_loops.cpp.o 2025-06-05T23:25:47.5881927Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/validate.cpp.o 2025-06-05T23:25:47.5883895Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/fft.cpp.o 2025-06-05T23:25:47.5886326Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/activation/activation_kernel_base.cpp.o 2025-06-05T23:25:47.5888990Z [ 68%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/sparse_reshape.cpp.o 2025-06-05T23:25:47.5891259Z [ 68%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_intel_gpu_runtime.a 2025-06-05T23:25:47.5893759Z [ 68%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/activation/activation_kernel_opt.cpp.o 2025-06-05T23:25:47.5896044Z [ 68%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/flip.cpp.o 2025-06-05T23:25:47.5897220Z [ 68%] Built target openvino_intel_gpu_runtime 2025-06-05T23:25:47.5898686Z [ 68%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/switch.cpp.o 2025-06-05T23:25:47.5900988Z [ 68%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/tensor_array_operations.cpp.o 2025-06-05T23:25:47.5903255Z [ 68%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/flatten.cpp.o 2025-06-05T23:25:47.5905286Z [ 68%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/validate_buffers.cpp.o 2025-06-05T23:25:47.5907713Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/activation/activation_kernel_ref.cpp.o 2025-06-05T23:25:47.5910071Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/flip.cpp.o 2025-06-05T23:25:47.5912109Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/var_handle.cpp.o 2025-06-05T23:25:47.5914200Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/floor.cpp.o 2025-06-05T23:25:47.5916190Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/variable.cpp.o 2025-06-05T23:25:47.5918257Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/while.cpp.o 2025-06-05T23:25:47.5920398Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/validate_expanded_loops.cpp.o 2025-06-05T23:25:47.5922526Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/floor_divide.cpp.o 2025-06-05T23:25:47.5924683Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/validate_shapes.cpp.o 2025-06-05T23:25:47.5937845Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/activation/activation_kernel_selector.cpp.o 2025-06-05T23:25:47.5940273Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/gather.cpp.o 2025-06-05T23:25:47.5942216Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/fmod.cpp.o 2025-06-05T23:25:47.5944558Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/pass/validate_unified_loops.cpp.o 2025-06-05T23:25:47.5946587Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/port_connector.cpp.o 2025-06-05T23:25:47.5949156Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/adaptive_pooling/adaptive_pooling_kernel_selector.cpp.o 2025-06-05T23:25:47.5952236Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/adaptive_pooling/adaptive_pooling_kernel_ref.cpp.o 2025-06-05T23:25:47.5954790Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/write_file.cpp.o 2025-06-05T23:25:47.5957200Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/xla_conv_v2.cpp.o 2025-06-05T23:25:47.5959335Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/gather_nd.cpp.o 2025-06-05T23:25:47.5961208Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/full.cpp.o 2025-06-05T23:25:47.5963208Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op/xla_dot.cpp.o 2025-06-05T23:25:47.5965234Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/port_descriptor.cpp.o 2025-06-05T23:25:47.5967154Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/gelu.cpp.o 2025-06-05T23:25:47.5969181Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/generate_proposals_v2.cpp.o 2025-06-05T23:25:47.5971697Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/arg_max_min/arg_max_min_kernel_axis.cpp.o 2025-06-05T23:25:47.5974129Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/gather.cpp.o 2025-06-05T23:25:47.5976120Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/op_table.cpp.o 2025-06-05T23:25:49.8882280Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/arg_max_min/arg_max_min_kernel_base.cpp.o 2025-06-05T23:25:49.8884710Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/tensorflow.cpp.o 2025-06-05T23:25:49.8886874Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/greater_than.cpp.o 2025-06-05T23:25:49.8889145Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/specific_loop_iter_handlers.cpp.o 2025-06-05T23:25:49.8891368Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/lowered/target_machine.cpp.o 2025-06-05T23:25:49.8894063Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp.o 2025-06-05T23:25:49.8896538Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/gcd.cpp.o 2025-06-05T23:25:49.8898588Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/grid_sampler.cpp.o 2025-06-05T23:25:49.8900575Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/tf_utils.cpp.o 2025-06-05T23:25:49.8902674Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/group_norm.cpp.o 2025-06-05T23:25:49.8904949Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/brgemm.cpp.o 2025-06-05T23:25:49.8906895Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/hard_sigmoid.cpp.o 2025-06-05T23:25:49.8908954Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/gelu.cpp.o 2025-06-05T23:25:49.8911011Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/get_attr.cpp.o 2025-06-05T23:25:49.8913506Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/arg_max_min/arg_max_min_kernel_opt.cpp.o 2025-06-05T23:25:49.8915925Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/hard_swish.cpp.o 2025-06-05T23:25:49.8918651Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/arg_max_min/arg_max_min_kernel_selector.cpp.o 2025-06-05T23:25:49.8921061Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/broadcastload.cpp.o 2025-06-05T23:25:49.8922974Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/broadcastmove.cpp.o 2025-06-05T23:25:49.8925396Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/transformations/switch_merge_resolve.cpp.o 2025-06-05T23:25:49.8927602Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/buffer.cpp.o 2025-06-05T23:25:49.8929673Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/getitem.cpp.o 2025-06-05T23:25:49.8931775Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/convert_saturation.cpp.o 2025-06-05T23:25:49.8933875Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/index_select.cpp.o 2025-06-05T23:25:49.8935963Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/convert_truncation.cpp.o 2025-06-05T23:25:49.8937880Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/fill.cpp.o 2025-06-05T23:25:49.8939661Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/interp.cpp.o 2025-06-05T23:25:49.8941597Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/glu.cpp.o 2025-06-05T23:25:49.8944122Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/batch_to_space/batch_to_space_kernel_base.cpp.o 2025-06-05T23:25:49.8947095Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/transformations/uninitialized_variable_resolve.cpp.o 2025-06-05T23:25:49.8949623Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/grid_sampler.cpp.o 2025-06-05T23:25:49.8951717Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/group_norm.cpp.o 2025-06-05T23:25:49.8953810Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/hann_widow.cpp.o 2025-06-05T23:25:49.8955769Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/horizon_max.cpp.o 2025-06-05T23:25:49.8957752Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/layer_norm.cpp.o 2025-06-05T23:25:49.8959802Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/hardtanh.cpp.o 2025-06-05T23:25:49.8962070Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/leakyrelu.cpp.o 2025-06-05T23:25:49.8964566Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/batch_to_space/batch_to_space_kernel_ref.cpp.o 2025-06-05T23:25:49.8968163Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/if.cpp.o 2025-06-05T23:25:49.8970670Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/batch_to_space/batch_to_space_kernel_selector.cpp.o 2025-06-05T23:25:49.8973454Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/translate_session.cpp.o 2025-06-05T23:25:49.8975759Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/horizon_sum.cpp.o 2025-06-05T23:25:49.8978517Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/im2col.cpp.o 2025-06-05T23:25:49.8980512Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/less_than.cpp.o 2025-06-05T23:25:49.8982480Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/linspace.cpp.o 2025-06-05T23:25:49.8984393Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/kernel.cpp.o 2025-06-05T23:25:49.8986329Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/lod_array_length.cpp.o 2025-06-05T23:25:49.8988985Z [ 69%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/beam_table_update/beam_table_update_kernel_ref.cpp.o 2025-06-05T23:25:49.8991429Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/log.cpp.o 2025-06-05T23:25:49.8993346Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/index.cpp.o 2025-06-05T23:25:49.8995366Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/logical_and.cpp.o 2025-06-05T23:25:49.8997517Z [ 69%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/variables_index.cpp.o 2025-06-05T23:25:49.8999661Z [ 69%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/index_add.cpp.o 2025-06-05T23:25:49.9001710Z [ 69%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/logical_not.cpp.o 2025-06-05T23:25:49.9003598Z [ 69%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/load.cpp.o 2025-06-05T23:25:49.9005532Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/index_copy_.cpp.o 2025-06-05T23:25:49.9007689Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/index_fill_.cpp.o 2025-06-05T23:25:49.9010328Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/beam_table_update/beam_table_update_kernel_selector.cpp.o 2025-06-05T23:25:49.9012740Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/loop.cpp.o 2025-06-05T23:25:49.9014687Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/memory_access.cpp.o 2025-06-05T23:25:49.9016680Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/logical_or.cpp.o 2025-06-05T23:25:49.9019093Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/border/border_kernel_base.cpp.o 2025-06-05T23:25:49.9021546Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/logical_xor.cpp.o 2025-06-05T23:25:52.0103825Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/index_put_.cpp.o 2025-06-05T23:25:52.0106354Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/allocation_description.pb.cc.o 2025-06-05T23:25:52.0109732Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/border/border_kernel_ref.cpp.o 2025-06-05T23:25:52.0111903Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/nop.cpp.o 2025-06-05T23:25:52.0113765Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/perf_count.cpp.o 2025-06-05T23:25:52.0115981Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/rank_normalization.cpp.o 2025-06-05T23:25:52.0117897Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/reduce.cpp.o 2025-06-05T23:25:52.0120047Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/api_def.pb.cc.o 2025-06-05T23:25:52.0122292Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/index_select.cpp.o 2025-06-05T23:25:52.0124243Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/reg_spill.cpp.o 2025-06-05T23:25:52.0126116Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/lstm.cpp.o 2025-06-05T23:25:52.0128472Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/border/border_kernel_selector.cpp.o 2025-06-05T23:25:52.0131156Z [ 70%] Building CXX object src/plugins/intel_npu/src/utils/src/logger/CMakeFiles/openvino_npu_logger_utils.dir/logger.cpp.o 2025-06-05T23:25:52.0133203Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/reorder.cpp.o 2025-06-05T23:25:52.0135207Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/instance_norm.cpp.o 2025-06-05T23:25:52.0137529Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/attr_value.pb.cc.o 2025-06-05T23:25:52.0139948Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/cost_graph.pb.cc.o 2025-06-05T23:25:52.0142169Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/int.cpp.o 2025-06-05T23:25:52.0144116Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/matmul.cpp.o 2025-06-05T23:25:52.0146125Z [ 70%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_npu_logger_utils.a 2025-06-05T23:25:52.0147384Z [ 70%] Built target openvino_npu_logger_utils 2025-06-05T23:25:52.0148857Z [ 70%] Building CXX object src/plugins/intel_npu/src/utils/src/zero/CMakeFiles/openvino_npu_zero_utils.dir/zero_api.cpp.o 2025-06-05T23:25:52.0151381Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/broadcast/broadcast_kernel_base.cpp.o 2025-06-05T23:25:52.0153934Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/reshape.cpp.o 2025-06-05T23:25:52.0155662Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/scalar.cpp.o 2025-06-05T23:25:52.0157605Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/serialization_node.cpp.o 2025-06-05T23:25:52.0160125Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/dataset_options.pb.cc.o 2025-06-05T23:25:52.0162407Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/inverse.cpp.o 2025-06-05T23:25:52.0164440Z [ 70%] Building CXX object src/plugins/intel_npu/src/utils/src/zero/CMakeFiles/openvino_npu_zero_utils.dir/zero_init.cpp.o 2025-06-05T23:25:52.0166499Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/matmul_v2.cpp.o 2025-06-05T23:25:52.0168474Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/matrix_nms.cpp.o 2025-06-05T23:25:52.0171645Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/broadcast/broadcast_kernel_ref.cpp.o 2025-06-05T23:25:52.0174637Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/broadcast/broadcast_kernel_selector.cpp.o 2025-06-05T23:25:52.0177021Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/device_attributes.pb.cc.o 2025-06-05T23:25:52.0178233Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/is_nonzero.cpp.o 2025-06-05T23:25:52.0179240Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/store.cpp.o 2025-06-05T23:25:52.0180394Z [ 70%] Building CXX object src/plugins/intel_npu/src/utils/src/zero/CMakeFiles/openvino_npu_zero_utils.dir/zero_result.cpp.o 2025-06-05T23:25:52.0181593Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/subgraph.cpp.o 2025-06-05T23:25:52.0182611Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/meshgrid.cpp.o 2025-06-05T23:25:52.0183727Z [ 70%] Building CXX object src/plugins/intel_npu/src/utils/src/zero/CMakeFiles/openvino_npu_zero_utils.dir/zero_wrappers.cpp.o 2025-06-05T23:25:52.0184963Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/function.pb.cc.o 2025-06-05T23:25:52.0186107Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/istft.cpp.o 2025-06-05T23:25:52.0187349Z [ 70%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/bucketize/bucketize_kernel_ref.cpp.o 2025-06-05T23:25:52.0188677Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/graph.pb.cc.o 2025-06-05T23:25:52.0189992Z [ 70%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/graph_transfer_info.pb.cc.o 2025-06-05T23:25:52.0191208Z [ 70%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/multiclass_nms.cpp.o 2025-06-05T23:25:52.0192258Z [ 70%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/op/vector_buffer.cpp.o 2025-06-05T23:25:52.0193288Z [ 70%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_npu_zero_utils.a 2025-06-05T23:25:52.0194360Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/layer_norm.cpp.o 2025-06-05T23:25:52.0195022Z [ 70%] Built target openvino_npu_zero_utils 2025-06-05T23:25:52.0195763Z [ 70%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/leaky_relu.cpp.o 2025-06-05T23:25:52.0196953Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/kernel_def.pb.cc.o 2025-06-05T23:25:52.0198399Z [ 72%] Building CXX object src/plugins/intel_npu/src/al/CMakeFiles/openvino_npu_al.dir/src/config/common.cpp.o 2025-06-05T23:25:52.0200562Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/bucketize/bucketize_kernel_selector.cpp.o 2025-06-05T23:25:52.0202283Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/log_memory.pb.cc.o 2025-06-05T23:25:52.0203564Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/meta_graph.pb.cc.o 2025-06-05T23:25:52.0204750Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/align_element_types.cpp.o 2025-06-05T23:25:52.0205926Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/one_hot_v2.cpp.o 2025-06-05T23:25:52.0207048Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/analyze_broadcastable_inputs.cpp.o 2025-06-05T23:25:52.0208152Z [ 72%] Building CXX object src/plugins/intel_npu/src/al/CMakeFiles/openvino_npu_al.dir/src/config/compiler.cpp.o 2025-06-05T23:25:52.0209164Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/len.cpp.o 2025-06-05T23:25:52.0210183Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/p_norm.cpp.o 2025-06-05T23:25:52.0211535Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp.o 2025-06-05T23:25:54.0421737Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_base.cpp.o 2025-06-05T23:25:54.0424352Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.cpp.o 2025-06-05T23:25:54.0426834Z [ 72%] Building CXX object src/plugins/intel_npu/src/al/CMakeFiles/openvino_npu_al.dir/src/config/config.cpp.o 2025-06-05T23:25:54.0429013Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/model.pb.cc.o 2025-06-05T23:25:54.0430849Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/lerp.cpp.o 2025-06-05T23:25:54.0432439Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/pad3d.cpp.o 2025-06-05T23:25:54.0433616Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/broadcast_to_movebroadcast.cpp.o 2025-06-05T23:25:54.0435061Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp.o 2025-06-05T23:25:54.0436354Z [ 72%] Building CXX object src/plugins/intel_npu/src/al/CMakeFiles/openvino_npu_al.dir/src/config/npuw.cpp.o 2025-06-05T23:25:54.0437476Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/node_def.pb.cc.o 2025-06-05T23:25:54.0454097Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/linear.cpp.o 2025-06-05T23:25:54.0456097Z [ 72%] Building CXX object src/plugins/intel_npu/src/al/CMakeFiles/openvino_npu_al.dir/src/config/runtime.cpp.o 2025-06-05T23:25:54.0458087Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/op_def.pb.cc.o 2025-06-05T23:25:54.0460358Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/partial_ops.cpp.o 2025-06-05T23:25:54.0462357Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/canonicalization.cpp.o 2025-06-05T23:25:54.0464284Z [ 72%] Building CXX object src/plugins/intel_npu/src/al/CMakeFiles/openvino_npu_al.dir/src/icompiler.cpp.o 2025-06-05T23:25:54.0467477Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_selector.cpp.o 2025-06-05T23:25:54.0470456Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_ref.cpp.o 2025-06-05T23:25:54.0473355Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/linspace.cpp.o 2025-06-05T23:25:54.0474911Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/list_construct.cpp.o 2025-06-05T23:25:54.0476122Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/reader_base.pb.cc.o 2025-06-05T23:25:54.0477269Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/pool2d.cpp.o 2025-06-05T23:25:54.0478260Z [ 72%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_npu_al.a 2025-06-05T23:25:54.0478863Z [ 72%] Built target openvino_npu_al 2025-06-05T23:25:54.0479561Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/pool3d.cpp.o 2025-06-05T23:25:54.0480597Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/collapse_subgraph.cpp.o 2025-06-05T23:25:54.0481667Z [ 72%] Building CXX object src/plugins/intel_npu/tools/common/CMakeFiles/npu_tools_utils.dir/src/tensor_utils.cpp.o 2025-06-05T23:25:54.0482795Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/list_unpack.cpp.o 2025-06-05T23:25:54.0483842Z [ 72%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_runtime_s.a 2025-06-05T23:25:54.0485095Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/remote_fused_graph_execute_info.pb.cc.o 2025-06-05T23:25:54.0486774Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/concatenation/concatenation_kernel_simple_ref.cpp.o 2025-06-05T23:25:54.0488350Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convert_color/convert_color_kernel_base.cpp.o 2025-06-05T23:25:54.0489220Z [ 72%] Built target openvino_runtime_s 2025-06-05T23:25:54.0489848Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_auto_property.cpp.o 2025-06-05T23:25:54.0490787Z [ 72%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libnpu_tools_utils.a 2025-06-05T23:25:54.0491661Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_common.cpp.o 2025-06-05T23:25:54.0492567Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/pow.cpp.o 2025-06-05T23:25:54.0493260Z [ 72%] Built target npu_tools_utils 2025-06-05T23:25:54.0493963Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/prior_box.cpp.o 2025-06-05T23:25:54.0495042Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/common_optimizations.cpp.o 2025-06-05T23:25:54.0496089Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/log.cpp.o 2025-06-05T23:25:54.0497167Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_compiled_model.cpp.o 2025-06-05T23:25:54.0498293Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/resource_handle.pb.cc.o 2025-06-05T23:25:54.0499583Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/saved_model.pb.cc.o 2025-06-05T23:25:54.0500994Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convert_color/convert_color_kernel_ref.cpp.o 2025-06-05T23:25:54.0502494Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_core.cpp.o 2025-06-05T23:25:54.0504380Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convert_color/convert_color_kernel_selector.cpp.o 2025-06-05T23:25:54.0506569Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/quantize_linear.cpp.o 2025-06-05T23:25:54.0508405Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/log_softmax.cpp.o 2025-06-05T23:25:54.0509580Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/convert_constants.cpp.o 2025-06-05T23:25:54.0510858Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/saved_object_graph.pb.cc.o 2025-06-05T23:25:54.0512243Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/logical.cpp.o 2025-06-05T23:25:54.0513241Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_dimension.cpp.o 2025-06-05T23:25:54.0514196Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/loop.cpp.o 2025-06-05T23:25:54.0515395Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/saved_tensor_slice.pb.cc.o 2025-06-05T23:25:54.0516559Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/range.cpp.o 2025-06-05T23:25:54.0517653Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/convert_power_to_powerstatic.cpp.o 2025-06-05T23:25:54.0519056Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp.o 2025-06-05T23:25:54.0520325Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/lstm.cpp.o 2025-06-05T23:25:54.0521459Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/saver.pb.cc.o 2025-06-05T23:25:54.0522505Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_infer_request.cpp.o 2025-06-05T23:25:54.0523332Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_layout.cpp.o 2025-06-05T23:25:54.0524284Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/masked_fill.cpp.o 2025-06-05T23:25:54.0525428Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/explicit_transpose_matmul_inputs.cpp.o 2025-06-05T23:25:56.1769121Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_all.cpp.o 2025-06-05T23:25:56.1770913Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_model.cpp.o 2025-06-05T23:25:56.1773440Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp.o 2025-06-05T23:25:56.1776544Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/step_stats.pb.cc.o 2025-06-05T23:25:56.1778970Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/struct.pb.cc.o 2025-06-05T23:25:56.1781390Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/summary.pb.cc.o 2025-06-05T23:25:56.1783702Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/masked_scatter.cpp.o 2025-06-05T23:25:56.1785792Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/extract_constants.cpp.o 2025-06-05T23:25:56.1787774Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_node.cpp.o 2025-06-05T23:25:56.1790256Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.cpp.o 2025-06-05T23:25:56.1792828Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/masked_select.cpp.o 2025-06-05T23:25:56.1794634Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_any.cpp.o 2025-06-05T23:25:56.1796355Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/tensor.pb.cc.o 2025-06-05T23:25:56.1798125Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_partial_shape.cpp.o 2025-06-05T23:25:56.1799865Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_prepostprocess.cpp.o 2025-06-05T23:25:56.1801794Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/extract_reshapes_from_mha.cpp.o 2025-06-05T23:25:56.1803924Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/max_poolnd.cpp.o 2025-06-05T23:25:56.1806510Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp.o 2025-06-05T23:25:56.1809334Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/tensor_bundle.pb.cc.o 2025-06-05T23:25:56.1811751Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/extract_unsupported_transposes.cpp.o 2025-06-05T23:25:56.1813973Z [ 72%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/fc_tokenization.cpp.o 2025-06-05T23:25:56.1815768Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_property.cpp.o 2025-06-05T23:25:56.1817594Z [ 72%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_max.cpp.o 2025-06-05T23:25:56.1819610Z [ 72%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/mean.cpp.o 2025-06-05T23:25:56.1821963Z [ 72%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/tensor_description.pb.cc.o 2025-06-05T23:25:56.1823987Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_rank.cpp.o 2025-06-05T23:25:56.1825607Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_remote_context.cpp.o 2025-06-05T23:25:56.1828129Z [ 72%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp.o 2025-06-05T23:25:56.1830851Z [ 72%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_shape.cpp.o 2025-06-05T23:25:56.1832644Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_mean.cpp.o 2025-06-05T23:25:56.1834635Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/fq_decomposition.cpp.o 2025-06-05T23:25:56.1836701Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/meshgrid.cpp.o 2025-06-05T23:25:56.1838742Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/min_max.cpp.o 2025-06-05T23:25:56.1840990Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/tensor_shape.pb.cc.o 2025-06-05T23:25:56.1843732Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/tensor_slice.pb.cc.o 2025-06-05T23:25:56.1845738Z [ 73%] Building CXX object src/bindings/c/src/CMakeFiles/openvino_c.dir/ov_tensor.cpp.o 2025-06-05T23:25:56.1848274Z [ 73%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp.o 2025-06-05T23:25:56.1850922Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_min.cpp.o 2025-06-05T23:25:56.1853070Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/fuse_transpose_brgemm.cpp.o 2025-06-05T23:25:56.1855101Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_prod.cpp.o 2025-06-05T23:25:56.1856970Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reduce_sum.cpp.o 2025-06-05T23:25:56.1858864Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/mul.cpp.o 2025-06-05T23:25:56.1860673Z [ 73%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_c.so 2025-06-05T23:25:56.1862875Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/trackable_object_graph.pb.cc.o 2025-06-05T23:25:56.1865053Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/gn_decomposition.cpp.o 2025-06-05T23:25:56.1866859Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/gn_tokenization.cpp.o 2025-06-05T23:25:56.1868844Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/multinomial.cpp.o 2025-06-05T23:25:56.1871377Z [ 73%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp.o 2025-06-05T23:25:56.1873824Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/narrow.cpp.o 2025-06-05T23:25:56.1874938Z [ 73%] Built target openvino_c 2025-06-05T23:25:56.1876470Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/native_multi_head_attention.cpp.o 2025-06-05T23:25:56.1878584Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/relu.cpp.o 2025-06-05T23:25:56.1880731Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/types.pb.cc.o 2025-06-05T23:25:56.1882836Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/relu6.cpp.o 2025-06-05T23:25:56.1884690Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/hash.cpp.o 2025-06-05T23:25:56.1887091Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/variable.pb.cc.o 2025-06-05T23:25:56.1889243Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/neg.cpp.o 2025-06-05T23:25:56.1891423Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/versions.pb.cc.o 2025-06-05T23:25:56.1893647Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/nms.cpp.o 2025-06-05T23:25:56.1895622Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reshape2.cpp.o 2025-06-05T23:25:56.1898436Z [ 73%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp.o 2025-06-05T23:25:56.1901374Z [ 73%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_base.cpp.o 2025-06-05T23:25:56.1904296Z [ 73%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_1x1.cpp.o 2025-06-05T23:25:58.5517834Z [ 73%] Building CXX object src/frontends/tensorflow/src/CMakeFiles/openvino_tensorflow_frontend.dir/ov_tensorflow/xla_data.pb.cc.o 2025-06-05T23:25:58.5520151Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/insert_movebroadcast.cpp.o 2025-06-05T23:25:58.5522192Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/nonzero.cpp.o 2025-06-05T23:25:58.5524282Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/manager.cpp.o 2025-06-05T23:25:58.5526173Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/reverse.cpp.o 2025-06-05T23:25:58.5528959Z [ 73%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp.o 2025-06-05T23:25:58.5531485Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/rnn.cpp.o 2025-06-05T23:25:58.5533490Z [ 73%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/roi_align.cpp.o 2025-06-05T23:25:58.5535602Z [ 73%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_tensorflow_frontend.so 2025-06-05T23:25:58.5537587Z [ 73%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/norm.cpp.o 2025-06-05T23:25:58.5539583Z [ 73%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/matmul_to_brgemm.cpp.o 2025-06-05T23:25:58.5541552Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/mha_tokenization.cpp.o 2025-06-05T23:25:58.5543492Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/roll.cpp.o 2025-06-05T23:25:58.5546017Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp.o 2025-06-05T23:25:58.5549191Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp.o 2025-06-05T23:25:58.5552443Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.cpp.o 2025-06-05T23:25:58.5555873Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp.o 2025-06-05T23:25:58.5558322Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/positioned_pass.cpp.o 2025-06-05T23:25:58.5560289Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/numel.cpp.o 2025-06-05T23:25:58.5562214Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/round.cpp.o 2025-06-05T23:25:58.5564665Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_iyxo.cpp.o 2025-06-05T23:25:58.5568107Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/rsqrt.cpp.o 2025-06-05T23:25:58.5570988Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp.o 2025-06-05T23:25:58.5573639Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/propagate_precision.cpp.o 2025-06-05T23:25:58.5575689Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/one_hot.cpp.o 2025-06-05T23:25:58.5578023Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/scale.cpp.o 2025-06-05T23:25:58.5580256Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/scatter.cpp.o 2025-06-05T23:25:58.5582804Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv32.cpp.o 2025-06-05T23:25:58.5585438Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/reduce_to_snippets_reduce.cpp.o 2025-06-05T23:25:58.5587595Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/softmax_decomposition.cpp.o 2025-06-05T23:25:58.5589596Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/outer.cpp.o 2025-06-05T23:25:58.5591629Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/scatter_nd_add.cpp.o 2025-06-05T23:25:58.5594233Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp.o 2025-06-05T23:25:58.5596775Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/select_input.cpp.o 2025-06-05T23:25:58.5598805Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/set_value.cpp.o 2025-06-05T23:25:58.5600867Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/pack_sequence.cpp.o 2025-06-05T23:25:58.5602113Z [ 74%] Built target openvino_tensorflow_frontend 2025-06-05T23:25:58.5603473Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/shape.cpp.o 2025-06-05T23:25:58.5605190Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/node_output.cpp.o 2025-06-05T23:25:58.5607019Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/softmax_reshape_elimination.cpp.o 2025-06-05T23:25:58.5608931Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/split_dimension_m.cpp.o 2025-06-05T23:25:58.5610892Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/share_data.cpp.o 2025-06-05T23:25:58.5613218Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp.o 2025-06-05T23:25:58.5615075Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/subgraph_manager.cpp.o 2025-06-05T23:25:58.5616427Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/pad.cpp.o 2025-06-05T23:25:58.5617851Z [ 74%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino_version.dir/pyopenvino.cpp.o 2025-06-05T23:25:58.5619200Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/async_reader.cpp.o 2025-06-05T23:25:58.5620458Z [ 74%] Building CXX object samples/cpp/common/utils/CMakeFiles/ie_samples_utils.dir/src/args_helper.cpp.o 2025-06-05T23:25:58.5621900Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/preprocess.cpp.o 2025-06-05T23:25:58.5623285Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/sigmoid.cpp.o 2025-06-05T23:25:58.5625195Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp.o 2025-06-05T23:25:58.5626904Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/tokenization.cpp.o 2025-06-05T23:25:58.5628260Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/permute.cpp.o 2025-06-05T23:25:58.5631943Z [ 74%] Building CXX object samples/cpp/common/utils/CMakeFiles/ie_samples_utils.dir/src/latency_metrics.cpp.o 2025-06-05T23:25:58.5633367Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/pre_post_process_wrap.cpp.o 2025-06-05T23:25:58.5634788Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/preprocess_steps.cpp.o 2025-06-05T23:25:58.5636154Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/silu.cpp.o 2025-06-05T23:25:58.5636957Z [ 74%] Built target pyopenvino_version 2025-06-05T23:25:58.5637910Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/transform_convert.cpp.o 2025-06-05T23:25:58.5639370Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/transpose_decomposition.cpp.o 2025-06-05T23:25:58.5641254Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp.o 2025-06-05T23:25:58.5643025Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/pixel_shuffle.cpp.o 2025-06-05T23:26:00.5961540Z [ 74%] Building C object samples/c/hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification_c.dir/main.c.o 2025-06-05T23:26:00.5963624Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/input_info.cpp.o 2025-06-05T23:26:00.5965390Z [ 74%] Building CXX object samples/cpp/common/utils/CMakeFiles/ie_samples_utils.dir/src/slog.cpp.o 2025-06-05T23:26:00.5967291Z [ 74%] Linking C executable /pytorch/executorch/openvino/bin/intel64/Release/hello_nv12_input_classification_c 2025-06-05T23:26:00.5969248Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/sin.cpp.o 2025-06-05T23:26:00.5971121Z [ 74%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libie_samples_utils.a 2025-06-05T23:26:00.5972991Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/pow.cpp.o 2025-06-05T23:26:00.5974597Z [ 74%] Built target ie_samples_utils 2025-06-05T23:26:00.5975875Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/pass/validate.cpp.o 2025-06-05T23:26:00.5977013Z [ 74%] Built target hello_nv12_input_classification_c 2025-06-05T23:26:00.5978440Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/runtime_configurator.cpp.o 2025-06-05T23:26:00.5980279Z [ 74%] Building C object samples/c/hello_classification/CMakeFiles/hello_classification_c.dir/main.c.o 2025-06-05T23:26:00.5982059Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/output_info.cpp.o 2025-06-05T23:26:00.5983972Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/prod.cpp.o 2025-06-05T23:26:00.5986144Z [ 74%] Building C object samples/c/hello_classification/CMakeFiles/hello_classification_c.dir/infer_result_util.c.o 2025-06-05T23:26:00.5988088Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/skip.cpp.o 2025-06-05T23:26:00.5990581Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp.o 2025-06-05T23:26:00.5992966Z [ 74%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/hello_classification_c 2025-06-05T23:26:00.5994930Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/input_tensor_info.cpp.o 2025-06-05T23:26:00.5996931Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/pythonop.cpp.o 2025-06-05T23:26:00.5999160Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/shape_inference/shape_infer_instances.cpp.o 2025-06-05T23:26:00.6001442Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/shape_inference/shape_inference.cpp.o 2025-06-05T23:26:00.6003583Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/quantize.cpp.o 2025-06-05T23:26:00.6004819Z [ 74%] Built target hello_classification_c 2025-06-05T23:26:00.6006222Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/abs.cpp.o 2025-06-05T23:26:00.6008215Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/slice.cpp.o 2025-06-05T23:26:00.6010176Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/output_tensor_info.cpp.o 2025-06-05T23:26:00.6012855Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp.o 2025-06-05T23:26:00.6015340Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/quantized_add.cpp.o 2025-06-05T23:26:00.6017196Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/utils/debug_caps_config.cpp.o 2025-06-05T23:26:00.6018797Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/utils/loop_utils.cpp.o 2025-06-05T23:26:00.6020359Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/utils/tokenization_utils.cpp.o 2025-06-05T23:26:00.6022049Z [ 74%] Building CXX object src/common/snippets/CMakeFiles/openvino_snippets.dir/src/utils/utils.cpp.o 2025-06-05T23:26:00.6023955Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/adaptive_avg_pool.cpp.o 2025-06-05T23:26:00.6025808Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/softmax.cpp.o 2025-06-05T23:26:00.6027573Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/input_model_info.cpp.o 2025-06-05T23:26:00.6029465Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/quantized_convnd.cpp.o 2025-06-05T23:26:00.6031769Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_imad.cpp.o 2025-06-05T23:26:00.6034058Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/preprocess/resize_algorithm.cpp.o 2025-06-05T23:26:00.6035652Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/errors.cpp.o 2025-06-05T23:26:00.6037772Z [ 74%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_snippets.a 2025-06-05T23:26:00.6040180Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/adaptive_max_pool.cpp.o 2025-06-05T23:26:00.6042544Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/softplus.cpp.o 2025-06-05T23:26:00.6044656Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/softshrink.cpp.o 2025-06-05T23:26:00.6046862Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/quantized_hardswish.cpp.o 2025-06-05T23:26:00.6048930Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/helper.cpp.o 2025-06-05T23:26:00.6050471Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/type_validation.cpp.o 2025-06-05T23:26:00.6051126Z [ 74%] Built target openvino_snippets 2025-06-05T23:26:00.6052269Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp.o 2025-06-05T23:26:00.6053727Z [ 74%] Building CXX object build-modules/template_extension/CMakeFiles/openvino_template_extension.dir/identity.cpp.o 2025-06-05T23:26:00.6054823Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/assign.cpp.o 2025-06-05T23:26:00.6056235Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp.o 2025-06-05T23:26:00.6058092Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/split.cpp.o 2025-06-05T23:26:00.6060100Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/quantized_linear.cpp.o 2025-06-05T23:26:00.6062066Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/sqrt.cpp.o 2025-06-05T23:26:00.6063804Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/tensor.cpp.o 2025-06-05T23:26:00.6065726Z [ 74%] Building CXX object build-modules/template_extension/CMakeFiles/openvino_template_extension.dir/ov_extension.cpp.o 2025-06-05T23:26:00.6068592Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp.o 2025-06-05T23:26:00.6071318Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/avg_pool.cpp.o 2025-06-05T23:26:00.6074180Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp.o 2025-06-05T23:26:00.6077160Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/quantized_mul.cpp.o 2025-06-05T23:26:00.6079306Z [ 74%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_template_extension.so 2025-06-05T23:26:00.6081319Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/squeeze.cpp.o 2025-06-05T23:26:00.6083249Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/stack.cpp.o 2025-06-05T23:26:00.6085110Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/infer_request.cpp.o 2025-06-05T23:26:00.6086229Z [ 74%] Built target openvino_template_extension 2025-06-05T23:26:00.6087453Z [ 74%] Building CXX object docs/snippets/CMakeFiles/ov_integration_snippet.dir/src/main.cpp.o 2025-06-05T23:26:02.6461181Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/batch_norm.cpp.o 2025-06-05T23:26:02.6464029Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp.o 2025-06-05T23:26:02.6466521Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/rand.cpp.o 2025-06-05T23:26:02.6468491Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/range_length.cpp.o 2025-06-05T23:26:02.6470461Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/compiled_model.cpp.o 2025-06-05T23:26:02.6472391Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/strided_slice.cpp.o 2025-06-05T23:26:02.6474380Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/sum.cpp.o 2025-06-05T23:26:02.6476561Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/binary_convolution.cpp.o 2025-06-05T23:26:02.6478828Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/reciprocal.cpp.o 2025-06-05T23:26:02.6480807Z [ 74%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/ov_integration_snippet 2025-06-05T23:26:02.6483314Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp.o 2025-06-05T23:26:02.6485876Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/relu6.cpp.o 2025-06-05T23:26:02.6487687Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/core_wrap.cpp.o 2025-06-05T23:26:02.6489391Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/model_wrap.cpp.o 2025-06-05T23:26:02.6491171Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/swish.cpp.o 2025-06-05T23:26:02.6492366Z [ 74%] Built target ov_integration_snippet 2025-06-05T23:26:02.6493841Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/remainder.cpp.o 2025-06-05T23:26:02.6496010Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/take_along_axis.cpp.o 2025-06-05T23:26:02.6498228Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bitwise_and.cpp.o 2025-06-05T23:26:02.6500301Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/repeat.cpp.o 2025-06-05T23:26:02.6503047Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp.o 2025-06-05T23:26:02.6505819Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/addon.cpp.o 2025-06-05T23:26:02.6507468Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/element_type.cpp.o 2025-06-05T23:26:02.6509238Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/tanh.cpp.o 2025-06-05T23:26:02.6511236Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/repeat_interleave.cpp.o 2025-06-05T23:26:02.6513412Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/reshape.cpp.o 2025-06-05T23:26:02.6515509Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bitwise_left_shift.cpp.o 2025-06-05T23:26:02.6517884Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/reshape_as.cpp.o 2025-06-05T23:26:02.6520602Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp.o 2025-06-05T23:26:02.6523128Z [ 74%] Building CXX object src/bindings/js/node/CMakeFiles/ov_node_addon.dir/src/partial_shape_wrap.cpp.o 2025-06-05T23:26:02.6525456Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_ref.cpp.o 2025-06-05T23:26:02.6527896Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/tanh_shrink.cpp.o 2025-06-05T23:26:02.6529951Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/tensor_array_to_tensor.cpp.o 2025-06-05T23:26:02.6532127Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bitwise_not.cpp.o 2025-06-05T23:26:02.6534310Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/roi_align.cpp.o 2025-06-05T23:26:02.6536195Z [ 74%] Building CXX object docs/snippets/CMakeFiles/ov_integration_snippet_py.dir/src/main.cpp.o 2025-06-05T23:26:02.6537957Z [ 74%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/ov_node_addon.node 2025-06-05T23:26:02.6540245Z [ 74%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_selector.cpp.o 2025-06-05T23:26:02.6542727Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bitwise_or.cpp.o 2025-06-05T23:26:02.6544809Z [ 74%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/ov_integration_snippet_py 2025-06-05T23:26:02.6546990Z [ 74%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bitwise_right_shift.cpp.o 2025-06-05T23:26:02.6549149Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/roll.cpp.o 2025-06-05T23:26:02.6551040Z [ 74%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/round.cpp.o 2025-06-05T23:26:02.6552956Z [ 74%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/tile.cpp.o 2025-06-05T23:26:02.6554042Z [ 74%] Built target ov_node_addon 2025-06-05T23:26:02.6555110Z [ 74%] Building C object docs/snippets/CMakeFiles/ov_integration_snippet_c.dir/src/main.c.o 2025-06-05T23:26:02.6556862Z [ 74%] Linking C executable /pytorch/executorch/openvino/bin/intel64/Release/ov_integration_snippet_c 2025-06-05T23:26:02.6559436Z [ 75%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_winograd_2x3_s1.cpp.o 2025-06-05T23:26:02.6561400Z [ 75%] Built target ov_integration_snippet_py 2025-06-05T23:26:02.6562931Z [ 75%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/attribute.cpp.o 2025-06-05T23:26:02.6565698Z [ 75%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.cpp.o 2025-06-05T23:26:02.6568275Z [ 75%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/rsqrt.cpp.o 2025-06-05T23:26:02.6570943Z [ 75%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.cpp.o 2025-06-05T23:26:02.6573602Z [ 75%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/top_k_v2.cpp.o 2025-06-05T23:26:02.6574801Z [ 75%] Built target ov_integration_snippet_c 2025-06-05T23:26:02.6576234Z [ 75%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/transpose2.cpp.o 2025-06-05T23:26:02.6578433Z [ 75%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bitwise_xor.cpp.o 2025-06-05T23:26:02.6581095Z [ 75%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_yxfb_ref.cpp.o 2025-06-05T23:26:02.6583482Z [ 75%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/rsub.cpp.o 2025-06-05T23:26:02.6585625Z [ 75%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/bucketize.cpp.o 2025-06-05T23:26:02.6587805Z [ 75%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/graph.cpp.o 2025-06-05T23:26:02.6589966Z [ 75%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/graph_cache.cpp.o 2025-06-05T23:26:02.6591978Z [ 75%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/tril_triu.cpp.o 2025-06-05T23:26:02.6594565Z [ 75%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp.o 2025-06-05T23:26:04.9602860Z [ 75%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/ceiling.cpp.o 2025-06-05T23:26:04.9605115Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/scalar_tensor.cpp.o 2025-06-05T23:26:04.9607923Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp.o 2025-06-05T23:26:04.9610519Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/unique.cpp.o 2025-06-05T23:26:04.9612490Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/model.cpp.o 2025-06-05T23:26:04.9614288Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/unsqueeze.cpp.o 2025-06-05T23:26:04.9616136Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/unstack.cpp.o 2025-06-05T23:26:04.9617934Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/where.cpp.o 2025-06-05T23:26:04.9619959Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/col2im.cpp.o 2025-06-05T23:26:04.9622482Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/scaled_dot_product_attention.cpp.o 2025-06-05T23:26:04.9625339Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp.o 2025-06-05T23:26:04.9628142Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/convolution_params.cpp.o 2025-06-05T23:26:04.9630832Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/deformable_convolution_kernel_bfyx_opt.cpp.o 2025-06-05T23:26:04.9633321Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/node.cpp.o 2025-06-05T23:26:04.9635628Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/null_node.cpp.o 2025-06-05T23:26:04.9637691Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/scatter.cpp.o 2025-06-05T23:26:04.9639739Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/where_index.cpp.o 2025-06-05T23:26:04.9641840Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/convert.cpp.o 2025-06-05T23:26:04.9644596Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/convolution/deformable_convolution_kernel_bfyx_ref.cpp.o 2025-06-05T23:26:04.9647748Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp.o 2025-06-05T23:26:04.9650338Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/search_sorted.cpp.o 2025-06-05T23:26:04.9653002Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp.o 2025-06-05T23:26:04.9655590Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/tensor.cpp.o 2025-06-05T23:26:04.9657817Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/convert_color_nv12.cpp.o 2025-06-05T23:26:04.9659952Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/while.cpp.o 2025-06-05T23:26:04.9661946Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/core/transform.cpp.o 2025-06-05T23:26:04.9664657Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp.o 2025-06-05T23:26:04.9667406Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/detail/subgraph_extraction.cpp.o 2025-06-05T23:26:04.9669575Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/select.cpp.o 2025-06-05T23:26:04.9673214Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/select_scatter.cpp.o 2025-06-05T23:26:04.9675350Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/selu.cpp.o 2025-06-05T23:26:04.9677410Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/write_to_array.cpp.o 2025-06-05T23:26:04.9679588Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/convolution.cpp.o 2025-06-05T23:26:04.9682020Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/edge_mapper.cpp.o 2025-06-05T23:26:04.9684458Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ctc_loss/ctc_loss_kernel_ref.cpp.o 2025-06-05T23:26:04.9687014Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/convolution_backprop_data.cpp.o 2025-06-05T23:26:04.9689262Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/set_item.cpp.o 2025-06-05T23:26:04.9691356Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/shape_as_tensor.cpp.o 2025-06-05T23:26:04.9693535Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/sign.cpp.o 2025-06-05T23:26:04.9695702Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/editor.cpp.o 2025-06-05T23:26:04.9697740Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/exceptions.cpp.o 2025-06-05T23:26:04.9699772Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op/yolo_box.cpp.o 2025-06-05T23:26:04.9701648Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op_table.cpp.o 2025-06-05T23:26:04.9703797Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/ctc_greedy_decoder.cpp.o 2025-06-05T23:26:04.9706270Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/ctc_greedy_decoder_seq_len.cpp.o 2025-06-05T23:26:04.9708496Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/size.cpp.o 2025-06-05T23:26:04.9710926Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ctc_loss/ctc_loss_kernel_selector.cpp.o 2025-06-05T23:26:04.9712952Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/slice.cpp.o 2025-06-05T23:26:04.9714432Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/frontend.cpp.o 2025-06-05T23:26:04.9715818Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/op_utils.cpp.o 2025-06-05T23:26:04.9717183Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/paddle_fw_node.cpp.o 2025-06-05T23:26:04.9718606Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/slice_scatter.cpp.o 2025-06-05T23:26:04.9720115Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/ctc_loss.cpp.o 2025-06-05T23:26:04.9721647Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/cum_sum.cpp.o 2025-06-05T23:26:04.9723330Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/cum_sum/cum_sum_kernel_base.cpp.o 2025-06-05T23:26:04.9724927Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/softmax.cpp.o 2025-06-05T23:26:04.9726271Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/sort.cpp.o 2025-06-05T23:26:04.9727673Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/paddle_utils.cpp.o 2025-06-05T23:26:04.9729368Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/input_model.cpp.o 2025-06-05T23:26:04.9730923Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/place.cpp.o 2025-06-05T23:26:04.9732429Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/deformable_convolution.cpp.o 2025-06-05T23:26:07.3630105Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/cum_sum/cum_sum_kernel_partial_sum.cpp.o 2025-06-05T23:26:07.3632537Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/cum_sum/cum_sum_kernel_ref.cpp.o 2025-06-05T23:26:07.3634882Z [ 76%] Building CXX object src/frontends/paddle/src/CMakeFiles/openvino_paddle_frontend.dir/framework.pb.cc.o 2025-06-05T23:26:07.3637208Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/split.cpp.o 2025-06-05T23:26:07.3639181Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/square.cpp.o 2025-06-05T23:26:07.3641443Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/deformable_psroi_pooling.cpp.o 2025-06-05T23:26:07.3643897Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/detection_output.cpp.o 2025-06-05T23:26:07.3646148Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/node_context.cpp.o 2025-06-05T23:26:07.3648238Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/squeeze.cpp.o 2025-06-05T23:26:07.3650659Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/cum_sum/cum_sum_kernel_selector.cpp.o 2025-06-05T23:26:07.3653155Z [ 76%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_paddle_frontend.so 2025-06-05T23:26:07.3655160Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/stft.cpp.o 2025-06-05T23:26:07.3657028Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/sub.cpp.o 2025-06-05T23:26:07.3659076Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/onnx_framework_node.cpp.o 2025-06-05T23:26:07.3661205Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/abs.cpp.o 2025-06-05T23:26:07.3663192Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/sum.cpp.o 2025-06-05T23:26:07.3665266Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/divide.cpp.o 2025-06-05T23:26:07.3667396Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/einsum.cpp.o 2025-06-05T23:26:07.3670129Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp.o 2025-06-05T23:26:07.3672723Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/take_along_dim.cpp.o 2025-06-05T23:26:07.3674690Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/to.cpp.o 2025-06-05T23:26:07.3676581Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/acos.cpp.o 2025-06-05T23:26:07.3678597Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/elu.cpp.o 2025-06-05T23:26:07.3680660Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/acosh.cpp.o 2025-06-05T23:26:07.3683018Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/embedding_bag_offsets.cpp.o 2025-06-05T23:26:07.3684467Z [ 76%] Built target openvino_paddle_frontend 2025-06-05T23:26:07.3685816Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/async_infer_request.cpp.o 2025-06-05T23:26:07.3687810Z [ 76%] Building CXX object src/plugins/auto_batch/CMakeFiles/openvino_auto_batch_plugin.dir/src/async_infer_request.cpp.o 2025-06-05T23:26:07.3690531Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp.o 2025-06-05T23:26:07.3693039Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/topk.cpp.o 2025-06-05T23:26:07.3695373Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/adaptive_avg_pooling2d.cpp.o 2025-06-05T23:26:07.3697516Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/add.cpp.o 2025-06-05T23:26:07.3699729Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/embedding_bag_offsets_sum.cpp.o 2025-06-05T23:26:07.3702226Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/embedding_bag_packed.cpp.o 2025-06-05T23:26:07.3704935Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_base.cpp.o 2025-06-05T23:26:07.3707354Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/auto_compiled_model.cpp.o 2025-06-05T23:26:07.3709342Z [ 76%] Building CXX object src/plugins/auto_batch/CMakeFiles/openvino_auto_batch_plugin.dir/src/compiled_model.cpp.o 2025-06-05T23:26:07.3711373Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/transpose.cpp.o 2025-06-05T23:26:07.3713313Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/auto_schedule.cpp.o 2025-06-05T23:26:07.3715474Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/embedding_bag_packed_sum.cpp.o 2025-06-05T23:26:07.3717606Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/compiled_model.cpp.o 2025-06-05T23:26:07.3719573Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/affine.cpp.o 2025-06-05T23:26:07.3721595Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/trilu.cpp.o 2025-06-05T23:26:07.3724196Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp.o 2025-06-05T23:26:07.3726737Z [ 76%] Building CXX object src/plugins/auto_batch/CMakeFiles/openvino_auto_batch_plugin.dir/src/sync_infer_request.cpp.o 2025-06-05T23:26:07.3730014Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/and.cpp.o 2025-06-05T23:26:07.3732305Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/embedding_segments_sum.cpp.o 2025-06-05T23:26:07.3734649Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/cumulative_compiled_model.cpp.o 2025-06-05T23:26:07.3736706Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/tuple_index.cpp.o 2025-06-05T23:26:07.3739626Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.cpp.o 2025-06-05T23:26:07.3742201Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/cumulative_schedule.cpp.o 2025-06-05T23:26:07.3744764Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_imad_ref.cpp.o 2025-06-05T23:26:07.3747356Z [ 76%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_auto_batch_plugin.so 2025-06-05T23:26:07.3749463Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/argmax.cpp.o 2025-06-05T23:26:07.3751744Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/equal.cpp.o 2025-06-05T23:26:07.3753801Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/unflatten.cpp.o 2025-06-05T23:26:07.3754961Z [ 76%] Built target openvino_auto_batch_plugin 2025-06-05T23:26:07.3756346Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/exp.cpp.o 2025-06-05T23:26:07.3758393Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/async_infer_request.cpp.o 2025-06-05T23:26:07.3760951Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_ref.cpp.o 2025-06-05T23:26:07.3763943Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/deconvolution/deconvolution_kernel_selector.cpp.o 2025-06-05T23:26:07.3766285Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/infer_request.cpp.o 2025-06-05T23:26:09.4993350Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/argmin.cpp.o 2025-06-05T23:26:09.4995210Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/plugin_config.cpp.o 2025-06-05T23:26:09.4997189Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/unfold.cpp.o 2025-06-05T23:26:09.4999227Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/compiled_model.cpp.o 2025-06-05T23:26:09.5001679Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/experimental_detectron_detection_output.cpp.o 2025-06-05T23:26:09.5004693Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/depth_to_space/depth_to_space_kernel_base.cpp.o 2025-06-05T23:26:09.5007027Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/schedule.cpp.o 2025-06-05T23:26:09.5009472Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/depth_to_space/depth_to_space_kernel_block2_opt.cpp.o 2025-06-05T23:26:09.5012504Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/depth_to_space/depth_to_space_kernel_ref.cpp.o 2025-06-05T23:26:09.5015034Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/unique.cpp.o 2025-06-05T23:26:09.5017011Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/asin.cpp.o 2025-06-05T23:26:09.5019486Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/experimental_detectron_prior_grid_generator.cpp.o 2025-06-05T23:26:09.5022062Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/config.cpp.o 2025-06-05T23:26:09.5023937Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/graph_debug_dump.cpp.o 2025-06-05T23:26:09.5025911Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/op/device_subgraph.cpp.o 2025-06-05T23:26:09.5027835Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/asinh.cpp.o 2025-06-05T23:26:09.5029897Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/utils/log.cpp.o 2025-06-05T23:26:09.5032057Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/depth_to_space/depth_to_space_kernel_selector.cpp.o 2025-06-05T23:26:09.5034763Z [ 76%] Building CXX object src/plugins/auto/CMakeFiles/openvino_auto_plugin.dir/src/utils/time_utils.cpp.o 2025-06-05T23:26:09.5036849Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/upsample.cpp.o 2025-06-05T23:26:09.5039348Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/experimental_detectron_proposal_single_image.cpp.o 2025-06-05T23:26:09.5042293Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/experimental_detectron_roi_feature_extractor.cpp.o 2025-06-05T23:26:09.5044597Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/plugin.cpp.o 2025-06-05T23:26:09.5046445Z [ 76%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_auto_plugin.so 2025-06-05T23:26:09.5048356Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/subgraph_collector.cpp.o 2025-06-05T23:26:09.5050306Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/atan.cpp.o 2025-06-05T23:26:09.5052287Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/var_mean.cpp.o 2025-06-05T23:26:09.5054955Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/detection_output/detection_output_kernel_ref.cpp.o 2025-06-05T23:26:09.5057721Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/experimental_detectron_topk_rois.cpp.o 2025-06-05T23:26:09.5059213Z [ 76%] Built target openvino_auto_plugin 2025-06-05T23:26:09.5060578Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op/where.cpp.o 2025-06-05T23:26:09.5062549Z [ 76%] Building CXX object src/plugins/hetero/CMakeFiles/openvino_hetero_plugin.dir/src/sync_infer_request.cpp.o 2025-06-05T23:26:09.5064541Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/op_table.cpp.o 2025-06-05T23:26:09.5066771Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/extract_image_patches.cpp.o 2025-06-05T23:26:09.5069006Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/atanh.cpp.o 2025-06-05T23:26:09.5070884Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/aten.cpp.o 2025-06-05T23:26:09.5073361Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/detection_output/detection_output_kernel_selector.cpp.o 2025-06-05T23:26:09.5075890Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/fft.cpp.o 2025-06-05T23:26:09.5077947Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/place.cpp.o 2025-06-05T23:26:09.5079594Z [ 76%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_hetero_plugin.so 2025-06-05T23:26:09.5081459Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/average_pool.cpp.o 2025-06-05T23:26:09.5083498Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/gather.cpp.o 2025-06-05T23:26:09.5085478Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/pytorch.cpp.o 2025-06-05T23:26:09.5087546Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/dft/dft_kernel_ref.cpp.o 2025-06-05T23:26:09.5090287Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/dft/dft_kernel_selector.cpp.o 2025-06-05T23:26:09.5091732Z [ 76%] Built target openvino_hetero_plugin 2025-06-05T23:26:09.5093692Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/dynamic_quantize/dynamic_quantize_kernel_opt.cpp.o 2025-06-05T23:26:09.5096249Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/batch_norm.cpp.o 2025-06-05T23:26:09.5098542Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/append_list_unpack_replacer.cpp.o 2025-06-05T23:26:09.5100723Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/bitshift.cpp.o 2025-06-05T23:26:09.5102773Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/gather_elements.cpp.o 2025-06-05T23:26:09.5105006Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/aten_cat_replacer.cpp.o 2025-06-05T23:26:09.5107173Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/gather_nd.cpp.o 2025-06-05T23:26:09.5109430Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/aten_getitem_replacer.cpp.o 2025-06-05T23:26:09.5112195Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/dynamic_quantize/dynamic_quantize_kernel_opt_kv_cache.cpp.o 2025-06-05T23:26:09.5114935Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/aten_index_put_replacer.cpp.o 2025-06-05T23:26:09.5117636Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/dynamic_quantize/dynamic_quantize_kernel_ref.cpp.o 2025-06-05T23:26:09.5120256Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/aten_index_replacer.cpp.o 2025-06-05T23:26:09.5122515Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/bitwise_and.cpp.o 2025-06-05T23:26:09.5124709Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/gather_tree.cpp.o 2025-06-05T23:26:09.5126758Z [ 76%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/gelu.cpp.o 2025-06-05T23:26:11.5016755Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/aten_stack_list_construct_replacer.cpp.o 2025-06-05T23:26:11.5019370Z [ 76%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/dict_resolver.cpp.o 2025-06-05T23:26:11.5022405Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/dynamic_quantize/dynamic_quantize_kernel_selector.cpp.o 2025-06-05T23:26:11.5025307Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_do/detection_output_kernel_ref.cpp.o 2025-06-05T23:26:11.5027730Z [ 76%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/bitwise_not.cpp.o 2025-06-05T23:26:11.5032941Z [ 76%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_do/detection_output_kernel_selector.cpp.o 2025-06-05T23:26:11.5035513Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/generate_proposal.cpp.o 2025-06-05T23:26:11.5038519Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_gpsi/generate_proposals_single_image_kernel_ref.cpp.o 2025-06-05T23:26:11.5041671Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_gpsi/generate_proposals_single_image_kernel_selector.cpp.o 2025-06-05T23:26:11.5044449Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/einsum_list_construct.cpp.o 2025-06-05T23:26:11.5046837Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/bitwise_or.cpp.o 2025-06-05T23:26:11.5049002Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/bitwise_xor.cpp.o 2025-06-05T23:26:11.5051196Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/blackmanwindow.cpp.o 2025-06-05T23:26:11.5053333Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/cast.cpp.o 2025-06-05T23:26:11.5055419Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/greater.cpp.o 2025-06-05T23:26:11.5057940Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_pgg/prior_grid_generator_kernel_ref.cpp.o 2025-06-05T23:26:11.5060889Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_pgg/prior_grid_generator_kernel_selector.cpp.o 2025-06-05T23:26:11.5063654Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/index_loop_getitem_replacer.cpp.o 2025-06-05T23:26:11.5065967Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/cast_like.cpp.o 2025-06-05T23:26:11.5067994Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/ceil.cpp.o 2025-06-05T23:26:11.5070092Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/grid_sample.cpp.o 2025-06-05T23:26:11.5072241Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/grn.cpp.o 2025-06-05T23:26:11.5074246Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/celu.cpp.o 2025-06-05T23:26:11.5076698Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_rfe/roi_feature_extractor_kernel_ref.cpp.o 2025-06-05T23:26:11.5079385Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/listconstruct_replacer.cpp.o 2025-06-05T23:26:11.5082223Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/min_max_prim_list_construct_replacer.cpp.o 2025-06-05T23:26:11.5085098Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp.o 2025-06-05T23:26:11.5087553Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/clip.cpp.o 2025-06-05T23:26:11.5089737Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/group_convolution.cpp.o 2025-06-05T23:26:11.5092132Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/group_convolution_backprop_data.cpp.o 2025-06-05T23:26:11.5094810Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/aliases.cpp.o 2025-06-05T23:26:11.5097231Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/prim_list_construct_pad.cpp.o 2025-06-05T23:26:11.5099595Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/prim_list_tuple_construct_replacer.cpp.o 2025-06-05T23:26:11.5101974Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/prim_list_unpack_replacer.cpp.o 2025-06-05T23:26:11.5104215Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_topkroi/topk_rois_kernel_selector.cpp.o 2025-06-05T23:26:11.5106508Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/prim_unpack_parameter_replacer.cpp.o 2025-06-05T23:26:11.5108828Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/quantized_node_remover.cpp.o 2025-06-05T23:26:11.5110997Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/group_normalization.cpp.o 2025-06-05T23:26:11.5112973Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/gru_cell.cpp.o 2025-06-05T23:26:11.5115094Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/attention.cpp.o 2025-06-05T23:26:11.5116915Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/hard_sigmoid.cpp.o 2025-06-05T23:26:11.5118146Z [ 77%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/remove_packing_ops.cpp.o 2025-06-05T23:26:11.5119337Z [ 77%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/identity.cpp.o 2025-06-05T23:26:11.5120619Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/ed_topkroi/topk_rois_ref.cpp.o 2025-06-05T23:26:11.5122006Z [ 77%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_base.cpp.o 2025-06-05T23:26:11.5123300Z [ 77%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/bias_add.cpp.o 2025-06-05T23:26:11.5124530Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/bias_gelu.cpp.o 2025-06-05T23:26:11.5125888Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_blocked_opt.cpp.o 2025-06-05T23:26:11.5127252Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/reverseprop_resolver.cpp.o 2025-06-05T23:26:11.5128893Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/softmax_reshape_elimination.cpp.o 2025-06-05T23:26:11.5130101Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/if.cpp.o 2025-06-05T23:26:11.5131406Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp.o 2025-06-05T23:26:11.5132656Z [ 78%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin_version.dir/src/plugin.cpp.o 2025-06-05T23:26:11.5134088Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp.o 2025-06-05T23:26:11.5135682Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/string_equality_replacer.cpp.o 2025-06-05T23:26:13.7287113Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/dynamic_quantize_matmul.cpp.o 2025-06-05T23:26:13.7289552Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/torchfx_gptq_pattern_replacer.cpp.o 2025-06-05T23:26:13.7292175Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_ref.cpp.o 2025-06-05T23:26:13.7294692Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/interpolate.cpp.o 2025-06-05T23:26:13.7296941Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/inverse.cpp.o 2025-06-05T23:26:13.7299434Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_selector.cpp.o 2025-06-05T23:26:13.7301843Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/irdft.cpp.o 2025-06-05T23:26:13.7304096Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/tuple_unpack_replacer.cpp.o 2025-06-05T23:26:13.7306669Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/embed_layer_normalization.cpp.o 2025-06-05T23:26:13.7309053Z [ 78%] Building CXX object src/plugins/intel_npu/src/common/CMakeFiles/openvino_npu_common.dir/src/device_helpers.cpp.o 2025-06-05T23:26:13.7311085Z [ 78%] Building CXX object src/plugins/intel_npu/src/common/CMakeFiles/openvino_npu_common.dir/src/igraph.cpp.o 2025-06-05T23:26:13.7312303Z [ 78%] Built target openvino_intel_cpu_plugin_version 2025-06-05T23:26:13.7313702Z [ 78%] Building CXX object src/plugins/intel_npu/src/common/CMakeFiles/openvino_npu_common.dir/src/npu.cpp.o 2025-06-05T23:26:13.7315743Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/is_finite.cpp.o 2025-06-05T23:26:13.7317710Z [ 78%] Building CXX object src/plugins/intel_npu/tools/compile_tool/CMakeFiles/compile_tool.dir/main.cpp.o 2025-06-05T23:26:13.7319776Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/transforms/u4_block_repack.cpp.o 2025-06-05T23:26:13.7322300Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eltwise/eltwise_kernel_vload8.cpp.o 2025-06-05T23:26:13.7324700Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/translate_session.cpp.o 2025-06-05T23:26:13.7327336Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/fast_gelu.cpp.o 2025-06-05T23:26:13.7333916Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/embedding_bag/embedding_bag_kernel_ref.cpp.o 2025-06-05T23:26:13.7336131Z [ 78%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/compile_tool 2025-06-05T23:26:13.7338499Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/embedding_bag/embedding_bag_kernel_selector.cpp.o 2025-06-05T23:26:13.7340919Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/is_inf.cpp.o 2025-06-05T23:26:13.7343275Z [ 78%] Building CXX object src/plugins/intel_npu/src/common/CMakeFiles/openvino_npu_common.dir/src/remote_tensor.cpp.o 2025-06-05T23:26:13.7345325Z [ 78%] Building CXX object src/plugins/intel_npu/src/common/CMakeFiles/openvino_npu_common.dir/src/sync_infer_request.cpp.o 2025-06-05T23:26:13.7347246Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/utils.cpp.o 2025-06-05T23:26:13.7349327Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/fused_conv.cpp.o 2025-06-05T23:26:13.7350629Z [ 78%] Built target compile_tool 2025-06-05T23:26:13.7352086Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/fusedgemm.cpp.o 2025-06-05T23:26:13.7354854Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/extract_image_patches/extract_image_patches_kernel_base.cpp.o 2025-06-05T23:26:13.7357981Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/extract_image_patches/extract_image_patches_kernel_ref.cpp.o 2025-06-05T23:26:13.7360546Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/is_nan.cpp.o 2025-06-05T23:26:13.7362776Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/fusedmatmul.cpp.o 2025-06-05T23:26:13.7364931Z [ 78%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_npu_common.a 2025-06-05T23:26:13.7366084Z [ 78%] Built target openvino_npu_common 2025-06-05T23:26:13.7367779Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/matmul_integer_to_float.cpp.o 2025-06-05T23:26:13.7370037Z [ 78%] Building CXX object src/frontends/pytorch/src/CMakeFiles/openvino_pytorch_frontend.dir/utils_quantize.cpp.o 2025-06-05T23:26:13.7372701Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/extract_image_patches/extract_image_patches_kernel_selector.cpp.o 2025-06-05T23:26:13.7375325Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/matmulnbits.cpp.o 2025-06-05T23:26:13.7377523Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eye/eye_kernel_ref.cpp.o 2025-06-05T23:26:13.7379630Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/pad.cpp.o 2025-06-05T23:26:13.7381328Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/istft.cpp.o 2025-06-05T23:26:13.7383208Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/qlinear_activation.cpp.o 2025-06-05T23:26:13.7385502Z [ 78%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_pytorch_frontend.so 2025-06-05T23:26:13.7387499Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/log.cpp.o 2025-06-05T23:26:13.7389271Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/log_softmax.cpp.o 2025-06-05T23:26:13.7390907Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/lrn.cpp.o 2025-06-05T23:26:13.7392844Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/lstm_cell.cpp.o 2025-06-05T23:26:13.7394812Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/matrix_nms.cpp.o 2025-06-05T23:26:13.7396687Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/eye/eye_kernel_selector.cpp.o 2025-06-05T23:26:13.7398013Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/qlinear_ops.cpp.o 2025-06-05T23:26:13.7399184Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/mod.cpp.o 2025-06-05T23:26:13.7400318Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/multiclass_nms.cpp.o 2025-06-05T23:26:13.7401506Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/multinomial.cpp.o 2025-06-05T23:26:13.7402708Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/quick_gelu.cpp.o 2025-06-05T23:26:13.7404369Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/cm/fully_connected_cm_example.cpp.o 2025-06-05T23:26:13.7406032Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/multiply.cpp.o 2025-06-05T23:26:13.7407078Z [ 78%] Built target openvino_pytorch_frontend 2025-06-05T23:26:13.7408443Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/mvn.cpp.o 2025-06-05T23:26:13.7410307Z [ 78%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/async_infer_queue.cpp.o 2025-06-05T23:26:13.7411412Z [ 78%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/common.cpp.o 2025-06-05T23:26:15.9715058Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/nms_rotated.cpp.o 2025-06-05T23:26:15.9717501Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/non_max_suppression.cpp.o 2025-06-05T23:26:15.9719809Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/range.cpp.o 2025-06-05T23:26:15.9722445Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/cm/fully_connected_cm_kernel_selector.cpp.o 2025-06-05T23:26:15.9725219Z [ 78%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/simplified_layer_normalization.cpp.o 2025-06-05T23:26:15.9728010Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_block_kernel_base.cpp.o 2025-06-05T23:26:15.9734155Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_base.cpp.o 2025-06-05T23:26:15.9737011Z [ 78%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/normalize_l2.cpp.o 2025-06-05T23:26:15.9739630Z [ 78%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.cpp.o 2025-06-05T23:26:15.9742069Z [ 78%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/compiled_model.cpp.o 2025-06-05T23:26:15.9744627Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.cpp.o 2025-06-05T23:26:15.9747420Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/skip_layer_normalization.cpp.o 2025-06-05T23:26:15.9750341Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/com.microsoft/skip_simplified_layer_normalization.cpp.o 2025-06-05T23:26:15.9752974Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bf_io_ref.cpp.o 2025-06-05T23:26:15.9755916Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp.o 2025-06-05T23:26:15.9758384Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/pad.cpp.o 2025-06-05T23:26:15.9760877Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bfyx_ref.cpp.o 2025-06-05T23:26:15.9763714Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp.o 2025-06-05T23:26:15.9766257Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/prelu.cpp.o 2025-06-05T23:26:15.9768169Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/core.cpp.o 2025-06-05T23:26:15.9770123Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/compress.cpp.o 2025-06-05T23:26:15.9773332Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp.o 2025-06-05T23:26:15.9777256Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/proposal.cpp.o 2025-06-05T23:26:15.9780034Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp.o 2025-06-05T23:26:15.9782582Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/psroi_pooling.cpp.o 2025-06-05T23:26:15.9784650Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/concat.cpp.o 2025-06-05T23:26:15.9786695Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/rdft.cpp.o 2025-06-05T23:26:15.9788880Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/read_value.cpp.o 2025-06-05T23:26:15.9791142Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/reduce_mean.cpp.o 2025-06-05T23:26:15.9793311Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/extension.cpp.o 2025-06-05T23:26:15.9796137Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp.o 2025-06-05T23:26:15.9799130Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp.o 2025-06-05T23:26:15.9801714Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/region_yolo.cpp.o 2025-06-05T23:26:15.9816180Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/constant.cpp.o 2025-06-05T23:26:15.9818165Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/relu.cpp.o 2025-06-05T23:26:15.9820305Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/constant_fill.cpp.o 2025-06-05T23:26:15.9822401Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/reorg_yolo.cpp.o 2025-06-05T23:26:15.9824163Z [ 79%] Building CXX object samples/cpp/benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/main.cpp.o 2025-06-05T23:26:15.9825974Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/infer_request.cpp.o 2025-06-05T23:26:15.9828374Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_fb_io_ref.cpp.o 2025-06-05T23:26:15.9831082Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp.o 2025-06-05T23:26:15.9833417Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/reverse_sequence.cpp.o 2025-06-05T23:26:15.9834735Z [ 79%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/sync_benchmark 2025-06-05T23:26:15.9836006Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.cpp.o 2025-06-05T23:26:15.9837389Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/rms_internal.cpp.o 2025-06-05T23:26:15.9838579Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/constant_of_shape.cpp.o 2025-06-05T23:26:15.9839680Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/conv.cpp.o 2025-06-05T23:26:15.9840786Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/rms_norm.cpp.o 2025-06-05T23:26:15.9841920Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/rnn_cell.cpp.o 2025-06-05T23:26:15.9842600Z [ 79%] Built target sync_benchmark 2025-06-05T23:26:15.9843343Z [ 79%] Building CXX object samples/cpp/benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/main.cpp.o 2025-06-05T23:26:15.9844493Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/offline_transformations.cpp.o 2025-06-05T23:26:15.9845683Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/roi_align.cpp.o 2025-06-05T23:26:15.9846796Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/profiling_info.cpp.o 2025-06-05T23:26:15.9848202Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp.o 2025-06-05T23:26:15.9849679Z [ 79%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/throughput_benchmark 2025-06-05T23:26:18.3715288Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_imad.cpp.o 2025-06-05T23:26:18.3717828Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/conv_integer.cpp.o 2025-06-05T23:26:18.3719912Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/roi_align_rotated.cpp.o 2025-06-05T23:26:18.3722092Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/properties/properties.cpp.o 2025-06-05T23:26:18.3723737Z [ 79%] Built target throughput_benchmark 2025-06-05T23:26:18.3725203Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/remote_context.cpp.o 2025-06-05T23:26:18.3727282Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/remote_tensor.cpp.o 2025-06-05T23:26:18.3729446Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/tensor.cpp.o 2025-06-05T23:26:18.3731538Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/conv_transpose.cpp.o 2025-06-05T23:26:18.3733773Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/variable_state.cpp.o 2025-06-05T23:26:18.3736282Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_mmad.cpp.o 2025-06-05T23:26:18.3738786Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/roi_pooling.cpp.o 2025-06-05T23:26:18.3741221Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_selector.cpp.o 2025-06-05T23:26:18.3744074Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_kernel_yxfb_ref.cpp.o 2025-06-05T23:26:18.3746835Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/fully_connected/fully_connected_params.cpp.o 2025-06-05T23:26:18.3749141Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/cos.cpp.o 2025-06-05T23:26:18.3751499Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather/gather_elements_kernel_ref.cpp.o 2025-06-05T23:26:18.3753808Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/roll.cpp.o 2025-06-05T23:26:18.3755731Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/version.cpp.o 2025-06-05T23:26:18.3758140Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather/gather_elements_kernel_selector.cpp.o 2025-06-05T23:26:18.3760735Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather/gather_kernel_ref.cpp.o 2025-06-05T23:26:18.3763150Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather/gather_kernel_selector.cpp.o 2025-06-05T23:26:18.3765609Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather/gather_nd_kernel_ref.cpp.o 2025-06-05T23:26:18.3768079Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/cosh.cpp.o 2025-06-05T23:26:18.3770862Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/scatter_nd_update.cpp.o 2025-06-05T23:26:18.3773926Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/search_sorted.cpp.o 2025-06-05T23:26:18.3776652Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/crop.cpp.o 2025-06-05T23:26:18.3779107Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/experimental/experimental.cpp.o 2025-06-05T23:26:18.3782516Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather/gather_nd_kernel_selector.cpp.o 2025-06-05T23:26:18.3786049Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather_tree/gather_tree_kernel_base.cpp.o 2025-06-05T23:26:18.3789452Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather_tree/gather_tree_kernel_ref.cpp.o 2025-06-05T23:26:18.3792396Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/cum_sum.cpp.o 2025-06-05T23:26:18.3795148Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/segment_max.cpp.o 2025-06-05T23:26:18.3797755Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/depth_to_space.cpp.o 2025-06-05T23:26:18.3800325Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/dequantize_linear.cpp.o 2025-06-05T23:26:18.3803669Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gather_tree/gather_tree_kernel_selector.cpp.o 2025-06-05T23:26:18.3806339Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/decoder.cpp.o 2025-06-05T23:26:18.3808527Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/dft.cpp.o 2025-06-05T23:26:18.3810452Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/div.cpp.o 2025-06-05T23:26:18.3812533Z [ 79%] Building CXX object samples/cpp/benchmark_app/CMakeFiles/benchmark_app.dir/inputs_filling.cpp.o 2025-06-05T23:26:18.3814499Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/selu.cpp.o 2025-06-05T23:26:18.3816344Z [ 79%] Building CXX object samples/cpp/benchmark_app/CMakeFiles/benchmark_app.dir/main.cpp.o 2025-06-05T23:26:18.3818110Z [ 79%] Building CXX object samples/cpp/benchmark_app/CMakeFiles/benchmark_app.dir/remote_tensors_filling.cpp.o 2025-06-05T23:26:18.3820397Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/extension.cpp.o 2025-06-05T23:26:18.3822408Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/frontend.cpp.o 2025-06-05T23:26:18.3824644Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gemm/gemm_kernel_base.cpp.o 2025-06-05T23:26:18.3826828Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/dropout.cpp.o 2025-06-05T23:26:18.3828895Z [ 79%] Building CXX object samples/cpp/benchmark_app/CMakeFiles/benchmark_app.dir/statistics_report.cpp.o 2025-06-05T23:26:18.3831235Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/sequences.cpp.o 2025-06-05T23:26:18.3834043Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gemm/gemm_kernel_mmad_int8.cpp.o 2025-06-05T23:26:18.3836190Z [ 79%] Building CXX object samples/cpp/benchmark_app/CMakeFiles/benchmark_app.dir/utils.cpp.o 2025-06-05T23:26:18.3838126Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/sigmoid.cpp.o 2025-06-05T23:26:18.3840337Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/dynamic_quantize_linear.cpp.o 2025-06-05T23:26:18.3842442Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/sign.cpp.o 2025-06-05T23:26:18.3844674Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/einsum.cpp.o 2025-06-05T23:26:18.3846676Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/input_model.cpp.o 2025-06-05T23:26:18.3848799Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/slice_scatter.cpp.o 2025-06-05T23:26:18.3851304Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gemm/gemm_kernel_mmad_int8_slm.cpp.o 2025-06-05T23:26:18.3853388Z [ 79%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/benchmark_app 2025-06-05T23:26:18.3855139Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/manager.cpp.o 2025-06-05T23:26:20.7553598Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/node_context.cpp.o 2025-06-05T23:26:20.7556062Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gemm/gemm_kernel_ref.cpp.o 2025-06-05T23:26:20.7558325Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/elu.cpp.o 2025-06-05T23:26:20.7560448Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/softsign.cpp.o 2025-06-05T23:26:20.7562542Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/frontend/place.cpp.o 2025-06-05T23:26:20.7564773Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gemm/gemm_kernel_selector.cpp.o 2025-06-05T23:26:20.7566205Z [ 79%] Built target benchmark_app 2025-06-05T23:26:20.7567516Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/any.cpp.o 2025-06-05T23:26:20.7569387Z [ 79%] Building CXX object samples/cpp/classification_sample_async/CMakeFiles/classification_sample_async.dir/main.cpp.o 2025-06-05T23:26:20.7571268Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/erf.cpp.o 2025-06-05T23:26:20.7573223Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/equal.cpp.o 2025-06-05T23:26:20.7575295Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/squared_difference.cpp.o 2025-06-05T23:26:20.7577468Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/attribute_visitor.cpp.o 2025-06-05T23:26:20.7579474Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/axis_set.cpp.o 2025-06-05T23:26:20.7581716Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/gemm/gemm_kernel_tiled_opt.cpp.o 2025-06-05T23:26:20.7584275Z [ 79%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/classification_sample_async 2025-06-05T23:26:20.7586214Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/stft.cpp.o 2025-06-05T23:26:20.7588207Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/axis_vector.cpp.o 2025-06-05T23:26:20.7590066Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/exp.cpp.o 2025-06-05T23:26:20.7591878Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/expand.cpp.o 2025-06-05T23:26:20.7593020Z [ 79%] Built target classification_sample_async 2025-06-05T23:26:20.7594604Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/eye_like.cpp.o 2025-06-05T23:26:20.7597071Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/generate_proposals/generate_proposals_kernel_ref.cpp.o 2025-06-05T23:26:20.7599415Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/flatten.cpp.o 2025-06-05T23:26:20.7601321Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/floor.cpp.o 2025-06-05T23:26:20.7603436Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/string_tensor_pack.cpp.o 2025-06-05T23:26:20.7605462Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/coordinate.cpp.o 2025-06-05T23:26:20.7607457Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/gather.cpp.o 2025-06-05T23:26:20.7609503Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/coordinate_diff.cpp.o 2025-06-05T23:26:20.7611676Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/descriptors/tensor.cpp.o 2025-06-05T23:26:20.7614418Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/generate_proposals/generate_proposals_kernel_selector.cpp.o 2025-06-05T23:26:20.7617034Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/string_tensor_unpack.cpp.o 2025-06-05T23:26:20.7619381Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/dict_attribute_visitor.cpp.o 2025-06-05T23:26:20.7621542Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/gather_elements.cpp.o 2025-06-05T23:26:20.7623555Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/dimension.cpp.o 2025-06-05T23:26:20.7625604Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/gather_nd.cpp.o 2025-06-05T23:26:20.7627628Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/tanh.cpp.o 2025-06-05T23:26:20.7629670Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/gelu.cpp.o 2025-06-05T23:26:20.7631769Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grid_sample/grid_sample_kernel_base.cpp.o 2025-06-05T23:26:20.7633941Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/tensor_iterator.cpp.o 2025-06-05T23:26:20.7635931Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/discrete_type_info.cpp.o 2025-06-05T23:26:20.7638202Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/layout.cpp.o 2025-06-05T23:26:20.7640237Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/layout_helpers.cpp.o 2025-06-05T23:26:20.7642216Z [ 79%] Building CXX object samples/cpp/hello_classification/CMakeFiles/hello_classification.dir/main.cpp.o 2025-06-05T23:26:20.7644108Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/gemm.cpp.o 2025-06-05T23:26:20.7646200Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/global_average_pool.cpp.o 2025-06-05T23:26:20.7648538Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/ops/unique.cpp.o 2025-06-05T23:26:20.7651011Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grid_sample/grid_sample_kernel_opt_bilinear_zeros.cpp.o 2025-06-05T23:26:20.7654049Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grid_sample/grid_sample_kernel_ref.cpp.o 2025-06-05T23:26:20.7656471Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/backend.cpp.o 2025-06-05T23:26:20.7658989Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grid_sample/grid_sample_kernel_selector.cpp.o 2025-06-05T23:26:20.7661413Z [ 79%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/model.cpp.o 2025-06-05T23:26:20.7663216Z [ 79%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/hello_classification 2025-06-05T23:26:20.7665164Z [ 79%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/global_max_pool.cpp.o 2025-06-05T23:26:20.7667408Z [ 79%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grn/grn_kernel_base.cpp.o 2025-06-05T23:26:20.7668815Z [ 79%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/executable.cpp.o 2025-06-05T23:26:20.7669957Z [ 80%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/int_backend.cpp.o 2025-06-05T23:26:20.7670631Z [ 80%] Built target hello_classification 2025-06-05T23:26:20.7671384Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/greater.cpp.o 2025-06-05T23:26:20.7672613Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grn/grn_kernel_ref.cpp.o 2025-06-05T23:26:20.7673954Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/grn/grn_kernel_selector.cpp.o 2025-06-05T23:26:20.7675209Z [ 80%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/int_executable.cpp.o 2025-06-05T23:26:20.7676296Z [ 80%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/node.cpp.o 2025-06-05T23:26:22.5176658Z [ 80%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/node_factory.cpp.o 2025-06-05T23:26:22.5179140Z [ 80%] Building CXX object src/plugins/template/backend/CMakeFiles/openvino_interpreter_backend.dir/evaluates_map.cpp.o 2025-06-05T23:26:22.5181521Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/greater_or_equal.cpp.o 2025-06-05T23:26:22.5184157Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/grid_sample.cpp.o 2025-06-05T23:26:22.5186454Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/group_normalization.cpp.o 2025-06-05T23:26:22.5188500Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/gru.cpp.o 2025-06-05T23:26:22.5191088Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/group_normalization/group_normalization_kernel_b_fs_yx_fsv16.cpp.o 2025-06-05T23:26:22.5193662Z [ 80%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_interpreter_backend.a 2025-06-05T23:26:22.5195969Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/hammingwindow.cpp.o 2025-06-05T23:26:22.5198473Z [ 80%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/node_input.cpp.o 2025-06-05T23:26:22.5200725Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/hannwindow.cpp.o 2025-06-05T23:26:22.5203027Z [ 80%] Building CXX object samples/cpp/hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/main.cpp.o 2025-06-05T23:26:22.5205345Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/hard_sigmoid.cpp.o 2025-06-05T23:26:22.5207588Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/hard_swish.cpp.o 2025-06-05T23:26:22.5210353Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/group_normalization/group_normalization_kernel_base.cpp.o 2025-06-05T23:26:22.5213139Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/hardmax.cpp.o 2025-06-05T23:26:22.5215964Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/group_normalization/group_normalization_kernel_bfyx_opt.cpp.o 2025-06-05T23:26:22.5218649Z [ 80%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/hello_nv12_input_classification 2025-06-05T23:26:22.5221364Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/group_normalization/group_normalization_kernel_ref.cpp.o 2025-06-05T23:26:22.5223223Z [ 80%] Built target openvino_interpreter_backend 2025-06-05T23:26:22.5225388Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/group_normalization/group_normalization_kernel_selector.cpp.o 2025-06-05T23:26:22.5228130Z [ 80%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/node_output.cpp.o 2025-06-05T23:26:22.5230700Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/identity.cpp.o 2025-06-05T23:26:22.5232743Z [ 80%] Building CXX object samples/cpp/hello_query_device/CMakeFiles/hello_query_device.dir/main.cpp.o 2025-06-05T23:26:22.5233954Z [ 80%] Built target hello_nv12_input_classification 2025-06-05T23:26:22.5235446Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/if.cpp.o 2025-06-05T23:26:22.5237382Z [ 80%] Building CXX object samples/cpp/hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/main.cpp.o 2025-06-05T23:26:22.5241879Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_across_channel_multiple_features.cpp.o 2025-06-05T23:26:22.5245412Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp.o 2025-06-05T23:26:22.5248444Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp.o 2025-06-05T23:26:22.5252056Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/image_scaler.cpp.o 2025-06-05T23:26:22.5254264Z [ 80%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/op.cpp.o 2025-06-05T23:26:22.5255999Z [ 80%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/hello_query_device 2025-06-05T23:26:22.5257750Z [ 80%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/hello_reshape_ssd 2025-06-05T23:26:22.5259923Z [ 80%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/instance_norm.cpp.o 2025-06-05T23:26:22.5262471Z [ 80%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_across_channel_ref.cpp.o 2025-06-05T23:26:22.5264009Z [ 80%] Built target hello_query_device 2025-06-05T23:26:22.5265431Z [ 81%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/is_finite.cpp.o 2025-06-05T23:26:22.5267433Z [ 81%] Building CXX object samples/cpp/model_creation_sample/CMakeFiles/model_creation_sample.dir/main.cpp.o 2025-06-05T23:26:22.5269665Z [ 81%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_base.cpp.o 2025-06-05T23:26:22.5271100Z [ 81%] Built target hello_reshape_ssd 2025-06-05T23:26:22.5272496Z [ 81%] Building CXX object build-modules/template/src/CMakeFiles/openvino_template_plugin_version.dir/plugin.cpp.o 2025-06-05T23:26:22.5273939Z [ 81%] Generating cross-compiled/softmax_disp.cpp 2025-06-05T23:26:22.5274878Z [ 81%] Generating cross-compiled/ANY/attn_memcpy.cpp 2025-06-05T23:26:22.5275794Z [ 81%] Generating cross-compiled/ANY/attn_quant.cpp 2025-06-05T23:26:22.5276707Z [ 81%] Generating cross-compiled/ANY/executor_pa.cpp 2025-06-05T23:26:22.5277673Z [ 81%] Generating cross-compiled/ANY/mha_single_token.cpp 2025-06-05T23:26:22.5279266Z [ 81%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/op_extension.cpp.o 2025-06-05T23:26:22.5280752Z [ 81%] Generating cross-compiled/ANY/mlp_utils.cpp 2025-06-05T23:26:22.5281692Z [ 81%] Generating cross-compiled/ANY/proposal_imp.cpp 2025-06-05T23:26:22.5282615Z [ 81%] Generating cross-compiled/ANY/softmax.cpp 2025-06-05T23:26:22.5283553Z [ 81%] Generating cross-compiled/AVX2/attn_memcpy.cpp 2025-06-05T23:26:22.5284493Z [ 81%] Generating cross-compiled/AVX2/attn_quant.cpp 2025-06-05T23:26:22.5285389Z [ 81%] Generating cross-compiled/AVX2/executor_pa.cpp 2025-06-05T23:26:22.5286777Z [ 81%] Linking CXX executable /pytorch/executorch/openvino/bin/intel64/Release/model_creation_sample 2025-06-05T23:26:22.5288137Z [ 81%] Generating cross-compiled/AVX2/mha_single_token.cpp 2025-06-05T23:26:22.5289126Z [ 81%] Generating cross-compiled/AVX2/proposal_imp.cpp 2025-06-05T23:26:22.5290633Z [ 81%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/is_inf.cpp.o 2025-06-05T23:26:22.5292067Z [ 81%] Generating cross-compiled/AVX2/softmax.cpp 2025-06-05T23:26:22.5293017Z [ 81%] Generating cross-compiled/AVX512F/attn_memcpy.cpp 2025-06-05T23:26:22.5294960Z [ 81%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_ref.cpp.o 2025-06-05T23:26:22.5296837Z [ 81%] Generating cross-compiled/AVX512F/attn_quant.cpp 2025-06-05T23:26:22.5297839Z [ 81%] Generating cross-compiled/AVX512F/executor_pa.cpp 2025-06-05T23:26:22.5299368Z [ 82%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/is_nan.cpp.o 2025-06-05T23:26:22.5300867Z [ 82%] Generating cross-compiled/AVX512F/mha_single_token.cpp 2025-06-05T23:26:22.5301869Z [ 82%] Generating cross-compiled/AVX512F/mlp_utils.cpp 2025-06-05T23:26:22.5302639Z [ 82%] Built target openvino_template_plugin_version 2025-06-05T23:26:22.5303527Z [ 82%] Generating cross-compiled/AVX512F/softmax.cpp 2025-06-05T23:26:22.5304444Z [ 82%] Generating cross-compiled/attn_memcpy_disp.cpp 2025-06-05T23:26:22.5306332Z [ 82%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_selector.cpp.o 2025-06-05T23:26:22.5308038Z [ 82%] Generating cross-compiled/attn_quant_disp.cpp 2025-06-05T23:26:22.5308992Z [ 82%] Generating cross-compiled/executor_pa_disp.cpp 2025-06-05T23:26:22.5310009Z [ 82%] Generating cross-compiled/mha_single_token_disp.cpp 2025-06-05T23:26:22.5310978Z [ 82%] Generating cross-compiled/mlp_utils_disp.cpp 2025-06-05T23:26:22.5311932Z [ 82%] Generating cross-compiled/proposal_imp_disp.cpp 2025-06-05T23:26:24.8450204Z [ 82%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp.o 2025-06-05T23:26:24.8451644Z [ 82%] Built target model_creation_sample 2025-06-05T23:26:24.8452949Z [ 82%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/async_infer_request.cpp.o 2025-06-05T23:26:24.8455437Z [ 82%] Building CXX object src/plugins/intel_npu/src/compiler_adapter/CMakeFiles/openvino_npu_driver_compiler_adapter.dir/src/driver_compiler_adapter.cpp.o 2025-06-05T23:26:24.8457712Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/assign.cpp.o 2025-06-05T23:26:24.8459982Z [ 83%] Building CXX object src/plugins/intel_npu/src/compiler_adapter/CMakeFiles/openvino_npu_driver_compiler_adapter.dir/src/driver_graph.cpp.o 2025-06-05T23:26:24.8462265Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/layer_normalization.cpp.o 2025-06-05T23:26:24.8464755Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_within_channel_ref.cpp.o 2025-06-05T23:26:24.8467097Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/leaky_relu.cpp.o 2025-06-05T23:26:24.8469467Z [ 83%] Building CXX object src/plugins/intel_npu/src/compiler_adapter/CMakeFiles/openvino_npu_driver_compiler_adapter.dir/src/ir_serializer.cpp.o 2025-06-05T23:26:24.8471795Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/constant.cpp.o 2025-06-05T23:26:24.8473790Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cache/multi_cache.cpp.o 2025-06-05T23:26:24.8475812Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_backend.cpp.o 2025-06-05T23:26:24.8478037Z [ 83%] Building CXX object src/plugins/intel_npu/src/compiler_adapter/CMakeFiles/openvino_npu_driver_compiler_adapter.dir/src/plugin_compiler_adapter.cpp.o 2025-06-05T23:26:24.8480176Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_device.cpp.o 2025-06-05T23:26:24.8482113Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/less.cpp.o 2025-06-05T23:26:24.8484261Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/less_or_equal.cpp.o 2025-06-05T23:26:24.8485880Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/compiled_model.cpp.o 2025-06-05T23:26:24.8487806Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp.o 2025-06-05T23:26:24.8490283Z [ 83%] Building CXX object src/plugins/intel_npu/src/compiler_adapter/CMakeFiles/openvino_npu_driver_compiler_adapter.dir/src/plugin_graph.cpp.o 2025-06-05T23:26:24.8492444Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/if.cpp.o 2025-06-05T23:26:24.8494690Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/loop.cpp.o 2025-06-05T23:26:24.8496808Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_host_tensor.cpp.o 2025-06-05T23:26:24.8498858Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/log.cpp.o 2025-06-05T23:26:24.8500228Z [ 83%] Built target ov_samples 2025-06-05T23:26:24.8501774Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_infer_request.cpp.o 2025-06-05T23:26:24.8504189Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lstm/cm/lstm_seq_cm.cpp.o 2025-06-05T23:26:24.8506717Z [ 83%] Building CXX object src/plugins/intel_npu/src/compiler_adapter/CMakeFiles/openvino_npu_driver_compiler_adapter.dir/src/ze_graph_ext_wrappers.cpp.o 2025-06-05T23:26:24.8508942Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/config.cpp.o 2025-06-05T23:26:24.8510917Z [ 83%] Building CXX object build-modules/template/src/CMakeFiles/openvino_template_plugin.dir/async_infer_request.cpp.o 2025-06-05T23:26:24.8513024Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/log_softmax.cpp.o 2025-06-05T23:26:24.8515059Z [ 83%] Building CXX object build-modules/template/src/CMakeFiles/openvino_template_plugin.dir/compiled_model.cpp.o 2025-06-05T23:26:24.8517219Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_memory.cpp.o 2025-06-05T23:26:24.8519538Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/paged_attention_extension.cpp.o 2025-06-05T23:26:24.8521887Z [ 83%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_npu_driver_compiler_adapter.a 2025-06-05T23:26:24.8523264Z [ 83%] Built target openvino_npu_driver_compiler_adapter 2025-06-05T23:26:24.8524776Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/parameter.cpp.o 2025-06-05T23:26:24.8527187Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lstm/cm/lstm_seq_cm_kernel_selector.cpp.o 2025-06-05T23:26:24.8529785Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/loop.cpp.o 2025-06-05T23:26:24.8532218Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lstm/lstm_cell_and_seq_kernel_bfyx.cpp.o 2025-06-05T23:26:24.8534845Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_pipeline.cpp.o 2025-06-05T23:26:24.8537219Z [ 83%] Building CXX object build-modules/template/src/CMakeFiles/openvino_template_plugin.dir/config.cpp.o 2025-06-05T23:26:24.8539171Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cpu_map_scheduling.cpp.o 2025-06-05T23:26:24.8541332Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_profiling.cpp.o 2025-06-05T23:26:24.8543498Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/read_value.cpp.o 2025-06-05T23:26:24.8545562Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/lp_norm.cpp.o 2025-06-05T23:26:24.8547533Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/lp_pool.cpp.o 2025-06-05T23:26:24.8549776Z [ 83%] Building CXX object build-modules/template/src/CMakeFiles/openvino_template_plugin.dir/remote_context.cpp.o 2025-06-05T23:26:24.8552195Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lstm/lstm_cell_and_seq_kernel_ref.cpp.o 2025-06-05T23:26:24.8554731Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_remote_tensor.cpp.o 2025-06-05T23:26:24.8557028Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_tensor.cpp.o 2025-06-05T23:26:24.8559027Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cpu_memory.cpp.o 2025-06-05T23:26:24.8561009Z [ 83%] Building CXX object build-modules/template/src/CMakeFiles/openvino_template_plugin.dir/sync_infer_request.cpp.o 2025-06-05T23:26:24.8563502Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lstm/lstm_cell_and_seq_kernel_selector.cpp.o 2025-06-05T23:26:24.8565866Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/lrn.cpp.o 2025-06-05T23:26:24.8567857Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/result.cpp.o 2025-06-05T23:26:24.8569879Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/tensor_iterator.cpp.o 2025-06-05T23:26:24.8572198Z [ 83%] Building CXX object src/plugins/intel_npu/src/backend/CMakeFiles/openvino_npu_level_zero_backend.dir/src/zero_variable_state.cpp.o 2025-06-05T23:26:24.8574757Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/lstm/lstm_kernel_base.cpp.o 2025-06-05T23:26:24.8577031Z [ 83%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_template_plugin.so 2025-06-05T23:26:24.8579006Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/lstm.cpp.o 2025-06-05T23:26:27.3352289Z [ 83%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_npu_level_zero_backend.a 2025-06-05T23:26:27.3354233Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/matrix_nms/matrix_nms_kernel_ref.cpp.o 2025-06-05T23:26:27.3355425Z [ 83%] Built target openvino_npu_level_zero_backend 2025-06-05T23:26:27.3356464Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/matrix_nms/matrix_nms_kernel_selector.cpp.o 2025-06-05T23:26:27.3358096Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/multiclass_nms/multiclass_nms_kernel_ref.cpp.o 2025-06-05T23:26:27.3359800Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/arithmetic_reduction.cpp.o 2025-06-05T23:26:27.3360987Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/matmul.cpp.o 2025-06-05T23:26:27.3362011Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cpu_shape.cpp.o 2025-06-05T23:26:27.3363277Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cpu_streams_calculation.cpp.o 2025-06-05T23:26:27.3364817Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cpu_tensor.cpp.o 2025-06-05T23:26:27.3365866Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/cpu_types.cpp.o 2025-06-05T23:26:27.3367518Z [ 83%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/multiclass_nms/multiclass_nms_kernel_selector.cpp.o 2025-06-05T23:26:27.3369029Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/matmul_integer.cpp.o 2025-06-05T23:26:27.3370273Z [ 83%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/dnnl_extension_utils.cpp.o 2025-06-05T23:26:27.3371703Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/binary_elementwise_arithmetic.cpp.o 2025-06-05T23:26:27.3373322Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/binary_elementwise_comparison.cpp.o 2025-06-05T23:26:27.3374785Z [ 83%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/binary_elementwise_logical.cpp.o 2025-06-05T23:26:27.3376081Z [ 83%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/max.cpp.o 2025-06-05T23:26:27.3377561Z [ 84%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/multinomial/multinomial_kernel_selector.cpp.o 2025-06-05T23:26:27.3379085Z [ 84%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/multinomial/multinomial_kernel_ref.cpp.o 2025-06-05T23:26:27.3379998Z [ 84%] Built target openvino_template_plugin 2025-06-05T23:26:27.3380834Z [ 84%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/index_reduction.cpp.o 2025-06-05T23:26:27.3382003Z [ 84%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/dnnl_postops_composer.cpp.o 2025-06-05T23:26:27.3383137Z [ 84%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/dnnl_postops_composer_legacy.cpp.o 2025-06-05T23:26:27.3384281Z [ 84%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/max_pool.cpp.o 2025-06-05T23:26:27.3385438Z [ 84%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/multisubgraph.cpp.o 2025-06-05T23:26:27.3386777Z [ 84%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp.o 2025-06-05T23:26:27.3388158Z [ 84%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/regmodule_graph_op_util.cpp.o 2025-06-05T23:26:27.3389478Z [ 84%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/mvn/mvn_kernel_base.cpp.o 2025-06-05T23:26:27.3390602Z [ 84%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/edge.cpp.o 2025-06-05T23:26:27.3391828Z [ 84%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/debug_capabilities.cpp.o 2025-06-05T23:26:27.3393126Z [ 84%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/jit_conversion_emitters.cpp.o 2025-06-05T23:26:27.3394422Z [ 84%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/jit_dnnl_emitters.cpp.o 2025-06-05T23:26:27.3395716Z [ 84%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/max_roi_pool.cpp.o 2025-06-05T23:26:27.3396884Z [ 84%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/mean.cpp.o 2025-06-05T23:26:27.3398194Z [ 84%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/mvn/mvn_kernel_bfyx_opt.cpp.o 2025-06-05T23:26:27.3399588Z [ 84%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp.o 2025-06-05T23:26:27.3401049Z [ 84%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/unary_elementwise_arithmetic.cpp.o 2025-06-05T23:26:27.3402454Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/jit_eltwise_emitters.cpp.o 2025-06-05T23:26:27.3403784Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/mean_variance_normalization.cpp.o 2025-06-05T23:26:27.3405131Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/min.cpp.o 2025-06-05T23:26:27.3407222Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/ops/util/variable.cpp.o 2025-06-05T23:26:27.3408701Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/mish.cpp.o 2025-06-05T23:26:27.3410055Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/mvn/mvn_kernel_ref.cpp.o 2025-06-05T23:26:27.3411504Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/mvn/mvn_kernel_selector.cpp.o 2025-06-05T23:26:27.3412717Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/partial_shape.cpp.o 2025-06-05T23:26:27.3414001Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/mmdeploy_roi_align_rotated.cpp.o 2025-06-05T23:26:27.3415148Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/mod.cpp.o 2025-06-05T23:26:27.3416268Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/jit_emitter.cpp.o 2025-06-05T23:26:27.3417695Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/non_max_suppression/non_max_suppression_kernel_ref.cpp.o 2025-06-05T23:26:27.3419225Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/jit_load_store_emitters.cpp.o 2025-06-05T23:26:27.3420440Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/plugin/x64/utils.cpp.o 2025-06-05T23:26:27.3421615Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/brgemm_generic.cpp.o 2025-06-05T23:26:27.3422946Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/cpu_runtime_configurator.cpp.o 2025-06-05T23:26:27.3424379Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/graph_rewrite.cpp.o 2025-06-05T23:26:27.3425491Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/mul.cpp.o 2025-06-05T23:26:27.3426852Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/non_max_suppression/non_max_suppression_kernel_selector.cpp.o 2025-06-05T23:26:27.3428298Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/multinomial.cpp.o 2025-06-05T23:26:29.4089549Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/non_zero/count_nonzero_kernel_ref.cpp.o 2025-06-05T23:26:29.4092767Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/non_zero/count_nonzero_kernel_selector.cpp.o 2025-06-05T23:26:29.4095410Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/neg.cpp.o 2025-06-05T23:26:29.4097495Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/manager.cpp.o 2025-06-05T23:26:29.4099789Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/jit_snippets_call_args.cpp.o 2025-06-05T23:26:29.4102203Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/matcher_pass.cpp.o 2025-06-05T23:26:29.4104358Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/model_pass.cpp.o 2025-06-05T23:26:29.4106660Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/repacked_input.cpp.o 2025-06-05T23:26:29.4108912Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/nms_rotated.cpp.o 2025-06-05T23:26:29.4111138Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/non_max_suppression.cpp.o 2025-06-05T23:26:29.4113746Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/non_zero/gather_nonzero_kernel_ref.cpp.o 2025-06-05T23:26:29.4116607Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/non_zero/gather_nonzero_kernel_selector.cpp.o 2025-06-05T23:26:29.4119205Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin_version.dir/src/plugin.cpp.o 2025-06-05T23:26:29.4121435Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/pass_base.cpp.o 2025-06-05T23:26:29.4123684Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/pattern_ops.cpp.o 2025-06-05T23:26:29.4126058Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/utils/debug_caps_config.cpp.o 2025-06-05T23:26:29.4128512Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/cpu_generator.cpp.o 2025-06-05T23:26:29.4130858Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_binary_call_emitter.cpp.o 2025-06-05T23:26:29.4133000Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/predicate.cpp.o 2025-06-05T23:26:29.4134945Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/non_zero.cpp.o 2025-06-05T23:26:29.4137850Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/normalize/normalize_kernel_across_spatial_ref.cpp.o 2025-06-05T23:26:29.4139574Z [ 86%] Built target openvino_intel_npu_plugin_version 2025-06-05T23:26:29.4140998Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/not.cpp.o 2025-06-05T23:26:29.4143205Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/regmodule_graph_passes.cpp.o 2025-06-05T23:26:29.4145590Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/passes/transformations.cpp.o 2025-06-05T23:26:29.4148173Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/normalize/normalize_kernel_base.cpp.o 2025-06-05T23:26:29.4151168Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/normalize/normalize_kernel_selector.cpp.o 2025-06-05T23:26:29.4154160Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/normalize/normalize_kernel_within_spatial_ref.cpp.o 2025-06-05T23:26:29.4157029Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/one_hot/one_hot_kernel_base.cpp.o 2025-06-05T23:26:29.4159711Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/one_hot/one_hot_kernel_ref.cpp.o 2025-06-05T23:26:29.4162252Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_brgemm_copy_b_emitter.cpp.o 2025-06-05T23:26:29.4164469Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/onehot.cpp.o 2025-06-05T23:26:29.4166384Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/preprocess/pre_post_process.cpp.o 2025-06-05T23:26:29.4168600Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/one_hot/one_hot_kernel_selector.cpp.o 2025-06-05T23:26:29.4171247Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_base.cpp.o 2025-06-05T23:26:29.4174098Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_bfzyx_to_bfyxz.cpp.o 2025-06-05T23:26:29.4176516Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/or.cpp.o 2025-06-05T23:26:29.4178908Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_f_y_axes.cpp.o 2025-06-05T23:26:29.4181634Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_ref.cpp.o 2025-06-05T23:26:29.4184050Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_brgemm_emitter.cpp.o 2025-06-05T23:26:29.4186639Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/deformable_conv_2d.cpp.o 2025-06-05T23:26:29.4188934Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/rt_map.cpp.o 2025-06-05T23:26:29.4190959Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/detection_output.cpp.o 2025-06-05T23:26:29.4193424Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_selector.cpp.o 2025-06-05T23:26:29.4195710Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_tile_8x8_4x4.cpp.o 2025-06-05T23:26:29.4197951Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp.o 2025-06-05T23:26:29.4200062Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_base.cpp.o 2025-06-05T23:26:29.4202040Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp.o 2025-06-05T23:26:29.4204281Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/experimental_detectron/detection_output.cpp.o 2025-06-05T23:26:29.4206437Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_debug_emitter.cpp.o 2025-06-05T23:26:29.4208666Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.cpp.o 2025-06-05T23:26:29.4210615Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/shape.cpp.o 2025-06-05T23:26:29.4212472Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp.o 2025-06-05T23:26:29.4214557Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_fill_emitter.cpp.o 2025-06-05T23:26:31.7517369Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp.o 2025-06-05T23:26:31.7520568Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp.o 2025-06-05T23:26:31.7522947Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/strides.cpp.o 2025-06-05T23:26:31.7524877Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/symbol.cpp.o 2025-06-05T23:26:31.7527444Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.cpp.o 2025-06-05T23:26:31.7530461Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_horizon_emitter.cpp.o 2025-06-05T23:26:31.7532967Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_kernel_emitter.cpp.o 2025-06-05T23:26:31.7535470Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_loop_emitters.cpp.o 2025-06-05T23:26:31.7538208Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp.o 2025-06-05T23:26:31.7541019Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_memory_emitters.cpp.o 2025-06-05T23:26:31.7543424Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/types/element_type.cpp.o 2025-06-05T23:26:31.7546072Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/types/regmodule_graph_types.cpp.o 2025-06-05T23:26:31.7548936Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.cpp.o 2025-06-05T23:26:31.7551898Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.cpp.o 2025-06-05T23:26:31.7554746Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp.o 2025-06-05T23:26:31.7557653Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp.o 2025-06-05T23:26:31.7560167Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/graph/util.cpp.o 2025-06-05T23:26:31.7562135Z [ 86%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/utils/utils.cpp.o 2025-06-05T23:26:31.7564671Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp.o 2025-06-05T23:26:31.7567692Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.cpp.o 2025-06-05T23:26:31.7570672Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp.o 2025-06-05T23:26:31.7573603Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.cpp.o 2025-06-05T23:26:31.7576220Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_reg_spill_emitters.cpp.o 2025-06-05T23:26:31.7578914Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_segfault_detector_emitter.cpp.o 2025-06-05T23:26:31.7582076Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/fake_quantize.cpp.o 2025-06-05T23:26:31.7584760Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/generate_proposals.cpp.o 2025-06-05T23:26:31.7587402Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/group_norm.cpp.o 2025-06-05T23:26:31.7589942Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/normalize.cpp.o 2025-06-05T23:26:31.7592590Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_int8_ref.cpp.o 2025-06-05T23:26:31.7595246Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/prior_box.cpp.o 2025-06-05T23:26:31.7597904Z [ 86%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/python/openvino/_pyopenvino.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:26:31.7600707Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_gpu_ref.cpp.o 2025-06-05T23:26:31.7603410Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/jit_snippets_emitters.cpp.o 2025-06-05T23:26:31.7606006Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/org.openvinotoolkit/swish.cpp.o 2025-06-05T23:26:31.7608519Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/kernel_executors/brgemm.cpp.o 2025-06-05T23:26:31.7610802Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/pad.cpp.o 2025-06-05T23:26:31.7613234Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/pooling/pooling_kernel_selector.cpp.o 2025-06-05T23:26:31.7615585Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/pow.cpp.o 2025-06-05T23:26:31.7617594Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/prelu.cpp.o 2025-06-05T23:26:31.7620179Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/prior_box/prior_box_kernel_ref.cpp.o 2025-06-05T23:26:31.7622979Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/prior_box/prior_box_kernel_selector.cpp.o 2025-06-05T23:26:31.7625462Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/qlinear_conv.cpp.o 2025-06-05T23:26:31.7627626Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/qlinear_matmul.cpp.o 2025-06-05T23:26:31.7634093Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/kernel_executors/brgemm_amx.cpp.o 2025-06-05T23:26:31.7636495Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/quantize_linear.cpp.o 2025-06-05T23:26:31.7638727Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/random_normal.cpp.o 2025-06-05T23:26:31.7641254Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/quantize/quantize_kernel_base.cpp.o 2025-06-05T23:26:31.7644034Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/quantize/quantize_kernel_ref.cpp.o 2025-06-05T23:26:31.7646571Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/random_normal_like.cpp.o 2025-06-05T23:26:31.7649198Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/quantize/quantize_kernel_scale_shift_opt.cpp.o 2025-06-05T23:26:31.7651069Z [ 86%] Generating cross-compiled/util_xarch_disp.cpp 2025-06-05T23:26:31.7652684Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/random_uniform.cpp.o 2025-06-05T23:26:31.7654323Z [ 86%] Generating cross-compiled/ANY/util_xarch.cpp 2025-06-05T23:26:31.7655967Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/random_uniform_like.cpp.o 2025-06-05T23:26:31.7657549Z [ 86%] Generating cross-compiled/AVX2/util_xarch.cpp 2025-06-05T23:26:34.1867939Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/kernel_executors/brgemm_base.cpp.o 2025-06-05T23:26:34.1870528Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/async_infer_request.cpp.o 2025-06-05T23:26:34.1872752Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/range.cpp.o 2025-06-05T23:26:34.1874856Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/reciprocal.cpp.o 2025-06-05T23:26:34.1877833Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/quantize/quantize_kernel_scale_shift_vload8_opt.cpp.o 2025-06-05T23:26:34.1879488Z [ 86%] Built target pyopenvino 2025-06-05T23:26:34.1881284Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/quantize/qunatize_kernel_selector.cpp.o 2025-06-05T23:26:34.1883650Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/backends.cpp.o 2025-06-05T23:26:34.1885767Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/reduce.cpp.o 2025-06-05T23:26:34.1887972Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/compiled_model.cpp.o 2025-06-05T23:26:34.1890075Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/relu.cpp.o 2025-06-05T23:26:34.1892462Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/random_uniform/random_uniform_kernel_ref.cpp.o 2025-06-05T23:26:34.1895119Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/kernel_executors/brgemm_copy_b.cpp.o 2025-06-05T23:26:34.1897619Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/utils.cpp.o 2025-06-05T23:26:34.1899821Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/snippets/x64/verbose.cpp.o 2025-06-05T23:26:34.1902047Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/emitters/utils.cpp.o 2025-06-05T23:26:34.1904126Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/extension.cpp.o 2025-06-05T23:26:34.1906271Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/reshape.cpp.o 2025-06-05T23:26:34.1908307Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/extension.cpp.o 2025-06-05T23:26:34.1910345Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/resize.cpp.o 2025-06-05T23:26:34.1913014Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/random_uniform/random_uniform_kernel_selector.cpp.o 2025-06-05T23:26:34.1915937Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/range/range_kernel_ref.cpp.o 2025-06-05T23:26:34.1918689Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/range/range_kernel_selector.cpp.o 2025-06-05T23:26:34.1921071Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/metadata.cpp.o 2025-06-05T23:26:34.1923572Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp.o 2025-06-05T23:26:34.1926035Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/metrics.cpp.o 2025-06-05T23:26:34.1927973Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/graph.cpp.o 2025-06-05T23:26:34.1934906Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/reverse_sequence.cpp.o 2025-06-05T23:26:34.1938222Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reduce/reduce_kernel_base.cpp.o 2025-06-05T23:26:34.1940646Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/src/remote_context.cpp.o 2025-06-05T23:26:34.1943066Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reduce/reduce_kernel_ref.cpp.o 2025-06-05T23:26:34.1945744Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reduce/reduce_kernel_selector.cpp.o 2025-06-05T23:26:34.1948307Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/accuracy/comparator.cpp.o 2025-06-05T23:26:34.1950901Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/base_sync_infer_request.cpp.o 2025-06-05T23:26:34.1953122Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/rnn.cpp.o 2025-06-05T23:26:34.1955566Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reduce/reduce_kernel_simple_to_scalar.cpp.o 2025-06-05T23:26:34.1958188Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/region_yolo/region_yolo_kernel_ref.cpp.o 2025-06-05T23:26:34.1960471Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/compiled_model.cpp.o 2025-06-05T23:26:34.1962780Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/region_yolo/region_yolo_kernel_selector.cpp.o 2025-06-05T23:26:34.1964956Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/just_sync_infer_request.cpp.o 2025-06-05T23:26:34.1966498Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/graph_context.cpp.o 2025-06-05T23:26:34.1967906Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/roi_align.cpp.o 2025-06-05T23:26:34.1969395Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/lazy_tensor.cpp.o 2025-06-05T23:26:34.1971182Z [ 86%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_biplanar_nv12.cpp.o 2025-06-05T23:26:34.1972813Z [ 86%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/graph_dumper.cpp.o 2025-06-05T23:26:34.1974322Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/round.cpp.o 2025-06-05T23:26:34.1975790Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/scan.cpp.o 2025-06-05T23:26:34.1977248Z [ 86%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/scatter_elements.cpp.o 2025-06-05T23:26:34.1978838Z [ 86%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/llm_compiled_model.cpp.o 2025-06-05T23:26:34.1980425Z [ 87%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/scatter_nd.cpp.o 2025-06-05T23:26:34.1981954Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/llm_infer_request.cpp.o 2025-06-05T23:26:34.1983799Z [ 87%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_from_winograd_2x3_kernel.cpp.o 2025-06-05T23:26:34.1985747Z [ 87%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/graph_optimizer.cpp.o 2025-06-05T23:26:34.1987215Z [ 87%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/selu.cpp.o 2025-06-05T23:26:34.1988648Z [ 87%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/shape.cpp.o 2025-06-05T23:26:34.1990085Z [ 87%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/infer_request.cpp.o 2025-06-05T23:26:34.1991466Z [ 87%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_control.cpp.o 2025-06-05T23:26:34.1992921Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/logging.cpp.o 2025-06-05T23:26:34.1994799Z [ 87%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_desc/blocked_memory_desc.cpp.o 2025-06-05T23:26:36.4295067Z [ 87%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel.cpp.o 2025-06-05T23:26:36.4297888Z [ 87%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp.o 2025-06-05T23:26:36.4300460Z [ 87%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/shrink.cpp.o 2025-06-05T23:26:36.4302783Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/online/compiler.cpp.o 2025-06-05T23:26:36.4305319Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/online/graph.cpp.o 2025-06-05T23:26:36.4307788Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/online/group.cpp.o 2025-06-05T23:26:36.4310293Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/online/repeated.cpp.o 2025-06-05T23:26:36.4312712Z [ 87%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_desc/cpu_blocked_memory_desc.cpp.o 2025-06-05T23:26:36.4315044Z [ 87%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_desc/cpu_memory_desc_utils.cpp.o 2025-06-05T23:26:36.4317579Z [ 87%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_base.cpp.o 2025-06-05T23:26:36.4319975Z [ 87%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sigmoid.cpp.o 2025-06-05T23:26:36.4322312Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/online/snapshot.cpp.o 2025-06-05T23:26:36.4324898Z [ 87%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/online/utils/utils.cpp.o 2025-06-05T23:26:36.4327357Z [ 88%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/partitioning.cpp.o 2025-06-05T23:26:36.4332642Z [ 88%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sign.cpp.o 2025-06-05T23:26:36.4335018Z [ 88%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp.o 2025-06-05T23:26:36.4337873Z [ 88%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_fast_b1.cpp.o 2025-06-05T23:26:36.4340483Z [ 88%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sin.cpp.o 2025-06-05T23:26:36.4342698Z [ 88%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_desc/dnnl_blocked_memory_desc.cpp.o 2025-06-05T23:26:36.4344867Z [ 88%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sinh.cpp.o 2025-06-05T23:26:36.4347338Z [ 88%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp.o 2025-06-05T23:26:36.4349755Z [ 88%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/size.cpp.o 2025-06-05T23:26:36.4351969Z [ 88%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/slice.cpp.o 2025-06-05T23:26:36.4354450Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_selector.cpp.o 2025-06-05T23:26:36.4357347Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_kernel_to_yxfb_batched.cpp.o 2025-06-05T23:26:36.4360031Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/patterns/avoid.cpp.o 2025-06-05T23:26:36.4362404Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_desc/dnnl_memory_desc.cpp.o 2025-06-05T23:26:36.4364519Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/memory_state.cpp.o 2025-06-05T23:26:36.4366556Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/softmax.cpp.o 2025-06-05T23:26:36.4369124Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/softplus.cpp.o 2025-06-05T23:26:36.4371441Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/patterns/compute.cpp.o 2025-06-05T23:26:36.4374042Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/patterns/dcoff.cpp.o 2025-06-05T23:26:36.4376761Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_to_winograd_2x3_kernel.cpp.o 2025-06-05T23:26:36.4379458Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeFiles/py_tensorflow_frontend.dir/decoder_base.cpp.o 2025-06-05T23:26:36.4382163Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeFiles/py_tensorflow_frontend.dir/extension.cpp.o 2025-06-05T23:26:36.4384408Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/softsign.cpp.o 2025-06-05T23:26:36.4386660Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/space_to_depth.cpp.o 2025-06-05T23:26:36.4388754Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/mlas/sgemm.cpp.o 2025-06-05T23:26:36.4390953Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/paddle/CMakeFiles/py_paddle_frontend.dir/extension.cpp.o 2025-06-05T23:26:36.4393277Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/partitioning/patterns/opt.cpp.o 2025-06-05T23:26:36.4396123Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp.o 2025-06-05T23:26:36.4398862Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/split.cpp.o 2025-06-05T23:26:36.4401275Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeFiles/py_tensorflow_frontend.dir/graph_iterator.cpp.o 2025-06-05T23:26:36.4403722Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sqrt.cpp.o 2025-06-05T23:26:36.4406057Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeFiles/py_tensorflow_frontend.dir/py_module.cpp.o 2025-06-05T23:26:36.4408407Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/mlas/thread_pool.cpp.o 2025-06-05T23:26:36.4410806Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/paddle/CMakeFiles/py_paddle_frontend.dir/py_module.cpp.o 2025-06-05T23:26:36.4413438Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/paddle/CMakeFiles/py_paddle_frontend.dir/__/__/utils/utils.cpp.o 2025-06-05T23:26:36.4416307Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.cpp.o 2025-06-05T23:26:36.4419188Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeFiles/py_tensorflow_frontend.dir/__/__/utils/utils.cpp.o 2025-06-05T23:26:36.4421559Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/squeeze.cpp.o 2025-06-05T23:26:36.4423639Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/perf.cpp.o 2025-06-05T23:26:36.4425785Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/serialization.cpp.o 2025-06-05T23:26:36.4427794Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/node.cpp.o 2025-06-05T23:26:36.4429946Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/adaptive_pooling.cpp.o 2025-06-05T23:26:36.4432063Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/batch_to_space.cpp.o 2025-06-05T23:26:36.4434747Z [ 89%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/python/openvino/frontend/paddle/py_paddle_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:26:39.0885515Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/stft.cpp.o 2025-06-05T23:26:39.0888468Z [ 89%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/python/openvino/frontend/tensorflow/py_tensorflow_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:26:39.0891263Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/spatial.cpp.o 2025-06-05T23:26:39.0893742Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_int4.cpp.o 2025-06-05T23:26:39.0895297Z [ 89%] Built target py_paddle_frontend 2025-06-05T23:26:39.0897047Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/pytorch/CMakeFiles/py_pytorch_frontend.dir/decoder.cpp.o 2025-06-05T23:26:39.0899395Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/jax/CMakeFiles/py_jax_frontend.dir/decoder.cpp.o 2025-06-05T23:26:39.0901556Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sub.cpp.o 2025-06-05T23:26:39.0903904Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/unfold_sync_infer_request.cpp.o 2025-06-05T23:26:39.0905641Z [ 89%] Built target py_tensorflow_frontend 2025-06-05T23:26:39.0907023Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/sum.cpp.o 2025-06-05T23:26:39.0909428Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_kernel.cpp.o 2025-06-05T23:26:39.0911324Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_kernel_selector.cpp.o 2025-06-05T23:26:39.0912600Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/bin_conv.cpp.o 2025-06-05T23:26:39.0913636Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/broadcast.cpp.o 2025-06-05T23:26:39.0914824Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/tan.cpp.o 2025-06-05T23:26:39.0915992Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/pytorch/CMakeFiles/py_pytorch_frontend.dir/extension.cpp.o 2025-06-05T23:26:39.0917223Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/weights_bank.cpp.o 2025-06-05T23:26:39.0918341Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/npuw/util.cpp.o 2025-06-05T23:26:39.0919466Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/jax/CMakeFiles/py_jax_frontend.dir/py_module.cpp.o 2025-06-05T23:26:39.0920788Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_opt.cpp.o 2025-06-05T23:26:39.0922004Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/tanh.cpp.o 2025-06-05T23:26:39.0923243Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/jax/CMakeFiles/py_jax_frontend.dir/__/__/utils/utils.cpp.o 2025-06-05T23:26:39.0925044Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/thresholded_relu.cpp.o 2025-06-05T23:26:39.0927341Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/pytorch/CMakeFiles/py_pytorch_frontend.dir/py_module.cpp.o 2025-06-05T23:26:39.0933293Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/tile.cpp.o 2025-06-05T23:26:39.0935555Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/cross-compiled/ANY/util_xarch.cpp.o 2025-06-05T23:26:39.0938341Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp.o 2025-06-05T23:26:39.0940746Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/bucketize.cpp.o 2025-06-05T23:26:39.0942819Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/causal_mask_preprocess.cpp.o 2025-06-05T23:26:39.0945312Z [ 89%] Building CXX object src/bindings/python/src/pyopenvino/frontend/pytorch/CMakeFiles/py_pytorch_frontend.dir/__/__/utils/utils.cpp.o 2025-06-05T23:26:39.0947685Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/topk.cpp.o 2025-06-05T23:26:39.0949787Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/transpose.cpp.o 2025-06-05T23:26:39.0952445Z [ 89%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/python/openvino/frontend/jax/py_jax_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:26:39.0955891Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp.o 2025-06-05T23:26:39.0958570Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/cross-compiled/AVX2/util_xarch.cpp.o 2025-06-05T23:26:39.0960791Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/col2im.cpp.o 2025-06-05T23:26:39.0961939Z [ 89%] Built target py_jax_frontend 2025-06-05T23:26:39.0963239Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/color_convert.cpp.o 2025-06-05T23:26:39.0965544Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/arbitrary_order_desc_creator.cpp.o 2025-06-05T23:26:39.0967947Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/trilu.cpp.o 2025-06-05T23:26:39.0970388Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp.o 2025-06-05T23:26:39.0973563Z [ 89%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/python/openvino/frontend/pytorch/py_pytorch_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:26:39.0976328Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/blocked_desc_creator.cpp.o 2025-06-05T23:26:39.0978735Z [ 89%] Building CXX object src/plugins/intel_npu/src/plugin/CMakeFiles/openvino_intel_npu_plugin.dir/cross-compiled/util_xarch_disp.cpp.o 2025-06-05T23:26:39.0981119Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/cpu_convert.cpp.o 2025-06-05T23:26:39.0983341Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/dnnl_executor.cpp.o 2025-06-05T23:26:39.0984550Z [ 89%] Built target py_pytorch_frontend 2025-06-05T23:26:39.0985954Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/permute_kernel.cpp.o 2025-06-05T23:26:39.0988479Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp.o 2025-06-05T23:26:39.0990816Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/unique.cpp.o 2025-06-05T23:26:39.0992913Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/reorder_prim.cpp.o 2025-06-05T23:26:39.0995029Z [ 89%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_intel_npu_plugin.so 2025-06-05T23:26:39.0997064Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/unsqueeze.cpp.o 2025-06-05T23:26:39.0999143Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/softmax.cpp.o 2025-06-05T23:26:39.1001528Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/resample/resample_kernel_base.cpp.o 2025-06-05T23:26:39.1004173Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/resample/resample_kernel_onnx.cpp.o 2025-06-05T23:26:39.1006607Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/common/tile_broadcast_utils.cpp.o 2025-06-05T23:26:39.1009141Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/resample/resample_kernel_opt.cpp.o 2025-06-05T23:26:39.1011627Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/composite.cpp.o 2025-06-05T23:26:41.7062135Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/resample/resample_kernel_pil_ref.cpp.o 2025-06-05T23:26:41.7064873Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/resample/resample_kernel_ref.cpp.o 2025-06-05T23:26:41.7067228Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/upsample.cpp.o 2025-06-05T23:26:41.7068423Z [ 89%] Built target openvino_intel_npu_plugin 2025-06-05T23:26:41.7070160Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/where.cpp.o 2025-06-05T23:26:41.7072163Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/op/xor.cpp.o 2025-06-05T23:26:41.7074045Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/concat.cpp.o 2025-06-05T23:26:41.7075869Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/conv.cpp.o 2025-06-05T23:26:41.7078157Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/resample/resample_kernel_selector.cpp.o 2025-06-05T23:26:41.7080755Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reshape/reshape_kernel_ref.cpp.o 2025-06-05T23:26:41.7082900Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/convert.cpp.o 2025-06-05T23:26:41.7084776Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/ops_bridge.cpp.o 2025-06-05T23:26:41.7086358Z [ 89%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/ctc_greedy_decoder.cpp.o 2025-06-05T23:26:41.7087915Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/place.cpp.o 2025-06-05T23:26:41.7089523Z [ 89%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/arg_min_max_factory.cpp.o 2025-06-05T23:26:41.7091430Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reshape/reshape_kernel_selector.cpp.o 2025-06-05T23:26:41.7093545Z [ 89%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reverse/reverse_kernel_ref.cpp.o 2025-06-05T23:26:41.7095356Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/ctc_greedy_decoder_seq_len.cpp.o 2025-06-05T23:26:41.7097007Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/common.cpp.o 2025-06-05T23:26:41.7098583Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/ctc_loss.cpp.o 2025-06-05T23:26:41.7100095Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/cum_sum.cpp.o 2025-06-05T23:26:41.7106253Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/conv_factory.cpp.o 2025-06-05T23:26:41.7107968Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/convpool.cpp.o 2025-06-05T23:26:41.7109624Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/dft.cpp.o 2025-06-05T23:26:41.7111897Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reverse/reverse_kernel_selector.cpp.o 2025-06-05T23:26:41.7113808Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/norm.cpp.o 2025-06-05T23:26:41.7115442Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/deconv.cpp.o 2025-06-05T23:26:41.7117050Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/def_conv.cpp.o 2025-06-05T23:26:41.7119178Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp.o 2025-06-05T23:26:41.7121532Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/onnx_internal.cpp.o 2025-06-05T23:26:41.7123770Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/reverse_sequence/reverse_sequence_kernel_selector.cpp.o 2025-06-05T23:26:41.7126144Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rms/rms_kernel_base.cpp.o 2025-06-05T23:26:41.7128286Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rms/rms_kernel_bfyx_opt.cpp.o 2025-06-05T23:26:41.7130301Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/depth_to_space.cpp.o 2025-06-05T23:26:41.7131897Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/pooling_factory.cpp.o 2025-06-05T23:26:41.7133867Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rms/rms_kernel_ref.cpp.o 2025-06-05T23:26:41.7136007Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rms/rms_kernel_selector.cpp.o 2025-06-05T23:26:41.7138231Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roi_align/roi_align_kernel_ref.cpp.o 2025-06-05T23:26:41.7140246Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/recurrent.cpp.o 2025-06-05T23:26:41.7141985Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/reshape.cpp.o 2025-06-05T23:26:41.7143729Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/split.cpp.o 2025-06-05T23:26:41.7145495Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/detection_output.cpp.o 2025-06-05T23:26:41.7147358Z [ 90%] Building CXX object src/frontends/onnx/frontend/CMakeFiles/openvino_onnx_frontend.dir/src/utils/tensor_external_data.cpp.o 2025-06-05T23:26:41.7149502Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roi_align/roi_align_kernel_selector.cpp.o 2025-06-05T23:26:41.7151853Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roi_pooling/roi_pooling_kernel_base.cpp.o 2025-06-05T23:26:41.7154231Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp.o 2025-06-05T23:26:41.7156570Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roi_pooling/roi_pooling_kernel_ref.cpp.o 2025-06-05T23:26:41.7159191Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roi_pooling/roi_pooling_kernel_selector.cpp.o 2025-06-05T23:26:41.7161159Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/dft.cpp.o 2025-06-05T23:26:41.7162766Z [ 90%] Linking CXX shared library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_onnx_frontend.so 2025-06-05T23:26:41.7164689Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roll/roll_kernel_ref.cpp.o 2025-06-05T23:26:41.7166840Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/roll/roll_kernel_selector.cpp.o 2025-06-05T23:26:41.7168853Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/eltwise.cpp.o 2025-06-05T23:26:41.7170773Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rope/rope_kernel_base.cpp.o 2025-06-05T23:26:41.7172870Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rope/rope_kernel_opt.cpp.o 2025-06-05T23:26:41.7175117Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/rope/rope_kernel_selector.cpp.o 2025-06-05T23:26:41.7177553Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/scatter_update/scatter_elements_update_kernel_ref.cpp.o 2025-06-05T23:26:44.1094445Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/scatter_update/scatter_elements_update_kernel_selector.cpp.o 2025-06-05T23:26:44.1097590Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/scatter_update/scatter_nd_update_kernel_ref.cpp.o 2025-06-05T23:26:44.1100019Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/embedding_bag.cpp.o 2025-06-05T23:26:44.1102689Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/scatter_update/scatter_nd_update_kernel_selector.cpp.o 2025-06-05T23:26:44.1105785Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/scatter_update/scatter_update_kernel_ref.cpp.o 2025-06-05T23:26:44.1108811Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/scatter_update/scatter_update_kernel_selector.cpp.o 2025-06-05T23:26:44.1111856Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/pa_kv_cache_rotate_kernel_ref.cpp.o 2025-06-05T23:26:44.1114437Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/embedding_bag_offsets.cpp.o 2025-06-05T23:26:44.1116670Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/embedding_bag_packed.cpp.o 2025-06-05T23:26:44.1119234Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/pa_kv_cache_update_kernel_ref.cpp.o 2025-06-05T23:26:44.1122017Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/pa_sdpa_kernel_opt.cpp.o 2025-06-05T23:26:44.1124493Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/embedding_segments_sum.cpp.o 2025-06-05T23:26:44.1126163Z [ 90%] Built target openvino_onnx_frontend 2025-06-05T23:26:44.1127815Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/sdpa_kernel_base.cpp.o 2025-06-05T23:26:44.1130685Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/sdpa_kernel_micro.cpp.o 2025-06-05T23:26:44.1133358Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/sdpa_kernel_opt.cpp.o 2025-06-05T23:26:44.1135788Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/common/ref_convert.cpp.o 2025-06-05T23:26:44.1138154Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/common/ref_opt_transpose.cpp.o 2025-06-05T23:26:44.1141002Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/sdpa_kernel_ref.cpp.o 2025-06-05T23:26:44.1143669Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/sdpa/sdpa_kernel_selector.cpp.o 2025-06-05T23:26:44.1146234Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/common/ref_transpose.cpp.o 2025-06-05T23:26:44.1148444Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/convert.cpp.o 2025-06-05T23:26:44.1150559Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/convert_list.cpp.o 2025-06-05T23:26:44.1152747Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/deconv.cpp.o 2025-06-05T23:26:44.1155240Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/search_sorted/search_sorted_kernel_base.cpp.o 2025-06-05T23:26:44.1157755Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/deconv_list.cpp.o 2025-06-05T23:26:44.1160299Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/search_sorted/search_sorted_kernel_ref.cpp.o 2025-06-05T23:26:44.1163191Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/search_sorted/search_sorted_kernel_selector.cpp.o 2025-06-05T23:26:44.1166040Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/dnnl/dnnl_convolution_primitive.cpp.o 2025-06-05T23:26:44.1168527Z [ 90%] Building CXX object src/bindings/python/src/pyopenvino/frontend/onnx/CMakeFiles/py_onnx_frontend.dir/extension.cpp.o 2025-06-05T23:26:44.1170883Z [ 90%] Building CXX object src/bindings/python/src/pyopenvino/frontend/onnx/CMakeFiles/py_onnx_frontend.dir/py_module.cpp.o 2025-06-05T23:26:44.1173481Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/dnnl/dnnl_fullyconnected_primitive.cpp.o 2025-06-05T23:26:44.1176060Z [ 90%] Building CXX object src/bindings/python/src/pyopenvino/frontend/onnx/CMakeFiles/py_onnx_frontend.dir/__/__/utils/utils.cpp.o 2025-06-05T23:26:44.1178624Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/dnnl/dnnl_matmul_primitive.cpp.o 2025-06-05T23:26:44.1181148Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/select/select_kernel_base.cpp.o 2025-06-05T23:26:44.1183733Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/select/select_kernel_ref.cpp.o 2025-06-05T23:26:44.1186639Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/select/select_kernel_selector.cpp.o 2025-06-05T23:26:44.1189159Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/dnnl/dnnl_utils.cpp.o 2025-06-05T23:26:44.1191410Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/eltwise.cpp.o 2025-06-05T23:26:44.1193590Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/eltwise_list.cpp.o 2025-06-05T23:26:44.1196432Z [ 90%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/python/openvino/frontend/onnx/py_onnx_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:26:44.1199122Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/executor.cpp.o 2025-06-05T23:26:44.1201733Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp.o 2025-06-05T23:26:44.1204886Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/shuffle_channels/shuffle_channels_kernel_selector.cpp.o 2025-06-05T23:26:44.1207750Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/slice/slice_kernel_ref.cpp.o 2025-06-05T23:26:44.1210381Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/fullyconnected_implementations.cpp.o 2025-06-05T23:26:44.1212724Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/interpolate.cpp.o 2025-06-05T23:26:44.1214221Z [ 90%] Built target py_onnx_frontend 2025-06-05T23:26:44.1215750Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/interpolate_list.cpp.o 2025-06-05T23:26:44.1218414Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/slice/slice_kernel_selector.cpp.o 2025-06-05T23:26:44.1220769Z [ 90%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/mlas/mlas_gemm.cpp.o 2025-06-05T23:26:44.1223404Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_items_class_kernel_base.cpp.o 2025-06-05T23:26:44.1226289Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_kernel_base.cpp.o 2025-06-05T23:26:44.1229174Z [ 90%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_kernel_bf.cpp.o 2025-06-05T23:26:46.5556776Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_kernel_fb.cpp.o 2025-06-05T23:26:46.5559726Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_kernel_items_class_optimized.cpp.o 2025-06-05T23:26:46.5562483Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/mlas/mlas_transpose.cpp.o 2025-06-05T23:26:46.5564733Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/mvn.cpp.o 2025-06-05T23:26:46.5567849Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/mvn_list.cpp.o 2025-06-05T23:26:46.5570296Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_kernel_ref.cpp.o 2025-06-05T23:26:46.5573109Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/softmax/softmax_kernel_selector.cpp.o 2025-06-05T23:26:46.5575583Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/pooling.cpp.o 2025-06-05T23:26:46.5578178Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/space_to_batch/space_to_batch_kernel_base.cpp.o 2025-06-05T23:26:46.5581287Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/space_to_batch/space_to_batch_kernel_ref.cpp.o 2025-06-05T23:26:46.5583894Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/pooling_list.cpp.o 2025-06-05T23:26:46.5586345Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/space_to_batch/space_to_batch_kernel_selector.cpp.o 2025-06-05T23:26:46.5588900Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/precision_matcher.cpp.o 2025-06-05T23:26:46.5591491Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/space_to_depth/space_to_depth_kernel_ref.cpp.o 2025-06-05T23:26:46.5594278Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/space_to_depth/space_to_depth_kernel_selector.cpp.o 2025-06-05T23:26:46.5596986Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/precision_translation.cpp.o 2025-06-05T23:26:46.5599448Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/stft/stft_kernel_base.cpp.o 2025-06-05T23:26:46.5601909Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/stft/stft_kernel_opt.cpp.o 2025-06-05T23:26:46.5604453Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/stft/stft_kernel_ref.cpp.o 2025-06-05T23:26:46.5606520Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/printers.cpp.o 2025-06-05T23:26:46.5608620Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/reduce.cpp.o 2025-06-05T23:26:46.5611057Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/stft/stft_kernel_selector.cpp.o 2025-06-05T23:26:46.5613890Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/strided_slice/strided_slice_kernel_ref.cpp.o 2025-06-05T23:26:46.5616835Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/strided_slice/strided_slice_kernel_selector.cpp.o 2025-06-05T23:26:46.5619365Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/reduce_list.cpp.o 2025-06-05T23:26:46.5621648Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/swiglu/swiglu_kernel_base.cpp.o 2025-06-05T23:26:46.5624189Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/swiglu/swiglu_kernel_opt.cpp.o 2025-06-05T23:26:46.5627027Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/swiglu/swiglu_kernel_ref.cpp.o 2025-06-05T23:26:46.5629428Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/subgraph.cpp.o 2025-06-05T23:26:46.5631453Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/transpose.cpp.o 2025-06-05T23:26:46.5633839Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/swiglu/swiglu_kernel_selector.cpp.o 2025-06-05T23:26:46.5636615Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/tile/tile_kernel_ref.cpp.o 2025-06-05T23:26:46.5638967Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/transpose_list.cpp.o 2025-06-05T23:26:46.5641205Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/x64/jit_transpose.cpp.o 2025-06-05T23:26:46.5643410Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/executors/x64/subgraph.cpp.o 2025-06-05T23:26:46.5645709Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/tile/tile_kernel_selector.cpp.o 2025-06-05T23:26:46.5648076Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/unique/unique_kernel_ref.cpp.o 2025-06-05T23:26:46.5650512Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/kernels/unique/unique_kernel_selector.cpp.o 2025-06-05T23:26:46.5653168Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/experimental_detectron_detection_output.cpp.o 2025-06-05T23:26:46.5655894Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/experimental_detectron_generate_proposals_single_image.cpp.o 2025-06-05T23:26:46.5658612Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/experimental_detectron_priorgridgenerator.cpp.o 2025-06-05T23:26:46.5661280Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/experimental_detectron_roifeatureextractor.cpp.o 2025-06-05T23:26:46.5663747Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/primitive_db.cpp.o 2025-06-05T23:26:46.5666040Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/tensor_type.cpp.o 2025-06-05T23:26:46.5668369Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/experimental_detectron_topkrois.cpp.o 2025-06-05T23:26:46.5670662Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/extract_image_patches.cpp.o 2025-06-05T23:26:46.5672692Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/eye.cpp.o 2025-06-05T23:26:46.5674662Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/fake_quantize.cpp.o 2025-06-05T23:26:46.5676868Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/weight_bias_kernel_base.cpp.o 2025-06-05T23:26:46.5679248Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/fullyconnected.cpp.o 2025-06-05T23:26:46.5681664Z [ 91%] Building CXX object src/plugins/intel_gpu/src/kernel_selector/CMakeFiles/openvino_intel_gpu_kernels.dir/weight_bias_params.cpp.o 2025-06-05T23:26:46.5683811Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/gather.cpp.o 2025-06-05T23:26:46.5685808Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/gather_elements.cpp.o 2025-06-05T23:26:46.5687835Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/gather_nd.cpp.o 2025-06-05T23:26:50.1855875Z [ 91%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_intel_gpu_kernels.a 2025-06-05T23:26:50.1873346Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/gather_tree.cpp.o 2025-06-05T23:26:50.1875525Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/generate_proposals.cpp.o 2025-06-05T23:26:50.1877622Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/grid_sample.cpp.o 2025-06-05T23:26:50.1879547Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/grn.cpp.o 2025-06-05T23:26:50.1881247Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/if.cpp.o 2025-06-05T23:26:50.1883116Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/input.cpp.o 2025-06-05T23:26:50.1884895Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/interaction.cpp.o 2025-06-05T23:26:50.1886864Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/interpolate.cpp.o 2025-06-05T23:26:50.1888773Z [ 91%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/inverse.cpp.o 2025-06-05T23:26:50.1890484Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/istft.cpp.o 2025-06-05T23:26:50.1891563Z [ 92%] Built target openvino_intel_gpu_kernels 2025-06-05T23:26:50.1893083Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/jit_eltwise_common.cpp.o 2025-06-05T23:26:50.1895110Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/activation.cpp.o 2025-06-05T23:26:50.1897257Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/scaled_attn/executor_pa_common.cpp.o 2025-06-05T23:26:50.1899647Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/brgemm_kernel.cpp.o 2025-06-05T23:26:50.1901886Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/adaptive_pooling.cpp.o 2025-06-05T23:26:50.1904114Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/dft_uni_kernel.cpp.o 2025-06-05T23:26:50.1906408Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/gather_uni_kernel.cpp.o 2025-06-05T23:26:50.1908617Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/arg_max_min.cpp.o 2025-06-05T23:26:50.1910797Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/grid_sample.cpp.o 2025-06-05T23:26:50.1912989Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/jit_kernel.cpp.o 2025-06-05T23:26:50.1915487Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/jit_kernel_base.cpp.o 2025-06-05T23:26:50.1917931Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/jit_uni_eltwise_generic.cpp.o 2025-06-05T23:26:50.1920156Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/assign.cpp.o 2025-06-05T23:26:50.1922192Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/mlp_kernel.cpp.o 2025-06-05T23:26:50.1924284Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/batch_to_space.cpp.o 2025-06-05T23:26:50.1926434Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/border.cpp.o 2025-06-05T23:26:50.1941209Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/non_max_suppression.cpp.o 2025-06-05T23:26:50.1943715Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/random_uniform.cpp.o 2025-06-05T23:26:50.1945848Z [ 92%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/rdft_kernel.cpp.o 2025-06-05T23:26:50.1947754Z [ 92%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/broadcast.cpp.o 2025-06-05T23:26:50.1949532Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/bucketize.cpp.o 2025-06-05T23:26:50.1951406Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/rms_kernel.cpp.o 2025-06-05T23:26:50.1953084Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/compilation_context.cpp.o 2025-06-05T23:26:50.1954624Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/kernels/x64/rope_kernel.cpp.o 2025-06-05T23:26:50.1956063Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/llm_mlp.cpp.o 2025-06-05T23:26:50.1957523Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/log_softmax.cpp.o 2025-06-05T23:26:50.1958967Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/lora.cpp.o 2025-06-05T23:26:50.1960384Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/concatenation.cpp.o 2025-06-05T23:26:50.1961841Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/condition.cpp.o 2025-06-05T23:26:50.1963295Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/convert_color.cpp.o 2025-06-05T23:26:50.1964825Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/convolution.cpp.o 2025-06-05T23:26:50.1966229Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/crop.cpp.o 2025-06-05T23:26:50.1967545Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/lrn.cpp.o 2025-06-05T23:26:50.1968909Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/mathematics.cpp.o 2025-06-05T23:26:50.1970371Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/matmul.cpp.o 2025-06-05T23:26:50.1971920Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/ctc_greedy_decoder.cpp.o 2025-06-05T23:26:50.1973747Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/matrix_nms.cpp.o 2025-06-05T23:26:50.1975539Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/ctc_loss.cpp.o 2025-06-05T23:26:50.1976932Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/cum_sum.cpp.o 2025-06-05T23:26:50.1978407Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/custom_gpu_primitive.cpp.o 2025-06-05T23:26:50.1979895Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/memory.cpp.o 2025-06-05T23:26:50.1981508Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/data.cpp.o 2025-06-05T23:26:50.1982966Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/memory_state_base.cpp.o 2025-06-05T23:26:50.1984369Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/mha.cpp.o 2025-06-05T23:26:50.1985769Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/multiclass_nms.cpp.o 2025-06-05T23:26:50.1987319Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/multinomial.cpp.o 2025-06-05T23:26:50.1988951Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/mvn.cpp.o 2025-06-05T23:26:50.1990665Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/debug_helper.cpp.o 2025-06-05T23:26:50.1992444Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/ngram.cpp.o 2025-06-05T23:26:50.1994289Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/non_max_suppression.cpp.o 2025-06-05T23:26:50.1996116Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/non_zero.cpp.o 2025-06-05T23:26:53.8373263Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/deconvolution.cpp.o 2025-06-05T23:26:53.8375387Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/normalize.cpp.o 2025-06-05T23:26:53.8377449Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/depth_to_space.cpp.o 2025-06-05T23:26:53.8379525Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/one_hot.cpp.o 2025-06-05T23:26:53.8381585Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/detection_output.cpp.o 2025-06-05T23:26:53.8383618Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/pad.cpp.o 2025-06-05T23:26:53.8385549Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/paged_attn.cpp.o 2025-06-05T23:26:53.8387498Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/pooling.cpp.o 2025-06-05T23:26:53.8389419Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/dft.cpp.o 2025-06-05T23:26:53.8391449Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/dynamic_quantize.cpp.o 2025-06-05T23:26:53.8393557Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/priorbox.cpp.o 2025-06-05T23:26:53.8395906Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/priorbox_clustered.cpp.o 2025-06-05T23:26:53.8397962Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/proposal.cpp.o 2025-06-05T23:26:53.8399746Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/psroi_pooling.cpp.o 2025-06-05T23:26:53.8401684Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/qkv_proj.cpp.o 2025-06-05T23:26:53.8403634Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/random_uniform.cpp.o 2025-06-05T23:26:53.8405675Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/eltwise.cpp.o 2025-06-05T23:26:53.8407841Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/range.cpp.o 2025-06-05T23:26:53.8409791Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/rdft.cpp.o 2025-06-05T23:26:53.8411740Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/reduce.cpp.o 2025-06-05T23:26:53.8413798Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/reference.cpp.o 2025-06-05T23:26:53.8415848Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/embedding_bag.cpp.o 2025-06-05T23:26:53.8417928Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/error_handler.cpp.o 2025-06-05T23:26:53.8419996Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/region_yolo.cpp.o 2025-06-05T23:26:53.8422017Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/reorder.cpp.o 2025-06-05T23:26:53.8424008Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/reorg_yolo.cpp.o 2025-06-05T23:26:53.8425990Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/reshape.cpp.o 2025-06-05T23:26:53.8428040Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/reverse_sequence.cpp.o 2025-06-05T23:26:53.8429987Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/rms_norm.cpp.o 2025-06-05T23:26:53.8431908Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/experimental_detectron_detection_output.cpp.o 2025-06-05T23:26:53.8433878Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/rnn.cpp.o 2025-06-05T23:26:53.8435825Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/roi_align.cpp.o 2025-06-05T23:26:53.8437667Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/roi_align_rotated.cpp.o 2025-06-05T23:26:53.8440128Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/experimental_detectron_generate_proposal_single_image.cpp.o 2025-06-05T23:26:53.8442892Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/experimental_detectron_prior_grid_generator.cpp.o 2025-06-05T23:26:53.8445503Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/experimental_detectron_roi_feature_extractor.cpp.o 2025-06-05T23:26:53.8447854Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/roi_pooling.cpp.o 2025-06-05T23:26:53.8450097Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/roll.cpp.o 2025-06-05T23:26:53.8452302Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/experimental_detectron_topk_rois.cpp.o 2025-06-05T23:26:53.8454545Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/rope.cpp.o 2025-06-05T23:26:53.8456648Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/extract_image_patches.cpp.o 2025-06-05T23:26:53.8458674Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/eye.cpp.o 2025-06-05T23:26:53.8460860Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/fake_convert.cpp.o 2025-06-05T23:26:53.8462867Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/scaled_attn.cpp.o 2025-06-05T23:26:53.8464776Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/fully_connected.cpp.o 2025-06-05T23:26:53.8466774Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/gather.cpp.o 2025-06-05T23:26:53.8468780Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/scatter_update.cpp.o 2025-06-05T23:26:53.8470878Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/gather_elements.cpp.o 2025-06-05T23:26:53.8472970Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/search_sorted.cpp.o 2025-06-05T23:26:53.8475006Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/gather_nd.cpp.o 2025-06-05T23:26:53.8477026Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/segment_max.cpp.o 2025-06-05T23:26:53.8479004Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/shapeof.cpp.o 2025-06-05T23:26:53.8481040Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/gather_tree.cpp.o 2025-06-05T23:26:53.8483162Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/shuffle_channels.cpp.o 2025-06-05T23:26:53.8485169Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/softmax.cpp.o 2025-06-05T23:26:53.8487109Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/gemm.cpp.o 2025-06-05T23:26:53.8489171Z [ 93%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/generate_proposals.cpp.o 2025-06-05T23:26:53.8491309Z [ 93%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/space_to_batch.cpp.o 2025-06-05T23:26:53.8493483Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/space_to_depth.cpp.o 2025-06-05T23:26:53.8495491Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/split.cpp.o 2025-06-05T23:26:53.8497882Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/add_onednn_optimization_attributes.cpp.o 2025-06-05T23:26:53.8500165Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/stft.cpp.o 2025-06-05T23:26:53.8502416Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/add_required_reorders.cpp.o 2025-06-05T23:26:56.7908860Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/basic_memory_dependencies.cpp.o 2025-06-05T23:26:56.7911619Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/build_implementations.cpp.o 2025-06-05T23:26:56.7914186Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/compile_graph.cpp.o 2025-06-05T23:26:56.7916546Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/strided_slice.cpp.o 2025-06-05T23:26:56.7918750Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/concat_input_order.cpp.o 2025-06-05T23:26:56.7921879Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/fuse_primitives_with_layout.cpp.o 2025-06-05T23:26:56.7924593Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/graph_initializations.cpp.o 2025-06-05T23:26:56.7927042Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/handle_reshape.cpp.o 2025-06-05T23:26:56.7932492Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/mark_nodes.cpp.o 2025-06-05T23:26:56.7934961Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/string_tensor_pack.cpp.o 2025-06-05T23:26:56.7937534Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/mark_runtime_skippable_nodes.cpp.o 2025-06-05T23:26:56.7940233Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/mark_shape_of_subgraphs.cpp.o 2025-06-05T23:26:56.7942954Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/mark_state_init_subgraphs.cpp.o 2025-06-05T23:26:56.7945476Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/oooq_memory_dependencies.cpp.o 2025-06-05T23:26:56.7948001Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/post_input_reorder.cpp.o 2025-06-05T23:26:56.7950691Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/post_optimize_weights.cpp.o 2025-06-05T23:26:56.7953068Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/string_tensor_unpack.cpp.o 2025-06-05T23:26:56.7955292Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/subgraph.cpp.o 2025-06-05T23:26:56.7957656Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/pre_replace_deconv.cpp.o 2025-06-05T23:26:56.7960049Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/tensoriterator.cpp.o 2025-06-05T23:26:56.7962080Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/tile.cpp.o 2025-06-05T23:26:56.7964401Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/prepare_buffer_fusing.cpp.o 2025-06-05T23:26:56.7966971Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/prepare_padding.cpp.o 2025-06-05T23:26:56.7969711Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/prepare_primitive_fusing.cpp.o 2025-06-05T23:26:56.7971907Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/topk.cpp.o 2025-06-05T23:26:56.7974460Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/prepare_primitive_fusing_through.cpp.o 2025-06-05T23:26:56.7976933Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/transpose.cpp.o 2025-06-05T23:26:56.7978934Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/unique.cpp.o 2025-06-05T23:26:56.7981140Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes_factory.cpp.o 2025-06-05T23:26:56.7983467Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/prepare_quantization.cpp.o 2025-06-05T23:26:56.7986023Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/propagate_constants.cpp.o 2025-06-05T23:26:56.7988313Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/onednn/dnnl.cpp.o 2025-06-05T23:26:56.7990295Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/onednn/iml_type_mapper.cpp.o 2025-06-05T23:26:56.7992507Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/partitioned_mem_blk.cpp.o 2025-06-05T23:26:56.7994575Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/post_ops.cpp.o 2025-06-05T23:26:56.7996601Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/proxy_mem_blk.cpp.o 2025-06-05T23:26:56.7998984Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/remove_redundant_reorders.cpp.o 2025-06-05T23:26:56.8001496Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/adaptive_pooling.cpp.o 2025-06-05T23:26:56.8003927Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/color_convert.cpp.o 2025-06-05T23:26:56.8006354Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/reorder_inputs.cpp.o 2025-06-05T23:26:56.8008733Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/eltwise.cpp.o 2025-06-05T23:26:56.8011098Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/fullyconnected.cpp.o 2025-06-05T23:26:56.8013576Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/gather.cpp.o 2025-06-05T23:26:56.8015847Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/matmul.cpp.o 2025-06-05T23:26:56.8018153Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/ngram.cpp.o 2025-06-05T23:26:56.8020502Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/reorder_transfer.cpp.o 2025-06-05T23:26:56.8022862Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/one_hot.cpp.o 2025-06-05T23:26:56.8025112Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/priorbox.cpp.o 2025-06-05T23:26:56.8027721Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/priorbox_clustered.cpp.o 2025-06-05T23:26:56.8030279Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/reshape.cpp.o 2025-06-05T23:26:56.8032550Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/rms_norm.cpp.o 2025-06-05T23:26:56.8034777Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/scaled_attn.cpp.o 2025-06-05T23:26:56.8037137Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/strided_slice.cpp.o 2025-06-05T23:26:56.8039934Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/select_preferred_formats.cpp.o 2025-06-05T23:26:56.8042459Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/custom/transpose.cpp.o 2025-06-05T23:26:56.8044663Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/shape_inference.cpp.o 2025-06-05T23:26:56.8047092Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/shape_inference_cpu.cpp.o 2025-06-05T23:26:58.9965754Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/static_dimension.cpp.o 2025-06-05T23:26:58.9968137Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/shape_inference/static_shape.cpp.o 2025-06-05T23:26:58.9970884Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/causal_mask_preprocess.cpp.o 2025-06-05T23:26:58.9973724Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/leaky_relu.cpp.o 2025-06-05T23:26:58.9976590Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/skipped_branch_memory_dependencies.cpp.o 2025-06-05T23:26:58.9979388Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/ngram.cpp.o 2025-06-05T23:26:58.9982118Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/power_static.cpp.o 2025-06-05T23:26:58.9984936Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/read_value_with_subgraph.cpp.o 2025-06-05T23:26:58.9987629Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/sdpa.cpp.o 2025-06-05T23:26:58.9990116Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/submodel.cpp.o 2025-06-05T23:26:58.9992682Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/trim_to_outputs.cpp.o 2025-06-05T23:26:58.9995327Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/op/swish_cpu.cpp.o 2025-06-05T23:26:58.9998184Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.cpp.o 2025-06-05T23:26:59.0001691Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/causal_mask_preprocess_fusion.cpp.o 2025-06-05T23:26:59.0004756Z [ 94%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.cpp.o 2025-06-05T23:26:59.0007135Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/grid_sample.cpp.o 2025-06-05T23:26:59.0009576Z [ 94%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/graph_optimizer/update_inner_program_io_map.cpp.o 2025-06-05T23:26:59.0011760Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/grn.cpp.o 2025-06-05T23:26:59.0014510Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_fq_rnn_to_quantized_rnn.cpp.o 2025-06-05T23:26:59.0017182Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/group_normalization.cpp.o 2025-06-05T23:26:59.0019821Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.cpp.o 2025-06-05T23:26:59.0022791Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.cpp.o 2025-06-05T23:26:59.0025779Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.cpp.o 2025-06-05T23:26:59.0029120Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_to_power_static.cpp.o 2025-06-05T23:26:59.0031585Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/input_layout.cpp.o 2025-06-05T23:26:59.0034232Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.cpp.o 2025-06-05T23:26:59.0036791Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/kernel_impl_params.cpp.o 2025-06-05T23:26:59.0038912Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/kv_cache.cpp.o 2025-06-05T23:26:59.0041458Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/decompose_integer_divide.cpp.o 2025-06-05T23:26:59.0044335Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/decompose_rms_norm.cpp.o 2025-06-05T23:26:59.0047212Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/fc_bias_fusion.cpp.o 2025-06-05T23:26:59.0050046Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/insert_convert_after_extension.cpp.o 2025-06-05T23:26:59.0052707Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/layout_optimizer.cpp.o 2025-06-05T23:26:59.0055487Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.cpp.o 2025-06-05T23:26:59.0058618Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/move_readvalue_inputs_to_subgraph.cpp.o 2025-06-05T23:26:59.0061476Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/loop.cpp.o 2025-06-05T23:26:59.0063990Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/ngram_fusion.cpp.o 2025-06-05T23:26:59.0066926Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/permute_slice_n_interpolation.cpp.o 2025-06-05T23:26:59.0070088Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.cpp.o 2025-06-05T23:26:59.0073139Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.cpp.o 2025-06-05T23:26:59.0076331Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/common/pass/swap_convert_transpose.cpp.o 2025-06-05T23:26:59.0079188Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/op/interaction.cpp.o 2025-06-05T23:26:59.0081358Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/lrn.cpp.o 2025-06-05T23:26:59.0083514Z [ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/op/llm_mlp.cpp.o 2025-06-05T23:26:59.0085721Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/lstm_cell.cpp.o 2025-06-05T23:26:59.0087657Z [ 95%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/lstm_seq.cpp.o 2025-06-05T23:26:59.0089985Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/op/mha.cpp.o 2025-06-05T23:26:59.0092165Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/matrix_nms.cpp.o 2025-06-05T23:26:59.0094384Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/multiclass_nms.cpp.o 2025-06-05T23:26:59.0096732Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/op/qkv_proj.cpp.o 2025-06-05T23:26:59.0099016Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/multinomial.cpp.o 2025-06-05T23:26:59.0101104Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/mutable_data.cpp.o 2025-06-05T23:26:59.0103632Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/pass/convert_to_interaction.cpp.o 2025-06-05T23:27:01.6662792Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/pass/mha_fusion.cpp.o 2025-06-05T23:27:01.6665108Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/mvn.cpp.o 2025-06-05T23:27:01.6667270Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/pass/mlp_fusion.cpp.o 2025-06-05T23:27:01.6669517Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/network.cpp.o 2025-06-05T23:27:01.6671570Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/nodes_ordering.cpp.o 2025-06-05T23:27:01.6673772Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/non_max_suppression.cpp.o 2025-06-05T23:27:01.6676229Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/non_zero.cpp.o 2025-06-05T23:27:01.6678618Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/pass/qkv_proj_fusion.cpp.o 2025-06-05T23:27:01.6681406Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/cpu_opset/x64/pass/sdpa_fuse_transpose_reshape.cpp.o 2025-06-05T23:27:01.6683848Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/normalize.cpp.o 2025-06-05T23:27:01.6686215Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/common/op/fused_mul_add.cpp.o 2025-06-05T23:27:01.6688706Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/one_hot.cpp.o 2025-06-05T23:27:01.6690824Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/paged_attention.cpp.o 2025-06-05T23:27:01.6693390Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/common/pass/mul_add_to_fma.cpp.o 2025-06-05T23:27:01.6696234Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/op/brgemm_copy_b.cpp.o 2025-06-05T23:27:01.6698836Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/op/brgemm_cpu.cpp.o 2025-06-05T23:27:01.6701156Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/pass_manager.cpp.o 2025-06-05T23:27:01.6703963Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/op/brgemm_utils.cpp.o 2025-06-05T23:27:01.6706772Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/op/load_convert.cpp.o 2025-06-05T23:27:01.6709062Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/permute.cpp.o 2025-06-05T23:27:01.6711106Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/pooling.cpp.o 2025-06-05T23:27:01.6713439Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/op/perf_count_rdtsc.cpp.o 2025-06-05T23:27:01.6717068Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/primitive_inst.cpp.o 2025-06-05T23:27:01.6719456Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/op/store_convert.cpp.o 2025-06-05T23:27:01.6722191Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/brgemm_to_brgemm_cpu.cpp.o 2025-06-05T23:27:01.6724967Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/eliminate_brgemm_copy_b.cpp.o 2025-06-05T23:27:01.6727343Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/prior_box.cpp.o 2025-06-05T23:27:01.6729441Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/program.cpp.o 2025-06-05T23:27:01.6731757Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/enforce_precision.cpp.o 2025-06-05T23:27:01.6734243Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/program_dump_graph.cpp.o 2025-06-05T23:27:01.6737157Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/adjust_brgemm_copy_b_loop_ports.cpp.o 2025-06-05T23:27:01.6739845Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/program_helpers.cpp.o 2025-06-05T23:27:01.6742557Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/brgemm_copy_b_loop_ports_adjuster.cpp.o 2025-06-05T23:27:01.6745593Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/brgemm_cpu_blocking.cpp.o 2025-06-05T23:27:01.6749093Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/expressions/brgemm_copy_b_buffer_expressions.cpp.o 2025-06-05T23:27:01.6751905Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/program_node.cpp.o 2025-06-05T23:27:01.6754545Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/external_repacking_adjuster.cpp.o 2025-06-05T23:27:01.6757100Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/proposal.cpp.o 2025-06-05T23:27:01.6759719Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.cpp.o 2025-06-05T23:27:01.6762280Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/quantize.cpp.o 2025-06-05T23:27:01.6764917Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/lowered/insert_brgemm_copy_buffers.cpp.o 2025-06-05T23:27:01.6767801Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/remove_converts.cpp.o 2025-06-05T23:27:01.6770506Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/pass/snippets_mark_skipped.cpp.o 2025-06-05T23:27:01.6773050Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/random_uniform.cpp.o 2025-06-05T23:27:01.6775092Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/range.cpp.o 2025-06-05T23:27:01.6777117Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/read_value.cpp.o 2025-06-05T23:27:01.6779473Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/snippets/x64/shape_inference.cpp.o 2025-06-05T23:27:01.6781719Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/reduce.cpp.o 2025-06-05T23:27:01.6783996Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/transformation_pipeline.cpp.o 2025-06-05T23:27:01.6786285Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/transformations/utils.cpp.o 2025-06-05T23:27:01.6788317Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/blob_dump.cpp.o 2025-06-05T23:27:01.6790363Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/region_yolo.cpp.o 2025-06-05T23:27:01.6792654Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/activations_impls.cpp.o 2025-06-05T23:27:01.6795125Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/arg_max_min_impls.cpp.o 2025-06-05T23:27:01.6797410Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/broadcast_impls.cpp.o 2025-06-05T23:27:01.6799765Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/concatenation_impls.cpp.o 2025-06-05T23:27:04.4894860Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/convolution_impls.cpp.o 2025-06-05T23:27:04.4897221Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/codec_xor.cpp.o 2025-06-05T23:27:04.4899729Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/crop_impls.cpp.o 2025-06-05T23:27:04.4902075Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/debug_capabilities.cpp.o 2025-06-05T23:27:04.4904377Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/deconvolution_impls.cpp.o 2025-06-05T23:27:04.4906830Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/detection_output_impls.cpp.o 2025-06-05T23:27:04.4909234Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/eltwise_impls.cpp.o 2025-06-05T23:27:04.4911451Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/debug_caps_config.cpp.o 2025-06-05T23:27:04.4913820Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/fake_convert_impls.cpp.o 2025-06-05T23:27:04.4916125Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/node_dumper.cpp.o 2025-06-05T23:27:04.4918301Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/precision_support.cpp.o 2025-06-05T23:27:04.4920700Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/rt_info/memory_formats_attribute.cpp.o 2025-06-05T23:27:04.4923049Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/serialize.cpp.o 2025-06-05T23:27:04.4925412Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/fully_connected_impls.cpp.o 2025-06-05T23:27:04.4927841Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/gather_impls.cpp.o 2025-06-05T23:27:04.4930483Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/gather_nd_impls.cpp.o 2025-06-05T23:27:04.4932866Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/gemm_impls.cpp.o 2025-06-05T23:27:04.4935391Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/implementation_manager.cpp.o 2025-06-05T23:27:04.4937709Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/utils/verbose.cpp.o 2025-06-05T23:27:04.4940024Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/lstm_cell_impls.cpp.o 2025-06-05T23:27:04.4942056Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/weights_cache.cpp.o 2025-06-05T23:27:04.4944217Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/lstm_seq_impls.cpp.o 2025-06-05T23:27:04.4946785Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/non_max_suppression_impls.cpp.o 2025-06-05T23:27:04.4949229Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/pooling_impls.cpp.o 2025-06-05T23:27:04.4951518Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/proposal_imp.cpp.o 2025-06-05T23:27:04.4953716Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/predicates.cpp.o 2025-06-05T23:27:04.4955979Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX2/proposal_imp.cpp.o 2025-06-05T23:27:04.4958427Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/proposal_imp_disp.cpp.o 2025-06-05T23:27:04.4960652Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/softmax.cpp.o 2025-06-05T23:27:04.4962854Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/range_impls.cpp.o 2025-06-05T23:27:04.4965036Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/reduce_impls.cpp.o 2025-06-05T23:27:04.4967226Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX2/softmax.cpp.o 2025-06-05T23:27:04.4969474Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/reorder_impls.cpp.o 2025-06-05T23:27:04.4971574Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/reshape_impls.cpp.o 2025-06-05T23:27:04.4973645Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX512F/softmax.cpp.o 2025-06-05T23:27:04.4975567Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/softmax_disp.cpp.o 2025-06-05T23:27:04.4977663Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/mha_single_token.cpp.o 2025-06-05T23:27:04.4980075Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/scatter_elements_update_impls.cpp.o 2025-06-05T23:27:04.4982569Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX2/mha_single_token.cpp.o 2025-06-05T23:27:04.4984967Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX512F/mha_single_token.cpp.o 2025-06-05T23:27:04.4987421Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/mha_single_token_disp.cpp.o 2025-06-05T23:27:04.4989868Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/scatter_update_impls.cpp.o 2025-06-05T23:27:04.4992258Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/select_impls.cpp.o 2025-06-05T23:27:04.4994481Z [ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/executor_pa.cpp.o 2025-06-05T23:27:04.4996773Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/shape_of_impls.cpp.o 2025-06-05T23:27:04.4999127Z [ 96%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/softmax_impls.cpp.o 2025-06-05T23:27:04.5001583Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX2/executor_pa.cpp.o 2025-06-05T23:27:04.5003964Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/strided_slice_impls.cpp.o 2025-06-05T23:27:04.5006264Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/registry/tile_impls.cpp.o 2025-06-05T23:27:04.5008433Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX512F/executor_pa.cpp.o 2025-06-05T23:27:04.5010663Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/reorder.cpp.o 2025-06-05T23:27:04.5012813Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/reorg_yolo.cpp.o 2025-06-05T23:27:04.5015089Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/resample.cpp.o 2025-06-05T23:27:04.5017154Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/executor_pa_disp.cpp.o 2025-06-05T23:27:04.5019382Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/attn_memcpy.cpp.o 2025-06-05T23:27:04.5021487Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/reshape.cpp.o 2025-06-05T23:27:04.5023497Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/reverse.cpp.o 2025-06-05T23:27:04.5025633Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX2/attn_memcpy.cpp.o 2025-06-05T23:27:04.5027785Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/reverse_sequence.cpp.o 2025-06-05T23:27:04.5030032Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/rms.cpp.o 2025-06-05T23:27:08.9732168Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/roi_align.cpp.o 2025-06-05T23:27:08.9734591Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX512F/attn_memcpy.cpp.o 2025-06-05T23:27:08.9736799Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/attn_memcpy_disp.cpp.o 2025-06-05T23:27:08.9739135Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/attn_quant.cpp.o 2025-06-05T23:27:08.9741397Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/roi_pooling.cpp.o 2025-06-05T23:27:08.9743466Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/roll.cpp.o 2025-06-05T23:27:08.9745500Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/rope.cpp.o 2025-06-05T23:27:08.9747657Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX2/attn_quant.cpp.o 2025-06-05T23:27:08.9749970Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX512F/attn_quant.cpp.o 2025-06-05T23:27:08.9752452Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/scaled_dot_product_attention.cpp.o 2025-06-05T23:27:08.9754647Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/attn_quant_disp.cpp.o 2025-06-05T23:27:08.9756938Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/scatter_elements_update.cpp.o 2025-06-05T23:27:08.9759545Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/ANY/mlp_utils.cpp.o 2025-06-05T23:27:08.9761814Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/scatter_nd_update.cpp.o 2025-06-05T23:27:08.9764045Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/scatter_update.cpp.o 2025-06-05T23:27:08.9766174Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/search_sorted.cpp.o 2025-06-05T23:27:08.9768422Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/AVX512F/mlp_utils.cpp.o 2025-06-05T23:27:08.9770860Z [ 97%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/cross-compiled/mlp_utils_disp.cpp.o 2025-06-05T23:27:08.9773083Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/select.cpp.o 2025-06-05T23:27:08.9775157Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/shape_of.cpp.o 2025-06-05T23:27:08.9777250Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/shuffle_channels.cpp.o 2025-06-05T23:27:08.9779397Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/slice.cpp.o 2025-06-05T23:27:08.9781424Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/softmax.cpp.o 2025-06-05T23:27:08.9783653Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/space_to_batch.cpp.o 2025-06-05T23:27:08.9785812Z [ 97%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_intel_cpu_plugin.so 2025-06-05T23:27:08.9787991Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/space_to_depth.cpp.o 2025-06-05T23:27:08.9790121Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/stft.cpp.o 2025-06-05T23:27:08.9792051Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/strided_slice.cpp.o 2025-06-05T23:27:08.9794016Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/swiglu.cpp.o 2025-06-05T23:27:08.9795887Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/tile.cpp.o 2025-06-05T23:27:08.9797879Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/topology.cpp.o 2025-06-05T23:27:08.9800120Z [ 97%] Building CXX object src/plugins/intel_gpu/src/graph/CMakeFiles/openvino_intel_gpu_graph.dir/unique.cpp.o 2025-06-05T23:27:08.9802361Z [ 97%] Linking CXX static library /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_intel_gpu_graph.a 2025-06-05T23:27:08.9803739Z [ 97%] Built target openvino_intel_gpu_graph 2025-06-05T23:27:08.9805358Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin_version.dir/src/plugin/plugin.cpp.o 2025-06-05T23:27:08.9806740Z [ 97%] Built target openvino_intel_gpu_plugin_version 2025-06-05T23:27:08.9808314Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/async_infer_request.cpp.o 2025-06-05T23:27:08.9810315Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/common_utils.cpp.o 2025-06-05T23:27:08.9812650Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/compiled_model.cpp.o 2025-06-05T23:27:08.9815139Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/custom_layer.cpp.o 2025-06-05T23:27:08.9817167Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/graph.cpp.o 2025-06-05T23:27:08.9819209Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/adaptive_pooling.cpp.o 2025-06-05T23:27:08.9821468Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/multi_tensor_variable_state.cpp.o 2025-06-05T23:27:08.9823686Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/batch_to_space.cpp.o 2025-06-05T23:27:08.9825911Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/broadcast.cpp.o 2025-06-05T23:27:08.9828107Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/bucketize.cpp.o 2025-06-05T23:27:08.9830314Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/concat.cpp.o 2025-06-05T23:27:08.9832424Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/condition.cpp.o 2025-06-05T23:27:08.9834565Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/constant.cpp.o 2025-06-05T23:27:08.9836668Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/convert.cpp.o 2025-06-05T23:27:08.9838837Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/convert_color.cpp.o 2025-06-05T23:27:08.9841003Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/convolution.cpp.o 2025-06-05T23:27:08.9843298Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/ctc_greedy_decoder.cpp.o 2025-06-05T23:27:08.9845401Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/ctc_loss.cpp.o 2025-06-05T23:27:08.9847424Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/cum_sum.cpp.o 2025-06-05T23:27:08.9849452Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/custom.cpp.o 2025-06-05T23:27:08.9851557Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/depth_to_space.cpp.o 2025-06-05T23:27:08.9853850Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/detection_output.cpp.o 2025-06-05T23:27:08.9855921Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/dft.cpp.o 2025-06-05T23:27:08.9857951Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/dynamic_quantize.cpp.o 2025-06-05T23:27:08.9860039Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/eltwise.cpp.o 2025-06-05T23:27:08.9862105Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/embedding_bag.cpp.o 2025-06-05T23:27:08.9864615Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/experimental_detectron_detection_output.cpp.o 2025-06-05T23:27:11.8973416Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/experimental_detectron_generate_proposals_single_image.cpp.o 2025-06-05T23:27:11.8976676Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/experimental_detectron_prior_grid_generator.cpp.o 2025-06-05T23:27:11.8979462Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/experimental_detectron_roi_feature_extractor.cpp.o 2025-06-05T23:27:11.8982202Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/experimental_detectron_topk_rois.cpp.o 2025-06-05T23:27:11.8984656Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/extract_image_patches.cpp.o 2025-06-05T23:27:11.8986702Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/eye.cpp.o 2025-06-05T23:27:11.8989123Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/fake_convert.cpp.o 2025-06-05T23:27:11.8991371Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/fully_connected.cpp.o 2025-06-05T23:27:11.8993719Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/fake_quantize.cpp.o 2025-06-05T23:27:11.8995860Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/gather_tree.cpp.o 2025-06-05T23:27:11.8997765Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/gather.cpp.o 2025-06-05T23:27:11.8999835Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/gather_elements.cpp.o 2025-06-05T23:27:11.9002046Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/gather_nd.cpp.o 2025-06-05T23:27:11.9004273Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/generate_proposals.cpp.o 2025-06-05T23:27:11.9006437Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/grid_sample.cpp.o 2025-06-05T23:27:11.9008506Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/grn.cpp.o 2025-06-05T23:27:11.9010608Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/group_normalization.cpp.o 2025-06-05T23:27:11.9012759Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/interpolate.cpp.o 2025-06-05T23:27:11.9014928Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/kv_cache.cpp.o 2025-06-05T23:27:11.9016951Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/loop.cpp.o 2025-06-05T23:27:11.9018938Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/lrn.cpp.o 2025-06-05T23:27:11.9020969Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/matmul.cpp.o 2025-06-05T23:27:11.9023006Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/matrix_nms.cpp.o 2025-06-05T23:27:11.9025163Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/multiclass_nms.cpp.o 2025-06-05T23:27:11.9027301Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/multinomial.cpp.o 2025-06-05T23:27:11.9029543Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/mvn.cpp.o 2025-06-05T23:27:11.9031922Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/non_max_suppression.cpp.o 2025-06-05T23:27:11.9034070Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/non_zero.cpp.o 2025-06-05T23:27:11.9036123Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/normalize_l2.cpp.o 2025-06-05T23:27:11.9038158Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/one_hot.cpp.o 2025-06-05T23:27:11.9040148Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/pad.cpp.o 2025-06-05T23:27:11.9042451Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/paged_attention.cpp.o 2025-06-05T23:27:11.9044577Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/parameter.cpp.o 2025-06-05T23:27:11.9046730Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/placeholder.cpp.o 2025-06-05T23:27:11.9049251Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/pooling.cpp.o 2025-06-05T23:27:11.9051519Z [ 97%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/prior_box.cpp.o 2025-06-05T23:27:11.9053772Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/proposal.cpp.o 2025-06-05T23:27:11.9055871Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/random_uniform.cpp.o 2025-06-05T23:27:11.9058374Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/range.cpp.o 2025-06-05T23:27:11.9060631Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/reduce.cpp.o 2025-06-05T23:27:11.9062705Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/region_yolo.cpp.o 2025-06-05T23:27:11.9064849Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/reorg_yolo.cpp.o 2025-06-05T23:27:11.9066876Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/reshape.cpp.o 2025-06-05T23:27:11.9068885Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/result.cpp.o 2025-06-05T23:27:11.9071022Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/reverse.cpp.o 2025-06-05T23:27:11.9073154Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/reverse_sequence.cpp.o 2025-06-05T23:27:11.9075270Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/rms.cpp.o 2025-06-05T23:27:11.9077175Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/rnn.cpp.o 2025-06-05T23:27:11.9079276Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/roi_align.cpp.o 2025-06-05T23:27:11.9081465Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/roi_align_rotated.cpp.o 2025-06-05T23:27:11.9083672Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/roi_pooling.cpp.o 2025-06-05T23:27:11.9085664Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/roll.cpp.o 2025-06-05T23:27:11.9087826Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/rope.cpp.o 2025-06-05T23:27:11.9089040Z [ 98%] Built target openvino_intel_cpu_plugin 2025-06-05T23:27:11.9090710Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/scaled_dot_product_attention.cpp.o 2025-06-05T23:27:11.9093263Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/scatter_elements_update.cpp.o 2025-06-05T23:27:11.9095475Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/scatter_nd_update.cpp.o 2025-06-05T23:27:11.9097675Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/scatter_update.cpp.o 2025-06-05T23:27:11.9099995Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/search_sorted.cpp.o 2025-06-05T23:27:11.9102169Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/select.cpp.o 2025-06-05T23:27:11.9104164Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/shape_of.cpp.o 2025-06-05T23:27:11.9106322Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/shuffle_channels.cpp.o 2025-06-05T23:27:14.2968181Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/slice.cpp.o 2025-06-05T23:27:14.2970237Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/softmax.cpp.o 2025-06-05T23:27:14.2972512Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/space_to_batch.cpp.o 2025-06-05T23:27:14.2974919Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/space_to_depth.cpp.o 2025-06-05T23:27:14.2977077Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/split.cpp.o 2025-06-05T23:27:14.2979169Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/stft.cpp.o 2025-06-05T23:27:14.2981372Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/strided_slice.cpp.o 2025-06-05T23:27:14.2983468Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/swiglu.cpp.o 2025-06-05T23:27:14.2985451Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/tile.cpp.o 2025-06-05T23:27:14.2987418Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/topk.cpp.o 2025-06-05T23:27:14.2989552Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/transpose.cpp.o 2025-06-05T23:27:14.2991621Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/unary.cpp.o 2025-06-05T23:27:14.2993706Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/unique.cpp.o 2025-06-05T23:27:14.2995818Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/ops/variable.cpp.o 2025-06-05T23:27:14.2998079Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/program_builder.cpp.o 2025-06-05T23:27:14.3000293Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/remote_context.cpp.o 2025-06-05T23:27:14.3002683Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/remote_tensor.cpp.o 2025-06-05T23:27:14.3004905Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/simple_math.cpp.o 2025-06-05T23:27:14.3006995Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/sync_infer_request.cpp.o 2025-06-05T23:27:14.3009539Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/bcast_and_pad_zp_buffers.cpp.o 2025-06-05T23:27:14.3012221Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/binary_conv_to_conv.cpp.o 2025-06-05T23:27:14.3016045Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/clamp_fp16_output.cpp.o 2025-06-05T23:27:14.3018717Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/convert_convolution.cpp.o 2025-06-05T23:27:14.3021452Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/convert_fc_to_compressed.cpp.o 2025-06-05T23:27:14.3024209Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/convert_matmul_to_fc.cpp.o 2025-06-05T23:27:14.3026766Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/convert_pooling_to_reduce.cpp.o 2025-06-05T23:27:14.3029620Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/convert_shapeof.cpp.o 2025-06-05T23:27:14.3033374Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/convert_stridedslices_to_variadicsplit.cpp.o 2025-06-05T23:27:14.3036626Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/decompose_reduce_for_false_keepdims.cpp.o 2025-06-05T23:27:14.3039557Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/decompose_reduce_scalar_output.cpp.o 2025-06-05T23:27:14.3042460Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/dynamic_quantize_fully_connected.cpp.o 2025-06-05T23:27:14.3045236Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/einsum_decomposition.cpp.o 2025-06-05T23:27:14.3047873Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/fc_convert_fusion.cpp.o 2025-06-05T23:27:14.3050921Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/fc_horizontal_fusion.cpp.o 2025-06-05T23:27:14.3053751Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/fc_per_layer_scaling.cpp.o 2025-06-05T23:27:14.3056598Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/increase_position_ids_precision.cpp.o 2025-06-05T23:27:14.3059334Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/indirect_kv_cache.cpp.o 2025-06-05T23:27:14.3062384Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/kv_cache_compression.cpp.o 2025-06-05T23:27:14.3065244Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/kv_cache_fusion.cpp.o 2025-06-05T23:27:14.3067842Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/lora_horizontal_fusion.cpp.o 2025-06-05T23:27:14.3070575Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/move_fc_reshape_to_weights.cpp.o 2025-06-05T23:27:14.3073223Z [ 98%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/convolution.cpp.o 2025-06-05T23:27:14.3075834Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/fully_connected.cpp.o 2025-06-05T23:27:14.3078741Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/fully_connected_compressed.cpp.o 2025-06-05T23:27:14.3081334Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/gemm.cpp.o 2025-06-05T23:27:14.3083862Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/indirect_gemm.cpp.o 2025-06-05T23:27:14.3086419Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/indirect_sdpa.cpp.o 2025-06-05T23:27:14.3088958Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/kv_cache.cpp.o 2025-06-05T23:27:14.3091507Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/placeholder.cpp.o 2025-06-05T23:27:14.3094149Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/read_value.cpp.o 2025-06-05T23:27:14.3096634Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/op/sdpa.cpp.o 2025-06-05T23:27:14.3099306Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/optimize_subsequent_reshapes.cpp.o 2025-06-05T23:27:14.3101946Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/print_model_statistics.cpp.o 2025-06-05T23:27:14.3104350Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/sink_reshape.cpp.o 2025-06-05T23:27:14.3111296Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/transpose_fusion.cpp.o 2025-06-05T23:27:14.3114164Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/unsqueeze_broadcast_reshape_matmul_fusion.cpp.o 2025-06-05T23:27:21.5282506Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations/unsqueeze_broadcast_reshape_sdpa_fusion.cpp.o 2025-06-05T23:27:21.5284190Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/transformations_pipeline.cpp.o 2025-06-05T23:27:21.5285553Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/usm_host_tensor.cpp.o 2025-06-05T23:27:21.5286798Z [100%] Building CXX object src/plugins/intel_gpu/CMakeFiles/openvino_intel_gpu_plugin.dir/src/plugin/variable_state.cpp.o 2025-06-05T23:27:21.5288056Z [100%] Linking CXX shared module /pytorch/executorch/openvino/bin/intel64/Release/libopenvino_intel_gpu_plugin.so 2025-06-05T23:27:21.5289063Z [100%] Built target openvino_intel_gpu_plugin 2025-06-05T23:27:21.5289517Z + cd .. 2025-06-05T23:27:21.5289740Z + cmake --install build --prefix dist 2025-06-05T23:27:21.5290053Z -- Install configuration: "Release" 2025-06-05T23:27:21.5290677Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags 2025-06-05T23:27:21.5291496Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/CMakeLists.txt 2025-06-05T23:27:21.5292376Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags 2025-06-05T23:27:21.5293367Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/CMakeLists.txt 2025-06-05T23:27:21.5294401Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/COPYING.txt 2025-06-05T23:27:21.5295266Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake 2025-06-05T23:27:21.5296436Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/README_runtime.txt 2025-06-05T23:27:21.5297656Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/cmake_uninstall.cmake.in 2025-06-05T23:27:21.5298793Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/config.cmake.in 2025-06-05T23:27:21.5299851Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/execute_test.cmake 2025-06-05T23:27:21.5300987Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/package.cmake.in 2025-06-05T23:27:21.5301966Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/package.pc.in 2025-06-05T23:27:21.5303033Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/utils.cmake 2025-06-05T23:27:21.5304047Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/cmake/version.cmake.in 2025-06-05T23:27:21.5305090Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src 2025-06-05T23:27:21.5305975Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/config.h 2025-06-05T23:27:21.5306936Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/defines.h.in 2025-06-05T23:27:21.5307965Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags.cc 2025-06-05T23:27:21.5308913Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags.h.in 2025-06-05T23:27:21.5309937Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags_completions.cc 2025-06-05T23:27:21.5311105Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags_completions.h.in 2025-06-05T23:27:21.5312245Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags_declare.h.in 2025-06-05T23:27:21.5313404Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags_ns.h.in 2025-06-05T23:27:21.5314508Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/gflags_reporting.cc 2025-06-05T23:27:21.5315480Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/mutex.h 2025-06-05T23:27:21.5316452Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/util.h 2025-06-05T23:27:21.5317428Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/windows_port.cc 2025-06-05T23:27:21.5318568Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/gflags/gflags/src/windows_port.h 2025-06-05T23:27:21.5319462Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json 2025-06-05T23:27:21.5320342Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/CMakeLists.txt 2025-06-05T23:27:21.5321296Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/LICENSE.MIT 2025-06-05T23:27:21.5322101Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/LICENSES 2025-06-05T23:27:21.5322956Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/LICENSES/Apache-2.0.txt 2025-06-05T23:27:21.5323909Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/LICENSES/BSD-3-Clause.txt 2025-06-05T23:27:21.5324960Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/LICENSES/GPL-3.0-only.txt 2025-06-05T23:27:21.5325952Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/LICENSES/MIT.txt 2025-06-05T23:27:21.5326933Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake 2025-06-05T23:27:21.5327908Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/ci.cmake 2025-06-05T23:27:21.5329375Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/config.cmake.in 2025-06-05T23:27:21.5330514Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/download_test_data.cmake 2025-06-05T23:27:21.5331953Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in 2025-06-05T23:27:21.5333296Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/pkg-config.pc.in 2025-06-05T23:27:21.5334324Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/scripts 2025-06-05T23:27:21.5335495Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/scripts/gen_bazel_build_file.cmake 2025-06-05T23:27:21.5337024Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/cmake/test.cmake 2025-06-05T23:27:21.5338043Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include 2025-06-05T23:27:21.5339018Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann 2025-06-05T23:27:21.5340184Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/adl_serializer.hpp 2025-06-05T23:27:21.5341449Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp 2025-06-05T23:27:21.5342685Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail 2025-06-05T23:27:21.5343889Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/abi_macros.hpp 2025-06-05T23:27:21.5345128Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/conversions 2025-06-05T23:27:21.5346405Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/conversions/from_json.hpp 2025-06-05T23:27:21.5347780Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp 2025-06-05T23:27:21.5349094Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/conversions/to_json.hpp 2025-06-05T23:27:21.5350437Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/exceptions.hpp 2025-06-05T23:27:21.5351680Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/hash.hpp 2025-06-05T23:27:21.5353070Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input 2025-06-05T23:27:21.5355080Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp 2025-06-05T23:27:21.5356729Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp 2025-06-05T23:27:21.5358074Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp 2025-06-05T23:27:21.5359468Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input/lexer.hpp 2025-06-05T23:27:21.5360766Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input/parser.hpp 2025-06-05T23:27:21.5361989Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/input/position_t.hpp 2025-06-05T23:27:21.5363297Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators 2025-06-05T23:27:21.5364574Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators/internal_iterator.hpp 2025-06-05T23:27:21.5366044Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators/iter_impl.hpp 2025-06-05T23:27:21.5367303Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators/iteration_proxy.hpp 2025-06-05T23:27:21.5368708Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators/iterator_traits.hpp 2025-06-05T23:27:21.5370087Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp 2025-06-05T23:27:21.5371475Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp 2025-06-05T23:27:21.5372776Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/json_custom_base_class.hpp 2025-06-05T23:27:21.5374101Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/json_pointer.hpp 2025-06-05T23:27:21.5375271Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/json_ref.hpp 2025-06-05T23:27:21.5376362Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/macro_scope.hpp 2025-06-05T23:27:21.5377609Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/macro_unscope.hpp 2025-06-05T23:27:21.5378764Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta 2025-06-05T23:27:21.5379840Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/call_std 2025-06-05T23:27:21.5381070Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/call_std/begin.hpp 2025-06-05T23:27:21.5382336Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/call_std/end.hpp 2025-06-05T23:27:21.5383575Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/cpp_future.hpp 2025-06-05T23:27:21.5384837Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/detected.hpp 2025-06-05T23:27:21.5386065Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/identity_tag.hpp 2025-06-05T23:27:21.5387247Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/is_sax.hpp 2025-06-05T23:27:21.5388593Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/std_fs.hpp 2025-06-05T23:27:21.5389754Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/type_traits.hpp 2025-06-05T23:27:21.5390925Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/meta/void_t.hpp 2025-06-05T23:27:21.5392017Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/output 2025-06-05T23:27:21.5393269Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/output/binary_writer.hpp 2025-06-05T23:27:21.5394520Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/output/output_adapters.hpp 2025-06-05T23:27:21.5395906Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/output/serializer.hpp 2025-06-05T23:27:21.5397105Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/string_concat.hpp 2025-06-05T23:27:21.5398273Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/string_escape.hpp 2025-06-05T23:27:21.5399398Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/detail/value_t.hpp 2025-06-05T23:27:21.5400552Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/json.hpp 2025-06-05T23:27:21.5401616Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/json_fwd.hpp 2025-06-05T23:27:21.5402682Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/ordered_map.hpp 2025-06-05T23:27:21.5403727Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/thirdparty 2025-06-05T23:27:21.5404836Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/thirdparty/hedley 2025-06-05T23:27:21.5405994Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley.hpp 2025-06-05T23:27:21.5407282Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp 2025-06-05T23:27:21.5408398Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/nlohmann_json.natvis 2025-06-05T23:27:21.5409319Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/single_include 2025-06-05T23:27:21.5410544Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/single_include/nlohmann 2025-06-05T23:27:21.5411868Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp 2025-06-05T23:27:21.5413096Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/thirdparty/nlohmann_json/single_include/nlohmann/json_fwd.hpp 2025-06-05T23:27:21.5414040Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib 2025-06-05T23:27:21.5414813Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so.2.13 2025-06-05T23:27:21.5415679Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so 2025-06-05T23:27:21.5416639Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so.2 2025-06-05T23:27:21.5417605Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so 2025-06-05T23:27:21.5418491Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so.12.13 2025-06-05T23:27:21.5419475Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so.3.13 2025-06-05T23:27:21.5420360Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so.3 2025-06-05T23:27:21.5421196Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libhwloc.so.15 2025-06-05T23:27:21.5421995Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libhwloc.so.15.6.4 2025-06-05T23:27:21.5422816Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/pkgconfig 2025-06-05T23:27:21.5423631Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/pkgconfig/tbb.pc 2025-06-05T23:27:21.5424487Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so.2.13 2025-06-05T23:27:21.5425344Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so 2025-06-05T23:27:21.5426226Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so.12 2025-06-05T23:27:21.5427127Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libhwloc.so 2025-06-05T23:27:21.5428122Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so 2025-06-05T23:27:21.5429099Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so.2 2025-06-05T23:27:21.5429927Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/TBB-LICENSE 2025-06-05T23:27:21.5430721Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake 2025-06-05T23:27:21.5431574Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB 2025-06-05T23:27:21.5432500Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB/TBBTargets.cmake 2025-06-05T23:27:21.5433574Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB/TBBTargets-release.cmake 2025-06-05T23:27:21.5434710Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB/TBBConfigVersion.cmake 2025-06-05T23:27:21.5435701Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB/TBBConfig.cmake 2025-06-05T23:27:21.5436636Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include 2025-06-05T23:27:21.5437460Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb 2025-06-05T23:27:21.5438332Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/tick_count.h 2025-06-05T23:27:21.5439340Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/spin_mutex.h 2025-06-05T23:27:21.5440297Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/tbb_allocator.h 2025-06-05T23:27:21.5441275Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/memory_pool.h 2025-06-05T23:27:21.5442246Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_for.h 2025-06-05T23:27:21.5443342Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/task_scheduler_observer.h 2025-06-05T23:27:21.5444423Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/null_rw_mutex.h 2025-06-05T23:27:21.5445434Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_map.h 2025-06-05T23:27:21.5446474Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/queuing_rw_mutex.h 2025-06-05T23:27:21.5447551Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/spin_rw_mutex.h 2025-06-05T23:27:21.5448507Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_for_each.h 2025-06-05T23:27:21.5449523Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_vector.h 2025-06-05T23:27:21.5450453Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/flow_graph_abstractions.h 2025-06-05T23:27:21.5451727Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/profiling.h 2025-06-05T23:27:21.5452619Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/global_control.h 2025-06-05T23:27:21.5453754Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_reduce.h 2025-06-05T23:27:21.5454674Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/info.h 2025-06-05T23:27:21.5455432Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/tbb.h 2025-06-05T23:27:21.5456259Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/partitioner.h 2025-06-05T23:27:21.5457257Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/collaborative_call_once.h 2025-06-05T23:27:21.5458340Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_invoke.h 2025-06-05T23:27:21.5459317Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/blocked_range2d.h 2025-06-05T23:27:21.5460286Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_unordered_map.h 2025-06-05T23:27:21.5461273Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/tbbmalloc_proxy.h 2025-06-05T23:27:21.5462235Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/cache_aligned_allocator.h 2025-06-05T23:27:21.5463386Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/enumerable_thread_specific.h 2025-06-05T23:27:21.5464526Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/blocked_range3d.h 2025-06-05T23:27:21.5465392Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/task_arena.h 2025-06-05T23:27:21.5466338Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_hash_map.h 2025-06-05T23:27:21.5467466Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_priority_queue.h 2025-06-05T23:27:21.5468516Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/queuing_mutex.h 2025-06-05T23:27:21.5469452Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/combinable.h 2025-06-05T23:27:21.5470220Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/task.h 2025-06-05T23:27:21.5471164Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/scalable_allocator.h 2025-06-05T23:27:21.5472249Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_unordered_set.h 2025-06-05T23:27:21.5473121Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/version.h 2025-06-05T23:27:21.5473995Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/task_group.h 2025-06-05T23:27:21.5474915Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/blocked_rangeNd.h 2025-06-05T23:27:21.5475757Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/null_mutex.h 2025-06-05T23:27:21.5476696Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_sort.h 2025-06-05T23:27:21.5477674Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_queue.h 2025-06-05T23:27:21.5478609Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_set.h 2025-06-05T23:27:21.5479444Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_scan.h 2025-06-05T23:27:21.5480308Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/rw_mutex.h 2025-06-05T23:27:21.5481280Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/blocked_range.h 2025-06-05T23:27:21.5482138Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/mutex.h 2025-06-05T23:27:21.5483005Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/flow_graph.h 2025-06-05T23:27:21.5483852Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/parallel_pipeline.h 2025-06-05T23:27:21.5484873Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/tbb/concurrent_lru_cache.h 2025-06-05T23:27:21.5485701Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi 2025-06-05T23:27:21.5486432Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb 2025-06-05T23:27:21.5487223Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/tick_count.h 2025-06-05T23:27:21.5488133Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/spin_mutex.h 2025-06-05T23:27:21.5489056Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/tbb_allocator.h 2025-06-05T23:27:21.5489962Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/memory_pool.h 2025-06-05T23:27:21.5490929Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_for.h 2025-06-05T23:27:21.5491928Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/task_scheduler_observer.h 2025-06-05T23:27:21.5492815Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail 2025-06-05T23:27:21.5493869Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h 2025-06-05T23:27:21.5494982Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_trace_impl.h 2025-06-05T23:27:21.5495949Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_assert.h 2025-06-05T23:27:21.5496857Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_machine.h 2025-06-05T23:27:21.5497826Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_cache_impl.h 2025-06-05T23:27:21.5498860Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_string_resource.h 2025-06-05T23:27:21.5499848Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_aligned_space.h 2025-06-05T23:27:21.5500847Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_intrusive_list_node.h 2025-06-05T23:27:21.5501875Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_pipeline_filters.h 2025-06-05T23:27:21.5502901Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_concurrent_queue_base.h 2025-06-05T23:27:21.5503997Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_item_buffer_impl.h 2025-06-05T23:27:21.5505087Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_node_impl.h 2025-06-05T23:27:21.5506059Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_exception.h 2025-06-05T23:27:21.5507074Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_node_set_impl.h 2025-06-05T23:27:21.5508061Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_attach.h 2025-06-05T23:27:21.5509035Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_body_impl.h 2025-06-05T23:27:21.5510215Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_pipeline_filters_deduction.h 2025-06-05T23:27:21.5511284Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_join_impl.h 2025-06-05T23:27:21.5512308Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_impl.h 2025-06-05T23:27:21.5513354Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_nodes_deduction.h 2025-06-05T23:27:21.5514393Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_range_common.h 2025-06-05T23:27:21.5515334Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_rtm_mutex.h 2025-06-05T23:27:21.5516344Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_template_helpers.h 2025-06-05T23:27:21.5517338Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_mutex_common.h 2025-06-05T23:27:21.5518441Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_namespace_injection.h 2025-06-05T23:27:21.5544855Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_allocator_traits.h 2025-06-05T23:27:21.5546182Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_segment_table.h 2025-06-05T23:27:21.5547400Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_concurrent_skip_list.h 2025-06-05T23:27:21.5548597Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_types_impl.h 2025-06-05T23:27:21.5549628Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_task.h 2025-06-05T23:27:21.5550715Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_small_object_pool.h 2025-06-05T23:27:21.5551672Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_export.h 2025-06-05T23:27:21.5552632Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_hash_compare.h 2025-06-05T23:27:21.5553634Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_rtm_rw_mutex.h 2025-06-05T23:27:21.5554750Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_node_handle.h 2025-06-05T23:27:21.5555764Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_containers_helpers.h 2025-06-05T23:27:21.5556778Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_waitable_atomic.h 2025-06-05T23:27:21.5558014Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_flow_graph_indexer_impl.h 2025-06-05T23:27:21.5559237Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_scoped_lock.h 2025-06-05T23:27:21.5560408Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_config.h 2025-06-05T23:27:21.5561457Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_aggregator.h 2025-06-05T23:27:21.5562583Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_utils.h 2025-06-05T23:27:21.5563615Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_task_handle.h 2025-06-05T23:27:21.5564861Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/detail/_concurrent_unordered_base.h 2025-06-05T23:27:21.5566064Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/null_rw_mutex.h 2025-06-05T23:27:21.5567252Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_map.h 2025-06-05T23:27:21.5568354Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/queuing_rw_mutex.h 2025-06-05T23:27:21.5569460Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/spin_rw_mutex.h 2025-06-05T23:27:21.5570409Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_for_each.h 2025-06-05T23:27:21.5571560Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_vector.h 2025-06-05T23:27:21.5572637Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/flow_graph_abstractions.h 2025-06-05T23:27:21.5573906Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/profiling.h 2025-06-05T23:27:21.5575025Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/global_control.h 2025-06-05T23:27:21.5576059Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_reduce.h 2025-06-05T23:27:21.5577050Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/info.h 2025-06-05T23:27:21.5577999Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/partitioner.h 2025-06-05T23:27:21.5579120Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/collaborative_call_once.h 2025-06-05T23:27:21.5580317Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_invoke.h 2025-06-05T23:27:21.5581347Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/blocked_range2d.h 2025-06-05T23:27:21.5582361Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_unordered_map.h 2025-06-05T23:27:21.5583363Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/tbbmalloc_proxy.h 2025-06-05T23:27:21.5584381Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/cache_aligned_allocator.h 2025-06-05T23:27:21.5585594Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/enumerable_thread_specific.h 2025-06-05T23:27:21.5586765Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/blocked_range3d.h 2025-06-05T23:27:21.5587787Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/task_arena.h 2025-06-05T23:27:21.5588846Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_hash_map.h 2025-06-05T23:27:21.5589949Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_priority_queue.h 2025-06-05T23:27:21.5590947Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/queuing_mutex.h 2025-06-05T23:27:21.5591841Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/combinable.h 2025-06-05T23:27:21.5592752Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/task.h 2025-06-05T23:27:21.5593734Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/scalable_allocator.h 2025-06-05T23:27:21.5594852Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_unordered_set.h 2025-06-05T23:27:21.5595941Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/version.h 2025-06-05T23:27:21.5596771Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/task_group.h 2025-06-05T23:27:21.5597691Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/blocked_rangeNd.h 2025-06-05T23:27:21.5598712Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/null_mutex.h 2025-06-05T23:27:21.5599619Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_sort.h 2025-06-05T23:27:21.5600665Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_queue.h 2025-06-05T23:27:21.5601687Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_set.h 2025-06-05T23:27:21.5602620Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_scan.h 2025-06-05T23:27:21.5612276Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/rw_mutex.h 2025-06-05T23:27:21.5613254Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/blocked_range.h 2025-06-05T23:27:21.5614361Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/mutex.h 2025-06-05T23:27:21.5615337Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/flow_graph.h 2025-06-05T23:27:21.5616264Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/parallel_pipeline.h 2025-06-05T23:27:21.5617263Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb/concurrent_lru_cache.h 2025-06-05T23:27:21.5618192Z -- Installing: /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/include/oneapi/tbb.h 2025-06-05T23:27:21.5619076Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino.so.2025.1.0 2025-06-05T23:27:21.5620000Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino.so.2510 2025-06-05T23:27:21.5620739Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino.so.2025.1.0" to "" 2025-06-05T23:27:21.5621621Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino.so 2025-06-05T23:27:21.5622568Z -- Installing: /pytorch/executorch/openvino/dist/runtime/cmake/OpenVINOTargets.cmake 2025-06-05T23:27:21.5623349Z -- Installing: /pytorch/executorch/openvino/dist/runtime/cmake/OpenVINOTargets-release.cmake 2025-06-05T23:27:21.5624155Z -- Installing: /pytorch/executorch/openvino/dist/runtime/cmake/OpenVINOConfig.cmake 2025-06-05T23:27:21.5624957Z -- Installing: /pytorch/executorch/openvino/dist/runtime/cmake/OpenVINOConfig-version.cmake 2025-06-05T23:27:21.5625806Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/pkgconfig/openvino.pc 2025-06-05T23:27:21.5626479Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include 2025-06-05T23:27:21.5627036Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.5627728Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core 2025-06-05T23:27:21.5628427Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/any.hpp 2025-06-05T23:27:21.5629566Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/attribute_visitor.hpp 2025-06-05T23:27:21.5630612Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/axis_set.hpp 2025-06-05T23:27:21.5631595Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/axis_vector.hpp 2025-06-05T23:27:21.5632654Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/coordinate.hpp 2025-06-05T23:27:21.5633683Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/coordinate_diff.hpp 2025-06-05T23:27:21.5634646Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/core.hpp 2025-06-05T23:27:21.5635577Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/deprecated.hpp 2025-06-05T23:27:21.5636527Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/descriptor 2025-06-05T23:27:21.5637753Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/descriptor/tensor.hpp 2025-06-05T23:27:21.5638801Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/descriptor/input.hpp 2025-06-05T23:27:21.5639872Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/descriptor/output.hpp 2025-06-05T23:27:21.5640915Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/dimension.hpp 2025-06-05T23:27:21.5641865Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/enum_mask.hpp 2025-06-05T23:27:21.5642698Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/except.hpp 2025-06-05T23:27:21.5643566Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/extension.hpp 2025-06-05T23:27:21.5644596Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/interval.hpp 2025-06-05T23:27:21.5645575Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/layout.hpp 2025-06-05T23:27:21.5646519Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/node_input.hpp 2025-06-05T23:27:21.5647508Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/node_output.hpp 2025-06-05T23:27:21.5648499Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/node_vector.hpp 2025-06-05T23:27:21.5649514Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/op_extension.hpp 2025-06-05T23:27:21.5650495Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/parallel.hpp 2025-06-05T23:27:21.5651471Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/partial_shape.hpp 2025-06-05T23:27:21.5652440Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess 2025-06-05T23:27:21.5653529Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/color_format.hpp 2025-06-05T23:27:21.5654632Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/input_info.hpp 2025-06-05T23:27:21.5655827Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/input_model_info.hpp 2025-06-05T23:27:21.5657062Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/input_tensor_info.hpp 2025-06-05T23:27:21.5658200Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/output_info.hpp 2025-06-05T23:27:21.5659333Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/output_model_info.hpp 2025-06-05T23:27:21.5660590Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/output_tensor_info.hpp 2025-06-05T23:27:21.5661822Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/padding_mode.hpp 2025-06-05T23:27:21.5662965Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/pre_post_process.hpp 2025-06-05T23:27:21.5664242Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/resize_algorithm.hpp 2025-06-05T23:27:21.5665443Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/postprocess_steps.hpp 2025-06-05T23:27:21.5666655Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/preprocess/preprocess_steps.hpp 2025-06-05T23:27:21.5667718Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/rank.hpp 2025-06-05T23:27:21.5668640Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/rt_info.hpp 2025-06-05T23:27:21.5669562Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/rtti.hpp 2025-06-05T23:27:21.5670469Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/shape.hpp 2025-06-05T23:27:21.5671532Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/strides.hpp 2025-06-05T23:27:21.5672441Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/symbol.hpp 2025-06-05T23:27:21.5673335Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type 2025-06-05T23:27:21.5674322Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/element_type_traits.hpp 2025-06-05T23:27:21.5675362Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/bfloat16.hpp 2025-06-05T23:27:21.5676396Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/element_type.hpp 2025-06-05T23:27:21.5677436Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/float16.hpp 2025-06-05T23:27:21.5678584Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/float4_e2m1.hpp 2025-06-05T23:27:21.5679657Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/float8_e4m3.hpp 2025-06-05T23:27:21.5680649Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/float8_e5m2.hpp 2025-06-05T23:27:21.5681667Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type/float8_e8m0.hpp 2025-06-05T23:27:21.5682694Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/visibility.hpp 2025-06-05T23:27:21.5683735Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/attribute_adapter.hpp 2025-06-05T23:27:21.5684811Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/core_visibility.hpp 2025-06-05T23:27:21.5685833Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/enum_names.hpp 2025-06-05T23:27:21.5686787Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/graph_util.hpp 2025-06-05T23:27:21.5687678Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/model.hpp 2025-06-05T23:27:21.5688588Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/node.hpp 2025-06-05T23:27:21.5689560Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/runtime_attribute.hpp 2025-06-05T23:27:21.5690533Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/type.hpp 2025-06-05T23:27:21.5691445Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/core/version.hpp 2025-06-05T23:27:21.5692285Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op 2025-06-05T23:27:21.5693116Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/abs.hpp 2025-06-05T23:27:21.5694045Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/acos.hpp 2025-06-05T23:27:21.5694973Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/acosh.hpp 2025-06-05T23:27:21.5695943Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/adaptive_avg_pool.hpp 2025-06-05T23:27:21.5696958Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/adaptive_max_pool.hpp 2025-06-05T23:27:21.5697910Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/add.hpp 2025-06-05T23:27:21.5698660Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/asin.hpp 2025-06-05T23:27:21.5699509Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/asinh.hpp 2025-06-05T23:27:21.5700408Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/assign.hpp 2025-06-05T23:27:21.5701235Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/atan.hpp 2025-06-05T23:27:21.5702028Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/atanh.hpp 2025-06-05T23:27:21.5703023Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/avg_pool.hpp 2025-06-05T23:27:21.5704154Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/batch_norm.hpp 2025-06-05T23:27:21.5704919Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/batch_to_space.hpp 2025-06-05T23:27:21.5706042Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/binary_convolution.hpp 2025-06-05T23:27:21.5706960Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bitwise_and.hpp 2025-06-05T23:27:21.5707854Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bitwise_left_shift.hpp 2025-06-05T23:27:21.5708837Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bitwise_not.hpp 2025-06-05T23:27:21.5709751Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bitwise_or.hpp 2025-06-05T23:27:21.5710803Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bitwise_right_shift.hpp 2025-06-05T23:27:21.5711835Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bitwise_xor.hpp 2025-06-05T23:27:21.5712720Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/broadcast.hpp 2025-06-05T23:27:21.5713634Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/bucketize.hpp 2025-06-05T23:27:21.5714514Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/ceiling.hpp 2025-06-05T23:27:21.5715386Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/clamp.hpp 2025-06-05T23:27:21.5716255Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/concat.hpp 2025-06-05T23:27:21.5717195Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/convert.hpp 2025-06-05T23:27:21.5718161Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/convert_like.hpp 2025-06-05T23:27:21.5719229Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/convert_promote_types.hpp 2025-06-05T23:27:21.5720257Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/convolution.hpp 2025-06-05T23:27:21.5721142Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/cos.hpp 2025-06-05T23:27:21.5721961Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/cosh.hpp 2025-06-05T23:27:21.5722882Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/ctc_greedy_decoder.hpp 2025-06-05T23:27:21.5723912Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/ctc_greedy_decoder_seq_len.hpp 2025-06-05T23:27:21.5724943Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/ctc_loss.hpp 2025-06-05T23:27:21.5725827Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/cum_sum.hpp 2025-06-05T23:27:21.5726813Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/deformable_convolution.hpp 2025-06-05T23:27:21.5727904Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/deformable_psroi_pooling.hpp 2025-06-05T23:27:21.5729085Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/depth_to_space.hpp 2025-06-05T23:27:21.5730133Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/detection_output.hpp 2025-06-05T23:27:21.5731082Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/dft.hpp 2025-06-05T23:27:21.5731899Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/divide.hpp 2025-06-05T23:27:21.5732715Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/einsum.hpp 2025-06-05T23:27:21.5733573Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/elu.hpp 2025-06-05T23:27:21.5734405Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/embedding_segments_sum.hpp 2025-06-05T23:27:21.5735593Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/embeddingbag_offsets.hpp 2025-06-05T23:27:21.5736564Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/embeddingbag_offsets_sum.hpp 2025-06-05T23:27:21.5737541Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/embeddingbag_packed.hpp 2025-06-05T23:27:21.5738485Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/embeddingbag_packedsum.hpp 2025-06-05T23:27:21.5739325Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/equal.hpp 2025-06-05T23:27:21.5740193Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/erf.hpp 2025-06-05T23:27:21.5741065Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/exp.hpp 2025-06-05T23:27:21.5742192Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/experimental_detectron_detection_output.hpp 2025-06-05T23:27:21.5743515Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/experimental_detectron_generate_proposals.hpp 2025-06-05T23:27:21.5744797Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/experimental_detectron_prior_grid_generator.hpp 2025-06-05T23:27:21.5746000Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/experimental_detectron_roi_feature.hpp 2025-06-05T23:27:21.5747258Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/experimental_detectron_topkrois.hpp 2025-06-05T23:27:21.5748385Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/extractimagepatches.hpp 2025-06-05T23:27:21.5749211Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/eye.hpp 2025-06-05T23:27:21.5749987Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/fake_convert.hpp 2025-06-05T23:27:21.5750882Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/fake_quantize.hpp 2025-06-05T23:27:21.5751782Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/floor.hpp 2025-06-05T23:27:21.5752690Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/floor_mod.hpp 2025-06-05T23:27:21.5753567Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gather.hpp 2025-06-05T23:27:21.5754496Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gather_elements.hpp 2025-06-05T23:27:21.5755392Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gather_nd.hpp 2025-06-05T23:27:21.5756270Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gather_tree.hpp 2025-06-05T23:27:21.5757081Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gelu.hpp 2025-06-05T23:27:21.5757970Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/generate_proposals.hpp 2025-06-05T23:27:21.5758865Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/greater.hpp 2025-06-05T23:27:21.5759706Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/greater_eq.hpp 2025-06-05T23:27:21.5760522Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/grid_sample.hpp 2025-06-05T23:27:21.5761340Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/grn.hpp 2025-06-05T23:27:21.5762126Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/group_conv.hpp 2025-06-05T23:27:21.5762995Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/group_normalization.hpp 2025-06-05T23:27:21.5763870Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gru_cell.hpp 2025-06-05T23:27:21.5764729Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/gru_sequence.hpp 2025-06-05T23:27:21.5765762Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/hard_sigmoid.hpp 2025-06-05T23:27:21.5766586Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/hsigmoid.hpp 2025-06-05T23:27:21.5767378Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/hswish.hpp 2025-06-05T23:27:21.5768198Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/i420_to_bgr.hpp 2025-06-05T23:27:21.5769050Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/i420_to_rgb.hpp 2025-06-05T23:27:21.5769916Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/identity.hpp 2025-06-05T23:27:21.5770729Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/idft.hpp 2025-06-05T23:27:21.5771501Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/if.hpp 2025-06-05T23:27:21.5772466Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/inverse.hpp 2025-06-05T23:27:21.5773345Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/irdft.hpp 2025-06-05T23:27:21.5774154Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/is_finite.hpp 2025-06-05T23:27:21.5775036Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/is_inf.hpp 2025-06-05T23:27:21.5775839Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/is_nan.hpp 2025-06-05T23:27:21.5776573Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/less.hpp 2025-06-05T23:27:21.5777330Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/less_eq.hpp 2025-06-05T23:27:21.5778106Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/log.hpp 2025-06-05T23:27:21.5779021Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/log_softmax.hpp 2025-06-05T23:27:21.5780031Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/logical_and.hpp 2025-06-05T23:27:21.5780923Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/logical_not.hpp 2025-06-05T23:27:21.5781823Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/logical_or.hpp 2025-06-05T23:27:21.5782720Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/logical_xor.hpp 2025-06-05T23:27:21.5783501Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/loop.hpp 2025-06-05T23:27:21.5784199Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/lrn.hpp 2025-06-05T23:27:21.5785094Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/lstm_cell.hpp 2025-06-05T23:27:21.5786267Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/lstm_sequence.hpp 2025-06-05T23:27:21.5787252Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/matmul.hpp 2025-06-05T23:27:21.5788079Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/matrix_nms.hpp 2025-06-05T23:27:21.5788969Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/max_pool.hpp 2025-06-05T23:27:21.5789812Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/maximum.hpp 2025-06-05T23:27:21.5790701Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/minimum.hpp 2025-06-05T23:27:21.5791554Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/mish.hpp 2025-06-05T23:27:21.5792401Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/mod.hpp 2025-06-05T23:27:21.5793283Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/multiclass_nms.hpp 2025-06-05T23:27:21.5794197Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/multinomial.hpp 2025-06-05T23:27:21.5795054Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/multiply.hpp 2025-06-05T23:27:21.5795977Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/mvn.hpp 2025-06-05T23:27:21.5796875Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/negative.hpp 2025-06-05T23:27:21.5797742Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/nms_rotated.hpp 2025-06-05T23:27:21.5798701Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/non_max_suppression.hpp 2025-06-05T23:27:21.5799630Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/non_zero.hpp 2025-06-05T23:27:21.5800541Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/normalize_l2.hpp 2025-06-05T23:27:21.5801477Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/not_equal.hpp 2025-06-05T23:27:21.5802378Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/nv12_to_bgr.hpp 2025-06-05T23:27:21.5803331Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/nv12_to_rgb.hpp 2025-06-05T23:27:21.5804238Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/one_hot.hpp 2025-06-05T23:27:21.5804972Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/op.hpp 2025-06-05T23:27:21.5805698Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/pad.hpp 2025-06-05T23:27:21.5806539Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/parameter.hpp 2025-06-05T23:27:21.5807427Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/power.hpp 2025-06-05T23:27:21.5808314Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/prelu.hpp 2025-06-05T23:27:21.5809320Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/prior_box_clustered.hpp 2025-06-05T23:27:21.5810197Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/psroi_pooling.hpp 2025-06-05T23:27:21.5811110Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/random_uniform.hpp 2025-06-05T23:27:21.5812054Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/range.hpp 2025-06-05T23:27:21.5813026Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/rdft.hpp 2025-06-05T23:27:21.5813848Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/read_value.hpp 2025-06-05T23:27:21.5814754Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_l1.hpp 2025-06-05T23:27:21.5815585Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_l2.hpp 2025-06-05T23:27:21.5816615Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_logical_and.hpp 2025-06-05T23:27:21.5817646Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_logical_or.hpp 2025-06-05T23:27:21.5818538Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_max.hpp 2025-06-05T23:27:21.5819448Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_mean.hpp 2025-06-05T23:27:21.5820292Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_min.hpp 2025-06-05T23:27:21.5821144Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_prod.hpp 2025-06-05T23:27:21.5822056Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reduce_sum.hpp 2025-06-05T23:27:21.5823022Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/region_yolo.hpp 2025-06-05T23:27:21.5823819Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/relu.hpp 2025-06-05T23:27:21.5824741Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reorg_yolo.hpp 2025-06-05T23:27:21.5825521Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reshape.hpp 2025-06-05T23:27:21.5826467Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/result.hpp 2025-06-05T23:27:21.5827219Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reverse.hpp 2025-06-05T23:27:21.5828027Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/reverse_sequence.hpp 2025-06-05T23:27:21.5829118Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/rnn_cell.hpp 2025-06-05T23:27:21.5829872Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/rnn_sequence.hpp 2025-06-05T23:27:21.5830701Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/roi_align.hpp 2025-06-05T23:27:21.5831658Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/roi_align_rotated.hpp 2025-06-05T23:27:21.5832978Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/roi_pooling.hpp 2025-06-05T23:27:21.5833945Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/roll.hpp 2025-06-05T23:27:21.5834861Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/round.hpp 2025-06-05T23:27:21.5835892Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/scaled_dot_product_attention.hpp 2025-06-05T23:27:21.5837029Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/scatter_elements_update.hpp 2025-06-05T23:27:21.5838174Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/scatter_nd_update.hpp 2025-06-05T23:27:21.5839266Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/scatter_update.hpp 2025-06-05T23:27:21.5840274Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/search_sorted.hpp 2025-06-05T23:27:21.5841170Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/segment_max.hpp 2025-06-05T23:27:21.5842157Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/select.hpp 2025-06-05T23:27:21.5843084Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/selu.hpp 2025-06-05T23:27:21.5844012Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/shape_of.hpp 2025-06-05T23:27:21.5844959Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/shuffle_channels.hpp 2025-06-05T23:27:21.5845895Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/sigmoid.hpp 2025-06-05T23:27:21.5846857Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/sign.hpp 2025-06-05T23:27:21.5847635Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/sin.hpp 2025-06-05T23:27:21.5848533Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/sinh.hpp 2025-06-05T23:27:21.5849409Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/sink.hpp 2025-06-05T23:27:21.5850249Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/slice.hpp 2025-06-05T23:27:21.5851183Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/slice_scatter.hpp 2025-06-05T23:27:21.5852108Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/softmax.hpp 2025-06-05T23:27:21.5853103Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/softplus.hpp 2025-06-05T23:27:21.5853983Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/softsign.hpp 2025-06-05T23:27:21.5854938Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/space_to_batch.hpp 2025-06-05T23:27:21.5855942Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/space_to_depth.hpp 2025-06-05T23:27:21.5856883Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/split.hpp 2025-06-05T23:27:21.5857737Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/sqrt.hpp 2025-06-05T23:27:21.5858911Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/squared_difference.hpp 2025-06-05T23:27:21.5859976Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/squeeze.hpp 2025-06-05T23:27:21.5860805Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/stft.hpp 2025-06-05T23:27:21.5861723Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/strided_slice.hpp 2025-06-05T23:27:21.5862638Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/string_tensor_pack.hpp 2025-06-05T23:27:21.5863575Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/string_tensor_unpack.hpp 2025-06-05T23:27:21.5864506Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/subtract.hpp 2025-06-05T23:27:21.5865410Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/swish.hpp 2025-06-05T23:27:21.5866290Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/tan.hpp 2025-06-05T23:27:21.5867060Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/tanh.hpp 2025-06-05T23:27:21.5867961Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/tensor_iterator.hpp 2025-06-05T23:27:21.5869057Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/tile.hpp 2025-06-05T23:27:21.5870032Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/topk.hpp 2025-06-05T23:27:21.5870922Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/transpose.hpp 2025-06-05T23:27:21.5871902Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/unique.hpp 2025-06-05T23:27:21.5872869Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/unsqueeze.hpp 2025-06-05T23:27:21.5873675Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util 2025-06-05T23:27:21.5874503Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/activation_functions.hpp 2025-06-05T23:27:21.5875544Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/arithmetic_reduction.hpp 2025-06-05T23:27:21.5876798Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/arithmetic_reductions_keep_dims.hpp 2025-06-05T23:27:21.5877932Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/assign_base.hpp 2025-06-05T23:27:21.5879083Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/attr_types.hpp 2025-06-05T23:27:21.5880007Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/avg_pool_base.hpp 2025-06-05T23:27:21.5881242Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/binary_elementwise_arithmetic.hpp 2025-06-05T23:27:21.5882573Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/binary_elementwise_bitwise.hpp 2025-06-05T23:27:21.5883864Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/binary_elementwise_comparison.hpp 2025-06-05T23:27:21.5885041Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/binary_elementwise_logical.hpp 2025-06-05T23:27:21.5886229Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/broadcast_base.hpp 2025-06-05T23:27:21.5887358Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/convert_color_i420_base.hpp 2025-06-05T23:27:21.5888573Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/convert_color_nv12_base.hpp 2025-06-05T23:27:21.5889860Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/convolution_backprop_base.hpp 2025-06-05T23:27:21.5891048Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/convolution_base.hpp 2025-06-05T23:27:21.5892337Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/deformable_convolution_base.hpp 2025-06-05T23:27:21.5893614Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/detection_output_base.hpp 2025-06-05T23:27:21.5894847Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/elementwise_args.hpp 2025-06-05T23:27:21.5895967Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/embeddingbag_offsets_base.hpp 2025-06-05T23:27:21.5897018Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/embeddingbag_packed_base.hpp 2025-06-05T23:27:21.5897897Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/fft_base.hpp 2025-06-05T23:27:21.5898694Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/framework_node.hpp 2025-06-05T23:27:21.5899614Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/gather_base.hpp 2025-06-05T23:27:21.5900444Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/gather_nd_base.hpp 2025-06-05T23:27:21.5901281Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/index_reduction.hpp 2025-06-05T23:27:21.5902162Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/interpolate_base.hpp 2025-06-05T23:27:21.5903314Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/logical_reduction.hpp 2025-06-05T23:27:21.5904431Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/logical_reduction_keep_dims.hpp 2025-06-05T23:27:21.5905492Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/max_pool_base.hpp 2025-06-05T23:27:21.5906666Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/multi_subgraph_base.hpp 2025-06-05T23:27:21.5907877Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/multiclass_nms_base.hpp 2025-06-05T23:27:21.5908898Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/op_types.hpp 2025-06-05T23:27:21.5909743Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/pad_base.hpp 2025-06-05T23:27:21.5910855Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/precision_sensitive_attribute.hpp 2025-06-05T23:27:21.5912003Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/read_value_base.hpp 2025-06-05T23:27:21.5912978Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/recurrent_sequence.hpp 2025-06-05T23:27:21.5914031Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/reduction_base.hpp 2025-06-05T23:27:21.5914936Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/rnn_cell_base.hpp 2025-06-05T23:27:21.5915895Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/roi_align_base.hpp 2025-06-05T23:27:21.5916804Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/scatter_base.hpp 2025-06-05T23:27:21.5917814Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/scatter_elements_update_base.hpp 2025-06-05T23:27:21.5918820Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/scatter_nd_base.hpp 2025-06-05T23:27:21.5919771Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/shape_of_base.hpp 2025-06-05T23:27:21.5920724Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/squeeze_base.hpp 2025-06-05T23:27:21.5921604Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/sub_graph_base.hpp 2025-06-05T23:27:21.5922441Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/symbolic_info.hpp 2025-06-05T23:27:21.5923343Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/topk_base.hpp 2025-06-05T23:27:21.5924242Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/unary_elementwise_arithmetic.hpp 2025-06-05T23:27:21.5925134Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/variable.hpp 2025-06-05T23:27:21.5925946Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/variable_context.hpp 2025-06-05T23:27:21.5926825Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/variable_extension.hpp 2025-06-05T23:27:21.5927765Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/util/variable_value.hpp 2025-06-05T23:27:21.5928740Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/variadic_split.hpp 2025-06-05T23:27:21.5929721Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/xor.hpp 2025-06-05T23:27:21.5930417Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/col2im.hpp 2025-06-05T23:27:21.5931146Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/constant.hpp 2025-06-05T23:27:21.5931884Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/interpolate.hpp 2025-06-05T23:27:21.5932611Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/istft.hpp 2025-06-05T23:27:21.5933358Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/ops.hpp 2025-06-05T23:27:21.5934061Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/prior_box.hpp 2025-06-05T23:27:21.5934793Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/op/proposal.hpp 2025-06-05T23:27:21.5935468Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets 2025-06-05T23:27:21.5936169Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset.hpp 2025-06-05T23:27:21.5936898Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset1.hpp 2025-06-05T23:27:21.5937652Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset10.hpp 2025-06-05T23:27:21.5938431Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset10_tbl.hpp 2025-06-05T23:27:21.5939197Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset11.hpp 2025-06-05T23:27:21.5939980Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset11_tbl.hpp 2025-06-05T23:27:21.5940747Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset12.hpp 2025-06-05T23:27:21.5941527Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset12_tbl.hpp 2025-06-05T23:27:21.5942309Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset13.hpp 2025-06-05T23:27:21.5943078Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset13_tbl.hpp 2025-06-05T23:27:21.5943855Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset14.hpp 2025-06-05T23:27:21.5944623Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset14_tbl.hpp 2025-06-05T23:27:21.5945400Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset15.hpp 2025-06-05T23:27:21.5946172Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset15_tbl.hpp 2025-06-05T23:27:21.5946937Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset16.hpp 2025-06-05T23:27:21.5947711Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset1_tbl.hpp 2025-06-05T23:27:21.5948473Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset2.hpp 2025-06-05T23:27:21.5949332Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset2_tbl.hpp 2025-06-05T23:27:21.5950102Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset3.hpp 2025-06-05T23:27:21.5950854Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset3_tbl.hpp 2025-06-05T23:27:21.5951624Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset4.hpp 2025-06-05T23:27:21.5952377Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset4_tbl.hpp 2025-06-05T23:27:21.5953148Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset5.hpp 2025-06-05T23:27:21.5953907Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset5_tbl.hpp 2025-06-05T23:27:21.6040447Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset6.hpp 2025-06-05T23:27:21.6041799Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset6_tbl.hpp 2025-06-05T23:27:21.6042668Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset7.hpp 2025-06-05T23:27:21.6043548Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset7_tbl.hpp 2025-06-05T23:27:21.6044416Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset8.hpp 2025-06-05T23:27:21.6045220Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset8_tbl.hpp 2025-06-05T23:27:21.6046086Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset9.hpp 2025-06-05T23:27:21.6047020Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset9_tbl.hpp 2025-06-05T23:27:21.6047880Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/opsets/opset16_tbl.hpp 2025-06-05T23:27:21.6048687Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass 2025-06-05T23:27:21.6049499Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/backward_graph_rewrite.hpp 2025-06-05T23:27:21.6050367Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/constant_folding.hpp 2025-06-05T23:27:21.6051211Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/convert_fp32_to_fp16.hpp 2025-06-05T23:27:21.6052057Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/graph_rewrite.hpp 2025-06-05T23:27:21.6052843Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/low_latency.hpp 2025-06-05T23:27:21.6053722Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/make_stateful.hpp 2025-06-05T23:27:21.6054726Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/node_registry.hpp 2025-06-05T23:27:21.6055522Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pass.hpp 2025-06-05T23:27:21.6056372Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pass_config.hpp 2025-06-05T23:27:21.6057099Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern 2025-06-05T23:27:21.6057859Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/matcher.hpp 2025-06-05T23:27:21.6058651Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op 2025-06-05T23:27:21.6059414Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/any.hpp 2025-06-05T23:27:21.6060245Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/any_of.hpp 2025-06-05T23:27:21.6061152Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/any_output.hpp 2025-06-05T23:27:21.6062010Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/true.hpp 2025-06-05T23:27:21.6062990Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/label.hpp 2025-06-05T23:27:21.6063834Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/optional.hpp 2025-06-05T23:27:21.6064683Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/or.hpp 2025-06-05T23:27:21.6065530Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/pattern.hpp 2025-06-05T23:27:21.6066398Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/predicate.hpp 2025-06-05T23:27:21.6067282Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/pattern/op/wrap_type.hpp 2025-06-05T23:27:21.6068157Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/stateful_to_stateless.hpp 2025-06-05T23:27:21.6069080Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/validate.hpp 2025-06-05T23:27:21.6069871Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/visualize_tree.hpp 2025-06-05T23:27:21.6070642Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/manager.hpp 2025-06-05T23:27:21.6071411Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/matcher_pass.hpp 2025-06-05T23:27:21.6072257Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/sdpa_to_paged_attention.hpp 2025-06-05T23:27:21.6073098Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/pass/serialize.hpp 2025-06-05T23:27:21.6073808Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime 2025-06-05T23:27:21.6074518Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/allocator.hpp 2025-06-05T23:27:21.6075297Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/tensor.hpp 2025-06-05T23:27:21.6075949Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.6076552Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend 2025-06-05T23:27:21.6077310Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/complex_type_mark.hpp 2025-06-05T23:27:21.6078145Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/decoder.hpp 2025-06-05T23:27:21.6078937Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/exception.hpp 2025-06-05T23:27:21.6079731Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension.hpp 2025-06-05T23:27:21.6080512Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension 2025-06-05T23:27:21.6081338Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension/conversion.hpp 2025-06-05T23:27:21.6082470Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension/decoder_transformation.hpp 2025-06-05T23:27:21.6083662Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension/holder.hpp 2025-06-05T23:27:21.6084547Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension/op.hpp 2025-06-05T23:27:21.6085737Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension/progress_reporter.hpp 2025-06-05T23:27:21.6086915Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/extension/telemetry.hpp 2025-06-05T23:27:21.6087899Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/frontend.hpp 2025-06-05T23:27:21.6088855Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/graph_iterator.hpp 2025-06-05T23:27:21.6089882Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/hash_table.hpp 2025-06-05T23:27:21.6090942Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/input_model.hpp 2025-06-05T23:27:21.6091878Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/manager.hpp 2025-06-05T23:27:21.6092824Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/node_context.hpp 2025-06-05T23:27:21.6093844Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/place.hpp 2025-06-05T23:27:21.6094746Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/variable.hpp 2025-06-05T23:27:21.6095720Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/visibility.hpp 2025-06-05T23:27:21.6096677Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_ir_frontend.so.2025.1.0 2025-06-05T23:27:21.6097755Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_ir_frontend.so.2510 2025-06-05T23:27:21.6098726Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_ir_frontend.so.2025.1.0" to "" 2025-06-05T23:27:21.6099514Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_onnx_frontend.so.2025.1.0 2025-06-05T23:27:21.6100399Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_onnx_frontend.so.2510 2025-06-05T23:27:21.6101179Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_onnx_frontend.so.2025.1.0" to "" 2025-06-05T23:27:21.6101946Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_onnx_frontend.so 2025-06-05T23:27:21.6102682Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.6103379Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend 2025-06-05T23:27:21.6104232Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx 2025-06-05T23:27:21.6104993Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx/extension 2025-06-05T23:27:21.6105893Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx/extension/conversion.hpp 2025-06-05T23:27:21.6106826Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx/extension/op.hpp 2025-06-05T23:27:21.6107692Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx/frontend.hpp 2025-06-05T23:27:21.6108556Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx/node_context.hpp 2025-06-05T23:27:21.6109423Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/onnx/visibility.hpp 2025-06-05T23:27:21.6110326Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_pytorch_frontend.so.2025.1.0 2025-06-05T23:27:21.6111233Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_pytorch_frontend.so.2510 2025-06-05T23:27:21.6112055Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_pytorch_frontend.so.2025.1.0" to "" 2025-06-05T23:27:21.8004603Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_pytorch_frontend.so 2025-06-05T23:27:21.8005995Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.8006704Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend 2025-06-05T23:27:21.8007500Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch 2025-06-05T23:27:21.8008378Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/extension 2025-06-05T23:27:21.8009404Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/extension/conversion.hpp 2025-06-05T23:27:21.8010491Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/extension/op.hpp 2025-06-05T23:27:21.8011741Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/frontend.hpp 2025-06-05T23:27:21.8012754Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/node_context.hpp 2025-06-05T23:27:21.8013845Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/visibility.hpp 2025-06-05T23:27:21.8014801Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/pytorch/decoder.hpp 2025-06-05T23:27:21.8016027Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_tensorflow_frontend.so.2025.1.0 2025-06-05T23:27:21.8017210Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_tensorflow_frontend.so.2510 2025-06-05T23:27:21.8018293Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_tensorflow_frontend.so.2025.1.0" to "" 2025-06-05T23:27:21.8019473Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_tensorflow_frontend.so 2025-06-05T23:27:21.8020428Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.8021147Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend 2025-06-05T23:27:21.8022103Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow 2025-06-05T23:27:21.8023283Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/decoder.hpp 2025-06-05T23:27:21.8024478Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/exception.hpp 2025-06-05T23:27:21.8025502Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/extension 2025-06-05T23:27:21.8026808Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/extension/conversion.hpp 2025-06-05T23:27:21.8028021Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/extension/op.hpp 2025-06-05T23:27:21.8029407Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/frontend.hpp 2025-06-05T23:27:21.8030637Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/graph_iterator.hpp 2025-06-05T23:27:21.8031755Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/hash_table.hpp 2025-06-05T23:27:21.8032772Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/node_context.hpp 2025-06-05T23:27:21.8033730Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/special_types.hpp 2025-06-05T23:27:21.8034676Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/variable.hpp 2025-06-05T23:27:21.8035614Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/variables_map.hpp 2025-06-05T23:27:21.8036816Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow/visibility.hpp 2025-06-05T23:27:21.8037907Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_tensorflow_lite_frontend.so.2025.1.0 2025-06-05T23:27:21.8038907Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_tensorflow_lite_frontend.so.2510 2025-06-05T23:27:21.8040258Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_tensorflow_lite_frontend.so.2025.1.0" to "" 2025-06-05T23:27:21.8041114Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_tensorflow_lite_frontend.so 2025-06-05T23:27:21.8041939Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.8042538Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend 2025-06-05T23:27:21.8043370Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite 2025-06-05T23:27:21.8044454Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/decoder.hpp 2025-06-05T23:27:21.8045551Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/extension 2025-06-05T23:27:21.8046662Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/extension/conversion.hpp 2025-06-05T23:27:21.8047727Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/extension/op.hpp 2025-06-05T23:27:21.8048710Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/frontend.hpp 2025-06-05T23:27:21.8049953Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/graph_iterator.hpp 2025-06-05T23:27:21.8051249Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/node_context.hpp 2025-06-05T23:27:21.8052339Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/quantization_info.hpp 2025-06-05T23:27:21.8053611Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/sparsity_info.hpp 2025-06-05T23:27:21.8054620Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/tensorflow_lite/visibility.hpp 2025-06-05T23:27:21.8055585Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_paddle_frontend.so.2025.1.0 2025-06-05T23:27:21.8056483Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_paddle_frontend.so.2510 2025-06-05T23:27:21.8057300Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_paddle_frontend.so.2025.1.0" to "" 2025-06-05T23:27:21.8058266Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_paddle_frontend.so 2025-06-05T23:27:21.8059353Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.8059965Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend 2025-06-05T23:27:21.8060637Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle 2025-06-05T23:27:21.8061433Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/decoder.hpp 2025-06-05T23:27:21.8062413Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/exception.hpp 2025-06-05T23:27:21.8063259Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/extension 2025-06-05T23:27:21.8064621Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/extension/conversion.hpp 2025-06-05T23:27:21.8065679Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/extension/op.hpp 2025-06-05T23:27:21.8066624Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/frontend.hpp 2025-06-05T23:27:21.8067754Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/node_context.hpp 2025-06-05T23:27:21.8068855Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/frontend/paddle/visibility.hpp 2025-06-05T23:27:21.8069799Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_auto_plugin.so 2025-06-05T23:27:21.8070570Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_auto_plugin.so" to "" 2025-06-05T23:27:21.8071322Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_auto_batch_plugin.so 2025-06-05T23:27:21.8072254Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_auto_batch_plugin.so" to "" 2025-06-05T23:27:21.8073095Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_hetero_plugin.so 2025-06-05T23:27:21.8073949Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_hetero_plugin.so" to "" 2025-06-05T23:27:21.8074879Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_intel_cpu_plugin.so 2025-06-05T23:27:21.8075801Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_intel_cpu_plugin.so" to "" 2025-06-05T23:27:21.8076712Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_intel_gpu_plugin.so 2025-06-05T23:27:21.8077586Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_intel_gpu_plugin.so" to "" 2025-06-05T23:27:21.8078364Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/cache.json 2025-06-05T23:27:21.8079132Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_intel_npu_plugin.so 2025-06-05T23:27:21.8079879Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_intel_npu_plugin.so" to "" 2025-06-05T23:27:21.8080559Z -- Installing: /pytorch/executorch/openvino/dist/tools/compile_tool/compile_tool 2025-06-05T23:27:21.8081358Z -- Set runtime path of "dist/tools/compile_tool/compile_tool" to "" 2025-06-05T23:27:21.8082001Z -- Installing: /pytorch/executorch/openvino/dist/tools/compile_tool/README.md 2025-06-05T23:27:21.8082634Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include 2025-06-05T23:27:21.8083151Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.8125065Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/openvino.hpp 2025-06-05T23:27:21.8126407Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime 2025-06-05T23:27:21.8127691Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/auto 2025-06-05T23:27:21.8129512Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/auto/properties.hpp 2025-06-05T23:27:21.8131120Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/common.hpp 2025-06-05T23:27:21.8132672Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/compiled_model.hpp 2025-06-05T23:27:21.8134302Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/core.hpp 2025-06-05T23:27:21.8135721Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/exception.hpp 2025-06-05T23:27:21.8137295Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/infer_request.hpp 2025-06-05T23:27:21.8138811Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_cpu 2025-06-05T23:27:21.8140443Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_cpu/properties.hpp 2025-06-05T23:27:21.8142068Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu 2025-06-05T23:27:21.8143539Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/ocl 2025-06-05T23:27:21.8145158Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/ocl/dx.hpp 2025-06-05T23:27:21.8146896Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/ocl/ocl.hpp 2025-06-05T23:27:21.8148660Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/ocl/ocl_wrapper.hpp 2025-06-05T23:27:21.8150425Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/ocl/va.hpp 2025-06-05T23:27:21.8152252Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/remote_properties.hpp 2025-06-05T23:27:21.8154116Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_gpu/properties.hpp 2025-06-05T23:27:21.8155740Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_npu 2025-06-05T23:27:21.8157301Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_npu/level_zero 2025-06-05T23:27:21.8159415Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_npu/level_zero/level_zero.hpp 2025-06-05T23:27:21.8161343Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_npu/remote_properties.hpp 2025-06-05T23:27:21.8163119Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/intel_npu/properties.hpp 2025-06-05T23:27:21.8164833Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/profiling_info.hpp 2025-06-05T23:27:21.8166461Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/remote_context.hpp 2025-06-05T23:27:21.8168117Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/remote_tensor.hpp 2025-06-05T23:27:21.8169706Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/runtime.hpp 2025-06-05T23:27:21.8171468Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/variable_state.hpp 2025-06-05T23:27:21.8173186Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/runtime/properties.hpp 2025-06-05T23:27:21.8174715Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_c.so.2025.1.0 2025-06-05T23:27:21.8176183Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_c.so.2510 2025-06-05T23:27:21.8177498Z -- Set runtime path of "dist/runtime/lib/intel64/libopenvino_c.so.2025.1.0" to "" 2025-06-05T23:27:21.8178713Z -- Installing: /pytorch/executorch/openvino/dist/runtime/lib/intel64/libopenvino_c.so 2025-06-05T23:27:21.8179845Z -- Up-to-date: /pytorch/executorch/openvino/dist/runtime/include/openvino 2025-06-05T23:27:21.8180910Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c 2025-06-05T23:27:21.8182089Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/auto 2025-06-05T23:27:21.8183428Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/auto/properties.h 2025-06-05T23:27:21.8184853Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/deprecated.h 2025-06-05T23:27:21.8186162Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/gpu 2025-06-05T23:27:21.8187637Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/gpu/gpu_plugin_properties.h 2025-06-05T23:27:21.8189149Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/openvino.h 2025-06-05T23:27:21.8190520Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_common.h 2025-06-05T23:27:21.8191944Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_compiled_model.h 2025-06-05T23:27:21.8193414Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_dimension.h 2025-06-05T23:27:21.8194891Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_infer_request.h 2025-06-05T23:27:21.8196307Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_layout.h 2025-06-05T23:27:21.8197668Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_model.h 2025-06-05T23:27:21.8198976Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_node.h 2025-06-05T23:27:21.8200374Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_partial_shape.h 2025-06-05T23:27:21.8202043Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_prepostprocess.h 2025-06-05T23:27:21.8203456Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_rank.h 2025-06-05T23:27:21.8204844Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_remote_context.h 2025-06-05T23:27:21.8206277Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_shape.h 2025-06-05T23:27:21.8207610Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_core.h 2025-06-05T23:27:21.8209126Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_property.h 2025-06-05T23:27:21.8210506Z -- Installing: /pytorch/executorch/openvino/dist/runtime/include/openvino/c/ov_tensor.h 2025-06-05T23:27:21.8211667Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino 2025-06-05T23:27:21.8212691Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/__init__.py 2025-06-05T23:27:21.8214051Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/_offline_transformations 2025-06-05T23:27:21.8215534Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/_offline_transformations/__init__.py 2025-06-05T23:27:21.8216951Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/_op_base.py 2025-06-05T23:27:21.8218136Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/exceptions.py 2025-06-05T23:27:21.8219434Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/experimental 2025-06-05T23:27:21.8220746Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/experimental/__init__.py 2025-06-05T23:27:21.8221995Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend 2025-06-05T23:27:21.8223171Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/__init__.py 2025-06-05T23:27:21.8224474Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/frontend.py 2025-06-05T23:27:21.8225703Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/jax 2025-06-05T23:27:21.8226994Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/jax/__init__.py 2025-06-05T23:27:21.8228350Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/jax/passes.py 2025-06-05T23:27:21.8230085Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/jax/jaxpr_decoder.py 2025-06-05T23:27:21.8231475Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/jax/utils.py 2025-06-05T23:27:21.8232732Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/onnx 2025-06-05T23:27:21.8234053Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/onnx/__init__.py 2025-06-05T23:27:21.8235385Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/paddle 2025-06-05T23:27:21.8236737Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/paddle/__init__.py 2025-06-05T23:27:21.8238113Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch 2025-06-05T23:27:21.8239482Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo 2025-06-05T23:27:21.8241122Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/backend.py 2025-06-05T23:27:21.8242922Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/backend_utils.py 2025-06-05T23:27:21.8244739Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/compile.py 2025-06-05T23:27:21.8246575Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/decompositions.py 2025-06-05T23:27:21.8248425Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/execute.py 2025-06-05T23:27:21.8250230Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/op_support.py 2025-06-05T23:27:21.8252018Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/torchdynamo/partition.py 2025-06-05T23:27:21.8253765Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/__init__.py 2025-06-05T23:27:21.8255343Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/fx_decoder.py 2025-06-05T23:27:21.8256814Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/gptq.py 2025-06-05T23:27:21.8258614Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/module_extension.py 2025-06-05T23:27:21.8260233Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/patch_model.py 2025-06-05T23:27:21.8261758Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/quantized.py 2025-06-05T23:27:21.8263235Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/ts_decoder.py 2025-06-05T23:27:21.8264659Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/utils.py 2025-06-05T23:27:21.8266031Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/tensorflow 2025-06-05T23:27:21.8267446Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/tensorflow/__init__.py 2025-06-05T23:27:21.8269061Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/tensorflow/graph_iterator.py 2025-06-05T23:27:21.8270932Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/tensorflow/node_decoder.py 2025-06-05T23:27:21.8272433Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/tensorflow/utils.py 2025-06-05T23:27:21.8273747Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/helpers 2025-06-05T23:27:21.8274933Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/helpers/__init__.py 2025-06-05T23:27:21.8276233Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/helpers/packing.py 2025-06-05T23:27:21.8277355Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/op 2025-06-05T23:27:21.8278457Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/op/__init__.py 2025-06-05T23:27:21.8279604Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/op/util 2025-06-05T23:27:21.8280777Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/op/util/__init__.py 2025-06-05T23:27:21.8281978Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset1 2025-06-05T23:27:21.8283147Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset1/__init__.py 2025-06-05T23:27:21.8284364Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset1/ops.py 2025-06-05T23:27:21.8285495Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset10 2025-06-05T23:27:21.8286677Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset10/__init__.py 2025-06-05T23:27:21.8287922Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset10/ops.py 2025-06-05T23:27:21.8289066Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset11 2025-06-05T23:27:21.8290243Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset11/__init__.py 2025-06-05T23:27:21.8291474Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset11/ops.py 2025-06-05T23:27:21.8292630Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset12 2025-06-05T23:27:21.8293917Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset12/__init__.py 2025-06-05T23:27:21.8295172Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset12/ops.py 2025-06-05T23:27:21.8296298Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset13 2025-06-05T23:27:21.8297419Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset13/__init__.py 2025-06-05T23:27:21.8298670Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset13/ops.py 2025-06-05T23:27:21.8299807Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset14 2025-06-05T23:27:21.8301000Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset14/__init__.py 2025-06-05T23:27:21.8302256Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset14/ops.py 2025-06-05T23:27:21.8303368Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset15 2025-06-05T23:27:21.8304539Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset15/__init__.py 2025-06-05T23:27:21.8305879Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset15/ops.py 2025-06-05T23:27:21.8307024Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset16 2025-06-05T23:27:21.8308191Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset16/__init__.py 2025-06-05T23:27:21.8309461Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset16/ops.py 2025-06-05T23:27:21.8310587Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset2 2025-06-05T23:27:21.8311749Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset2/__init__.py 2025-06-05T23:27:21.8313002Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset2/ops.py 2025-06-05T23:27:21.8314160Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset3 2025-06-05T23:27:21.8315456Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset3/__init__.py 2025-06-05T23:27:21.8316706Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset3/ops.py 2025-06-05T23:27:21.8317827Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset4 2025-06-05T23:27:21.8318972Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset4/__init__.py 2025-06-05T23:27:21.8320200Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset4/ops.py 2025-06-05T23:27:21.8321331Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset5 2025-06-05T23:27:21.8322490Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset5/__init__.py 2025-06-05T23:27:21.8323733Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset5/ops.py 2025-06-05T23:27:21.8324865Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset6 2025-06-05T23:27:21.8326011Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset6/__init__.py 2025-06-05T23:27:21.8327259Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset6/ops.py 2025-06-05T23:27:21.8328366Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset7 2025-06-05T23:27:21.8329700Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset7/__init__.py 2025-06-05T23:27:21.8330906Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset7/ops.py 2025-06-05T23:27:21.8332010Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset8 2025-06-05T23:27:21.8333238Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset8/__init__.py 2025-06-05T23:27:21.8334466Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset8/ops.py 2025-06-05T23:27:21.8335592Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset9 2025-06-05T23:27:21.8336739Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset9/__init__.py 2025-06-05T23:27:21.8337941Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/opset9/ops.py 2025-06-05T23:27:21.8339096Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/passes 2025-06-05T23:27:21.8340319Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/passes/graph_rewrite.py 2025-06-05T23:27:21.8341824Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/passes/manager.py 2025-06-05T23:27:21.8343100Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/passes/__init__.py 2025-06-05T23:27:21.8344336Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess 2025-06-05T23:27:21.8345605Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/README.md 2025-06-05T23:27:21.8346973Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/__init__.py 2025-06-05T23:27:21.8348370Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/torchvision 2025-06-05T23:27:21.8349863Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/torchvision/__init__.py 2025-06-05T23:27:21.8351890Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/torchvision/preprocess_converter.py 2025-06-05T23:27:21.8353811Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/torchvision/torchvision_preprocessing.py 2025-06-05T23:27:21.8355373Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties 2025-06-05T23:27:21.8356434Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/__init__.py 2025-06-05T23:27:21.8357713Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/_properties.py 2025-06-05T23:27:21.8358946Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/device 2025-06-05T23:27:21.8360086Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/device/__init__.py 2025-06-05T23:27:21.8360810Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/hint 2025-06-05T23:27:21.8361656Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/hint/__init__.py 2025-06-05T23:27:21.8362386Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_auto 2025-06-05T23:27:21.8363146Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_auto/__init__.py 2025-06-05T23:27:21.8363895Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_cpu 2025-06-05T23:27:21.8364655Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_cpu/__init__.py 2025-06-05T23:27:21.8365412Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_gpu 2025-06-05T23:27:21.8366153Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_gpu/__init__.py 2025-06-05T23:27:21.8366928Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_gpu/hint 2025-06-05T23:27:21.8367836Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_gpu/hint/__init__.py 2025-06-05T23:27:21.8368620Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_npu 2025-06-05T23:27:21.8369360Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/intel_npu/__init__.py 2025-06-05T23:27:21.8370085Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/log 2025-06-05T23:27:21.8370780Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/log/__init__.py 2025-06-05T23:27:21.8371529Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/streams 2025-06-05T23:27:21.8372255Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/properties/streams/__init__.py 2025-06-05T23:27:21.8373321Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime 2025-06-05T23:27:21.8373932Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/__init__.py 2025-06-05T23:27:21.8374614Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/exceptions 2025-06-05T23:27:21.8375341Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/exceptions/__init__.py 2025-06-05T23:27:21.8376061Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/ie_api 2025-06-05T23:27:21.8376751Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/ie_api/__init__.py 2025-06-05T23:27:21.8377408Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/op 2025-06-05T23:27:21.8378052Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/op/__init__.py 2025-06-05T23:27:21.8378717Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/op/util 2025-06-05T23:27:21.8379415Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/op/util/__init__.py 2025-06-05T23:27:21.8380108Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset1 2025-06-05T23:27:21.8380783Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset1/__init__.py 2025-06-05T23:27:21.8381572Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset1/ops 2025-06-05T23:27:21.8382378Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset1/ops/__init__.py 2025-06-05T23:27:21.8383429Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset10 2025-06-05T23:27:21.8384114Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset10/__init__.py 2025-06-05T23:27:21.8384828Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset10/ops 2025-06-05T23:27:21.8385566Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset10/ops/__init__.py 2025-06-05T23:27:21.8386276Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset11 2025-06-05T23:27:21.8386971Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset11/__init__.py 2025-06-05T23:27:21.8387770Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset11/ops 2025-06-05T23:27:21.8388512Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset11/ops/__init__.py 2025-06-05T23:27:21.8389702Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset12 2025-06-05T23:27:21.8390955Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset12/__init__.py 2025-06-05T23:27:21.8392265Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset12/ops 2025-06-05T23:27:21.8393541Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset12/ops/__init__.py 2025-06-05T23:27:21.8394898Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset13 2025-06-05T23:27:21.8396159Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset13/__init__.py 2025-06-05T23:27:21.8397435Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset13/ops 2025-06-05T23:27:21.8398789Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset13/ops/__init__.py 2025-06-05T23:27:21.8400076Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset14 2025-06-05T23:27:21.8401337Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset14/__init__.py 2025-06-05T23:27:21.8402057Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset14/ops 2025-06-05T23:27:21.8402807Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset14/ops/__init__.py 2025-06-05T23:27:21.8403531Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset15 2025-06-05T23:27:21.8404217Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset15/__init__.py 2025-06-05T23:27:21.8404935Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset15/ops 2025-06-05T23:27:21.8405676Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset15/ops/__init__.py 2025-06-05T23:27:21.8406404Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset16 2025-06-05T23:27:21.8407073Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset16/ops 2025-06-05T23:27:21.8407800Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset16/ops/__init__.py 2025-06-05T23:27:21.8408586Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset16/__init__.py 2025-06-05T23:27:21.8409270Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset2 2025-06-05T23:27:21.8409965Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset2/__init__.py 2025-06-05T23:27:21.8410663Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset2/ops 2025-06-05T23:27:21.8411394Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset2/ops/__init__.py 2025-06-05T23:27:21.8412207Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset3 2025-06-05T23:27:21.8413081Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset3/__init__.py 2025-06-05T23:27:21.8413794Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset3/ops 2025-06-05T23:27:21.8414518Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset3/ops/__init__.py 2025-06-05T23:27:21.8415235Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset4 2025-06-05T23:27:21.8415928Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset4/__init__.py 2025-06-05T23:27:21.8416626Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset4/ops 2025-06-05T23:27:21.8417362Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset4/ops/__init__.py 2025-06-05T23:27:21.8418064Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset5 2025-06-05T23:27:21.8419122Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset5/__init__.py 2025-06-05T23:27:21.8419840Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset5/ops 2025-06-05T23:27:21.8420558Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset5/ops/__init__.py 2025-06-05T23:27:21.8421266Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset6 2025-06-05T23:27:21.8421940Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset6/__init__.py 2025-06-05T23:27:21.8422648Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset6/ops 2025-06-05T23:27:21.8423746Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset6/ops/__init__.py 2025-06-05T23:27:21.8424458Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset7 2025-06-05T23:27:21.8425150Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset7/__init__.py 2025-06-05T23:27:21.8425846Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset7/ops 2025-06-05T23:27:21.8426572Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset7/ops/__init__.py 2025-06-05T23:27:21.8427626Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset8 2025-06-05T23:27:21.8429077Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset8/__init__.py 2025-06-05T23:27:21.8430405Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset8/ops 2025-06-05T23:27:21.8431764Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset8/ops/__init__.py 2025-06-05T23:27:21.8432982Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset9 2025-06-05T23:27:21.8434197Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset9/__init__.py 2025-06-05T23:27:21.8435117Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset9/ops 2025-06-05T23:27:21.8435851Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset9/ops/__init__.py 2025-06-05T23:27:21.8436592Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset_utils 2025-06-05T23:27:21.8437335Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/opset_utils/__init__.py 2025-06-05T23:27:21.8438042Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/passes 2025-06-05T23:27:21.8438741Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/passes/__init__.py 2025-06-05T23:27:21.8439494Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/passes/graph_rewrite 2025-06-05T23:27:21.8440329Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/passes/graph_rewrite/__init__.py 2025-06-05T23:27:21.8441234Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/passes/manager 2025-06-05T23:27:21.8442136Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/passes/manager/__init__.py 2025-06-05T23:27:21.8442893Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/properties 2025-06-05T23:27:21.8443615Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/properties/__init__.py 2025-06-05T23:27:21.8444377Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/properties/hint 2025-06-05T23:27:21.8445168Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/properties/hint/__init__.py 2025-06-05T23:27:21.8446196Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils 2025-06-05T23:27:21.8446875Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/__init__.py 2025-06-05T23:27:21.8447606Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/broadcasting 2025-06-05T23:27:21.8448503Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/broadcasting/__init__.py 2025-06-05T23:27:21.8585183Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/data_helpers 2025-06-05T23:27:21.8586845Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/data_helpers/__init__.py 2025-06-05T23:27:21.8588611Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/data_helpers/data_dispatcher 2025-06-05T23:27:21.8590553Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/data_helpers/data_dispatcher/__init__.py 2025-06-05T23:27:21.8592418Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/data_helpers/wrappers 2025-06-05T23:27:21.8594235Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/data_helpers/wrappers/__init__.py 2025-06-05T23:27:21.8595878Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/decorators 2025-06-05T23:27:21.8597498Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/decorators/__init__.py 2025-06-05T23:27:21.8599113Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/input_validation 2025-06-05T23:27:21.8600756Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/input_validation/__init__.py 2025-06-05T23:27:21.8602328Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/node_factory 2025-06-05T23:27:21.8603899Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/node_factory/__init__.py 2025-06-05T23:27:21.8605461Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/reduction 2025-06-05T23:27:21.8607036Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/reduction/__init__.py 2025-06-05T23:27:21.8608522Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/types 2025-06-05T23:27:21.8609947Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/runtime/utils/types/__init__.py 2025-06-05T23:27:21.8611246Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/torch 2025-06-05T23:27:21.8612395Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/torch/__init__.py 2025-06-05T23:27:21.8613648Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils 2025-06-05T23:27:21.8614748Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/__init__.py 2025-06-05T23:27:21.8615987Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/broadcasting.py 2025-06-05T23:27:21.8617271Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/data_helpers 2025-06-05T23:27:21.8618683Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/data_helpers/__init__.py 2025-06-05T23:27:21.8620261Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/data_helpers/data_dispatcher.py 2025-06-05T23:27:21.8622110Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/data_helpers/wrappers.py 2025-06-05T23:27:21.8623525Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/decorators.py 2025-06-05T23:27:21.8624840Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/input_validation.py 2025-06-05T23:27:21.8626242Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/node_factory.py 2025-06-05T23:27:21.8627560Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/reduction.py 2025-06-05T23:27:21.8629133Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/postponed_constant.py 2025-06-05T23:27:21.8630525Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/utils/types.py 2025-06-05T23:27:21.8631640Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/_ov_api.py 2025-06-05T23:27:21.8632830Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/package_utils.py 2025-06-05T23:27:21.8634525Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/_pyopenvino.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:27:21.8636165Z -- Set runtime path of "dist/python/openvino/_pyopenvino.cpython-310-x86_64-linux-gnu.so" to "" 2025-06-05T23:27:21.8637396Z -- Installing: /pytorch/executorch/openvino/dist/python/requirements.txt 2025-06-05T23:27:21.8638823Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/preprocess/torchvision/requirements.txt 2025-06-05T23:27:21.8640825Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/onnx/py_onnx_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:27:21.8642817Z -- Set runtime path of "dist/python/openvino/frontend/onnx/py_onnx_frontend.cpython-310-x86_64-linux-gnu.so" to "" 2025-06-05T23:27:21.8644739Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/tensorflow/py_tensorflow_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:27:21.8646836Z -- Set runtime path of "dist/python/openvino/frontend/tensorflow/py_tensorflow_frontend.cpython-310-x86_64-linux-gnu.so" to "" 2025-06-05T23:27:21.8665082Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/paddle/py_paddle_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:27:21.8667175Z -- Set runtime path of "dist/python/openvino/frontend/paddle/py_paddle_frontend.cpython-310-x86_64-linux-gnu.so" to "" 2025-06-05T23:27:21.8669266Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/pytorch/py_pytorch_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:27:21.8671312Z -- Set runtime path of "dist/python/openvino/frontend/pytorch/py_pytorch_frontend.cpython-310-x86_64-linux-gnu.so" to "" 2025-06-05T23:27:21.8673188Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/frontend/jax/py_jax_frontend.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:27:21.8674979Z -- Set runtime path of "dist/python/openvino/frontend/jax/py_jax_frontend.cpython-310-x86_64-linux-gnu.so" to "" 2025-06-05T23:27:21.8676287Z -- Up-to-date: /pytorch/executorch/openvino/dist/samples/cpp 2025-06-05T23:27:21.8677246Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/CMakeLists.txt 2025-06-05T23:27:21.8678352Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark 2025-06-05T23:27:21.8679547Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/CMakeLists.txt 2025-06-05T23:27:21.8680846Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/sync_benchmark 2025-06-05T23:27:21.8682291Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/sync_benchmark/CMakeLists.txt 2025-06-05T23:27:21.8683783Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/sync_benchmark/README.md 2025-06-05T23:27:21.8685307Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/sync_benchmark/main.cpp 2025-06-05T23:27:21.8686768Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/throughput_benchmark 2025-06-05T23:27:21.8688555Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/throughput_benchmark/CMakeLists.txt 2025-06-05T23:27:21.8690306Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/throughput_benchmark/README.md 2025-06-05T23:27:21.8691940Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark/throughput_benchmark/main.cpp 2025-06-05T23:27:21.8693414Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app 2025-06-05T23:27:21.8694645Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/CMakeLists.txt 2025-06-05T23:27:21.8696022Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/README.md 2025-06-05T23:27:21.8697379Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/benchmark_app.hpp 2025-06-05T23:27:21.8698914Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/infer_request_wrap.hpp 2025-06-05T23:27:21.8700584Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/inputs_filling.hpp 2025-06-05T23:27:21.8702150Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/remote_tensors_filling.cpp 2025-06-05T23:27:21.8703830Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/remote_tensors_filling.hpp 2025-06-05T23:27:21.8705415Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/statistics_report.cpp 2025-06-05T23:27:21.8706969Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/statistics_report.hpp 2025-06-05T23:27:21.8708297Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/utils.hpp 2025-06-05T23:27:21.8709630Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/inputs_filling.cpp 2025-06-05T23:27:21.8711008Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/main.cpp 2025-06-05T23:27:21.8712305Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/benchmark_app/utils.cpp 2025-06-05T23:27:21.8713670Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/classification_sample_async 2025-06-05T23:27:21.8715197Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/classification_sample_async/CMakeLists.txt 2025-06-05T23:27:21.8716838Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/classification_sample_async/README.md 2025-06-05T23:27:21.8718647Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/classification_sample_async/classification_sample_async.h 2025-06-05T23:27:21.8720439Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/classification_sample_async/main.cpp 2025-06-05T23:27:21.8721729Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common 2025-06-05T23:27:21.8722831Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/CMakeLists.txt 2025-06-05T23:27:21.8724093Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader 2025-06-05T23:27:21.8725508Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/CMakeLists.txt 2025-06-05T23:27:21.8726992Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/include 2025-06-05T23:27:21.8728735Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/include/format_reader.h 2025-06-05T23:27:21.8730273Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/include/format_reader_ptr.h 2025-06-05T23:27:21.8731878Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src 2025-06-05T23:27:21.8733423Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/MnistUbyte.cpp 2025-06-05T23:27:21.8735012Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/MnistUbyte.h 2025-06-05T23:27:21.8736512Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/bmp.h 2025-06-05T23:27:21.8738075Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/format_reader.cpp 2025-06-05T23:27:21.8739844Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/npy.cpp 2025-06-05T23:27:21.8741300Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/npy.h 2025-06-05T23:27:21.8742875Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/opencv_wrapper.cpp 2025-06-05T23:27:21.8744577Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/opencv_wrapper.h 2025-06-05T23:27:21.8746179Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/register.h 2025-06-05T23:27:21.8747680Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/yuv_nv12.cpp 2025-06-05T23:27:21.8749128Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/yuv_nv12.h 2025-06-05T23:27:21.8750775Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/format_reader/src/bmp.cpp 2025-06-05T23:27:21.8752087Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils 2025-06-05T23:27:21.8753344Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/CMakeLists.txt 2025-06-05T23:27:21.8754669Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include 2025-06-05T23:27:21.8755997Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples 2025-06-05T23:27:21.8757586Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/args_helper.hpp 2025-06-05T23:27:21.8759294Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/common.hpp 2025-06-05T23:27:21.8761087Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/console_progress.hpp 2025-06-05T23:27:21.8762841Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/csv_dumper.hpp 2025-06-05T23:27:21.8764631Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/latency_metrics.hpp 2025-06-05T23:27:21.8766146Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/os 2025-06-05T23:27:21.8767657Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/os/windows 2025-06-05T23:27:21.8769400Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/os/windows/w_dirent.h 2025-06-05T23:27:21.8771128Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/slog.hpp 2025-06-05T23:27:21.8773024Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/include/samples/classification_results.h 2025-06-05T23:27:21.8774630Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/src 2025-06-05T23:27:21.8776033Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/src/latency_metrics.cpp 2025-06-05T23:27:21.8777521Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/src/slog.cpp 2025-06-05T23:27:21.8778893Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/common/utils/src/args_helper.cpp 2025-06-05T23:27:21.8780285Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_classification 2025-06-05T23:27:21.8781677Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_classification/CMakeLists.txt 2025-06-05T23:27:21.8783172Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_classification/README.md 2025-06-05T23:27:21.8784589Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_classification/main.cpp 2025-06-05T23:27:21.8786044Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_nv12_input_classification 2025-06-05T23:27:21.8787684Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_nv12_input_classification/CMakeLists.txt 2025-06-05T23:27:21.8789521Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_nv12_input_classification/README.md 2025-06-05T23:27:21.8791193Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_nv12_input_classification/main.cpp 2025-06-05T23:27:21.8792566Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_query_device 2025-06-05T23:27:21.8793943Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_query_device/CMakeLists.txt 2025-06-05T23:27:21.8795411Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_query_device/README.md 2025-06-05T23:27:21.8796790Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_query_device/main.cpp 2025-06-05T23:27:21.8798101Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_reshape_ssd 2025-06-05T23:27:21.8799450Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_reshape_ssd/CMakeLists.txt 2025-06-05T23:27:21.8800996Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_reshape_ssd/README.md 2025-06-05T23:27:21.8802399Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/hello_reshape_ssd/main.cpp 2025-06-05T23:27:21.8803713Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample 2025-06-05T23:27:21.8805119Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample/CMakeLists.txt 2025-06-05T23:27:21.8806650Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample/README.md 2025-06-05T23:27:21.8808054Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample/lenet.bin 2025-06-05T23:27:21.8809403Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample/lenet.labels 2025-06-05T23:27:21.8810986Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample/model_creation_sample.hpp 2025-06-05T23:27:21.8812466Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/model_creation_sample/main.cpp 2025-06-05T23:27:21.8813777Z -- Installing: /pytorch/executorch/openvino/dist/samples/cpp/build_samples.sh 2025-06-05T23:27:21.8814899Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/build_samples.sh 2025-06-05T23:27:21.8815749Z -- Up-to-date: /pytorch/executorch/openvino/dist/samples/c 2025-06-05T23:27:21.8816564Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common 2025-06-05T23:27:21.8817644Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper 2025-06-05T23:27:21.8818951Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/CMakeLists.txt 2025-06-05T23:27:21.8820408Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/include 2025-06-05T23:27:21.8821889Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/include/opencv_c_wrapper.h 2025-06-05T23:27:21.8823452Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/src 2025-06-05T23:27:21.8824905Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/src/bmp_reader.h 2025-06-05T23:27:21.8826307Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/src/opencv_c_wrapper.cpp 2025-06-05T23:27:21.8827693Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/opencv_c_wrapper/src/bmp_reader.c 2025-06-05T23:27:21.8828995Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/common/CMakeLists.txt 2025-06-05T23:27:21.8829991Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_classification 2025-06-05T23:27:21.8831067Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_classification/README.md 2025-06-05T23:27:21.8832299Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_classification/infer_result_util.h 2025-06-05T23:27:21.8833617Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_classification/CMakeLists.txt 2025-06-05T23:27:21.8835103Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_classification/infer_result_util.c 2025-06-05T23:27:21.8836350Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_classification/main.c 2025-06-05T23:27:21.8837053Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_nv12_input_classification 2025-06-05T23:27:21.8837837Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_nv12_input_classification/README.md 2025-06-05T23:27:21.8838698Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_nv12_input_classification/CMakeLists.txt 2025-06-05T23:27:21.8839527Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/hello_nv12_input_classification/main.c 2025-06-05T23:27:21.8840220Z -- Installing: /pytorch/executorch/openvino/dist/samples/c/CMakeLists.txt 2025-06-05T23:27:21.8840742Z -- Installing: /pytorch/executorch/openvino/dist/samples/python 2025-06-05T23:27:21.8841402Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark 2025-06-05T23:27:21.8842059Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/bert_benchmark 2025-06-05T23:27:21.8842823Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/bert_benchmark/README.md 2025-06-05T23:27:21.8843685Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/bert_benchmark/bert_benchmark.py 2025-06-05T23:27:21.8844574Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/bert_benchmark/requirements.txt 2025-06-05T23:27:21.8845386Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/sync_benchmark 2025-06-05T23:27:21.8846143Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/sync_benchmark/README.md 2025-06-05T23:27:21.8847013Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/sync_benchmark/sync_benchmark.py 2025-06-05T23:27:21.8924465Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/throughput_benchmark 2025-06-05T23:27:21.8925609Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/throughput_benchmark/README.md 2025-06-05T23:27:21.8926593Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/benchmark/throughput_benchmark/throughput_benchmark.py 2025-06-05T23:27:21.8927503Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/classification_sample_async 2025-06-05T23:27:21.8928518Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/classification_sample_async/README.md 2025-06-05T23:27:21.8929809Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/classification_sample_async/classification_sample_async.py 2025-06-05T23:27:21.8930810Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/classification_sample_async/requirements.txt 2025-06-05T23:27:21.8931623Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_classification 2025-06-05T23:27:21.8932365Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_classification/README.md 2025-06-05T23:27:21.8933287Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_classification/hello_classification.py 2025-06-05T23:27:21.8934182Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_classification/requirements.txt 2025-06-05T23:27:21.8934928Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_query_device 2025-06-05T23:27:21.8935641Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_query_device/README.md 2025-06-05T23:27:21.8936456Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_query_device/hello_query_device.py 2025-06-05T23:27:21.8937207Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_reshape_ssd 2025-06-05T23:27:21.8937908Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_reshape_ssd/README.md 2025-06-05T23:27:21.8938695Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_reshape_ssd/hello_reshape_ssd.py 2025-06-05T23:27:21.8939678Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/hello_reshape_ssd/requirements.txt 2025-06-05T23:27:21.8940438Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/model_creation_sample 2025-06-05T23:27:21.8941166Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/model_creation_sample/README.md 2025-06-05T23:27:21.8941947Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/model_creation_sample/data.py 2025-06-05T23:27:21.8942716Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/model_creation_sample/lenet.bin 2025-06-05T23:27:21.8943845Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/model_creation_sample/model_creation_sample.py 2025-06-05T23:27:21.8944718Z -- Installing: /pytorch/executorch/openvino/dist/samples/python/setup.cfg 2025-06-05T23:27:21.8945240Z -- Up-to-date: /pytorch/executorch/openvino/dist/python/openvino 2025-06-05T23:27:21.8945889Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/__init__.py 2025-06-05T23:27:21.8946464Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools 2025-06-05T23:27:21.8947083Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/__init__.py 2025-06-05T23:27:21.8947725Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark 2025-06-05T23:27:21.8948425Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/__init__.py 2025-06-05T23:27:21.8949197Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/benchmark.py 2025-06-05T23:27:21.8950133Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/parameters.py 2025-06-05T23:27:21.8950880Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils 2025-06-05T23:27:21.8951628Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils/__init__.py 2025-06-05T23:27:21.8952463Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils/constants.py 2025-06-05T23:27:21.8953319Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils/inputs_filling.py 2025-06-05T23:27:21.8954203Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils/logging.py 2025-06-05T23:27:21.8955083Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils/statistics_report.py 2025-06-05T23:27:21.8955930Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/utils/utils.py 2025-06-05T23:27:21.8956694Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/benchmark/main.py 2025-06-05T23:27:21.8957305Z -- Up-to-date: /pytorch/executorch/openvino/dist/python/openvino 2025-06-05T23:27:21.8957824Z -- Up-to-date: /pytorch/executorch/openvino/dist/python/openvino/__init__.py 2025-06-05T23:27:21.8958391Z -- Up-to-date: /pytorch/executorch/openvino/dist/python/openvino/tools 2025-06-05T23:27:21.8958965Z -- Up-to-date: /pytorch/executorch/openvino/dist/python/openvino/tools/__init__.py 2025-06-05T23:27:21.8959575Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc 2025-06-05T23:27:21.8960194Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/__init__.py 2025-06-05T23:27:21.8960878Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/__main__.py 2025-06-05T23:27:21.8961786Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/cli_parser.py 2025-06-05T23:27:21.8962697Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/convert.py 2025-06-05T23:27:21.8963501Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/convert_data_type.py 2025-06-05T23:27:21.8964409Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/environment_setup_utils.py 2025-06-05T23:27:21.8965178Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/error.py 2025-06-05T23:27:21.8966248Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/get_ov_update_message.py 2025-06-05T23:27:21.8967144Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/help.py 2025-06-05T23:27:21.8967819Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/logger.py 2025-06-05T23:27:21.8968475Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/main.py 2025-06-05T23:27:21.8969160Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend 2025-06-05T23:27:21.8969980Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/__init__.py 2025-06-05T23:27:21.8970801Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/analysis.py 2025-06-05T23:27:21.8971649Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/check_config.py 2025-06-05T23:27:21.8972567Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/extractor.py 2025-06-05T23:27:21.8973541Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/jax_frontend_utils.py 2025-06-05T23:27:21.8974445Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/layout_utils.py 2025-06-05T23:27:21.8975291Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/moc_emit_ir.py 2025-06-05T23:27:21.8976215Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/offline_transformations.py 2025-06-05T23:27:21.8977177Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/paddle_frontend_utils.py 2025-06-05T23:27:21.8978075Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/pipeline.py 2025-06-05T23:27:21.8978940Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/preprocessing.py 2025-06-05T23:27:21.8979866Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py 2025-06-05T23:27:21.8980787Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/shape_utils.py 2025-06-05T23:27:21.8981626Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/moc_frontend/type_utils.py 2025-06-05T23:27:21.8982378Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/ovc.py 2025-06-05T23:27:21.8983098Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/telemetry_params.py 2025-06-05T23:27:21.8983856Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/telemetry_stub.py 2025-06-05T23:27:21.8984622Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/telemetry_utils.py 2025-06-05T23:27:21.8985335Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/utils.py 2025-06-05T23:27:21.8986019Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/version.py 2025-06-05T23:27:21.8986716Z -- Installing: /pytorch/executorch/openvino/dist/python/openvino/tools/ovc/convert_impl.py 2025-06-05T23:27:21.8987332Z -- Installing: /pytorch/executorch/openvino/dist/./setupvars.sh 2025-06-05T23:27:21.8987996Z -- Installing: /pytorch/executorch/openvino/dist/install_dependencies/install_openvino_dependencies.sh 2025-06-05T23:27:21.8988619Z -- Installing: /pytorch/executorch/openvino/dist/licenses 2025-06-05T23:27:21.8989194Z -- Installing: /pytorch/executorch/openvino/dist/licenses/onednn_third-party-programs.txt 2025-06-05T23:27:21.8989912Z -- Installing: /pytorch/executorch/openvino/dist/licenses/onetbb_third-party-programs.txt 2025-06-05T23:27:21.8990655Z -- Installing: /pytorch/executorch/openvino/dist/licenses/runtime-third-party-programs.txt 2025-06-05T23:27:21.8991190Z + source dist/setupvars.sh 2025-06-05T23:27:21.8991449Z +++ abs_path dist/setupvars.sh 2025-06-05T23:27:21.8991797Z ++++ eval echo dist/setupvars.sh 2025-06-05T23:27:21.8992064Z +++++ echo dist/setupvars.sh 2025-06-05T23:27:21.8992344Z +++ script_path=dist/setupvars.sh 2025-06-05T23:27:21.8992623Z ++++ dirname dist/setupvars.sh 2025-06-05T23:27:21.8992887Z +++ directory=dist 2025-06-05T23:27:21.8993097Z +++ builtin cd dist 2025-06-05T23:27:21.8993334Z +++ pwd -P 2025-06-05T23:27:21.8993567Z ++ SCRIPT_DIR=/pytorch/executorch/openvino/dist 2025-06-05T23:27:21.8993930Z ++ INSTALLDIR=/pytorch/executorch/openvino/dist 2025-06-05T23:27:31.4139607Z ++ export INTEL_OPENVINO_DIR=/pytorch/executorch/openvino/dist 2025-06-05T23:27:31.4140480Z ++ INTEL_OPENVINO_DIR=/pytorch/executorch/openvino/dist 2025-06-05T23:27:31.4140828Z ++ '[' 0 -gt 0 ']' 2025-06-05T23:27:31.4141118Z ++ '[' -e /pytorch/executorch/openvino/dist/runtime ']' 2025-06-05T23:27:31.4141587Z ++ export OpenVINO_DIR=/pytorch/executorch/openvino/dist/runtime/cmake 2025-06-05T23:27:31.4142337Z ++ OpenVINO_DIR=/pytorch/executorch/openvino/dist/runtime/cmake 2025-06-05T23:27:31.4143005Z ++ '[' -f /pytorch/executorch/openvino/dist/runtime/cmake/OpenVINOGenAIConfig.cmake ']' 2025-06-05T23:27:31.4143704Z +++ /bin/ls /pytorch/executorch/openvino/dist/runtime/lib/ 2025-06-05T23:27:31.4144096Z ++ system_type=intel64 2025-06-05T23:27:31.4144450Z ++ OV_PLUGINS_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:27:31.4144881Z ++ [[ linux-gnu == \d\a\r\w\i\n* ]] 2025-06-05T23:27:31.4145368Z ++ export LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:27:31.4145921Z ++ LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:27:31.4146536Z ++ export PKG_CONFIG_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64/pkgconfig 2025-06-05T23:27:31.4147184Z ++ PKG_CONFIG_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64/pkgconfig 2025-06-05T23:27:31.4147751Z ++ '[' -e /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb ']' 2025-06-05T23:27:31.4148402Z ++ tbb_lib_path=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib 2025-06-05T23:27:31.4149046Z ++ '[' -d /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/intel64 ']' 2025-06-05T23:27:31.4154025Z ++ /bin/ls /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so.12 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so.12.13 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so.3 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so.3.13 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so.2 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so.2.13 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so.2 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so.2.13 2025-06-05T23:27:31.4158868Z ++ [[ linux-gnu == \d\a\r\w\i\n* ]] 2025-06-05T23:27:31.4159698Z ++ export LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib:/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:27:31.4160839Z ++ LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib:/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:27:31.4161541Z ++ unset tbb_lib_path 2025-06-05T23:27:31.4161981Z ++ '[' -e /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB ']' 2025-06-05T23:27:31.4162618Z ++ export TBB_DIR=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB 2025-06-05T23:27:31.4163266Z ++ TBB_DIR=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB 2025-06-05T23:27:31.4163706Z ++ unset system_type 2025-06-05T23:27:31.4164047Z ++ '[' -f /pytorch/executorch/openvino/dist/opencv/setupvars.sh ']' 2025-06-05T23:27:31.4164717Z ++ '[' -f /pytorch/executorch/openvino/dist/extras/opencv/setupvars.sh ']' 2025-06-05T23:27:31.4165115Z ++ OS_NAME= 2025-06-05T23:27:31.4165329Z ++ command -v lsb_release 2025-06-05T23:27:31.4165573Z ++ PYTHON_VERSION_MAJOR=3 2025-06-05T23:27:31.4165842Z ++ MIN_REQUIRED_PYTHON_VERSION_MINOR=9 2025-06-05T23:27:31.4166144Z ++ MAX_SUPPORTED_PYTHON_VERSION_MINOR=13 2025-06-05T23:27:31.4166452Z ++ python_version_to_check= 2025-06-05T23:27:31.4166690Z ++ '[' -z '' ']' 2025-06-05T23:27:31.4166923Z ++ python_version_to_check=3 2025-06-05T23:27:31.4167173Z ++ command -v python3 2025-06-05T23:27:31.4167413Z ++ check_python_version 2025-06-05T23:27:31.4167650Z ++ '[' -z '' ']' 2025-06-05T23:27:31.4167931Z +++ python3 -c 'import sys; print(str(sys.version_info[0]))' 2025-06-05T23:27:31.4168301Z ++ python_version_major=3 2025-06-05T23:27:31.4168608Z +++ python3 -c 'import sys; print(str(sys.version_info[1]))' 2025-06-05T23:27:31.4169041Z ++ python_version_minor=10 2025-06-05T23:27:31.4169291Z ++ python_version=3.10 2025-06-05T23:27:31.4169519Z ++ '[' 3 '!=' 3 ']' 2025-06-05T23:27:31.4169719Z ++ '[' 10 -lt 9 ']' 2025-06-05T23:27:31.4169935Z ++ '[' 10 -gt 13 ']' 2025-06-05T23:27:31.4170159Z ++ command -v python3.10 2025-06-05T23:27:31.4170419Z ++ python_interp=python3.10 2025-06-05T23:27:31.4170786Z +++ python3.10 -c 'import sys; print(64 if sys.maxsize > 2**32 else 32)' 2025-06-05T23:27:31.4171166Z ++ python_bitness=64 2025-06-05T23:27:31.4171400Z ++ unset python_interp 2025-06-05T23:27:31.4171621Z ++ '[' 64 '!=' '' ']' 2025-06-05T23:27:31.4171841Z ++ '[' 64 '!=' 64 ']' 2025-06-05T23:27:31.4172055Z ++ unset python_bitness 2025-06-05T23:27:31.4172293Z ++ '[' -n 3.10 ']' 2025-06-05T23:27:31.4172544Z ++ [[ -d /pytorch/executorch/openvino/dist/python ]] 2025-06-05T23:27:31.4173098Z ++ export PYTHONPATH=/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:27:31.4173611Z ++ PYTHONPATH=/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:27:31.4174330Z ++ export PYTHONPATH=/pytorch/executorch/openvino/dist/python:/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:27:31.4175230Z ++ PYTHONPATH=/pytorch/executorch/openvino/dist/python:/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:27:31.4175799Z ++ unset python_version 2025-06-05T23:27:31.4176069Z ++ unset python_version_to_check 2025-06-05T23:27:31.4176339Z ++ unset PYTHON_VERSION_MAJOR 2025-06-05T23:27:31.4176629Z ++ unset MIN_REQUIRED_PYTHON_VERSION_MINOR 2025-06-05T23:27:31.4176954Z ++ unset MAX_SUPPORTED_PYTHON_VERSION_MINOR 2025-06-05T23:27:31.4177254Z ++ unset OS_NAME 2025-06-05T23:27:31.4177532Z ++ echo '[setupvars.sh] OpenVINO environment initialized' 2025-06-05T23:27:31.4177940Z [setupvars.sh] OpenVINO environment initialized 2025-06-05T23:27:31.4178273Z + cd ../backends/openvino 2025-06-05T23:27:31.4178529Z + pip install -r requirements.txt 2025-06-05T23:27:31.4178868Z Collecting nncf (from -r requirements.txt (line 2)) 2025-06-05T23:27:31.4179622Z Cloning https://github.com/openvinotoolkit/nncf (to revision 6b0fc1c) to /tmp/pip-install-_9xr89iu/nncf_d81aa834e3dd4a31844d9d0ac58ade15 2025-06-05T23:27:31.4180784Z Running command git clone --filter=blob:none --quiet https://github.com/openvinotoolkit/nncf /tmp/pip-install-_9xr89iu/nncf_d81aa834e3dd4a31844d9d0ac58ade15 2025-06-05T23:27:31.4181963Z  WARNING: Did not find branch or tag '6b0fc1c', assuming revision or ref. 2025-06-05T23:27:31.4182487Z  Running command git checkout -q 6b0fc1c 2025-06-05T23:27:31.4182924Z Resolved https://github.com/openvinotoolkit/nncf to commit 6b0fc1c 2025-06-05T23:27:31.4183460Z Installing build dependencies ... [?25l- \ done 2025-06-05T23:27:31.4183943Z [?25h Getting requirements to build wheel ... [?25l- done 2025-06-05T23:27:31.4184435Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-06-05T23:27:31.4185380Z [?25hRequirement already satisfied: transformers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (4.47.1) 2025-06-05T23:27:31.4186346Z Collecting jsonschema>=3.2.0 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4186887Z Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 2025-06-05T23:27:31.4187425Z Collecting jstyleson>=0.0.2 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4187858Z Downloading jstyleson-0.0.2.tar.gz (2.0 kB) 2025-06-05T23:27:31.4188283Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:27:31.4188804Z [?25hCollecting natsort>=7.1.0 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4189335Z Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB) 2025-06-05T23:27:31.4190189Z Requirement already satisfied: networkx<3.5.0,>=2.6 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nncf->-r requirements.txt (line 2)) (3.4.2) 2025-06-05T23:27:31.4191052Z Collecting ninja<1.12,>=1.10.0.post2 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4191774Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.0 kB) 2025-06-05T23:27:31.4192736Z Requirement already satisfied: numpy<2.3.0,>=1.24.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nncf->-r requirements.txt (line 2)) (2.2.6) 2025-06-05T23:27:31.4193631Z Collecting openvino-telemetry>=2023.2.0 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4194256Z Downloading openvino_telemetry-2025.1.0-py3-none-any.whl.metadata (2.3 kB) 2025-06-05T23:27:31.4195155Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nncf->-r requirements.txt (line 2)) (25.0) 2025-06-05T23:27:31.4196308Z Requirement already satisfied: pandas<2.3,>=1.1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nncf->-r requirements.txt (line 2)) (2.2.3) 2025-06-05T23:27:31.4197117Z Collecting psutil (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4197879Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:27:31.4198678Z Collecting py-cpuinfo>=9.0.0 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4199214Z Downloading py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes) 2025-06-05T23:27:31.4199730Z Collecting pydot<=3.0.4,>=1.4.1 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4200234Z Downloading pydot-3.0.4-py3-none-any.whl.metadata (10 kB) 2025-06-05T23:27:31.4200709Z Collecting pymoo>=0.6.0.1 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4201348Z Downloading pymoo-0.6.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2025-06-05T23:27:31.4201984Z Collecting rich>=13.5.2 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4202449Z Downloading rich-14.0.0-py3-none-any.whl.metadata (18 kB) 2025-06-05T23:27:31.4203285Z Requirement already satisfied: safetensors>=0.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nncf->-r requirements.txt (line 2)) (0.5.3) 2025-06-05T23:27:31.4204162Z Collecting scikit-learn>=0.24.0 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4204857Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:27:31.4205506Z Collecting scipy>=1.3.2 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4206134Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-06-05T23:27:31.4206783Z Collecting tabulate>=0.9.0 (from nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:31.4207282Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:27:32.6955476Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas<2.3,>=1.1.5->nncf->-r requirements.txt (line 2)) (2.9.0.post0) 2025-06-05T23:27:32.6956884Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas<2.3,>=1.1.5->nncf->-r requirements.txt (line 2)) (2025.2) 2025-06-05T23:27:32.6958809Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas<2.3,>=1.1.5->nncf->-r requirements.txt (line 2)) (2025.2) 2025-06-05T23:27:32.6960110Z Requirement already satisfied: pyparsing>=3.0.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pydot<=3.0.4,>=1.4.1->nncf->-r requirements.txt (line 2)) (3.2.3) 2025-06-05T23:27:32.6961368Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (3.18.0) 2025-06-05T23:27:32.6962642Z Requirement already satisfied: huggingface-hub<1.0,>=0.24.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (0.32.4) 2025-06-05T23:27:32.6963991Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (6.0.1) 2025-06-05T23:27:32.6965238Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (2024.11.6) 2025-06-05T23:27:32.6966490Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (2.32.3) 2025-06-05T23:27:32.6967762Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (0.21.1) 2025-06-05T23:27:32.6969209Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers->-r requirements.txt (line 1)) (4.67.1) 2025-06-05T23:27:32.6970615Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.24.0->transformers->-r requirements.txt (line 1)) (2025.5.1) 2025-06-05T23:27:32.6972118Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.24.0->transformers->-r requirements.txt (line 1)) (4.14.0) 2025-06-05T23:27:32.6973687Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.24.0->transformers->-r requirements.txt (line 1)) (1.1.3) 2025-06-05T23:27:32.6975045Z Requirement already satisfied: attrs>=22.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonschema>=3.2.0->nncf->-r requirements.txt (line 2)) (25.3.0) 2025-06-05T23:27:32.6976109Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6976886Z Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:27:32.6977572Z Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6978203Z Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 2025-06-05T23:27:32.6978793Z Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6979488Z Downloading rpds_py-0.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-06-05T23:27:32.6980536Z Requirement already satisfied: matplotlib>=3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) (3.10.3) 2025-06-05T23:27:32.6981471Z Collecting autograd>=1.4 (from pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6982039Z Downloading autograd-1.8.0-py3-none-any.whl.metadata (7.5 kB) 2025-06-05T23:27:32.6982578Z Collecting cma>=3.2.2 (from pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6983074Z Downloading cma-4.2.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:27:32.6983628Z Collecting alive-progress (from pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6984296Z Downloading alive_progress-3.2.0-py3-none-any.whl.metadata (70 kB) 2025-06-05T23:27:32.6984843Z Collecting dill (from pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6985335Z Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB) 2025-06-05T23:27:32.6985866Z Collecting Deprecated (from pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6986464Z Downloading Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB) 2025-06-05T23:27:32.6987441Z Requirement already satisfied: contourpy>=1.0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from matplotlib>=3->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) (1.3.2) 2025-06-05T23:27:32.6988833Z Requirement already satisfied: cycler>=0.10 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from matplotlib>=3->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) (0.12.1) 2025-06-05T23:27:32.6990255Z Requirement already satisfied: fonttools>=4.22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from matplotlib>=3->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) (4.58.1) 2025-06-05T23:27:32.6991657Z Requirement already satisfied: kiwisolver>=1.3.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from matplotlib>=3->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) (1.4.8) 2025-06-05T23:27:32.6993041Z Requirement already satisfied: pillow>=8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from matplotlib>=3->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) (11.2.1) 2025-06-05T23:27:32.6994410Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas<2.3,>=1.1.5->nncf->-r requirements.txt (line 2)) (1.17.0) 2025-06-05T23:27:32.6995763Z Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rich>=13.5.2->nncf->-r requirements.txt (line 2)) (2.2.0) 2025-06-05T23:27:32.6997054Z Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rich>=13.5.2->nncf->-r requirements.txt (line 2)) (2.19.1) 2025-06-05T23:27:32.6998367Z Requirement already satisfied: mdurl~=0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from markdown-it-py>=2.2.0->rich>=13.5.2->nncf->-r requirements.txt (line 2)) (0.1.2) 2025-06-05T23:27:32.6999378Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.0->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.6999951Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-06-05T23:27:32.7000541Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.0->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.7001185Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:27:32.7001834Z Collecting about-time==4.2.1 (from alive-progress->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.7002482Z Downloading about_time-4.2.1-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:27:32.7003098Z Collecting grapheme==0.6.0 (from alive-progress->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.7003658Z Downloading grapheme-0.6.0.tar.gz (207 kB) 2025-06-05T23:27:32.7004248Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:27:32.7004883Z [?25hCollecting wrapt<2,>=1.10 (from Deprecated->pymoo>=0.6.0.1->nncf->-r requirements.txt (line 2)) 2025-06-05T23:27:32.7005773Z Downloading wrapt-1.17.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB) 2025-06-05T23:27:32.7006997Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers->-r requirements.txt (line 1)) (3.4.2) 2025-06-05T23:27:32.7008346Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers->-r requirements.txt (line 1)) (3.10) 2025-06-05T23:27:32.7009778Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers->-r requirements.txt (line 1)) (2.4.0) 2025-06-05T23:27:32.7011112Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers->-r requirements.txt (line 1)) (2025.4.26) 2025-06-05T23:27:32.7012154Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-06-05T23:27:32.7012704Z Downloading pydot-3.0.4-py3-none-any.whl (35 kB) 2025-06-05T23:27:32.7013194Z Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 2025-06-05T23:27:32.7013710Z Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 2025-06-05T23:27:32.7014200Z Downloading natsort-8.4.0-py3-none-any.whl (38 kB) 2025-06-05T23:27:32.7014664Z Downloading openvino_telemetry-2025.1.0-py3-none-any.whl (25 kB) 2025-06-05T23:27:32.7015192Z Downloading py_cpuinfo-9.0.0-py3-none-any.whl (22 kB) 2025-06-05T23:27:32.7015761Z Downloading pymoo-0.6.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB) 2025-06-05T23:27:32.7026962Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.2 MB ? eta -:--:-- 2025-06-05T23:27:38.4321161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 144.4 MB/s eta 0:00:00 2025-06-05T23:27:38.4321805Z [?25hDownloading autograd-1.8.0-py3-none-any.whl (51 kB) 2025-06-05T23:27:38.4322241Z Downloading cma-4.2.0-py3-none-any.whl (288 kB) 2025-06-05T23:27:38.4322652Z Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 2025-06-05T23:27:38.4323054Z Downloading rich-14.0.0-py3-none-any.whl (243 kB) 2025-06-05T23:27:38.4323604Z Downloading rpds_py-0.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) 2025-06-05T23:27:38.4324382Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB) 2025-06-05T23:27:38.4325173Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.9 MB ? eta -:--:-- 2025-06-05T23:27:38.4325851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 120.3 MB/s eta 0:00:00 2025-06-05T23:27:38.4326400Z [?25hDownloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-06-05T23:27:38.4326968Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB) 2025-06-05T23:27:38.4327710Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.7 MB ? eta -:--:-- 2025-06-05T23:27:38.4330159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 37.5/37.7 MB 318.4 MB/s eta 0:00:01 2025-06-05T23:27:38.4330860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/37.7 MB 185.0 MB/s eta 0:00:00 2025-06-05T23:27:38.4331440Z [?25hDownloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:27:38.4331918Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-06-05T23:27:38.4332364Z Downloading alive_progress-3.2.0-py3-none-any.whl (77 kB) 2025-06-05T23:27:38.4332798Z Downloading about_time-4.2.1-py3-none-any.whl (13 kB) 2025-06-05T23:27:38.4333331Z Downloading Deprecated-1.2.18-py2.py3-none-any.whl (10.0 kB) 2025-06-05T23:27:38.4334059Z Downloading wrapt-1.17.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 kB) 2025-06-05T23:27:38.4334747Z Downloading dill-0.4.0-py3-none-any.whl (119 kB) 2025-06-05T23:27:38.4335426Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:27:38.4336182Z Building wheels for collected packages: nncf, jstyleson, grapheme 2025-06-05T23:27:38.4336803Z Building wheel for nncf (pyproject.toml) ... [?25l- \ | / - done 2025-06-05T23:27:38.4337884Z [?25h Created wheel for nncf: filename=nncf-2.16.0.dev0+6b0fc1ce-py3-none-any.whl size=1404401 sha256=36864755ffd610dbf21a7cdc9965c8c4c6f21faf14ae6274e9fc24a271d634b7 2025-06-05T23:27:38.4339316Z Stored in directory: /tmp/pip-ephem-wheel-cache-r2np3uxw/wheels/5f/62/d6/28494356caa1018d0c6637631925033831d1812cd77c50a4a7 2025-06-05T23:27:38.4341969Z  DEPRECATION: Building 'jstyleson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'jstyleson'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:27:38.4344023Z  Building wheel for jstyleson (setup.py) ... [?25l- done 2025-06-05T23:27:38.4345143Z [?25h Created wheel for jstyleson: filename=jstyleson-0.0.2-py3-none-any.whl size=2421 sha256=4177aadee0d6fe3489e8264178a060e3b07cee56447ba17bc64df539e941b826 2025-06-05T23:27:38.4346243Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/12/51/c6/a1e751db88203e11c6d9ffe4683ca3d8c14b1479639bec1006 2025-06-05T23:27:38.4348794Z  DEPRECATION: Building 'grapheme' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'grapheme'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:27:38.4350821Z  Building wheel for grapheme (setup.py) ... [?25l- done 2025-06-05T23:27:38.4351804Z [?25h Created wheel for grapheme: filename=grapheme-0.6.0-py3-none-any.whl size=210138 sha256=2984238653c0734001ba15fd6b36c3c77c8040c5f691901e2df4e4e0eabc2366 2025-06-05T23:27:38.4352879Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/01/e1/49/37e6bde9886439057450c494a79b0bef8bbe897a54aebfc757 2025-06-05T23:27:38.4353537Z Successfully built nncf jstyleson grapheme 2025-06-05T23:27:38.4354926Z Installing collected packages: py-cpuinfo, openvino-telemetry, jstyleson, grapheme, wrapt, threadpoolctl, tabulate, scipy, rpds-py, pydot, psutil, ninja, natsort, joblib, dill, cma, autograd, about-time, scikit-learn, rich, referencing, Deprecated, alive-progress, pymoo, jsonschema-specifications, jsonschema, nncf 2025-06-05T23:27:38.4356327Z [?25l 2025-06-05T23:27:38.4356756Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4357342Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4357928Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4358635Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4359217Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4359806Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4360378Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4360966Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4361555Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4362149Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4362736Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4363388Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4364087Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4364662Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4365251Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4365840Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4366414Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4366999Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [scipy] 2025-06-05T23:27:38.4367569Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11/27 [ninja] 2025-06-05T23:27:43.5350979Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 14/27 [dill] 2025-06-05T23:27:43.5351664Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 15/27 [cma] 2025-06-05T23:27:43.5352271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5352893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5353488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5354097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5354702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5355294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5355921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5356786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5357394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5358000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [scikit-learn] 2025-06-05T23:27:43.5358592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 20/27 [referencing] 2025-06-05T23:27:43.5359182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [pymoo] 2025-06-05T23:27:43.5359743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [pymoo] 2025-06-05T23:27:43.5360311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [nncf] 2025-06-05T23:27:43.5361034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [nncf] 2025-06-05T23:27:43.5361581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [nncf] 2025-06-05T23:27:43.5362133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [nncf] 2025-06-05T23:27:43.5362674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [nncf] 2025-06-05T23:27:43.5363211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [nncf] 2025-06-05T23:27:43.5363576Z [?25h 2025-06-05T23:27:43.5365801Z Successfully installed Deprecated-1.2.18 about-time-4.2.1 alive-progress-3.2.0 autograd-1.8.0 cma-4.2.0 dill-0.4.0 grapheme-0.6.0 joblib-1.5.1 jsonschema-4.24.0 jsonschema-specifications-2025.4.1 jstyleson-0.0.2 natsort-8.4.0 ninja-1.11.1.4 nncf-2.16.0.dev0+6b0fc1ce openvino-telemetry-2025.1.0 psutil-7.0.0 py-cpuinfo-9.0.0 pydot-3.0.4 pymoo-0.6.1.5 referencing-0.36.2 rich-14.0.0 rpds-py-0.25.1 scikit-learn-1.7.0 scipy-1.15.3 tabulate-0.9.0 threadpoolctl-3.6.0 wrapt-1.17.2 2025-06-05T23:27:43.5367708Z + cd scripts 2025-06-05T23:27:43.5367951Z + ./openvino_build.sh --enable_python 2025-06-05T23:27:43.5368254Z EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:27:43.5368565Z Building Python Package with Pybinding 2025-06-05T23:27:43.5368865Z Cleaning build artifacts... 2025-06-05T23:27:43.5369132Z Cleaning pip-out/... 2025-06-05T23:27:43.5369370Z Done cleaning build artifacts. 2025-06-05T23:27:43.5369760Z 2025-06-05 23:27:42,059 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:27:43.5370386Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:27:43.5370901Z Collecting torch==2.8.0.dev20250601 2025-06-05T23:27:43.5371638Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.8.0.dev20250601%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (28 kB) 2025-06-05T23:27:43.5372395Z Collecting torchvision==0.23.0.dev20250601 2025-06-05T23:27:43.5373357Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.23.0.dev20250601%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (6.2 kB) 2025-06-05T23:27:43.5374164Z Collecting torchaudio==2.8.0.dev20250601 2025-06-05T23:27:43.5374956Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.8.0.dev20250601%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (7.2 kB) 2025-06-05T23:27:43.5375853Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:27:43.5376409Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:27:43.5377281Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:27:43.5378147Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:27:43.5378763Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:27:43.5379649Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:27:43.5380541Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:27:43.5381178Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:27:43.5382088Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:27:43.5383193Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:27:43.5384331Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:27:43.5385462Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:27:43.5386564Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:27:43.5387653Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:27:43.5388733Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.8.0.dev20250601) (3.18.0) 2025-06-05T23:27:43.5389846Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.8.0.dev20250601) (4.14.0) 2025-06-05T23:27:43.5390945Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.8.0.dev20250601) (1.14.0) 2025-06-05T23:27:43.5391990Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.8.0.dev20250601) (3.4.2) 2025-06-05T23:27:43.5393024Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.8.0.dev20250601) (3.1.6) 2025-06-05T23:27:43.5394037Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.8.0.dev20250601) (2025.5.1) 2025-06-05T23:27:43.5395092Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.23.0.dev20250601) (2.2.6) 2025-06-05T23:27:43.5396187Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.23.0.dev20250601) (11.2.1) 2025-06-05T23:27:43.5397411Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:27:46.5330541Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:27:46.5333314Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (25.0) 2025-06-05T23:27:46.5335900Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2024.11.6) 2025-06-05T23:27:46.5338527Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.32.3) 2025-06-05T23:27:46.5340944Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:27:46.5343811Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:27:46.5346368Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:27:46.5348294Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5349422Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:27:46.5350499Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5351574Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:27:46.5352639Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5353751Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:27:46.5354867Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5356544Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:27:46.5358624Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:27:46.5359827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 146.8 MB/s eta 0:00:00 2025-06-05T23:27:46.5361142Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5362565Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:27:46.5363938Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5365321Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:27:46.5366655Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5367890Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:27:46.5369766Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (7.0.0) 2025-06-05T23:27:46.5372323Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:27:46.5374507Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5376036Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:27:46.5378147Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:27:46.5380685Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch==2.8.0.dev20250601) (1.3.0) 2025-06-05T23:27:46.5382479Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5383786Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:27:46.5385057Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5386438Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:27:46.5388412Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:27:46.5390405Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5392131Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:27:46.5393832Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5395336Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:27:46.5396501Z Collecting fsspec (from torch==2.8.0.dev20250601) 2025-06-05T23:27:46.5397307Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:27:46.5398705Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5400393Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:27:46.5402278Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5403980Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:27:46.5405582Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5407155Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:27:46.5408756Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5410338Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:27:46.5412523Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:27:46.5415390Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5417483Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:27:46.5419534Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5421330Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:27:46.5423154Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5425134Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:27:46.5426900Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5428787Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:27:46.5431118Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:27:46.5434301Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:27:46.5437398Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:27:46.5439717Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:46.5441337Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:27:48.7963384Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.8.0.dev20250601) (3.0.2) 2025-06-05T23:27:48.7965275Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:27:48.7966807Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:27:48.7968120Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:27:48.7970105Z [?25hRequirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:27:48.7971677Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:27:48.7973222Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:27:48.7974752Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:27:48.7976204Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.8.0.dev20250601%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl (183.0 MB) 2025-06-05T23:27:48.7977338Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/183.0 MB ? eta -:--:-- 2025-06-05T23:27:48.7978088Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 78.4/183.0 MB 392.2 MB/s eta 0:00:01 2025-06-05T23:27:48.7978869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 130.5/183.0 MB 325.2 MB/s eta 0:00:01 2025-06-05T23:27:48.7979618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 183.0/183.0 MB 307.7 MB/s eta 0:00:01 2025-06-05T23:27:48.7980351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 183.0/183.0 MB 307.7 MB/s eta 0:00:01 2025-06-05T23:27:48.7981069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 183.0/183.0 MB 307.7 MB/s eta 0:00:01 2025-06-05T23:27:48.7982187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.0/183.0 MB 153.9 MB/s eta 0:00:00 2025-06-05T23:27:48.7983515Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.23.0.dev20250601%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl (2.0 MB) 2025-06-05T23:27:48.7985249Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.0 MB ? eta -:--:-- 2025-06-05T23:27:48.7986399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 197.5 MB/s eta 0:00:00 2025-06-05T23:27:48.7987427Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.8.0.dev20250601%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl (1.8 MB) 2025-06-05T23:27:48.7988415Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2025-06-05T23:27:48.7989097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 190.1 MB/s eta 0:00:00 2025-06-05T23:27:48.7989642Z [?25hDownloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:27:48.7990222Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:27:48.7990854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 154.4 MB/s eta 0:00:00 2025-06-05T23:27:48.7991594Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:27:48.7992336Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:27:48.7992982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 140.1 MB/s eta 0:00:00 2025-06-05T23:27:48.7993550Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:27:48.7994305Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:27:48.7995144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 81.9 MB/s eta 0:00:00 2025-06-05T23:27:48.7995726Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:27:48.7996340Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:27:48.7997116Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:27:48.7997756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 201.8 MB/s eta 0:00:00 2025-06-05T23:27:48.7998309Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:27:48.7998745Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:27:48.7999304Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:27:48.8000204Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:27:48.8001266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 177.1 MB/s eta 0:00:00 2025-06-05T23:27:48.8002228Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:27:48.8003211Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:27:48.8004422Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:27:48.8005489Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:27:48.8006297Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:27:48.8007596Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:27:48.8009243Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:27:48.8010412Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:27:48.8011712Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:27:48.8013060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 42.2/42.3 MB 439.5 MB/s eta 0:00:01 2025-06-05T23:27:48.8014185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 160.8 MB/s eta 0:00:00 2025-06-05T23:27:48.8015529Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:27:48.8016351Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:27:48.8017010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 155.2 MB/s eta 0:00:00 2025-06-05T23:27:54.0318448Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:27:54.0319093Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:27:54.0319894Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:27:54.0320559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 125.9 MB/s eta 0:00:00 2025-06-05T23:27:54.0321154Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:27:54.0324005Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:27:54.0326398Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:27:54.0327573Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=b535b5d134b18b7f120423ea2626cf3d0502259f47f86c7874b7525aa985c90a 2025-06-05T23:27:54.0329001Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:27:54.0329668Z Successfully built antlr4-python3-runtime 2025-06-05T23:27:54.0331248Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, torch, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchvision, torchdata, torchaudio, aiohttp, timm, datasets, torchtune 2025-06-05T23:27:54.0332852Z [?25l 2025-06-05T23:27:54.0333364Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/29 [pycryptodomex] 2025-06-05T23:27:54.0333983Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/29 [pycryptodomex] 2025-06-05T23:27:54.0334591Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0335187Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0335765Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0336351Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0336928Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0337544Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0338155Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0338597Z  Attempting uninstall: fsspec 2025-06-05T23:27:54.0339092Z ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0339579Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:27:54.0340116Z ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0340566Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:27:54.0341044Z ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/29 [pyarrow] 2025-06-05T23:27:54.0341629Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0342097Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:27:54.0342764Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0343477Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0343922Z  Attempting uninstall: dill 2025-06-05T23:27:54.0344398Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0344855Z  Found existing installation: dill 0.4.0 2025-06-05T23:27:54.0345376Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0345802Z  Uninstalling dill-0.4.0: 2025-06-05T23:27:54.0346275Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0346725Z  Successfully uninstalled dill-0.4.0 2025-06-05T23:27:54.0347231Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/29 [fsspec] 2025-06-05T23:27:54.0347829Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0348415Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0348990Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0349552Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0350129Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0350701Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0351123Z  Attempting uninstall: torch 2025-06-05T23:27:54.0351602Z ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0352213Z  Found existing installation: torch 2.8.0a0+git5616fa4 2025-06-05T23:27:54.0352789Z ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 12/29 [cmake] 2025-06-05T23:27:54.0353429Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:27:54.0354005Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:27:54.0354469Z  Uninstalling torch-2.8.0a0+git5616fa4: 2025-06-05T23:27:54.0354962Z ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:27:54.0355534Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:27:54.0356096Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4832041Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4832932Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4833588Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4834156Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4834733Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4835296Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4835872Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4836432Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4837002Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4837598Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4838181Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4838752Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4839262Z  Successfully uninstalled torch-2.8.0a0+git5616fa4 2025-06-05T23:28:01.4839813Z ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4840389Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4840985Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4841548Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4842125Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4842708Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4843422Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4844004Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4844569Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4845152Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4845719Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4846299Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4846865Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4847514Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4848114Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4848681Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4849260Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4849823Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4850397Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4850972Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4851540Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4852138Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4852766Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4853428Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4854004Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4854569Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4855148Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4855709Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4856281Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4856926Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4857509Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4858085Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:01.4858646Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2939828Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2940490Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2941068Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2941655Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2942304Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2942899Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2943480Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2944063Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2944626Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2945205Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2945768Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2946343Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2947160Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2947868Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2948447Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2949011Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2949593Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2950166Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2950729Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2951306Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2951885Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2952479Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2953056Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2953618Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2954262Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 16/29 [torch] 2025-06-05T23:28:07.2954981Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 18/29 [multiprocess] 2025-06-05T23:28:07.2955513Z  Attempting uninstall: torchvision 2025-06-05T23:28:07.2956077Z ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 18/29 [multiprocess] 2025-06-05T23:28:07.2956692Z  Found existing installation: torchvision 0.22.0a0+966da7e 2025-06-05T23:28:07.2957358Z ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 18/29 [multiprocess] 2025-06-05T23:28:07.2958000Z  Uninstalling torchvision-0.22.0a0+966da7e: 2025-06-05T23:28:07.2958551Z ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 18/29 [multiprocess] 2025-06-05T23:28:07.2959201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2959870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2960525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2961107Z  Successfully uninstalled torchvision-0.22.0a0+966da7e 2025-06-05T23:28:07.2961736Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2962436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2963094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2963602Z  Attempting uninstall: torchaudio 2025-06-05T23:28:07.2964165Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2964717Z  Found existing installation: torchaudio 2.6.0a0+1a8f621 2025-06-05T23:28:07.2965321Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2965869Z  Uninstalling torchaudio-2.6.0a0+1a8f621: 2025-06-05T23:28:07.2966444Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 22/29 [torchvision] 2025-06-05T23:28:07.2967092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 24/29 [torchaudio] 2025-06-05T23:28:07.2967711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 24/29 [torchaudio] 2025-06-05T23:28:07.2968304Z  Successfully uninstalled torchaudio-2.6.0a0+1a8f621 2025-06-05T23:28:07.2968920Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 24/29 [torchaudio] 2025-06-05T23:28:07.2969558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 24/29 [torchaudio] 2025-06-05T23:28:07.2970200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 25/29 [aiohttp] 2025-06-05T23:28:20.3026321Z  Attempting uninstall: timm 2025-06-05T23:28:20.3034588Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 25/29 [aiohttp] 2025-06-05T23:28:20.3035106Z  Found existing installation: timm 0.6.13 2025-06-05T23:28:20.3035624Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 25/29 [aiohttp] 2025-06-05T23:28:20.3036073Z  Uninstalling timm-0.6.13: 2025-06-05T23:28:20.3036584Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 25/29 [aiohttp] 2025-06-05T23:28:20.3037464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 26/29 [timm] 2025-06-05T23:28:20.3038032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 26/29 [timm] 2025-06-05T23:28:20.3038481Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:28:20.3038981Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 26/29 [timm] 2025-06-05T23:28:20.3039522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 26/29 [timm] 2025-06-05T23:28:20.3040083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 26/29 [timm] 2025-06-05T23:28:20.3040634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 26/29 [timm] 2025-06-05T23:28:20.3041190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 27/29 [datasets] 2025-06-05T23:28:20.3041909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 28/29 [torchtune] 2025-06-05T23:28:20.3042484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 28/29 [torchtune] 2025-06-05T23:28:20.3043032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29/29 [torchtune] 2025-06-05T23:28:20.3043390Z [?25h 2025-06-05T23:28:20.3045928Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torch-2.8.0.dev20250601+cpu torchaudio-2.8.0.dev20250601+cpu torchdata-0.11.0 torchtune-0.6.1 torchvision-0.19.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:28:20.3048122Z Processing ./third-party/ao 2025-06-05T23:28:20.3048534Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:28:20.3048953Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:28:20.3049410Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:28:20.3050301Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:28:20.3051408Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:28:20.3052501Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:28:20.3053742Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:28:20.3054944Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:28:20.3056426Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:28:20.3057748Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:28:20.3059013Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:28:20.3060319Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:28:20.3061698Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:28:20.3063032Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:28:20.3064418Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:28:20.3065829Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:28:20.3067227Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:28:20.3068592Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:28:20.3070032Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:28:20.3071475Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:28:20.3072420Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:28:20.3074825Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:28:20.3076921Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - \ done 2025-06-05T23:28:20.3078058Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955965 sha256=d0731c9b44e4706821651c9df4ba56dfa708630c1779308faf1553fe09408904 2025-06-05T23:28:20.3079282Z Stored in directory: /tmp/pip-ephem-wheel-cache-0eiasdp2/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:28:20.3080169Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:28:20.3081335Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=75ac6b0c8becaf51fdc7ab76eb529d68e96723ee704842364a319331ad05c8e0 2025-06-05T23:28:20.3082575Z Stored in directory: /tmp/pip-ephem-wheel-cache-0eiasdp2/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:28:20.3083331Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:28:20.3083748Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:28:20.3084123Z [?25l 2025-06-05T23:28:20.3084494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:28:20.3085012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:28:20.3085500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:28:22.6183954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:28:22.6184387Z [?25h 2025-06-05T23:28:22.6184848Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:28:22.6185492Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:28:22.6186480Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:28:22.6186988Z Processing /pytorch/executorch 2025-06-05T23:28:22.6187328Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:28:22.6188297Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:28:22.6189167Z !! 2025-06-05T23:28:22.6189273Z 2025-06-05T23:28:22.6189403Z ******************************************************************************** 2025-06-05T23:28:22.6190222Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:28:22.6190924Z 2025-06-05T23:28:22.6191140Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:28:22.6191607Z or your builds will no longer be supported. 2025-06-05T23:28:22.6191841Z 2025-06-05T23:28:22.6192189Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:28:22.6192765Z ******************************************************************************** 2025-06-05T23:28:22.6192997Z 2025-06-05T23:28:22.6193073Z !! 2025-06-05T23:28:22.6193284Z corresp(dist, value, root_dir) 2025-06-05T23:28:22.6194125Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:28:22.6194946Z !! 2025-06-05T23:28:22.6195049Z 2025-06-05T23:28:22.6195179Z ******************************************************************************** 2025-06-05T23:28:22.6195701Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:28:22.6196123Z 2025-06-05T23:28:22.6196274Z License :: OSI Approved :: BSD License 2025-06-05T23:28:22.6196495Z 2025-06-05T23:28:22.6196849Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:28:22.6197407Z ******************************************************************************** 2025-06-05T23:28:22.6197639Z 2025-06-05T23:28:22.6197727Z !! 2025-06-05T23:28:22.6197932Z dist._finalize_license_expression() 2025-06-05T23:28:22.6198692Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:28:22.6199417Z !! 2025-06-05T23:28:22.6199532Z 2025-06-05T23:28:22.6199645Z ******************************************************************************** 2025-06-05T23:28:22.6200175Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:28:22.6200581Z 2025-06-05T23:28:22.6200696Z License :: OSI Approved :: BSD License 2025-06-05T23:28:22.6201070Z 2025-06-05T23:28:22.6201410Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:28:22.6201971Z ******************************************************************************** 2025-06-05T23:28:22.6202213Z 2025-06-05T23:28:22.6202288Z !! 2025-06-05T23:28:22.6202506Z self._finalize_license_expression() 2025-06-05T23:28:22.6202795Z running dist_info 2025-06-05T23:28:22.6203146Z creating /tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info 2025-06-05T23:28:22.6203679Z writing /tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/PKG-INFO 2025-06-05T23:28:22.6204384Z writing dependency_links to /tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/dependency_links.txt 2025-06-05T23:28:22.6205165Z writing entry points to /tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/entry_points.txt 2025-06-05T23:28:22.6205983Z writing requirements to /tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/requires.txt 2025-06-05T23:28:22.6206817Z writing top-level names to /tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/top_level.txt 2025-06-05T23:28:22.6207782Z writing manifest file '/tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/SOURCES.txt' 2025-06-05T23:28:22.6208506Z reading manifest file '/tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/SOURCES.txt' 2025-06-05T23:28:22.6209011Z adding license file 'LICENSE' 2025-06-05T23:28:22.6209490Z writing manifest file '/tmp/pip-modern-metadata-rm75l_ir/executorch.egg-info/SOURCES.txt' 2025-06-05T23:28:22.6210181Z creating '/tmp/pip-modern-metadata-rm75l_ir/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:28:22.6210850Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:28:22.6211627Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:28:22.6212400Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:28:22.6213740Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:28:22.6215047Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:28:22.6215904Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:28:22.6216996Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:28:22.6218067Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:28:22.6219123Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:28:22.6220192Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:28:22.6221274Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:28:22.6222358Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:28:22.6223112Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:28:22.6224393Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:28:22.6225628Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:28:22.6226154Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:28:22.6227556Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:28:22.6229100Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:28:22.6229924Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:28:22.6231004Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:28:22.6232078Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:28:22.6233233Z Requirement already satisfied: tabulate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:28:22.6234374Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:28:22.6235201Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:28:22.6236471Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:28:22.6237830Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:28:22.6238432Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:28:22.6239724Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:28:22.6241050Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:28:22.6241962Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:28:22.6243167Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:28:22.6244028Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:28:22.6245181Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:28:22.6246344Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:28:22.6246878Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:28:23.9055806Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:28:23.9057988Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:28:23.9058917Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:28:23.9060165Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:28:23.9061368Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:28:23.9062950Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:28:23.9064812Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:28:23.9066386Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:28:23.9067650Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:28:23.9068902Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:28:23.9070279Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:28:23.9071054Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:28:23.9072265Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:28:23.9073656Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:28:23.9074707Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:28:23.9075686Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:28:23.9077182Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:28:23.9078626Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:28:23.9079668Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:28:23.9080616Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:28:23.9081539Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:28:23.9082341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 84.8 MB/s eta 0:00:00 2025-06-05T23:28:23.9083032Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:28:23.9083603Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:28:23.9084072Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:28:23.9084507Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:28:23.9085046Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:28:23.9085594Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:28:23.9086015Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:28:23.9086564Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:28:23.9087021Z Building wheels for collected packages: executorch 2025-06-05T23:28:23.9087541Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:28:23.9088650Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:28:23.9089743Z !! 2025-06-05T23:28:23.9089849Z 2025-06-05T23:28:23.9089967Z ******************************************************************************** 2025-06-05T23:28:23.9090934Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:28:23.9091780Z 2025-06-05T23:28:23.9092086Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:28:23.9092693Z or your builds will no longer be supported. 2025-06-05T23:28:23.9093003Z 2025-06-05T23:28:23.9093375Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:28:23.9094199Z ******************************************************************************** 2025-06-05T23:28:23.9094445Z 2025-06-05T23:28:23.9094520Z !! 2025-06-05T23:28:23.9094734Z corresp(dist, value, root_dir) 2025-06-05T23:28:23.9095741Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:28:23.9096845Z !! 2025-06-05T23:28:23.9096972Z 2025-06-05T23:28:23.9097175Z ******************************************************************************** 2025-06-05T23:28:23.9097760Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:28:23.9098275Z 2025-06-05T23:28:23.9098461Z License :: OSI Approved :: BSD License 2025-06-05T23:28:23.9098680Z 2025-06-05T23:28:23.9099030Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:28:23.9099826Z ******************************************************************************** 2025-06-05T23:28:23.9100062Z 2025-06-05T23:28:23.9100136Z !! 2025-06-05T23:28:23.9100352Z dist._finalize_license_expression() 2025-06-05T23:28:23.9101276Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:28:23.9102052Z !! 2025-06-05T23:28:23.9102184Z 2025-06-05T23:28:23.9102341Z ******************************************************************************** 2025-06-05T23:28:23.9102945Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:28:23.9103382Z 2025-06-05T23:28:23.9103535Z License :: OSI Approved :: BSD License 2025-06-05T23:28:23.9103848Z 2025-06-05T23:28:23.9104288Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:28:23.9104946Z ******************************************************************************** 2025-06-05T23:28:23.9105268Z 2025-06-05T23:28:23.9105383Z !! 2025-06-05T23:28:23.9105588Z self._finalize_license_expression() 2025-06-05T23:28:23.9105890Z running bdist_wheel 2025-06-05T23:28:23.9106112Z running build 2025-06-05T23:28:23.9106452Z command options for 'CustomBuild': 2025-06-05T23:28:23.9106848Z build_base = pip-out 2025-06-05T23:28:23.9107112Z build_purelib = pip-out/lib 2025-06-05T23:28:23.9107447Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:28:23.9107915Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:28:23.9108366Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:28:23.9108708Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:28:23.9109089Z plat_name = linux-x86_64 2025-06-05T23:28:23.9109441Z compiler = None 2025-06-05T23:28:23.9109761Z parallel = None 2025-06-05T23:28:23.9109968Z debug = None 2025-06-05T23:28:23.9110183Z force = None 2025-06-05T23:28:23.9110496Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:28:23.9111150Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:28:23.9111766Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:28:23.9112211Z Preset CMake variables: 2025-06-05T23:28:23.9112369Z 2025-06-05T23:28:23.9112484Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:28:23.9112950Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:28:23.9113447Z 2025-06-05T23:28:23.9113576Z -- The C compiler identification is GNU 9.5.0 2025-06-05T23:28:23.9113927Z -- The CXX compiler identification is GNU 9.5.0 2025-06-05T23:28:23.9114272Z -- Detecting C compiler ABI info 2025-06-05T23:28:23.9114579Z -- Detecting C compiler ABI info - done 2025-06-05T23:28:23.9114953Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:28:23.9115332Z -- Detecting C compile features 2025-06-05T23:28:23.9115619Z -- Detecting C compile features - done 2025-06-05T23:28:23.9115934Z -- Detecting CXX compiler ABI info 2025-06-05T23:28:23.9116233Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:28:23.9116623Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:28:23.9117004Z -- Detecting CXX compile features 2025-06-05T23:28:23.9117316Z -- Detecting CXX compile features - done 2025-06-05T23:28:23.9117828Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:28:23.9118273Z -- --- Configured Options --- 2025-06-05T23:28:23.9118449Z 2025-06-05T23:28:23.9118575Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:28:23.9118918Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:28:23.9119278Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:28:23.9119694Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:28:23.9120197Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:28:23.9120560Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:28:23.9120888Z -- BUCK2 : 2025-06-05T23:28:23.9121371Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:28:23.9121875Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:28:23.9122225Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:28:23.9122586Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:28:23.9122963Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:28:23.9123506Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:28:23.9124036Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:28:28.4100261Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:28:28.4100914Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:28:28.4101278Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:28:28.4101790Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:28:28.4102143Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:28:28.4102619Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:28:28.4102980Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:28:28.4103403Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:28:28.4103866Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:28:28.4104309Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:28:28.4104704Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:28:28.4105200Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:28:28.4105616Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:28:28.4106027Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:28:28.4106431Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:28:28.4106878Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:28:28.4107281Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:28:28.4107673Z -- EXECUTORCH_BUILD_OPENVINO : ON 2025-06-05T23:28:28.4108125Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:28:28.4108474Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:28:28.4108839Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:28:28.4109565Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:28:28.4109906Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:28:28.4110257Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:28:28.4110638Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:28:28.4111017Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:28:28.4111418Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:28:28.4111786Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:28:28.4112186Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:28:28.4112599Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:28:28.4112948Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:28:28.4113373Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:28:28.4113810Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:28:28.4114156Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:28:28.4114667Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:28:28.4115090Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:28:28.4115554Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:28:28.4115919Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:28:28.4116337Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:28:28.4116804Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:28:28.4117169Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:28:28.4117520Z -- -------------------------- 2025-06-05T23:28:28.4118096Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:28:28.4118772Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:28:28.4119425Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:28.4119824Z CMake. 2025-06-05T23:28:28.4119963Z 2025-06-05T23:28:28.4120180Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:28.4120726Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:28.4121193Z to work with policies introduced by or earlier. 2025-06-05T23:28:28.4121492Z 2025-06-05T23:28:28.4121496Z 2025-06-05T23:28:28.4121584Z -- pybind11 v2.13.6 2025-06-05T23:28:28.4122144Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:28:28.4122839Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:28:28.4123244Z -- Performing Test HAS_FLTO 2025-06-05T23:28:28.4123520Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:28:28.4124026Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:28:28.4124655Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:28.4125064Z CMake. 2025-06-05T23:28:28.4125173Z 2025-06-05T23:28:28.4125397Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:28.4125930Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:28.4126401Z to work with policies introduced by or earlier. 2025-06-05T23:28:28.4126650Z 2025-06-05T23:28:28.4126654Z 2025-06-05T23:28:28.4126863Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:28:28.4127312Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:28:28.4127738Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:28:28.4128090Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:28:28.4128552Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:28:28.4129216Z -- GCC_VERSION: 9 2025-06-05T23:28:28.4129365Z 2025-06-05T23:28:28.4130070Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:28:28.4131413Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:28:28.4132112Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:28.4132524Z CMake. 2025-06-05T23:28:28.4132634Z 2025-06-05T23:28:28.4132848Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:28.4133467Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:28.4133933Z to work with policies introduced by or earlier. 2025-06-05T23:28:28.4134198Z 2025-06-05T23:28:28.4134203Z 2025-06-05T23:28:28.4134586Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:28:28.4135396Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:28.4135797Z CMake. 2025-06-05T23:28:28.4135919Z 2025-06-05T23:28:28.4136134Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:28.4136665Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:28.4137147Z to work with policies introduced by or earlier. 2025-06-05T23:28:28.4137397Z 2025-06-05T23:28:28.4137401Z 2025-06-05T23:28:28.4137534Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:28:28.4137893Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:28:28.4138239Z -- Found Threads: TRUE 2025-06-05T23:28:28.4138796Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:28:28.4139540Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:28.4139936Z CMake. 2025-06-05T23:28:28.4140059Z 2025-06-05T23:28:28.4140280Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:28.4140825Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:28.4141283Z to work with policies introduced by or earlier. 2025-06-05T23:28:28.4141545Z 2025-06-05T23:28:28.4141549Z 2025-06-05T23:28:28.4141643Z -- Resolved buck2 as buck2. 2025-06-05T23:28:28.4141899Z -- Killing buck2 daemon 2025-06-05T23:28:28.4142143Z 'buck2 killall' 2025-06-05T23:28:28.4142378Z -- executorch: Generating source lists 2025-06-05T23:28:28.4143061Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:28:28.4144065Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:28:28.4145068Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:28:28.4145758Z -- Generating operator lib: 2025-06-05T23:28:28.4146027Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:28:28.4146442Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:28:28.4146840Z -- ROOT_OPS: 2025-06-05T23:28:28.4147059Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:28.4148361Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:28:28.4149740Z -- Generating kernel bindings: 2025-06-05T23:28:28.4150024Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:28:28.4150411Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:28:28.4150828Z -- CUSTOM_OPS_YAML: 2025-06-05T23:28:28.4151073Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:28.4153604Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:28:28.4155538Z -- Generating operator lib: 2025-06-05T23:28:28.4155803Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:28:28.4156092Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:28:28.4156373Z -- DEPS: executorch_core 2025-06-05T23:28:28.4156651Z -- Generating operator lib: 2025-06-05T23:28:28.4156922Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:28:28.4157330Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:28:28.4157746Z -- ROOT_OPS: 2025-06-05T23:28:28.4158015Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:28.4159340Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:28:28.4160701Z -- Generating kernel bindings: 2025-06-05T23:28:28.4160986Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:28:28.4161399Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:28:28.4161811Z -- CUSTOM_OPS_YAML: 2025-06-05T23:28:28.4162068Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:28:28.4164008Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:28:28.4165975Z -- Generating operator lib: 2025-06-05T23:28:28.4166258Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:28:28.4166542Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:28:28.4166842Z -- DEPS: executorch_core 2025-06-05T23:28:28.4167102Z -- Merging kernel yaml files: 2025-06-05T23:28:42.0247647Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:28:42.0248827Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:28:42.0249751Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:28:42.0250308Z -- Generating operator lib: 2025-06-05T23:28:42.0250607Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:28:42.0251261Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:28:42.0251859Z -- ROOT_OPS: 2025-06-05T23:28:42.0252094Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:42.0253772Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:28:42.0255687Z -- Generating kernel bindings: 2025-06-05T23:28:42.0256125Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:28:42.0256768Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:28:42.0257663Z -- CUSTOM_OPS_YAML: 2025-06-05T23:28:42.0257926Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:28:42.0260431Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:28:42.0263131Z -- Generating operator lib: 2025-06-05T23:28:42.0263485Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:28:42.0263873Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:28:42.0264352Z -- DEPS: executorch_core 2025-06-05T23:28:42.0264909Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:28:42.0265668Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:42.0266214Z CMake. 2025-06-05T23:28:42.0266329Z 2025-06-05T23:28:42.0266697Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:42.0267302Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:42.0267819Z to work with policies introduced by or earlier. 2025-06-05T23:28:42.0268137Z 2025-06-05T23:28:42.0268141Z 2025-06-05T23:28:42.0268249Z -- Looking for C++ include unistd.h 2025-06-05T23:28:42.0268689Z -- Looking for C++ include unistd.h - found 2025-06-05T23:28:42.0269018Z -- Looking for C++ include stdint.h 2025-06-05T23:28:42.0269380Z -- Looking for C++ include stdint.h - found 2025-06-05T23:28:42.0269699Z -- Looking for C++ include inttypes.h 2025-06-05T23:28:42.0270071Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:28:42.0270441Z -- Looking for C++ include sys/types.h 2025-06-05T23:28:42.0270816Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:28:42.0271146Z -- Looking for C++ include sys/stat.h 2025-06-05T23:28:42.0271502Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:28:42.0271943Z -- Looking for C++ include fnmatch.h 2025-06-05T23:28:42.0272315Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:28:42.0272651Z -- Looking for C++ include stddef.h 2025-06-05T23:28:42.0273037Z -- Looking for C++ include stddef.h - found 2025-06-05T23:28:42.0273457Z -- Check size of uint32_t 2025-06-05T23:28:42.0273744Z -- Check size of uint32_t - done 2025-06-05T23:28:42.0274036Z -- Looking for strtoll 2025-06-05T23:28:42.0274296Z -- Looking for strtoll - found 2025-06-05T23:28:42.0274695Z -- The ASM compiler identification is GNU 2025-06-05T23:28:42.0275011Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:28:42.0275322Z -- Using ccache: /usr/bin/ccache 2025-06-05T23:28:42.0275651Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:28:42.0276248Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:28:42.0276835Z -- Generating microkernels.cmake 2025-06-05T23:28:42.0277211Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:28:42.0277643Z No microkernel found in src/reference/packing.cc 2025-06-05T23:28:42.0278047Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:28:42.0278805Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:28:42.0279512Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:28:42.0279837Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:28:42.0280158Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:28:42.0280541Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:28:42.0280974Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:28:42.0281348Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:28:42.0282041Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:28:42.0282871Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:28:42.0283219Z Call Stack (most recent call first): 2025-06-05T23:28:42.0283913Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:28:42.0284612Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:28:42.0284954Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:28:42.0285167Z 2025-06-05T23:28:42.0285172Z 2025-06-05T23:28:42.0285449Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:28:42.0286447Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:28:42.0287262Z -- Generating operator lib: 2025-06-05T23:28:42.0287531Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:28:42.0288007Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:42.0288421Z -- ROOT_OPS: 2025-06-05T23:28:42.0288644Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:42.0289956Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:28:42.0291353Z -- Generating kernel bindings: 2025-06-05T23:28:42.0291640Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:28:42.0291906Z -- FUNCTIONS_YAML: 2025-06-05T23:28:42.0292270Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:42.0292694Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:42.0296481Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:28:42.0300192Z -- Generating operator lib: 2025-06-05T23:28:42.0300487Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:28:42.0300765Z -- OPS_SCHEMA_YAML: 2025-06-05T23:28:42.0303368Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out 2025-06-05T23:28:42.0305954Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:42.0309429Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out" 2025-06-05T23:28:42.0313122Z -- Generating kernel bindings: 2025-06-05T23:28:42.0313400Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:28:42.0313694Z -- FUNCTIONS_YAML: 2025-06-05T23:28:42.0314050Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:42.0314493Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:42.0314787Z -- Generating custom ops aot lib: 2025-06-05T23:28:42.0315092Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:28:42.0315636Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:28:42.0316456Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:28:42.0317255Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:28:45.0455376Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:28:45.0456933Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:28:45.0458278Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:28:45.0459258Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:28:45.0460182Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:28:45.0461192Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:28:45.0462212Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:28:45.0463162Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:28:45.0464123Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:28:45.0464779Z -- Generating operator lib: 2025-06-05T23:28:45.0465137Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:28:45.0465657Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:45.0466117Z -- ROOT_OPS: 2025-06-05T23:28:45.0466337Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:45.0467846Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:28:45.0469656Z -- Generating kernel bindings: 2025-06-05T23:28:45.0470037Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:28:45.0470414Z -- FUNCTIONS_YAML: 2025-06-05T23:28:45.0470766Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:45.0471258Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:45.0471570Z -- Generating operator lib: 2025-06-05T23:28:45.0471983Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:28:45.0472307Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:28:45.0472679Z -- DEPS: portable_lib 2025-06-05T23:28:45.0472942Z -- Generating operator lib: 2025-06-05T23:28:45.0473228Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:28:45.0473719Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:28:45.0474012Z -- DEPS: executorch_core 2025-06-05T23:28:45.0474290Z -- Configuring done (18.6s) 2025-06-05T23:28:45.0474609Z -- Generating done (0.4s) 2025-06-05T23:28:45.0475551Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:28:45.0477124Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target openvino_backend --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:28:45.0478443Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:28:45.0478963Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:28:45.0479403Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:28:45.0479802Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:28:45.0480434Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:28:45.0480827Z CMake Warning: 2025-06-05T23:28:45.0481160Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:28:45.0481447Z 2025-06-05T23:28:45.0481590Z 2025-06-05T23:28:45.0481808Z fatal: No names found, cannot describe anything. 2025-06-05T23:28:45.0482261Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:28:45.0482640Z git describe failed with exit code: 128 2025-06-05T23:28:45.0482897Z 2025-06-05T23:28:45.0483061Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:28:45.0483548Z Call Stack (most recent call first): 2025-06-05T23:28:45.0483873Z CMakeLists.txt:5 (include) 2025-06-05T23:28:45.0484046Z 2025-06-05T23:28:45.0484050Z 2025-06-05T23:28:45.0484169Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:28:45.0484550Z -- The CXX compiler identification is GNU 9.5.0 2025-06-05T23:28:45.0484907Z -- Detecting CXX compiler ABI info 2025-06-05T23:28:45.0485350Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:28:45.0485747Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:28:45.0486179Z -- Detecting CXX compile features 2025-06-05T23:28:45.0486499Z -- Detecting CXX compile features - done 2025-06-05T23:28:45.0486966Z -- Looking for strtof_l 2025-06-05T23:28:45.0487236Z -- Looking for strtof_l - found 2025-06-05T23:28:45.0487520Z -- Looking for strtoull_l 2025-06-05T23:28:45.0487830Z -- Looking for strtoull_l - found 2025-06-05T23:28:45.0488120Z -- Looking for realpath 2025-06-05T23:28:45.0488416Z -- Looking for realpath - found 2025-06-05T23:28:45.0488859Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:28:45.0489205Z -- Configuring done (0.7s) 2025-06-05T23:28:45.0489525Z -- Generating done (0.0s) 2025-06-05T23:28:45.0490593Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:28:45.0491671Z [ 0%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:28:45.0492269Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:28:45.0492819Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:28:45.0493466Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:28:45.0494017Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:28:45.0494550Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:28:45.0495097Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:28:45.0495710Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:28:45.0496267Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:28:45.0496808Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:28:45.0497445Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:28:45.0497998Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:28:45.0498767Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:28:45.0499269Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:28:45.0499803Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:28:45.0500460Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:28:45.0500980Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:28:45.0501548Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:28:45.0502183Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:28:45.0502682Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:28:45.0503259Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:28:45.0503778Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:28:45.0504431Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:28:45.0505016Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:28:45.0505539Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:28:45.0505998Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:28:45.0506478Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:28:45.0506990Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:28:45.0507578Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:28:45.0508120Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:28:45.0508615Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:28:45.0509127Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:28:45.0509712Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:28:45.0510333Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:28:45.0510944Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:28:45.0511584Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:28:45.0512215Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:28:45.0512849Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:28:45.0513321Z [100%] Linking CXX executable flatc 2025-06-05T23:28:45.0513608Z [100%] Built target flatc 2025-06-05T23:28:45.0513966Z [ 0%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:28:45.0514348Z [100%] Built target flatc 2025-06-05T23:28:45.0514619Z Install the project... 2025-06-05T23:28:45.0514882Z -- Install configuration: "" 2025-06-05T23:28:45.0515615Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:28:45.0516850Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:28:45.0518120Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:28:45.0519365Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:28:45.0520597Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:28:45.0521950Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:28:45.0523269Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:28:45.0524597Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:28:45.9145794Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:28:45.9148289Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:28:45.9151117Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:28:45.9153694Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:28:45.9156053Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:28:45.9158324Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:28:45.9160812Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:28:45.9163268Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:28:45.9165681Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:28:45.9167930Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:28:45.9170236Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:28:45.9172758Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:28:45.9175246Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:28:45.9177622Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:28:45.9180020Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:28:45.9182232Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:28:45.9184619Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:28:45.9186943Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:28:45.9189418Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:28:45.9192144Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:28:45.9194535Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:28:45.9196955Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:28:45.9199218Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:28:45.9201660Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:28:45.9204459Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:28:45.9207066Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:28:45.9209656Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:28:45.9212225Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:28:45.9214953Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:28:45.9217368Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:28:45.9219490Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:28:45.9222007Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:28:45.9223562Z [ 0%] Completed 'flatbuffers_external_project' 2025-06-05T23:28:45.9224146Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:28:45.9224707Z [ 0%] Generating common_schema headers 2025-06-05T23:28:45.9225196Z [ 0%] Built target common_schema 2025-06-05T23:28:45.9225703Z [ 0%] Generating program_schema headers 2025-06-05T23:28:45.9226206Z [ 0%] Built target program_schema 2025-06-05T23:28:45.9226985Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:28:45.9227934Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:28:45.9229370Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:28:45.9230865Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:28:45.9232215Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:28:45.9233455Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:28:45.9234491Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:28:45.9235650Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:28:45.9236782Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:28:45.9237980Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:28:45.9239076Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:28:45.9240242Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:28:45.9241341Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:28:45.9242470Z [ 0%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:28:45.9243635Z [100%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:28:45.9244533Z [100%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:28:45.9245287Z [100%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:28:45.9246604Z [100%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:28:45.9247572Z [100%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:28:45.9248324Z [100%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:28:45.9249429Z [100%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:28:45.9250300Z [100%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:28:45.9250665Z [100%] Built target executorch_core 2025-06-05T23:28:45.9251227Z [100%] Building CXX object backends/openvino/CMakeFiles/openvino_backend.dir/runtime/OpenvinoBackend.cpp.o 2025-06-05T23:28:45.9251864Z [100%] Linking CXX static library libopenvino_backend.a 2025-06-05T23:28:45.9252230Z [100%] Built target openvino_backend 2025-06-05T23:28:45.9252573Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:28:45.9253083Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:28:45.9253713Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:28:45.9254629Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:28:45.9255575Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:28:46.8026584Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:28:46.8028127Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:28:46.8032214Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:28:46.8033284Z [ 1%] No download step for 'flatcc_external_project' 2025-06-05T23:28:46.8033961Z [ 1%] No update step for 'flatcc_external_project' 2025-06-05T23:28:46.8034578Z [ 2%] No patch step for 'flatcc_external_project' 2025-06-05T23:28:46.8035165Z [ 2%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:28:46.8035524Z CMake Warning: 2025-06-05T23:28:46.8035834Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:28:46.8036106Z 2025-06-05T23:28:46.8036111Z 2025-06-05T23:28:46.8036353Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:28:46.8036903Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:46.8037315Z CMake. 2025-06-05T23:28:46.8037473Z 2025-06-05T23:28:46.8037687Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:46.8038233Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:46.8038707Z to work with policies introduced by or earlier. 2025-06-05T23:28:46.8038957Z 2025-06-05T23:28:46.8038961Z 2025-06-05T23:28:46.8039567Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:28:46.8040378Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:28:46.8041092Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:28:46.8041843Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:28:46.8042607Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:28:46.8043173Z -- The C compiler identification is GNU 9.5.0 2025-06-05T23:28:46.8043513Z -- Detecting C compiler ABI info 2025-06-05T23:28:46.8044075Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:28:46.8045015Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:28:46.8045588Z [ 3%] Built target common_schema 2025-06-05T23:28:46.8045880Z [ 4%] Generating xnnpack_schema headers 2025-06-05T23:28:46.8046554Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:28:46.8047095Z [ 4%] Built target program_schema 2025-06-05T23:28:46.8047420Z [ 4%] Built target xnnpack_schema 2025-06-05T23:28:46.8048026Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:28:46.8049207Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:28:46.8050014Z [ 6%] Built target executorch_core 2025-06-05T23:28:46.8050334Z [ 6%] Linking C static library libpthreadpool.a 2025-06-05T23:28:46.8050943Z [ 6%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:28:46.8052008Z [ 6%] Built target pthreadpool 2025-06-05T23:28:46.8052872Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:28:46.8053940Z -- Detecting C compiler ABI info - done 2025-06-05T23:28:46.8054811Z [ 6%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:28:46.8055874Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:28:46.8056582Z -- Detecting C compile features 2025-06-05T23:28:46.8057105Z -- Detecting C compile features - done 2025-06-05T23:28:46.8057766Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:28:46.8058568Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:28:46.8059355Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:28:46.8059963Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:28:46.8060630Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:28:46.8061311Z -- GCC_VERSION: 9 2025-06-05T23:28:46.8061518Z 2025-06-05T23:28:46.8062666Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:28:46.8064184Z -- Configuring done (0.3s) 2025-06-05T23:28:46.8065094Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:28:46.8065798Z -- Generating done (0.0s) 2025-06-05T23:28:46.8066738Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:28:46.8068013Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-05T23:28:46.8068948Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:28:46.8070051Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:28:46.8071054Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:28:46.8072317Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:28:46.8073869Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:28:46.8075298Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:28:46.8076681Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:28:46.8077724Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:28:46.8078671Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:28:46.8079912Z [ 7%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:28:46.8081032Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:28:46.8082340Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:28:46.8083874Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:28:46.8085280Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:28:46.8086685Z [ 7%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:28:46.8087861Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:28:46.8089238Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:28:46.8090765Z [ 7%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:28:46.8092054Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:28:46.8093480Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:28:46.8094892Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:28:46.8096203Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:28:46.8097061Z [ 7%] Linking CXX static library libexecutorch.a 2025-06-05T23:28:46.8097900Z [ 36%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:28:46.8099212Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:28:46.8100305Z [ 8%] Built target executorch 2025-06-05T23:28:46.8101321Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:28:46.8102416Z [ 36%] Built target flatccrt 2025-06-05T23:28:46.8103418Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:28:46.8104986Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:28:46.8106359Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:28:46.8107540Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:28:46.8109246Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:28:46.8110505Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:28:46.8111985Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:28:46.8113670Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:28:46.8115148Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:28:46.8116662Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:28:46.8117847Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:28:46.8118854Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:28:46.8120139Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:28:46.8121643Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:28:46.8122742Z [ 8%] Linking C static library libcpuinfo.a 2025-06-05T23:28:46.8124017Z [ 8%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:28:46.8125293Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:28:46.8126082Z [ 8%] Linking CXX static library libextension_tensor.a 2025-06-05T23:28:46.8127178Z [ 9%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:28:46.8128273Z [ 9%] Built target extension_tensor 2025-06-05T23:28:47.6598707Z [ 9%] Built target cpuinfo 2025-06-05T23:28:47.6599621Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:28:47.6600620Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:28:47.6601687Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:28:47.6603019Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:28:47.6604092Z [ 9%] Built target openvino_backend 2025-06-05T23:28:47.6605199Z [ 9%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:28:47.6606863Z [ 9%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:28:47.6608474Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:28:47.6609822Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:28:47.6610940Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:28:47.6612262Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:28:47.6613897Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:28:47.6615282Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:28:47.6617086Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:28:47.6618848Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:28:47.6620570Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-06-05T23:28:47.6623006Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:28:47.6625011Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:28:47.6626975Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:28:47.6629463Z [ 11%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:28:47.6630610Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:28:47.6631740Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:28:47.6633262Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:28:47.6634628Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:28:47.6636064Z [ 11%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:28:47.6637662Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:28:47.6639250Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:28:47.6641029Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:28:47.6643148Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:28:47.6644740Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:28:47.6646081Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:28:47.6647549Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:28:47.6649239Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:28:47.6650911Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:28:47.6652375Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:28:47.6653735Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:28:47.6655370Z [ 11%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:28:47.6656880Z [ 11%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:28:47.6658284Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:28:47.6659206Z [ 11%] Linking CXX static library libeigen_blas.a 2025-06-05T23:28:47.6659816Z [ 11%] Built target indirection 2025-06-05T23:28:47.6661233Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:28:47.6663056Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:28:47.6664132Z [ 93%] Built target flatcc 2025-06-05T23:28:47.6664740Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:28:47.6665477Z [ 11%] Built target eigen_blas 2025-06-05T23:28:47.6666505Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:28:47.6668229Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:28:47.6669627Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:28:47.6670903Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:28:47.6672504Z [ 11%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:28:47.6674043Z [100%] Built target flatcc_cli 2025-06-05T23:28:47.6674938Z [ 11%] Performing install step for 'flatcc_external_project' 2025-06-05T23:28:47.6675828Z [ 11%] Built target normalization 2025-06-05T23:28:47.6676935Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:28:47.6678540Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:28:47.6679602Z [ 11%] Built target microparams-init 2025-06-05T23:28:47.6680833Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:28:47.6682087Z [ 21%] Built target flatccrt 2025-06-05T23:28:47.6682975Z [ 11%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:28:47.6683936Z [ 93%] Built target flatcc 2025-06-05T23:28:47.6684388Z [100%] Built target flatcc_cli 2025-06-05T23:28:47.6685035Z Install the project... 2025-06-05T23:28:47.6685510Z -- Install configuration: "" 2025-06-05T23:28:47.6686732Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:28:47.6688798Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:28:47.6691023Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:28:47.6693508Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:28:47.6695770Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:28:47.6697966Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:28:47.6699603Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:28:47.6701225Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:28:47.6702840Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:28:47.6704522Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:28:47.6706352Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:28:47.6708128Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:28:47.6709898Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:28:47.6711550Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:28:47.6751023Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:28:47.6753508Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:28:47.6755836Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:28:47.6758406Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:28:47.6760515Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:28:47.6762868Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:28:47.6765236Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:28:47.6767616Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:28:47.6770250Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:28:47.6772669Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:28:47.6775173Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:28:47.6777588Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:28:47.6780048Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:28:47.6782544Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:28:47.6784730Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:28:47.6786802Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:28:47.6789203Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:28:47.6791783Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:28:47.6794335Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:28:47.6796931Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:28:47.6799574Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:28:47.6802169Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:28:47.6804782Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:28:47.6807311Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:28:47.6810043Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:28:47.6812648Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:28:47.6815155Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:28:47.6817589Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:28:47.6820105Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:28:47.6822775Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:28:47.6825266Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:28:47.6827657Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:28:47.6829958Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:28:47.6831879Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:28:47.6833880Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:28:47.6836307Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:28:47.6838787Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:28:47.6841153Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:28:47.6843605Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:28:47.6846048Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:28:47.6848420Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:28:47.6850870Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:28:47.6853458Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:28:47.6856058Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:28:47.6858600Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:28:47.6861054Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:28:47.6863709Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:28:47.6866166Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:28:47.6868508Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:28:47.6870964Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:28:47.6873341Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:28:48.9083575Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:28:48.9086244Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:28:48.9089024Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:28:48.9091679Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:28:48.9094222Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:28:48.9096821Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:28:48.9099302Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:28:48.9101497Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:28:48.9103577Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:28:48.9105978Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:28:48.9108368Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:28:48.9110837Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:28:48.9113141Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:28:48.9115266Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:28:48.9117297Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:28:48.9119501Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-06-05T23:28:48.9120959Z [ 11%] Built target datatype 2025-06-05T23:28:48.9121499Z [ 11%] Completed 'flatcc_external_project' 2025-06-05T23:28:48.9122097Z [ 11%] Generating bundled_program headers 2025-06-05T23:28:48.9123093Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:28:48.9124349Z [ 11%] Built target flatcc_external_project 2025-06-05T23:28:48.9125392Z [ 11%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:28:48.9127009Z [ 11%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:28:48.9128454Z [ 11%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:28:48.9129487Z [ 11%] Built target logging 2025-06-05T23:28:48.9130258Z [ 11%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:28:48.9132024Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-06-05T23:28:48.9134252Z [ 12%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:28:48.9136146Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:28:48.9138154Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:28:48.9139442Z [ 12%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:28:48.9140151Z [ 12%] Built target extension_data_loader 2025-06-05T23:28:48.9141249Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:28:48.9142862Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:28:48.9144331Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:28:48.9146123Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-06-05T23:28:48.9147624Z [ 12%] Linking CXX static library libbundled_program.a 2025-06-05T23:28:48.9148286Z [ 12%] Built target reference-ukernels 2025-06-05T23:28:48.9149715Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:28:48.9151151Z [ 12%] Built target bundled_program 2025-06-05T23:28:48.9152150Z [ 12%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:28:48.9153568Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:28:48.9155028Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:28:48.9156472Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:28:48.9157995Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:28:48.9159521Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:28:48.9160887Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:28:48.9162744Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:28:48.9164684Z [ 12%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:28:48.9166180Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:28:48.9167688Z [ 12%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:28:48.9169284Z [ 12%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:28:48.9171432Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:28:48.9173484Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:28:48.9174917Z [ 12%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:28:48.9175808Z [ 12%] Built target flatccrt 2025-06-05T23:28:48.9177218Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:28:48.9179237Z [ 12%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:28:48.9181545Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:28:48.9184305Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:28:48.9187038Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:28:48.9189838Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:28:48.9191641Z [ 13%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:28:48.9192417Z [ 14%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:28:48.9193117Z [ 14%] Built target extension_threadpool 2025-06-05T23:28:48.9193695Z [ 14%] Built target kernels_util_all_deps 2025-06-05T23:28:48.9194977Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:28:48.9196825Z [ 14%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:28:48.9198977Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:28:48.9200591Z [ 14%] Built target hardware-config 2025-06-05T23:28:48.9201612Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:28:48.9203648Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:28:48.9205601Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:28:49.5943211Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:28:49.5944882Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:28:49.5946088Z [ 14%] Built target packing 2025-06-05T23:28:49.5947598Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:28:49.5949152Z [ 14%] Built target allocator 2025-06-05T23:28:49.5949983Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:28:49.5950957Z [ 14%] Built target cache 2025-06-05T23:28:49.5951989Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:28:49.5953165Z [ 14%] Built target microkernel-utils 2025-06-05T23:28:49.5953708Z [ 14%] Built target memory 2025-06-05T23:28:49.5955121Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:28:49.5957447Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:28:49.5958553Z [ 14%] Generating etdump headers 2025-06-05T23:28:49.5959077Z [ 14%] Built target mutex 2025-06-05T23:28:49.5959818Z [ 14%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:28:49.5961273Z [ 14%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:28:49.5962413Z [ 14%] Built target operator-utils 2025-06-05T23:28:49.5963544Z [ 14%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:28:49.5965613Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:28:49.5967868Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:28:49.5969131Z [ 14%] Built target operator-run 2025-06-05T23:28:49.5970522Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:28:49.5972464Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:28:49.5974087Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:28:49.5975180Z [ 16%] Linking CXX static library libutil.a 2025-06-05T23:28:49.5976223Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:28:49.5977267Z [ 16%] Built target util 2025-06-05T23:28:49.5978215Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:28:49.5980182Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:28:49.5981899Z [ 16%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:28:49.5983214Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:28:49.5984795Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:28:49.5986259Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:28:49.5987619Z [ 16%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:28:49.5988703Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:49.5989364Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:49.5990066Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:49.5990771Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:49.5991663Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:49.5992696Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-06-05T23:28:49.6002902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.6023882Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6043178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6059720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6157104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6165562Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6167406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6168452Z 94 | struct array 2025-06-05T23:28:49.6168921Z | ^~~~~ 2025-06-05T23:28:49.6170597Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:49.6172108Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6172790Z | ^~~~~~~~ 2025-06-05T23:28:49.6182437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.6203005Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6222995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6240044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6257035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6264971Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6266649Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6267696Z 94 | struct array 2025-06-05T23:28:49.6268098Z | ^~~~~ 2025-06-05T23:28:49.6269649Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:49.6271044Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6271742Z | ^~~~~~~~ 2025-06-05T23:28:49.6281442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.6301097Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6319675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6339764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6357364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6365451Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6367172Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6368214Z 94 | struct array 2025-06-05T23:28:49.6368649Z | ^~~~~ 2025-06-05T23:28:49.6370258Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:49.6371797Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6372513Z | ^~~~~~~~ 2025-06-05T23:28:49.6382319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.6403107Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6423135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6440279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6456535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6464625Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6466638Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6467695Z 94 | struct array 2025-06-05T23:28:49.6468113Z | ^~~~~ 2025-06-05T23:28:49.6469772Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:49.6471279Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6471991Z | ^~~~~~~~ 2025-06-05T23:28:49.6481279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.6500835Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6519392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6536052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6552961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6561028Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6562739Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6563760Z 94 | struct array 2025-06-05T23:28:49.6564185Z | ^~~~~ 2025-06-05T23:28:49.6565796Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:49.6567274Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6567979Z | ^~~~~~~~ 2025-06-05T23:28:49.6577606Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.6598781Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6618503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6636398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6654102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6662138Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6663835Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6664811Z 94 | struct array 2025-06-05T23:28:49.6665230Z | ^~~~~ 2025-06-05T23:28:49.6666838Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:49.6668307Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6668994Z | ^~~~~~~~ 2025-06-05T23:28:49.6677906Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.6696901Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6715540Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6731680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6748628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6756858Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6758512Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6759454Z 94 | struct array 2025-06-05T23:28:49.6759865Z | ^~~~~ 2025-06-05T23:28:49.6761351Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:49.6762938Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6763610Z | ^~~~~~~~ 2025-06-05T23:28:49.6772594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.6789954Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6800042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6808530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6817916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6824818Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6826380Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6827249Z 94 | struct array 2025-06-05T23:28:49.6827601Z | ^~~~~ 2025-06-05T23:28:49.6828999Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:49.6830183Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6830803Z | ^~~~~~~~ 2025-06-05T23:28:49.6836674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.6849757Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6867922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6883803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6900163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.6908215Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.6909962Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.6910983Z 94 | struct array 2025-06-05T23:28:49.6911362Z | ^~~~~ 2025-06-05T23:28:49.6912934Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:49.6914384Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.6915103Z | ^~~~~~~~ 2025-06-05T23:28:49.6924644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.6945528Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6964943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6981306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.6998711Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7006759Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7008409Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7009398Z 94 | struct array 2025-06-05T23:28:49.7009816Z | ^~~~~ 2025-06-05T23:28:49.7011406Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:49.7012997Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7013682Z | ^~~~~~~~ 2025-06-05T23:28:49.7022792Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.7042670Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7061175Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7076510Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7088710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7094526Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7095714Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7096424Z 94 | struct array 2025-06-05T23:28:49.7096728Z | ^~~~~ 2025-06-05T23:28:49.7097895Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:49.7098991Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7099570Z | ^~~~~~~~ 2025-06-05T23:28:49.7106258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.7121347Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7133722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7147467Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7161321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7167499Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7169015Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7169768Z 94 | struct array 2025-06-05T23:28:49.7170106Z | ^~~~~ 2025-06-05T23:28:49.7171397Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:49.7172487Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7173148Z | ^~~~~~~~ 2025-06-05T23:28:49.7181550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.7200783Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7218642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7245181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7262551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7269902Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7271597Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7272603Z 94 | struct array 2025-06-05T23:28:49.7273015Z | ^~~~~ 2025-06-05T23:28:49.7274554Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:49.7275999Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7276720Z | ^~~~~~~~ 2025-06-05T23:28:49.7286181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.7305914Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7322759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7337645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7354474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7361920Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7363539Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7364486Z 94 | struct array 2025-06-05T23:28:49.7364919Z | ^~~~~ 2025-06-05T23:28:49.7366462Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:49.7368023Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7368708Z | ^~~~~~~~ 2025-06-05T23:28:49.7377289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.7396540Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7415281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7431750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7449369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7457489Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7459163Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7460149Z 94 | struct array 2025-06-05T23:28:49.7460587Z | ^~~~~ 2025-06-05T23:28:49.7462096Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:49.7463533Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7464257Z | ^~~~~~~~ 2025-06-05T23:28:49.7473917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.7494980Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7514222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7530957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::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-06-05T23:28:49.7548334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::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-06-05T23:28:49.7556430Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-06-05T23:28:49.7558239Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7559244Z 94 | struct array 2025-06-05T23:28:49.7559667Z | ^~~~~ 2025-06-05T23:28:49.7561204Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:49.7562646Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7563363Z | ^~~~~~~~ 2025-06-05T23:28:49.7571842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.7589978Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7607187Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7622088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7637860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.7645148Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.7646923Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7647983Z 94 | struct array 2025-06-05T23:28:49.7648419Z | ^~~~~ 2025-06-05T23:28:49.7650134Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:49.7651698Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7652315Z | ^~~~~~~~ 2025-06-05T23:28:49.7661142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.7679741Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7698194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7713337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7728541Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.7736189Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.7737963Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7739039Z 94 | struct array 2025-06-05T23:28:49.7739461Z | ^~~~~ 2025-06-05T23:28:49.7741188Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:49.7742912Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7743640Z | ^~~~~~~~ 2025-06-05T23:28:49.7752041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.7769951Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7787090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7801855Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7817393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.7824778Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.7826415Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7827479Z 94 | struct array 2025-06-05T23:28:49.7827904Z | ^~~~~ 2025-06-05T23:28:49.7829822Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:49.7831375Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7832080Z | ^~~~~~~~ 2025-06-05T23:28:49.7840929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.7859860Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7878178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7893305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7908586Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.7915961Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.7917680Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.7918724Z 94 | struct array 2025-06-05T23:28:49.7919146Z | ^~~~~ 2025-06-05T23:28:49.7920818Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:49.7922354Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.7923073Z | ^~~~~~~~ 2025-06-05T23:28:49.7931185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.7949066Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7965844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7975086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.7990207Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.7997684Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.7999265Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8000307Z 94 | struct array 2025-06-05T23:28:49.8000818Z | ^~~~~ 2025-06-05T23:28:49.8002466Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:49.8003970Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8004693Z | ^~~~~~~~ 2025-06-05T23:28:49.8013540Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.8032130Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8049738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8063345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8077026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8083747Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8085394Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8086348Z 94 | struct array 2025-06-05T23:28:49.8086766Z | ^~~~~ 2025-06-05T23:28:49.8088229Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:49.8089548Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8090176Z | ^~~~~~~~ 2025-06-05T23:28:49.8097567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.8114181Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8123227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8137367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8151734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8159078Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8160738Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8161702Z 94 | struct array 2025-06-05T23:28:49.8162134Z | ^~~~~ 2025-06-05T23:28:49.8163626Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:49.8165004Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8165644Z | ^~~~~~~~ 2025-06-05T23:28:49.8171437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.8189519Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8206481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8221312Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8236265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8243117Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8244730Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8245687Z 94 | struct array 2025-06-05T23:28:49.8246112Z | ^~~~~ 2025-06-05T23:28:49.8247511Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:49.8248791Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8249457Z | ^~~~~~~~ 2025-06-05T23:28:49.8257098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.8270943Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8282668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8293361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8303767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8310792Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8312388Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8313304Z 94 | struct array 2025-06-05T23:28:49.8313723Z | ^~~~~ 2025-06-05T23:28:49.8315271Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:49.8316797Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8317451Z | ^~~~~~~~ 2025-06-05T23:28:49.8325644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.8343154Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8360956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8376069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8391470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8398799Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8400468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8401514Z 94 | struct array 2025-06-05T23:28:49.8401934Z | ^~~~~ 2025-06-05T23:28:49.8403566Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:49.8405043Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8405781Z | ^~~~~~~~ 2025-06-05T23:28:49.8414051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.8431702Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8454740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8468379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8483652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8491046Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8492705Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8493819Z 94 | struct array 2025-06-05T23:28:49.8494259Z | ^~~~~ 2025-06-05T23:28:49.8495806Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:49.8497268Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8497989Z | ^~~~~~~~ 2025-06-05T23:28:49.8506729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.8525661Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8543886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8558962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8574213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8581688Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8583488Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8584513Z 94 | struct array 2025-06-05T23:28:49.8584933Z | ^~~~~ 2025-06-05T23:28:49.8586479Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:49.8587925Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8588646Z | ^~~~~~~~ 2025-06-05T23:28:49.8596760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.8604441Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:28:49.8616728Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8633533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8648415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8663733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8671088Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8672736Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8673760Z 94 | struct array 2025-06-05T23:28:49.8674184Z | ^~~~~ 2025-06-05T23:28:49.8675763Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:49.8677224Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8677951Z | ^~~~~~~~ 2025-06-05T23:28:49.8686715Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.8705665Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8723689Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8738970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8754301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8761768Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8763447Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8764469Z 94 | struct array 2025-06-05T23:28:49.8764898Z | ^~~~~ 2025-06-05T23:28:49.8766435Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:49.8768039Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8768763Z | ^~~~~~~~ 2025-06-05T23:28:49.8776943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.8794608Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8811472Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8826213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8840251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8847463Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8849139Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8850124Z 94 | struct array 2025-06-05T23:28:49.8850552Z | ^~~~~ 2025-06-05T23:28:49.8852062Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:49.8853573Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8854284Z | ^~~~~~~~ 2025-06-05T23:28:49.8862970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.8881770Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8899659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8914449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::add_scalar_out(executorch::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-06-05T23:28:49.8929595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::add_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-06-05T23:28:49.8936950Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:104:3: required from here 2025-06-05T23:28:49.8938629Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.8939728Z 94 | struct array 2025-06-05T23:28:49.8940141Z | ^~~~~ 2025-06-05T23:28:49.8941686Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:49.8943169Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.8943882Z | ^~~~~~~~ 2025-06-05T23:28:49.8945670Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:28:49.8947923Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:28:49.8949088Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:49.8949868Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:49.8950601Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:49.8951326Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:49.8952220Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:49.8953317Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:49.8962241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.8980633Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.8998265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9013999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9027920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9032743Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9034314Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9035263Z 94 | struct array 2025-06-05T23:28:49.9035667Z | ^~~~~ 2025-06-05T23:28:49.9037196Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:49.9038599Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9039248Z | ^~~~~~~~ 2025-06-05T23:28:49.9047244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9066874Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9087972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9106098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9124016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9133276Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9135309Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9136710Z 94 | struct array 2025-06-05T23:28:49.9137200Z | ^~~~~ 2025-06-05T23:28:49.9139167Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:49.9140964Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9141779Z | ^~~~~~~~ 2025-06-05T23:28:49.9151611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9169913Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9187178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9202323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9216381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9220304Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9221258Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9221813Z 94 | struct array 2025-06-05T23:28:49.9222062Z | ^~~~~ 2025-06-05T23:28:49.9222939Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:49.9223759Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9224141Z | ^~~~~~~~ 2025-06-05T23:28:49.9229159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9243227Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9263210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9274881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9283006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9287019Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9287919Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9288491Z 94 | struct array 2025-06-05T23:28:49.9288794Z | ^~~~~ 2025-06-05T23:28:49.9289676Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:49.9290484Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9290874Z | ^~~~~~~~ 2025-06-05T23:28:49.9297832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9312328Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9326039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9339073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9354473Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9359367Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9360348Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9360914Z 94 | struct array 2025-06-05T23:28:49.9361154Z | ^~~~~ 2025-06-05T23:28:49.9362030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:49.9362827Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9363226Z | ^~~~~~~~ 2025-06-05T23:28:49.9367916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9378167Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9387707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9395735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9403756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9407692Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9408585Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9409130Z 94 | struct array 2025-06-05T23:28:49.9409380Z | ^~~~~ 2025-06-05T23:28:49.9410279Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:49.9411080Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9411477Z | ^~~~~~~~ 2025-06-05T23:28:49.9415934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9425264Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9436496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9450008Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9462145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9466025Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9466905Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9467441Z 94 | struct array 2025-06-05T23:28:49.9467675Z | ^~~~~ 2025-06-05T23:28:49.9468481Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:49.9469232Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9469630Z | ^~~~~~~~ 2025-06-05T23:28:49.9474374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9484387Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9493979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9501963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9509933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9513860Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9514720Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9515240Z 94 | struct array 2025-06-05T23:28:49.9515486Z | ^~~~~ 2025-06-05T23:28:49.9516266Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:49.9517080Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9517476Z | ^~~~~~~~ 2025-06-05T23:28:49.9521896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9531583Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9540710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9548690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9558384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9565243Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9566820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9567778Z 94 | struct array 2025-06-05T23:28:49.9568175Z | ^~~~~ 2025-06-05T23:28:49.9569829Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:49.9571325Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9571994Z | ^~~~~~~~ 2025-06-05T23:28:49.9580845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9598851Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9615455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9628733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9640411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9644354Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9645268Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9645810Z 94 | struct array 2025-06-05T23:28:49.9646057Z | ^~~~~ 2025-06-05T23:28:49.9646907Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:49.9647692Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9648089Z | ^~~~~~~~ 2025-06-05T23:28:49.9652474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9661941Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9676620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9691633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9707009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9714651Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9716368Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9717392Z 94 | struct array 2025-06-05T23:28:49.9717792Z | ^~~~~ 2025-06-05T23:28:49.9719231Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:49.9720566Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9721231Z | ^~~~~~~~ 2025-06-05T23:28:49.9744573Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9762642Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9777062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9785091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9793252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9797110Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9798013Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9798816Z 94 | struct array 2025-06-05T23:28:49.9799233Z | ^~~~~ 2025-06-05T23:28:49.9800646Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:49.9801907Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9802456Z | ^~~~~~~~ 2025-06-05T23:28:49.9809123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9823477Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9837313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9849183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9864441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9871691Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9873409Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9874373Z 94 | struct array 2025-06-05T23:28:49.9874768Z | ^~~~~ 2025-06-05T23:28:49.9876167Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:49.9877499Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9878156Z | ^~~~~~~~ 2025-06-05T23:28:49.9886669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:49.9901175Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9919627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9938946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:49.9955053Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:49.9962526Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:49.9964259Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:49.9965417Z 94 | struct array 2025-06-05T23:28:49.9965833Z | ^~~~~ 2025-06-05T23:28:49.9967422Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:49.9968875Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:49.9969604Z | ^~~~~~~~ 2025-06-05T23:28:49.9978261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:49.9996597Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0014471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0029637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0045499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:50.0053219Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:50.0054916Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:50.0055933Z 94 | struct array 2025-06-05T23:28:50.0056375Z | ^~~~~ 2025-06-05T23:28:50.0057220Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:50.0058551Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:50.0059769Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:50.0060980Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:50.0062209Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:50.0063414Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:50.0066032Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:50.0067749Z 384 | unsigned short x; 2025-06-05T23:28:50.0068187Z | ^ 2025-06-05T23:28:50.0068682Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:50.0069253Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:50.0069953Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:50.0070675Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:50.0071525Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:50.0072739Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:50.0082071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:50.0102181Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0121367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0137502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0153219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:50.0160733Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:50.0162458Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:50.0163498Z 94 | struct array 2025-06-05T23:28:50.0163906Z | ^~~~~ 2025-06-05T23:28:50.0164755Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:50.0166076Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:50.0167280Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:50.0168836Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:50.0170048Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:50.0171110Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:50.0173862Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:50.0175605Z 384 | unsigned short x; 2025-06-05T23:28:50.0176057Z | ^ 2025-06-05T23:28:50.0176573Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:50.0177230Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:50.0177952Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:50.0178795Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:50.0179769Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:50.0180840Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:50.0185763Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:50.0195300Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0204416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0212285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0220504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:50.0227368Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:50.0229319Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:50.0230354Z 94 | struct array 2025-06-05T23:28:50.0230783Z | ^~~~~ 2025-06-05T23:28:50.0231643Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:50.0232906Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:50.0234119Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:50.0235308Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:50.0236399Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:50.0238851Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:50.0240541Z 84 | uint16_t x; 2025-06-05T23:28:50.0240905Z | ^ 2025-06-05T23:28:50.0241381Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:50.0242039Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:50.0242739Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:50.0243460Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:50.0244360Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:50.0245420Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:50.0254984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:50.0274279Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:50.0292691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.0538208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.0554738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:51.0562594Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-06-05T23:28:51.0564487Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.0565772Z 94 | struct array 2025-06-05T23:28:51.0566283Z | ^~~~~ 2025-06-05T23:28:51.0567242Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:51.0568606Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:51.0569974Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:51.0571269Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:51.0572408Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-06-05T23:28:51.0575047Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:51.0576839Z 84 | uint16_t x; 2025-06-05T23:28:51.0577307Z | ^ 2025-06-05T23:28:51.0578275Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:28:51.0580186Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:28:51.0583041Z /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp: In function ‘float executorch::cpublas::internal::{anonymous}::reduce(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:28:51.0585730Z /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:74:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:51.0587353Z 74 | float reduce(vec::Vectorized x) { 2025-06-05T23:28:51.0587982Z | ^~~~~~ 2025-06-05T23:28:51.0588812Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:28:51.0590187Z [ 16%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:28:51.0592134Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:28:51.0594376Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:28:51.0596216Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:28:51.0597876Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:28:51.0599134Z [ 17%] Linking CXX static library libcpublas.a 2025-06-05T23:28:51.0600281Z [ 17%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:28:51.0601377Z [ 17%] Built target cpublas 2025-06-05T23:28:51.0602868Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:28:51.0605048Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:28:51.0606667Z [ 17%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:28:51.0608531Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:28:51.0610373Z [ 17%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:28:51.0611355Z [ 17%] Linking CXX static library libetdump.a 2025-06-05T23:28:51.0611924Z [ 17%] Built target etdump 2025-06-05T23:28:51.0612820Z [ 17%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:28:51.0614786Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:28:51.0616971Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:28:51.0618725Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:28:51.0620663Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:28:51.0622929Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:28:51.0624778Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:28:51.0626228Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:28:51.0627856Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:28:51.0630853Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:28:51.0632959Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:28:51.0635344Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:28:51.0637466Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:28:51.0639607Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:28:51.0641564Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:28:51.0643363Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:28:51.0645469Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:28:51.0647412Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:28:51.0649033Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:28:51.0650833Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:28:51.0653000Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:28:51.0655255Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:28:51.0657337Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:28:51.0659370Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:28:51.2201894Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:28:51.2203986Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:28:51.2205529Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-06-05T23:28:51.2206667Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:51.2207989Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-06-05T23:28:51.2209000Z from /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:9: 2025-06-05T23:28:51.2210071Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2025-06-05T23:28:51.2211726Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:56:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:51.2213306Z 56 | [alpha_val, b_casted](Vec x) { 2025-06-05T23:28:51.2213851Z | ^ 2025-06-05T23:28:51.2215504Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:51.2216863Z 914 | __VA_ARGS__ \ 2025-06-05T23:28:51.2217415Z | ^~~~~~~~~~~ 2025-06-05T23:28:51.2218902Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:51.2220402Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:51.2221100Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2222716Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:51.2224322Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.2225024Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2226557Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:51.2228152Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.2229069Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2230520Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:51.2231865Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:51.2232495Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2234105Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:51.2235743Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:51.2236502Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2237739Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:44:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:51.2239023Z 44 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2025-06-05T23:28:51.2239701Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2241197Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1126:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:51.2242860Z 1126 | ET_INTERNAL_SWITCH( \ 2025-06-05T23:28:51.2243475Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2244980Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:51.2246461Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:51.2247159Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2248766Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:51.2250321Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.2251051Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2252828Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:51.2254629Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.2255460Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2257235Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:51.2258822Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:51.2259466Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2261063Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:51.2262668Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:51.2263466Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2264727Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:45:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:51.2266002Z 45 | ET_SWITCH_REALB_TYPES(b_type, ctx, "add.out", CTYPE_B, [&]() { 2025-06-05T23:28:51.2266670Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.2267584Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:28:51.2268622Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:51.2269276Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:51.2269973Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:51.2270693Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:51.2271668Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:51.2273027Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:51.2274187Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-06-05T23:28:51.2282938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.2301898Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2319960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2337148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2353300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:51.2358997Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-06-05T23:28:51.2360234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.2360854Z 94 | struct array 2025-06-05T23:28:51.2361092Z | ^~~~~ 2025-06-05T23:28:51.2361934Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:51.2362789Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.2363270Z | ^~~~~~~~ 2025-06-05T23:28:51.2369602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.2382406Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2393830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2406879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2422436Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:51.2431136Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-06-05T23:28:51.2432954Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.2434069Z 94 | struct array 2025-06-05T23:28:51.2434498Z | ^~~~~ 2025-06-05T23:28:51.2436258Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:51.2437736Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.2438400Z | ^~~~~~~~ 2025-06-05T23:28:51.2445825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.2464029Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2480684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2494567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.2508101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:51.2515139Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-06-05T23:28:51.2516819Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.2517797Z 94 | struct array 2025-06-05T23:28:51.2518222Z | ^~~~~ 2025-06-05T23:28:51.2519740Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:51.2521068Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.2521779Z | ^~~~~~~~ 2025-06-05T23:28:51.4409953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.4429834Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.4448987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.4465526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:51.4481785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:51.4489536Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-06-05T23:28:51.4491266Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.4492298Z 94 | struct array 2025-06-05T23:28:51.4492720Z | ^~~~~ 2025-06-05T23:28:51.4494324Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:51.4495777Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.4496469Z | ^~~~~~~~ 2025-06-05T23:28:51.4497578Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:28:51.4499334Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:28:51.4501265Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:28:51.4503411Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:28:51.4505598Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:28:51.4507788Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:28:51.4510086Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:28:51.4511931Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-06-05T23:28:51.4513267Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:51.4514454Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-06-05T23:28:51.4515512Z from /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:9: 2025-06-05T23:28:51.4516586Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2025-06-05T23:28:51.4518253Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:82:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:51.4519798Z 82 | [scalar_casted](Vec x) { return Vec(scalar_casted) / x; }, 2025-06-05T23:28:51.4520532Z | ^ 2025-06-05T23:28:51.4522072Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:51.4523434Z 914 | __VA_ARGS__ \ 2025-06-05T23:28:51.4524013Z | ^~~~~~~~~~~ 2025-06-05T23:28:51.4525527Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:51.4527055Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:51.4527781Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8065545Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:51.8067194Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.8067950Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8069650Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:51.8071351Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.8072191Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8073884Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:51.8075470Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:51.8076134Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8077787Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:51.8079438Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:51.8080239Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8081515Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:74:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:51.8082792Z 74 | ET_SWITCH_REALB_TYPES(tensor_type, ctx, "div.out", CTYPE, [&]() { 2025-06-05T23:28:51.8083525Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8085073Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1126:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:51.8086498Z 1126 | ET_INTERNAL_SWITCH( \ 2025-06-05T23:28:51.8087344Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8088948Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:51.8090466Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:51.8091186Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8092806Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:51.8094488Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.8095201Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8096899Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:51.8098760Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:51.8099575Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8101290Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:51.8102853Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:51.8103512Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8105133Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:51.8106761Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:51.8107587Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8108874Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:75:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:51.8110243Z 75 | ET_SWITCH_REALB_TYPES(scalar_type, ctx, "div.out", CTYPE_SCALAR, [&]() { 2025-06-05T23:28:51.8111016Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:51.8112076Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:28:51.8113811Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:28:51.8115319Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:28:51.8116736Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h: In lambda function: 2025-06-05T23:28:51.8118932Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:44:10: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:51.8121044Z 44 | return [negcoef_vec, poscoef_vec, negiptcoef_vec, zero_vec](vec::Vectorized a) -> vec::Vectorized { 2025-06-05T23:28:51.8122019Z | ^ 2025-06-05T23:28:51.8122827Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:28:51.8124253Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:28:51.8125824Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:28:51.8127392Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:28:51.8129353Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:28:51.8131275Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:28:51.8132885Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:28:51.8134946Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:28:51.8136407Z /pytorch/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2025-06-05T23:28:51.8138115Z /pytorch/executorch/kernels/optimized/cpu/op_exp.cpp:39:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:51.8139552Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2025-06-05T23:28:51.8140178Z | ^ 2025-06-05T23:28:51.8141283Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:28:51.8142968Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:28:51.8144420Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:28:51.8145447Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:51.8146103Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:51.8146807Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:51.8147594Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:51.8148481Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:51.8149735Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-06-05T23:28:51.8150900Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-06-05T23:28:51.8158249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.8173909Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8188723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8201017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8213050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8223214Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8227581Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8229513Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8230595Z 94 | struct array 2025-06-05T23:28:51.8231007Z | ^~~~~ 2025-06-05T23:28:51.8232706Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:51.8234286Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8234999Z | ^~~~~~~~ 2025-06-05T23:28:51.8242459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.8259072Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8274676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8287382Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8300051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8310003Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8314410Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8316251Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8317324Z 94 | struct array 2025-06-05T23:28:51.8317751Z | ^~~~~ 2025-06-05T23:28:51.8319459Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:51.8320979Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8321674Z | ^~~~~~~~ 2025-06-05T23:28:51.8328719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.8342946Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8356301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8368022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8379762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8389080Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8393157Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8394914Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8395875Z 94 | struct array 2025-06-05T23:28:51.8396275Z | ^~~~~ 2025-06-05T23:28:51.8397915Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:51.8399429Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8400130Z | ^~~~~~~~ 2025-06-05T23:28:51.8405463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.8416162Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8427197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8438391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8449210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8458772Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8463025Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8464748Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8465797Z 94 | struct array 2025-06-05T23:28:51.8466233Z | ^~~~~ 2025-06-05T23:28:51.8467866Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:51.8469285Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8469965Z | ^~~~~~~~ 2025-06-05T23:28:51.8476479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.8490690Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8504581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8515801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8527745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8537272Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8541327Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8542953Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8543952Z 94 | struct array 2025-06-05T23:28:51.8544336Z | ^~~~~ 2025-06-05T23:28:51.8545852Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:51.8547241Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8547975Z | ^~~~~~~~ 2025-06-05T23:28:51.8554496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.8567151Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8582824Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8595362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8606259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8612282Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8614617Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8615557Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8616110Z 94 | struct array 2025-06-05T23:28:51.8616355Z | ^~~~~ 2025-06-05T23:28:51.8617196Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:51.8617998Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8618394Z | ^~~~~~~~ 2025-06-05T23:28:51.8621830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.8629773Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8638009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8649517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8661071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8669805Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8672150Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8673097Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8673639Z 94 | struct array 2025-06-05T23:28:51.8673877Z | ^~~~~ 2025-06-05T23:28:51.8674929Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:51.8676302Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8677009Z | ^~~~~~~~ 2025-06-05T23:28:51.8684332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.8699597Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8707429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8713684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8721403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8731150Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8735157Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8736904Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8737852Z 94 | struct array 2025-06-05T23:28:51.8738262Z | ^~~~~ 2025-06-05T23:28:51.8739897Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:51.8741309Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8742018Z | ^~~~~~~~ 2025-06-05T23:28:51.8748740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.8763464Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8777570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8789521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8801993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8811897Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8816216Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8817958Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8818964Z 94 | struct array 2025-06-05T23:28:51.8819380Z | ^~~~~ 2025-06-05T23:28:51.8820972Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:51.8822451Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8823075Z | ^~~~~~~~ 2025-06-05T23:28:51.8830426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.8846327Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8858897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8867683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8876364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8883285Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8886334Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8887565Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8888327Z 94 | struct array 2025-06-05T23:28:51.8888718Z | ^~~~~ 2025-06-05T23:28:51.8890092Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:51.8891346Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8892067Z | ^~~~~~~~ 2025-06-05T23:28:51.8897991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.8910169Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8921546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8931193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.8942443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.8952249Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.8956364Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.8958133Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.8959178Z 94 | struct array 2025-06-05T23:28:51.8959731Z | ^~~~~ 2025-06-05T23:28:51.8961232Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:51.8962567Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.8963244Z | ^~~~~~~~ 2025-06-05T23:28:51.8970498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.8985757Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:51.8999772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.9012075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_and; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:51.9024585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_and]’ 2025-06-05T23:28:51.9033642Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9038002Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:24:76: required from here 2025-06-05T23:28:51.9039731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9040737Z 94 | struct array 2025-06-05T23:28:51.9041143Z | ^~~~~ 2025-06-05T23:28:51.9042704Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:51.9044117Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9044820Z | ^~~~~~~~ 2025-06-05T23:28:51.9054061Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.9074290Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9093215Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9109611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9126936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9138583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9142957Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9145090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9146160Z 94 | struct array 2025-06-05T23:28:51.9146601Z | ^~~~~ 2025-06-05T23:28:51.9148321Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:51.9149914Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9150646Z | ^~~~~~~~ 2025-06-05T23:28:51.9160368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.9181275Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9201223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9218166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9235122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9247221Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9251569Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9253403Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9254595Z 94 | struct array 2025-06-05T23:28:51.9255011Z | ^~~~~ 2025-06-05T23:28:51.9256791Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:51.9258373Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9259145Z | ^~~~~~~~ 2025-06-05T23:28:51.9268301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.9287534Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9305974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9322411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9339965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9351964Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9356341Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9358080Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9359124Z 94 | struct array 2025-06-05T23:28:51.9359555Z | ^~~~~ 2025-06-05T23:28:51.9361207Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:51.9362769Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9363509Z | ^~~~~~~~ 2025-06-05T23:28:51.9373350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.9394284Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9413779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9430702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9447941Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9460190Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9464495Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9466188Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9467159Z 94 | struct array 2025-06-05T23:28:51.9467508Z | ^~~~~ 2025-06-05T23:28:51.9468935Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:51.9470336Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9470932Z | ^~~~~~~~ 2025-06-05T23:28:51.9472106Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:28:51.9481878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.9501326Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9520024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9536156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9553309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9565224Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9569732Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9571437Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9572541Z 94 | struct array 2025-06-05T23:28:51.9573040Z | ^~~~~ 2025-06-05T23:28:51.9574638Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:51.9576137Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9576843Z | ^~~~~~~~ 2025-06-05T23:28:51.9586600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.9607128Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9626709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9643682Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9660880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9672679Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9677097Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9678790Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9679817Z 94 | struct array 2025-06-05T23:28:51.9680238Z | ^~~~~ 2025-06-05T23:28:51.9681877Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:51.9683372Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9684085Z | ^~~~~~~~ 2025-06-05T23:28:51.9692687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.9711861Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9730402Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9746665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9762185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9772838Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9776754Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9778326Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9779225Z 94 | struct array 2025-06-05T23:28:51.9779651Z | ^~~~~ 2025-06-05T23:28:51.9781030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:51.9782281Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9782885Z | ^~~~~~~~ 2025-06-05T23:28:51.9784084Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:28:51.9795426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:51.9818859Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9841210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9859925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9879805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:51.9893808Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:51.9898984Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:51.9900980Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:51.9902132Z 94 | struct array 2025-06-05T23:28:51.9902643Z | ^~~~~ 2025-06-05T23:28:51.9924855Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:51.9926369Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:51.9927080Z | ^~~~~~~~ 2025-06-05T23:28:51.9935897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:51.9951993Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etens[ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:28:51.9963049Z or::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:51.9973749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:51.9988854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0003184Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.0009793Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.0012137Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:52.0013138Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.0013699Z 94 | struct array 2025-06-05T23:28:52.0013949Z | ^~~~~ 2025-06-05T23:28:52.0014794Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.0015643Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.0016028Z | ^~~~~~~~ 2025-06-05T23:28:52.0021016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.0035313Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.0052335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0062507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0079374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.0091262Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.0095661Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:52.0097366Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.0098327Z 94 | struct array 2025-06-05T23:28:52.0098757Z | ^~~~~ 2025-06-05T23:28:52.0100274Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.0101690Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.0102361Z | ^~~~~~~~ 2025-06-05T23:28:52.0111391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.0130832Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.0147821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0158161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0166987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.0173320Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.0175563Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:52.0176471Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.0177019Z 94 | struct array 2025-06-05T23:28:52.0499712Z | ^~~~~ 2025-06-05T23:28:52.0500926Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:52.0501698Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.0502098Z | ^~~~~~~~ 2025-06-05T23:28:52.0507053Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.0517802Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.0527840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0541236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.0557435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.0567255Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_and; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.0569854Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:34:76: required from here 2025-06-05T23:28:52.0571019Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.0571592Z 94 | struct array 2025-06-05T23:28:52.0571829Z | ^~~~~ 2025-06-05T23:28:52.0572671Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:52.0573582Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.0573968Z | ^~~~~~~~ 2025-06-05T23:28:52.0574725Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:28:52.0575714Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:28:52.0576788Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:28:52.0577839Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:28:52.0578595Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:28:52.0580588Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h: In function ‘at::vec::CPU_CAPABILITY::Vectorized at::native::vectorized_gelu_approximated_with_tanh(at::vec::CPU_CAPABILITY::Vectorized) [with T = float; typename std::enable_if<(! is_reduced_floating_point_v), bool>::type = true]’: 2025-06-05T23:28:52.0582703Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:41:20: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:52.0583741Z 41 | vec::Vectorized vectorized_gelu_approximated_with_tanh(vec::Vectorized x) { 2025-06-05T23:28:52.0945322Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.0946641Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:28:52.0947755Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:52.0948375Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:52.0949123Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:52.0949751Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:52.0950353Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:52.0951454Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-06-05T23:28:52.0952175Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-06-05T23:28:52.0957114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.0970078Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.0983678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.0994447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1005760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1011411Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1014393Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1015367Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1016019Z 94 | struct array 2025-06-05T23:28:52.1016303Z | ^~~~~ 2025-06-05T23:28:52.1017329Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:52.1018177Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1018574Z | ^~~~~~~~ 2025-06-05T23:28:52.1022815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1033200Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1043108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1053387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1063546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1072207Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1075664Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1077098Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1077952Z 94 | struct array 2025-06-05T23:28:52.1078281Z | ^~~~~ 2025-06-05T23:28:52.1079574Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:52.1080728Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1081268Z | ^~~~~~~~ 2025-06-05T23:28:52.1086559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.1099364Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1113494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1124962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1145203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1155534Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1159925Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1161699Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1162775Z 94 | struct array 2025-06-05T23:28:52.1163212Z | ^~~~~ 2025-06-05T23:28:52.1164973Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:52.1166766Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1167563Z | ^~~~~~~~ 2025-06-05T23:28:52.1174913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1190852Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1204887Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1215895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1228374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1239124Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1243399Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1245156Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1246154Z 94 | struct array 2025-06-05T23:28:52.1246710Z | ^~~~~ 2025-06-05T23:28:52.1248253Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:52.1249677Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1250383Z | ^~~~~~~~ 2025-06-05T23:28:52.1257061Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.1271679Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1284396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1295251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1305931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1314503Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1318267Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1319833Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1320801Z 94 | struct array 2025-06-05T23:28:52.1321236Z | ^~~~~ 2025-06-05T23:28:52.1322801Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:52.1324243Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1324962Z | ^~~~~~~~ 2025-06-05T23:28:52.1332167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1347827Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1362550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1374597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1386496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1395966Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1400117Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1401933Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1402969Z 94 | struct array 2025-06-05T23:28:52.1403525Z | ^~~~~ 2025-06-05T23:28:52.1405094Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:52.1406568Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1407261Z | ^~~~~~~~ 2025-06-05T23:28:52.1413648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.1428214Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1441934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1452694Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1463830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1473743Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1477743Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1479373Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1480494Z 94 | struct array 2025-06-05T23:28:52.1480937Z | ^~~~~ 2025-06-05T23:28:52.1482442Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:52.1483819Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1484541Z | ^~~~~~~~ 2025-06-05T23:28:52.1491566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1505282Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1518737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1532200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1544350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1553472Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1557643Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1559308Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1560209Z 94 | struct array 2025-06-05T23:28:52.1560523Z | ^~~~~ 2025-06-05T23:28:52.1561674Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:52.1563081Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1563797Z | ^~~~~~~~ 2025-06-05T23:28:52.1570305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.1583942Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1596441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1606780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1617511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1626534Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1630827Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1632671Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1633656Z 94 | struct array 2025-06-05T23:28:52.1634205Z | ^~~~~ 2025-06-05T23:28:52.1635758Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:52.1637136Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1637783Z | ^~~~~~~~ 2025-06-05T23:28:52.1644468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1657429Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1665414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1671730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1678157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1683250Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1685499Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1686410Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1686949Z 94 | struct array 2025-06-05T23:28:52.1687195Z | ^~~~~ 2025-06-05T23:28:52.1688025Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:52.1689359Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1690023Z | ^~~~~~~~ 2025-06-05T23:28:52.1696749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.1710413Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1722183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1728899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1736902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1745515Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1749836Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1751395Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1752369Z 94 | struct array 2025-06-05T23:28:52.1752810Z | ^~~~~ 2025-06-05T23:28:52.1754299Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:52.1755721Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1756446Z | ^~~~~~~~ 2025-06-05T23:28:52.1762167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1774349Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.1788461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1799649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_or; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.1811659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_or]’ 2025-06-05T23:28:52.1820814Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1825241Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:24:75: required from here 2025-06-05T23:28:52.1826905Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1827914Z 94 | struct array 2025-06-05T23:28:52.1828370Z | ^~~~~ 2025-06-05T23:28:52.1830079Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:52.1831536Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1832171Z | ^~~~~~~~ 2025-06-05T23:28:52.1841245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.1860806Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.1879591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.1895781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.1913020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.1924993Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.1929486Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.1931326Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.1932379Z 94 | struct array 2025-06-05T23:28:52.1932744Z | ^~~~~ 2025-06-05T23:28:52.1934531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:52.1936057Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.1936730Z | ^~~~~~~~ 2025-06-05T23:28:52.1946077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.1966158Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.1985842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2002422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2019776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2031793Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2036127Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2037953Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2039027Z 94 | struct array 2025-06-05T23:28:52.2039457Z | ^~~~~ 2025-06-05T23:28:52.2041151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:52.2042679Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2043402Z | ^~~~~~~~ 2025-06-05T23:28:52.2044430Z [ 22%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:28:52.2054060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.2074122Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2093439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2109214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2126229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2137535Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2141326Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2142943Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2143781Z 94 | struct array 2025-06-05T23:28:52.2144085Z | ^~~~~ 2025-06-05T23:28:52.2145159Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:52.2145971Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2146460Z | ^~~~~~~~ 2025-06-05T23:28:52.2151544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.2162157Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2172176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2180958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2189711Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2195829Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2198068Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2199359Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2199917Z 94 | struct array 2025-06-05T23:28:52.2200166Z | ^~~~~ 2025-06-05T23:28:52.2201044Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:52.2201901Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2202295Z | ^~~~~~~~ 2025-06-05T23:28:52.2208204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.2227577Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2246018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2262857Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2279425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2290080Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2294004Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2295505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2296461Z 94 | struct array 2025-06-05T23:28:52.2296848Z | ^~~~~ 2025-06-05T23:28:52.2298267Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:52.2299584Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2300163Z | ^~~~~~~~ 2025-06-05T23:28:52.2306912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.2321332Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2335167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2346775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2357990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2366430Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2369459Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2370846Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2371564Z 94 | struct array 2025-06-05T23:28:52.2371895Z | ^~~~~ 2025-06-05T23:28:52.2373137Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:52.2374186Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2374738Z | ^~~~~~~~ 2025-06-05T23:28:52.2375727Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:28:52.2382498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.2398373Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2416519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2432590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2449118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2461099Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2465449Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2467158Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2468295Z 94 | struct array 2025-06-05T23:28:52.2468728Z | ^~~~~ 2025-06-05T23:28:52.2470301Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:52.2471765Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2472489Z | ^~~~~~~~ 2025-06-05T23:28:52.2481933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.2502355Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2521667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2538367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2555361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2566848Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2571203Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2572899Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2573939Z 94 | struct array 2025-06-05T23:28:52.2574360Z | ^~~~~ 2025-06-05T23:28:52.2575861Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:52.2577277Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2577965Z | ^~~~~~~~ 2025-06-05T23:28:52.2586799Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.2605505Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2623839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2640120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2657070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2669159Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2673495Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2675254Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2676234Z 94 | struct array 2025-06-05T23:28:52.2676662Z | ^~~~~ 2025-06-05T23:28:52.2678224Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.2679654Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2680343Z | ^~~~~~~~ 2025-06-05T23:28:52.2689697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.2710764Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2730480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2745113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2753889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2759962Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2762304Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2763264Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2763860Z 94 | struct array 2025-06-05T23:28:52.2764097Z | ^~~~~ 2025-06-05T23:28:52.2764961Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.2765754Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2766139Z | ^~~~~~~~ 2025-06-05T23:28:52.2770795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.2783699Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2801902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2818253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2835325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2847151Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.2851412Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.2853112Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.2854106Z 94 | struct array 2025-06-05T23:28:52.2854544Z | ^~~~~ 2025-06-05T23:28:52.2856036Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:52.2857456Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.2858173Z | ^~~~~~~~ 2025-06-05T23:28:52.2867633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.2887908Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.2907339Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2923691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.2941168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.2953037Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_or; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.3763113Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:34:75: required from here 2025-06-05T23:28:52.3765108Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.3766121Z 94 | struct array 2025-06-05T23:28:52.3766540Z | ^~~~~ 2025-06-05T23:28:52.3768107Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:52.3769567Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.3770280Z | ^~~~~~~~ 2025-06-05T23:28:52.3771416Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:28:52.3773249Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:28:52.3774938Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:28:52.3776702Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:28:52.3778453Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:28:52.3780397Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:28:52.3782642Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:28:52.3784072Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:52.3784735Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:52.3785438Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:52.3786187Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:52.3787079Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:52.3788330Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-06-05T23:28:52.3789509Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-06-05T23:28:52.3797097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.3812681Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.3827865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.3840236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.3852713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.3862960Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.3866935Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.3868759Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.3869828Z 94 | struct array 2025-06-05T23:28:52.3870362Z | ^~~~~ 2025-06-05T23:28:52.3872087Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:52.3873681Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.3874402Z | ^~~~~~~~ 2025-06-05T23:28:52.3881911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.3898201Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.3913856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.3926596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.3939779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.3950693Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.3955023Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.3956852Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.3957925Z 94 | struct array 2025-06-05T23:28:52.3958340Z | ^~~~~ 2025-06-05T23:28:52.3960035Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:52.3961595Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.3962312Z | ^~~~~~~~ 2025-06-05T23:28:52.3969334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.3984868Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.3999469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4011527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4024154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4034882Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4039217Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4041018Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4042066Z 94 | struct array 2025-06-05T23:28:52.4042609Z | ^~~~~ 2025-06-05T23:28:52.4044291Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:52.4045902Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4046693Z | ^~~~~~~~ 2025-06-05T23:28:52.4054873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.4071518Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4086963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4099632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4112305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4122293Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4126618Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4128377Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4129417Z 94 | struct array 2025-06-05T23:28:52.4129744Z | ^~~~~ 2025-06-05T23:28:52.4131119Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:52.4132466Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4133212Z | ^~~~~~~~ 2025-06-05T23:28:52.4140013Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.4156127Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4170500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4182478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4194849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4204721Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4208939Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4210637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4211653Z 94 | struct array 2025-06-05T23:28:52.4212081Z | ^~~~~ 2025-06-05T23:28:52.4214115Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:52.4215743Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4216494Z | ^~~~~~~~ 2025-06-05T23:28:52.4224352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.4242121Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4257655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4270040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4281751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4292097Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4296519Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4298313Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4299412Z 94 | struct array 2025-06-05T23:28:52.4299850Z | ^~~~~ 2025-06-05T23:28:52.4301467Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:52.4302968Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4303679Z | ^~~~~~~~ 2025-06-05T23:28:52.4310281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.4324788Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4338284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4348789Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4359655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4368214Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4372166Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4374238Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4375371Z 94 | struct array 2025-06-05T23:28:52.4375855Z | ^~~~~ 2025-06-05T23:28:52.4377604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:52.4379222Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4380059Z | ^~~~~~~~ 2025-06-05T23:28:52.4388314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.4406235Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4423706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4437717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4451708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4463222Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4468256Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4470174Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4471425Z 94 | struct array 2025-06-05T23:28:52.4471917Z | ^~~~~ 2025-06-05T23:28:52.4473760Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:52.4475408Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4476232Z | ^~~~~~~~ 2025-06-05T23:28:52.4484263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.4500141Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4513821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4525055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4537646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4547801Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4552176Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4553974Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4555165Z 94 | struct array 2025-06-05T23:28:52.4555570Z | ^~~~~ 2025-06-05T23:28:52.4557174Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:52.4558685Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4559384Z | ^~~~~~~~ 2025-06-05T23:28:52.4566578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.4582875Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4598345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4610787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4623346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4633288Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4637653Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4639380Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4640405Z 94 | struct array 2025-06-05T23:28:52.4640852Z | ^~~~~ 2025-06-05T23:28:52.4642368Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:52.4643889Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4644611Z | ^~~~~~~~ 2025-06-05T23:28:52.4651323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.4666380Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4680519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4692372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4704604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4714797Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4719208Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4721067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4722124Z 94 | struct array 2025-06-05T23:28:52.4722535Z | ^~~~~ 2025-06-05T23:28:52.4724072Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:52.4726239Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4726962Z | ^~~~~~~~ 2025-06-05T23:28:52.4734582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.4749957Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:52.4765416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4777699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::bit_xor; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:52.4790183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::bit_xor]’ 2025-06-05T23:28:52.4800021Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:83: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4804383Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:24:76: required from here 2025-06-05T23:28:52.4806029Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4807032Z 94 | struct array 2025-06-05T23:28:52.4807461Z | ^~~~~ 2025-06-05T23:28:52.4808979Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:52.4810417Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4811148Z | ^~~~~~~~ 2025-06-05T23:28:52.4820258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.4840350Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.4859671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.4876533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.4894083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.4905583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.4909400Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.4911027Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.4911937Z 94 | struct array 2025-06-05T23:28:52.4912282Z | ^~~~~ 2025-06-05T23:28:52.4913831Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:52.4915221Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.4915784Z | ^~~~~~~~ 2025-06-05T23:28:52.4925840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.4950040Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.4969635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.4986349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5002751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5014377Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5018555Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5020456Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5021478Z 94 | struct array 2025-06-05T23:28:52.5021906Z | ^~~~~ 2025-06-05T23:28:52.5023584Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:52.5025068Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5025754Z | ^~~~~~~~ 2025-06-05T23:28:52.5033937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.5052307Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5063387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5071678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5080588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5087174Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5090788Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5092483Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5093638Z 94 | struct array 2025-06-05T23:28:52.5094035Z | ^~~~~ 2025-06-05T23:28:52.5095719Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:52.5097237Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5097936Z | ^~~~~~~~ 2025-06-05T23:28:52.5107419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.5128295Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5148323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5164754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5181781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5193916Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5198237Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5199990Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5201047Z 94 | struct array 2025-06-05T23:28:52.5201457Z | ^~~~~ 2025-06-05T23:28:52.5203157Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:52.5204680Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5205391Z | ^~~~~~~~ 2025-06-05T23:28:52.5214549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.5233814Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5252413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5268669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5285620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5297665Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5302001Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5303741Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5304767Z 94 | struct array 2025-06-05T23:28:52.5305190Z | ^~~~~ 2025-06-05T23:28:52.5306787Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:52.5308283Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5309008Z | ^~~~~~~~ 2025-06-05T23:28:52.5318819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.5338695Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5358336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5374690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5391499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5403459Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5407821Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5409554Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5410603Z 94 | struct array 2025-06-05T23:28:52.5411022Z | ^~~~~ 2025-06-05T23:28:52.5412643Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:52.5414211Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5415222Z | ^~~~~~~~ 2025-06-05T23:28:52.5416379Z [ 22%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:28:52.5425965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.5445767Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5463747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5479850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5497402Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5509543Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5514121Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5516039Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5517169Z 94 | struct array 2025-06-05T23:28:52.5517748Z | ^~~~~ 2025-06-05T23:28:52.5519434Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:52.5520973Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5521824Z | ^~~~~~~~ 2025-06-05T23:28:52.5531652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.5552498Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5572696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5589334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5627428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5639630Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5644000Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5645717Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5646738Z 94 | struct array 2025-06-05T23:28:52.5647292Z | ^~~~~ 2025-06-05T23:28:52.5648898Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:52.5650318Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5651098Z | ^~~~~~~~ 2025-06-05T23:28:52.5660367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.5679459Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5698231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5714937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5732088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5743893Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5748201Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5749951Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5750947Z 94 | struct array 2025-06-05T23:28:52.5751397Z | ^~~~~ 2025-06-05T23:28:52.5753010Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.5754495Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5755217Z | ^~~~~~~~ 2025-06-05T23:28:52.5764698Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.5783660Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5793948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5808833Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5823380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5833151Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5835410Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5836377Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5836953Z 94 | struct array 2025-06-05T23:28:52.5837191Z | ^~~~~ 2025-06-05T23:28:52.5838044Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.5839187Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5839783Z | ^~~~~~~~ 2025-06-05T23:28:52.5849608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.5868402Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5882288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5895795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5906294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.5912791Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.5915123Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.5916155Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.5916758Z 94 | struct array 2025-06-05T23:28:52.5917082Z | ^~~~~ 2025-06-05T23:28:52.5918405Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:52.5919837Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.5920470Z | ^~~~~~~~ 2025-06-05T23:28:52.5921629Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:28:52.5931764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.5950066Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.5962867Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.5972682Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.7797735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-06-05T23:28:52.7809869Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:126: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 BitOp = std::bit_xor; const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-06-05T23:28:52.7814076Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:34:76: required from here 2025-06-05T23:28:52.7815787Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.7816718Z 94 | struct array 2025-06-05T23:28:52.7817113Z | ^~~~~ 2025-06-05T23:28:52.7818563Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:52.7819899Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.7820546Z | ^~~~~~~~ 2025-06-05T23:28:52.7821644Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:28:52.7823055Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:28:52.7823922Z [ 23%] Built target operators 2025-06-05T23:28:52.7825033Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:28:52.7826973Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:28:52.7828725Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:28:52.7830223Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:28:52.7831533Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:28:52.7832350Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:28:52.7833192Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:28:52.7833944Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:28:52.7835871Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h: In function ‘scalar_t at::vec::vec_reduce_all(const Op&, at::vec::CPU_CAPABILITY::Vectorized, int64_t) [with scalar_t = float; Op = std::plus >]’: 2025-06-05T23:28:52.7838203Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:52.7839193Z 29 | inline scalar_t vec_reduce_all( 2025-06-05T23:28:52.7839501Z | ^~~~~~~~~~~~~~ 2025-06-05T23:28:52.7840232Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:28:52.7841092Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:28:52.7841834Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-06-05T23:28:52.7842542Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:52.7843105Z from /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:11: 2025-06-05T23:28:52.7843664Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2025-06-05T23:28:52.7844536Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:66:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:52.7845320Z 66 | [scalar_casted](Vec x) { return Vec(scalar_casted).le(x); }, 2025-06-05T23:28:52.7845707Z | ^ 2025-06-05T23:28:52.7846515Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:52.7847255Z 914 | __VA_ARGS__ \ 2025-06-05T23:28:52.7847590Z | ^~~~~~~~~~~ 2025-06-05T23:28:52.7848375Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:52.7849180Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:52.7849566Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7850426Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:52.7851267Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:52.7851654Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7852542Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:52.7853518Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:52.7854085Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7855513Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:52.7857014Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:52.7857752Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7859430Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:52.7861224Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:52.7862001Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7863263Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:58:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:52.7864520Z 58 | ET_SWITCH_REALB_TYPES(tensor_type, ctx, name, CTYPE, [&]() { 2025-06-05T23:28:52.7865106Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7866515Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1126:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:52.7867785Z 1126 | ET_INTERNAL_SWITCH( \ 2025-06-05T23:28:52.7868389Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7869829Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:52.7871237Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:52.7871909Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7873475Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:52.7875056Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:52.7875731Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7877261Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:52.7878911Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:52.7879766Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7881153Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:52.7881989Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:52.7882548Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.7883918Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:52.7885337Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:52.7886089Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.9025749Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:59:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:52.9027114Z 59 | ET_SWITCH_REALB_TYPES(scalar_type, ctx, name, CTYPE_SCALAR, [&]() { 2025-06-05T23:28:52.9027834Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:52.9029046Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:28:52.9030863Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:28:52.9033168Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:28:52.9035593Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:28:52.9037707Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:28:52.9039057Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:52.9039726Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:52.9040438Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:52.9041144Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:52.9041924Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-06-05T23:28:52.9050597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.9068723Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9085768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9100507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9116060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9123504Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9125301Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9126345Z 94 | struct array 2025-06-05T23:28:52.9126781Z | ^~~~~ 2025-06-05T23:28:52.9128475Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:52.9130195Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9130921Z | ^~~~~~~~ 2025-06-05T23:28:52.9139653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.9158540Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9176899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9191883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9207250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9214554Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9216397Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9217447Z 94 | struct array 2025-06-05T23:28:52.9217885Z | ^~~~~ 2025-06-05T23:28:52.9219557Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:52.9221229Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9221973Z | ^~~~~~~~ 2025-06-05T23:28:52.9232347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.9250241Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9267243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9281826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9297369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9304810Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9306586Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9307623Z 94 | struct array 2025-06-05T23:28:52.9308045Z | ^~~~~ 2025-06-05T23:28:52.9309733Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:52.9311241Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9311942Z | ^~~~~~~~ 2025-06-05T23:28:52.9320654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.9339321Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9357434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9372569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9387952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9394991Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9396775Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9397816Z 94 | struct array 2025-06-05T23:28:52.9398246Z | ^~~~~ 2025-06-05T23:28:52.9399896Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:52.9401441Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9402145Z | ^~~~~~~~ 2025-06-05T23:28:52.9410410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.9428373Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9445318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9460033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9475318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9482700Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9484470Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9485469Z 94 | struct array 2025-06-05T23:28:52.9486033Z | ^~~~~ 2025-06-05T23:28:52.9487652Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:52.9489154Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9489876Z | ^~~~~~~~ 2025-06-05T23:28:52.9498783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.9517519Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9537531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9552937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9567922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9575246Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9577036Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9578062Z 94 | struct array 2025-06-05T23:28:52.9578485Z | ^~~~~ 2025-06-05T23:28:52.9580099Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:52.9581622Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9582346Z | ^~~~~~~~ 2025-06-05T23:28:52.9590457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.9608112Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9624868Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9639625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9654606Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9662087Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9663946Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9664956Z 94 | struct array 2025-06-05T23:28:52.9665355Z | ^~~~~ 2025-06-05T23:28:52.9666908Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:52.9668335Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9669062Z | ^~~~~~~~ 2025-06-05T23:28:52.9677848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.9696375Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9714122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9729425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9744661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9751885Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9753636Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9754593Z 94 | struct array 2025-06-05T23:28:52.9755016Z | ^~~~~ 2025-06-05T23:28:52.9756542Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:52.9757948Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9758652Z | ^~~~~~~~ 2025-06-05T23:28:52.9766932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.9784881Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9801811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9816450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9832370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9839784Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9841533Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9842542Z 94 | struct array 2025-06-05T23:28:52.9842960Z | ^~~~~ 2025-06-05T23:28:52.9844714Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.9846199Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9847029Z | ^~~~~~~~ 2025-06-05T23:28:52.9855654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:52.9874610Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9892531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9907680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9922719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:52.9930401Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:52.9932164Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:52.9933268Z 94 | struct array 2025-06-05T23:28:52.9933708Z | ^~~~~ 2025-06-05T23:28:52.9935249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:52.9936785Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:52.9937519Z | ^~~~~~~~ 2025-06-05T23:28:52.9945590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:52.9963388Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:52.9980350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:52.9994835Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0009809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0017259Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:53.0019020Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0020056Z 94 | struct array 2025-06-05T23:28:53.0020439Z | ^~~~~ 2025-06-05T23:28:53.0022021Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:53.0023458Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0024163Z | ^~~~~~~~ 2025-06-05T23:28:53.0033196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.0051699Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:53.0069524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0084407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0099748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0107061Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:53.0108822Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0109821Z 94 | struct array 2025-06-05T23:28:53.0110249Z | ^~~~~ 2025-06-05T23:28:53.0111834Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:53.0113313Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0114048Z | ^~~~~~~~ 2025-06-05T23:28:53.0122210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.0139951Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:53.0157055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0171692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0186793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0194037Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:53.0195776Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0196805Z 94 | struct array 2025-06-05T23:28:53.0197215Z | ^~~~~ 2025-06-05T23:28:53.0198797Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:53.0200202Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0200949Z | ^~~~~~~~ 2025-06-05T23:28:53.0209953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.0229251Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:53.0246973Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0262168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0277935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0285398Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:53.0287132Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0288219Z 94 | struct array 2025-06-05T23:28:53.0288660Z | ^~~~~ 2025-06-05T23:28:53.0290231Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:53.0291895Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0292570Z | ^~~~~~~~ 2025-06-05T23:28:53.0300902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.0318601Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:53.0335761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0350389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0365520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0372888Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:53.0374670Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0375643Z 94 | struct array 2025-06-05T23:28:53.0376089Z | ^~~~~ 2025-06-05T23:28:53.0377609Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:53.0379024Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0379730Z | ^~~~~~~~ 2025-06-05T23:28:53.0388390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.0407391Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:53.0425341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0439294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:53.0452359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0460485Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-06-05T23:28:53.0462568Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0463581Z 94 | struct array 2025-06-05T23:28:53.0463996Z | ^~~~~ 2025-06-05T23:28:53.0465528Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:53.0466628Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0467035Z | ^~~~~~~~ 2025-06-05T23:28:53.0474527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.0495408Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.0512466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0529689Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0547948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0556249Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.0557783Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0558494Z 94 | struct array 2025-06-05T23:28:53.0558731Z | ^~~~~ 2025-06-05T23:28:53.0559649Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-06-05T23:28:53.0560489Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0561034Z | ^~~~~~~~ 2025-06-05T23:28:53.0566831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.0580768Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.0596730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0613196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0628818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0636295Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.0637679Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0638609Z 94 | struct array 2025-06-05T23:28:53.0638962Z | ^~~~~ 2025-06-05T23:28:53.0640291Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-06-05T23:28:53.0641524Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0642115Z | ^~~~~~~~ 2025-06-05T23:28:53.0650922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.0669511Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.0680431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0694956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0705166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0710034Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.0710948Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0711521Z 94 | struct array 2025-06-05T23:28:53.0711758Z | ^~~~~ 2025-06-05T23:28:53.0712642Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-06-05T23:28:53.0713463Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0713859Z | ^~~~~~~~ 2025-06-05T23:28:53.0719534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.0731746Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.0747903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0765638Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0780470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0785645Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.0786619Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0787190Z 94 | struct array 2025-06-05T23:28:53.0787425Z | ^~~~~ 2025-06-05T23:28:53.0788306Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-06-05T23:28:53.0789166Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0789568Z | ^~~~~~~~ 2025-06-05T23:28:53.0794960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.0813867Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.0834261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0853643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0872858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0882246Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.0883991Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0885034Z 94 | struct array 2025-06-05T23:28:53.0885467Z | ^~~~~ 2025-06-05T23:28:53.0887088Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-06-05T23:28:53.0888593Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.0889313Z | ^~~~~~~~ 2025-06-05T23:28:53.0900616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.0923739Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.0946182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0966081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.0985796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.0995288Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.0997005Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.0998032Z 94 | struct array 2025-06-05T23:28:53.0998455Z | ^~~~~ 2025-06-05T23:28:53.1000078Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-06-05T23:28:53.1001592Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1002334Z | ^~~~~~~~ 2025-06-05T23:28:53.1012902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.1034960Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1056031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1069182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1082029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1086863Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1087757Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1088324Z 94 | struct array 2025-06-05T23:28:53.1088571Z | ^~~~~ 2025-06-05T23:28:53.1089359Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-06-05T23:28:53.1090108Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1090489Z | ^~~~~~~~ 2025-06-05T23:28:53.1096229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.1108071Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1123962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1139137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1149078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1154936Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1156441Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1157259Z 94 | struct array 2025-06-05T23:28:53.1157502Z | ^~~~~ 2025-06-05T23:28:53.1159052Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-06-05T23:28:53.1160333Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1161019Z | ^~~~~~~~ 2025-06-05T23:28:53.1169347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.1182037Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1201923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1216782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1226910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1231980Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1232905Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1233450Z 94 | struct array 2025-06-05T23:28:53.1233709Z | ^~~~~ 2025-06-05T23:28:53.1234546Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-06-05T23:28:53.1235344Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1235744Z | ^~~~~~~~ 2025-06-05T23:28:53.1241462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.1253552Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1264897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1275345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1289935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1295504Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1296447Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1297006Z 94 | struct array 2025-06-05T23:28:53.1297238Z | ^~~~~ 2025-06-05T23:28:53.1298091Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-06-05T23:28:53.1298882Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1299265Z | ^~~~~~~~ 2025-06-05T23:28:53.1304633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.1323427Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1343181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1362017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1381539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1391092Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1392800Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1393815Z 94 | struct array 2025-06-05T23:28:53.1394251Z | ^~~~~ 2025-06-05T23:28:53.1395782Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-06-05T23:28:53.1397313Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1398027Z | ^~~~~~~~ 2025-06-05T23:28:53.1408956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.1432616Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1455095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1474000Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1493689Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1503244Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1505005Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1506065Z 94 | struct array 2025-06-05T23:28:53.1506478Z | ^~~~~ 2025-06-05T23:28:53.1508024Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-06-05T23:28:53.1509463Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1510165Z | ^~~~~~~~ 2025-06-05T23:28:53.1520745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.1543383Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1564614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1584020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1603518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1612843Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1614656Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1615660Z 94 | struct array 2025-06-05T23:28:53.1616080Z | ^~~~~ 2025-06-05T23:28:53.1617618Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-06-05T23:28:53.1619094Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1619803Z | ^~~~~~~~ 2025-06-05T23:28:53.1630359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.1653833Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1675993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1695798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1715390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1724918Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1726610Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1727645Z 94 | struct array 2025-06-05T23:28:53.1728067Z | ^~~~~ 2025-06-05T23:28:53.1729803Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-06-05T23:28:53.1731275Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1731978Z | ^~~~~~~~ 2025-06-05T23:28:53.1742450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.1764870Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.1785958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1805026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.1824669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.1834277Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.1835984Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.1836982Z 94 | struct array 2025-06-05T23:28:53.1837412Z | ^~~~~ 2025-06-05T23:28:53.1839028Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-06-05T23:28:53.1840469Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.1841188Z | ^~~~~~~~ 2025-06-05T23:28:53.1852074Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.3102406Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.3121274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.3133456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.3144456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const std::optional&, const std::optional&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.3149428Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:215:3: required from here 2025-06-05T23:28:53.3150323Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.3150868Z 94 | struct array 2025-06-05T23:28:53.3151103Z | ^~~~~ 2025-06-05T23:28:53.3152015Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-06-05T23:28:53.3152804Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.3153201Z | ^~~~~~~~ 2025-06-05T23:28:53.3153814Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:28:53.3154592Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2025-06-05T23:28:53.3155581Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:97:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:53.3156388Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2025-06-05T23:28:53.3156722Z | ^ 2025-06-05T23:28:53.3157203Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:28:53.3158089Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:28:53.3159169Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:28:53.3160488Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:28:53.3161564Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:28:53.3162545Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:28:53.3163538Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:28:53.3164353Z In file included from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2025-06-05T23:28:53.3164959Z from /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2025-06-05T23:28:53.3165530Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2025-06-05T23:28:53.3166400Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:32:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:53.3167137Z 32 | [](Vec x) { return x.neg(); }, 2025-06-05T23:28:53.3167423Z | ^ 2025-06-05T23:28:53.3168347Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:53.3169072Z 914 | __VA_ARGS__ \ 2025-06-05T23:28:53.3169403Z | ^~~~~~~~~~~ 2025-06-05T23:28:53.3170180Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:53.3170994Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:53.3171394Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.3172245Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:53.3173161Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:53.7892454Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7894549Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1008:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:53.7896205Z 1008 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:53.7896991Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7898948Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1139:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND2’ 2025-06-05T23:28:53.7900699Z 1139 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND2( \ 2025-06-05T23:28:53.7901539Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7903152Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1162:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND2’ 2025-06-05T23:28:53.7904671Z 1162 | ET_SWITCH_REAL_TYPES_AND2( \ 2025-06-05T23:28:53.7905403Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7906652Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REALHBF16_TYPES’ 2025-06-05T23:28:53.7908062Z 29 | ET_SWITCH_REALHBF16_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2025-06-05T23:28:53.7908976Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7909933Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:28:53.7911732Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:28:53.7913810Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:28:53.7915711Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:28:53.7917263Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-06-05T23:28:53.7918555Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:53.7919751Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-06-05T23:28:53.7920770Z from /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:9: 2025-06-05T23:28:53.7921827Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2025-06-05T23:28:53.7923421Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:100:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:53.7924906Z 100 | [b_casted](Vec x) { return x * Vec(b_casted); }, 2025-06-05T23:28:53.7925527Z | ^ 2025-06-05T23:28:53.7927045Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:53.7928419Z 914 | __VA_ARGS__ \ 2025-06-05T23:28:53.7929153Z | ^~~~~~~~~~~ 2025-06-05T23:28:53.7930653Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:53.7932202Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:53.7932878Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7934449Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:53.7936075Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:53.7936801Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7938512Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:53.7940226Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:53.7941065Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7942779Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:53.7944567Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:53.7945227Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7946911Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:53.7948559Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:53.7949372Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7950646Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:93:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:53.7951917Z 93 | ET_SWITCH_REALB_TYPES(a_type, ctx, "mul.out", CTYPE, [&]() { 2025-06-05T23:28:53.7952570Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7954182Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1126:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:53.7955612Z 1126 | ET_INTERNAL_SWITCH( \ 2025-06-05T23:28:53.7956242Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7957735Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:53.7959280Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:53.7959987Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7961579Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:53.7963003Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:53.7963394Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7964311Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1002:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:53.7965588Z 1002 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:53.7966365Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7968089Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1130:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-06-05T23:28:53.7969710Z 1130 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-06-05T23:28:53.7970364Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7971948Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1166:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-06-05T23:28:53.7973671Z 1166 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-06-05T23:28:53.7974467Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7975660Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:94:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-06-05T23:28:53.7976867Z 94 | ET_SWITCH_REALB_TYPES(b_type, ctx, "mul.out", CTYPE_B, [&]() { 2025-06-05T23:28:53.7977554Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:53.7978825Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:28:53.7980599Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:28:53.7982428Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:28:53.7984371Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:28:53.7985907Z /pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp: In lambda function: 2025-06-05T23:28:53.7987642Z /pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp:38:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:53.7988963Z 38 | [](Vec x) { 2025-06-05T23:28:53.7989427Z | ^ 2025-06-05T23:28:53.7990179Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:28:53.7991454Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:28:53.8004863Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:28:53.8006475Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-06-05T23:28:53.8007941Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:28:53.8009352Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:28:53.8010625Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:28:53.8011316Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:53.8011728Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:53.8012193Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:53.8012666Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:53.8013332Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:53.8014077Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:53.8014790Z from /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:8: 2025-06-05T23:28:53.8023707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8044915Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8060695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8078856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8096801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8105117Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8106763Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8107790Z 94 | struct array 2025-06-05T23:28:53.8108217Z | ^~~~~ 2025-06-05T23:28:53.8109867Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-06-05T23:28:53.8111416Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8112241Z | ^~~~~~~~ 2025-06-05T23:28:53.8122791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8145058Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8167107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8185395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8199484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8204045Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8204963Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8205535Z 94 | struct array 2025-06-05T23:28:53.8205771Z | ^~~~~ 2025-06-05T23:28:53.8206653Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-06-05T23:28:53.8207475Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8207864Z | ^~~~~~~~ 2025-06-05T23:28:53.8213882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8234595Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8256703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8275040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8292771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8301507Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8303281Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8304288Z 94 | struct array 2025-06-05T23:28:53.8304741Z | ^~~~~ 2025-06-05T23:28:53.8306255Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-06-05T23:28:53.8307707Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8308422Z | ^~~~~~~~ 2025-06-05T23:28:53.8319157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8341997Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8364341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8382366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8399993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8408587Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8410204Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8411163Z 94 | struct array 2025-06-05T23:28:53.8411559Z | ^~~~~ 2025-06-05T23:28:53.8413116Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-06-05T23:28:53.8414485Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8415169Z | ^~~~~~~~ 2025-06-05T23:28:53.8425701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8448722Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8471065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8489706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8507605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8516417Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8518177Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8519298Z 94 | struct array 2025-06-05T23:28:53.8519761Z | ^~~~~ 2025-06-05T23:28:53.8521385Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-06-05T23:28:53.8522898Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8523551Z | ^~~~~~~~ 2025-06-05T23:28:53.8535969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8559107Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8581166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8599143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8616854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8625717Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8627406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8628440Z 94 | struct array 2025-06-05T23:28:53.8628938Z | ^~~~~ 2025-06-05T23:28:53.8630224Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-06-05T23:28:53.8631460Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8632175Z | ^~~~~~~~ 2025-06-05T23:28:53.8643094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.8666443Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.8688411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8707025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.8725113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.8734135Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.8735871Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.8736843Z 94 | struct array 2025-06-05T23:28:53.8737272Z | ^~~~~ 2025-06-05T23:28:53.8738834Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-06-05T23:28:53.8740303Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.8741017Z | ^~~~~~~~ 2025-06-05T23:28:53.8751735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.9321054Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9342661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.9360793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-06-05T23:28:53.9379352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:397:76: required from ‘void torch::executor::native::utils::internal::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_COMPUTE = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:53.9388127Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-06-05T23:28:53.9389855Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9390829Z 94 | struct array 2025-06-05T23:28:53.9391262Z | ^~~~~ 2025-06-05T23:28:53.9392745Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-06-05T23:28:53.9394261Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9394990Z | ^~~~~~~~ 2025-06-05T23:28:53.9396183Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:28:53.9397804Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:28:53.9399284Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:28:53.9400401Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:53.9401040Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:53.9401737Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:53.9402421Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:53.9403386Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:53.9404661Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:53.9405742Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:53.9414009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.9433459Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9449842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9462266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9471964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9477315Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9479004Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9479979Z 94 | struct array 2025-06-05T23:28:53.9480390Z | ^~~~~ 2025-06-05T23:28:53.9481947Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:53.9483340Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9483983Z | ^~~~~~~~ 2025-06-05T23:28:53.9485106Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:28:53.9494065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.9511912Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9528881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9543039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9557393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9564318Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9566060Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9567027Z 94 | struct array 2025-06-05T23:28:53.9567418Z | ^~~~~ 2025-06-05T23:28:53.9569062Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:53.9570564Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9571287Z | ^~~~~~~~ 2025-06-05T23:28:53.9579581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.9596893Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9613132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9627550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9643075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9650101Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9651951Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9653026Z 94 | struct array 2025-06-05T23:28:53.9653439Z | ^~~~~ 2025-06-05T23:28:53.9655108Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:53.9656552Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9657234Z | ^~~~~~~~ 2025-06-05T23:28:53.9665914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.9684311Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9701899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9716684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9731933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9738910Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9740612Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9741646Z 94 | struct array 2025-06-05T23:28:53.9742059Z | ^~~~~ 2025-06-05T23:28:53.9743646Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:53.9745134Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9745803Z | ^~~~~~~~ 2025-06-05T23:28:53.9753485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.9770508Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9787421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9801249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9816227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9823223Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9824966Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9826036Z 94 | struct array 2025-06-05T23:28:53.9826477Z | ^~~~~ 2025-06-05T23:28:53.9828093Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:53.9829820Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9830474Z | ^~~~~~~~ 2025-06-05T23:28:53.9839019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:53.9857151Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9874911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9888913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9903837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9911041Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9912781Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9913777Z 94 | struct array 2025-06-05T23:28:53.9914204Z | ^~~~~ 2025-06-05T23:28:53.9915755Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:53.9917240Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:53.9917966Z | ^~~~~~~~ 2025-06-05T23:28:53.9925950Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:53.9943296Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:53.9960216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9974888Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:53.9989881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:53.9997088Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:53.9998712Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:53.9999718Z 94 | struct array 2025-06-05T23:28:54.0000130Z | ^~~~~ 2025-06-05T23:28:54.0001631Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.0003049Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0003732Z | ^~~~~~~~ 2025-06-05T23:28:54.0012501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0031528Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0049427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0059547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0067516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0071409Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0072329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0072914Z 94 | struct array 2025-06-05T23:28:54.0073174Z | ^~~~~ 2025-06-05T23:28:54.0073983Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.0074744Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0075239Z | ^~~~~~~~ 2025-06-05T23:28:54.0079612Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.0088930Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0098002Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0105688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0113576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0117309Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0118204Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0118806Z 94 | struct array 2025-06-05T23:28:54.0119059Z | ^~~~~ 2025-06-05T23:28:54.0119927Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.0120712Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0121116Z | ^~~~~~~~ 2025-06-05T23:28:54.0125726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0136483Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0146049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0155571Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0164869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0170919Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0171892Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0172454Z 94 | struct array 2025-06-05T23:28:54.0172696Z | ^~~~~ 2025-06-05T23:28:54.0174084Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.0175323Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0175976Z | ^~~~~~~~ 2025-06-05T23:28:54.0183806Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.0200582Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0214910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0223406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0238154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0245366Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0247064Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0248012Z 94 | struct array 2025-06-05T23:28:54.0248464Z | ^~~~~ 2025-06-05T23:28:54.0249943Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.0251286Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0251955Z | ^~~~~~~~ 2025-06-05T23:28:54.0260107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0278381Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0295557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0301031Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:28:54.0311287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0322318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0326150Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0327192Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0327747Z 94 | struct array 2025-06-05T23:28:54.0328029Z | ^~~~~ 2025-06-05T23:28:54.0329253Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.0330522Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0331183Z | ^~~~~~~~ 2025-06-05T23:28:54.0339561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.0357411Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0366241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0377494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0391686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0398226Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0399870Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0400793Z 94 | struct array 2025-06-05T23:28:54.0401217Z | ^~~~~ 2025-06-05T23:28:54.0402260Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:28:54.0404702Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.0406133Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0406580Z | ^~~~~~~~ 2025-06-05T23:28:54.0411143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0420974Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0437803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0452609Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0466874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0473653Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0475280Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0476245Z 94 | struct array 2025-06-05T23:28:54.0476630Z | ^~~~~ 2025-06-05T23:28:54.0478106Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.0479561Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0480261Z | ^~~~~~~~ 2025-06-05T23:28:54.0488437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.0506272Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0523388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0538394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0553575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0560977Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0562684Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0563799Z 94 | struct array 2025-06-05T23:28:54.0564233Z | ^~~~~ 2025-06-05T23:28:54.0565094Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:54.0566440Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:54.0567694Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:54.0568945Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.0570389Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.0571800Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.0573061Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.0575610Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:54.0577381Z 384 | unsigned short x; 2025-06-05T23:28:54.0577844Z | ^ 2025-06-05T23:28:54.0578387Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.0579043Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.0579754Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.0580489Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.0581453Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.0582817Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.0583959Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.0593082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0611638Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0629932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0645022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0660274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0667490Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0669221Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0670234Z 94 | struct array 2025-06-05T23:28:54.0670662Z | ^~~~~ 2025-06-05T23:28:54.0671615Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:54.0672947Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:54.0674206Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:54.0675451Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.0676994Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.0678417Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.0679546Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.0682106Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:54.0683915Z 384 | unsigned short x; 2025-06-05T23:28:54.0684392Z | ^ 2025-06-05T23:28:54.0684940Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.0685573Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.0686283Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.0686991Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.0687984Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.0689335Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.0690462Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.0699048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.0716767Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0732088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0743375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0757401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0763954Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0765575Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0766654Z 94 | struct array 2025-06-05T23:28:54.0767060Z | ^~~~~ 2025-06-05T23:28:54.0768532Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:54.0769761Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0770457Z | ^~~~~~~~ 2025-06-05T23:28:54.0778544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0795813Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0811618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0827289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0844703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0853251Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0855172Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0856337Z 94 | struct array 2025-06-05T23:28:54.0856811Z | ^~~~~ 2025-06-05T23:28:54.0858586Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:54.0860240Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.0861057Z | ^~~~~~~~ 2025-06-05T23:28:54.0870386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.0891112Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.0911195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0928263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.0944321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.0949135Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.0950688Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.0951490Z 94 | struct array 2025-06-05T23:28:54.0951840Z | ^~~~~ 2025-06-05T23:28:54.0952525Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:54.0953536Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:54.0954519Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.0955660Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.0956991Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.0957851Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.0959730Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:54.0961259Z 84 | uint16_t x; 2025-06-05T23:28:54.0961600Z | ^ 2025-06-05T23:28:54.0962083Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.0962638Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.0963203Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.0963865Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.0964687Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.0965725Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.0966569Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.0973513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.0987950Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1001610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1015162Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1029819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:28:54.1037021Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:55:5: required from here 2025-06-05T23:28:54.1038601Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1039566Z 94 | struct array 2025-06-05T23:28:54.1039965Z | ^~~~~ 2025-06-05T23:28:54.1040765Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:54.1042019Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:54.1043204Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.1044489Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.1045808Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.1046904Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.1049258Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:54.1050789Z 84 | uint16_t x; 2025-06-05T23:28:54.1051156Z | ^ 2025-06-05T23:28:54.1051708Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.1052490Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.1053342Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.1054002Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.1054878Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.1056092Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.1057181Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.1065615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1083438Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1100485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1115091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1130057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1137449Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1139175Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1140259Z 94 | struct array 2025-06-05T23:28:54.1140694Z | ^~~~~ 2025-06-05T23:28:54.1142408Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:54.1144001Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1144761Z | ^~~~~~~~ 2025-06-05T23:28:54.1153458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1172123Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1189719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1204646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1219474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1226543Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1228314Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1229546Z 94 | struct array 2025-06-05T23:28:54.1229979Z | ^~~~~ 2025-06-05T23:28:54.1231703Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:54.1233289Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1234152Z | ^~~~~~~~ 2025-06-05T23:28:54.1242590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1260489Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1277308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1290885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1301667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1305782Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1306756Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1307333Z 94 | struct array 2025-06-05T23:28:54.1307571Z | ^~~~~ 2025-06-05T23:28:54.1308493Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:54.1309297Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1309697Z | ^~~~~~~~ 2025-06-05T23:28:54.1314168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1323698Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1334128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1341926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1349526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1353217Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1354125Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1354695Z 94 | struct array 2025-06-05T23:28:54.1354950Z | ^~~~~ 2025-06-05T23:28:54.1355825Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:54.1356649Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1357045Z | ^~~~~~~~ 2025-06-05T23:28:54.1361278Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1370575Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1379575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1386961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1394597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1398323Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1399214Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1399767Z 94 | struct array 2025-06-05T23:28:54.1400026Z | ^~~~~ 2025-06-05T23:28:54.1400876Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:54.1401673Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1402114Z | ^~~~~~~~ 2025-06-05T23:28:54.1406569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1416412Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1428115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1437854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1446572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1450836Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1451896Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1452547Z 94 | struct array 2025-06-05T23:28:54.1452787Z | ^~~~~ 2025-06-05T23:28:54.1453742Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:54.1454541Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1454979Z | ^~~~~~~~ 2025-06-05T23:28:54.1459385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1469050Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1478545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1487013Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1495739Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1501079Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1502079Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1502629Z 94 | struct array 2025-06-05T23:28:54.1502875Z | ^~~~~ 2025-06-05T23:28:54.1503689Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.1504561Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1504959Z | ^~~~~~~~ 2025-06-05T23:28:54.1509457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1519003Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1528278Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1536778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1545520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1549539Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1550491Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1551036Z 94 | struct array 2025-06-05T23:28:54.1551317Z | ^~~~~ 2025-06-05T23:28:54.1552160Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.1552964Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1553447Z | ^~~~~~~~ 2025-06-05T23:28:54.1557943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1567453Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1577210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1585055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1592887Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1596965Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1598160Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1598768Z 94 | struct array 2025-06-05T23:28:54.1599143Z | ^~~~~ 2025-06-05T23:28:54.1600062Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.1600928Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1601462Z | ^~~~~~~~ 2025-06-05T23:28:54.1602385Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:28:54.1607989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1619571Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1629127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1637581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1648439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1652894Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1653999Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1654713Z 94 | struct array 2025-06-05T23:28:54.1655108Z | ^~~~~ 2025-06-05T23:28:54.1656092Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.1656980Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1657374Z | ^~~~~~~~ 2025-06-05T23:28:54.1663383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1676764Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1688042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1697784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1710980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1715695Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1717277Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1718311Z 94 | struct array 2025-06-05T23:28:54.1718771Z | ^~~~~ 2025-06-05T23:28:54.1720328Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.1721715Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1722410Z | ^~~~~~~~ 2025-06-05T23:28:54.1727441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1740890Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1753257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1761969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1772153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1778508Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1780317Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1781299Z 94 | struct array 2025-06-05T23:28:54.1781737Z | ^~~~~ 2025-06-05T23:28:54.1783269Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.1784656Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1785350Z | ^~~~~~~~ 2025-06-05T23:28:54.1793172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1809363Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1824662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1838191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1852781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1859447Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1861075Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1862030Z 94 | struct array 2025-06-05T23:28:54.1862435Z | ^~~~~ 2025-06-05T23:28:54.1863951Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.1865296Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1865951Z | ^~~~~~~~ 2025-06-05T23:28:54.1870692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1885452Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1902071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1909885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1917619Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1921364Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1922253Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1922819Z 94 | struct array 2025-06-05T23:28:54.1923058Z | ^~~~~ 2025-06-05T23:28:54.1923890Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.1924670Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.1925060Z | ^~~~~~~~ 2025-06-05T23:28:54.1929553Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.1938865Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.1947441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1954787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.1962414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.1966085Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.1967013Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.1967561Z 94 | struct array 2025-06-05T23:28:54.1967823Z | ^~~~~ 2025-06-05T23:28:54.1968276Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:54.1968997Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:54.1969647Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:54.1970328Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.1971084Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.1971818Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.1972426Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.1973791Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:54.1974719Z 384 | unsigned short x; 2025-06-05T23:28:54.1974985Z | ^ 2025-06-05T23:28:54.1975273Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.1975642Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.1976027Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.1976425Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.1976946Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.1977662Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.1978271Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.1982800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.1992377Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.2001495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2009055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2016732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.2020739Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.2021683Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.2022245Z 94 | struct array 2025-06-05T23:28:54.2022483Z | ^~~~~ 2025-06-05T23:28:54.2022951Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:54.2023655Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:54.2024377Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:54.2025086Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.2025846Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.2026598Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.2027204Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.2028498Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:54.2030251Z 384 | unsigned short x; 2025-06-05T23:28:54.2030704Z | ^ 2025-06-05T23:28:54.2031238Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.2031879Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.2032587Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.2033336Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.2034342Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.2035683Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.2036814Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.2045031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.2062489Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.2079373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2093232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2107608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.2114562Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.2116181Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.2117171Z 94 | struct array 2025-06-05T23:28:54.2117591Z | ^~~~~ 2025-06-05T23:28:54.2118990Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:54.2120364Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.2121079Z | ^~~~~~~~ 2025-06-05T23:28:54.2129897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.2147954Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.2164929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2179252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2195702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.2201862Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.2203215Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.2204104Z 94 | struct array 2025-06-05T23:28:54.2204480Z | ^~~~~ 2025-06-05T23:28:54.2205900Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:54.2207104Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.2207756Z | ^~~~~~~~ 2025-06-05T23:28:54.2214430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.2229478Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.2244030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2256437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.2269536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.2275970Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.2277825Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.2278872Z 94 | struct array 2025-06-05T23:28:54.2279286Z | ^~~~~ 2025-06-05T23:28:54.2280243Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:54.2281457Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:54.2297287Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.2298680Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.2300050Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.2301185Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.2303465Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:54.2305173Z 84 | uint16_t x; 2025-06-05T23:28:54.2305605Z | ^ 2025-06-05T23:28:54.2306041Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.2306734Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.2307437Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.2308191Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.2309111Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:54.2310343Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-06-05T23:28:54.2311444Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.2319601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.2341731Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.3269157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.3280533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.3289202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-06-05T23:28:54.3293997Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:97:5: required from here 2025-06-05T23:28:54.3295467Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.3296406Z 94 | struct array 2025-06-05T23:28:54.3296786Z | ^~~~~ 2025-06-05T23:28:54.3297606Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:54.3298746Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:54.3299428Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:54.3300186Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:54.3300926Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-06-05T23:28:54.3301537Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-06-05T23:28:54.3302867Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:54.3303893Z 84 | uint16_t x; 2025-06-05T23:28:54.3304137Z | ^ 2025-06-05T23:28:54.3304655Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:28:54.3305553Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:28:54.3306604Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:28:54.3307717Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:28:54.3308717Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-06-05T23:28:54.3309429Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:54.3310083Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-06-05T23:28:54.3310665Z from /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:9: 2025-06-05T23:28:54.3311252Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2025-06-05T23:28:54.3312142Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:122:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:28:54.3312917Z 122 | [alpha_val, scalar_casted](Vec x) { 2025-06-05T23:28:54.3313239Z | ^ 2025-06-05T23:28:54.3314026Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:54.3314757Z 914 | __VA_ARGS__ \ 2025-06-05T23:28:54.3315089Z | ^~~~~~~~~~~ 2025-06-05T23:28:54.3315872Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:54.3316685Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:54.3317089Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3317932Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:54.3318784Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:54.3319175Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3320064Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1122:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:54.3320931Z 1122 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2025-06-05T23:28:54.3321336Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3322047Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:111:7: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2025-06-05T23:28:54.3322746Z 111 | ET_SWITCH_REAL_TYPES(tensor_type, ctx, "sub.out", CTYPE, [&]() { 2025-06-05T23:28:54.3323152Z | ^~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3323945Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1118:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-06-05T23:28:54.3324736Z 1118 | ET_INTERNAL_SWITCH( \ 2025-06-05T23:28:54.3325124Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3325914Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:925:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-06-05T23:28:54.3326730Z 925 | ET_INTERNAL_SWITCH_CASE( \ 2025-06-05T23:28:54.3327154Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3328020Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:951:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_INT_TYPES’ 2025-06-05T23:28:54.3329208Z 951 | ET_INTERNAL_SWITCH_CASE_INT_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-06-05T23:28:54.3329777Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3331148Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1122:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-06-05T23:28:54.3332121Z 1122 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2025-06-05T23:28:54.3332541Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3333447Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:112:9: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2025-06-05T23:28:54.3334757Z 112 | ET_SWITCH_REAL_TYPES(scalar_type, ctx, "sub.out", CTYPE_SCALAR, [&]() { 2025-06-05T23:28:54.3335469Z | ^~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:28:54.3336065Z [ 27%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:28:54.3337265Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:28:54.3339113Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:28:54.3340663Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:28:54.3341954Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:28:54.5154901Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:28:54.5156710Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:28:54.5158609Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:28:54.5160652Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:28:54.5162894Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:28:54.5165171Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:28:54.5166778Z [ 27%] Built target optimized_kernels 2025-06-05T23:28:54.5168056Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:28:54.5169268Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.5169939Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.5170647Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.5171353Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.5172235Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:54.5173322Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5181627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.5198372Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5211133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5221661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5234153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5239456Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5240660Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5241481Z 94 | struct array 2025-06-05T23:28:54.5241814Z | ^~~~~ 2025-06-05T23:28:54.5243043Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:54.5244122Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.5244642Z | ^~~~~~~~ 2025-06-05T23:28:54.5251396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.5267604Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5284088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5297321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5309884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5316890Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5318528Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5319543Z 94 | struct array 2025-06-05T23:28:54.5319966Z | ^~~~~ 2025-06-05T23:28:54.5321439Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:54.5322796Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.5323516Z | ^~~~~~~~ 2025-06-05T23:28:54.5332053Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.5350617Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5368068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5383900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5399358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5407038Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5408726Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5409736Z 94 | struct array 2025-06-05T23:28:54.5410174Z | ^~~~~ 2025-06-05T23:28:54.5411716Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:54.5413367Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.5414111Z | ^~~~~~~~ 2025-06-05T23:28:54.5423222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.5442529Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5461037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5477209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5493110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5500743Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5502419Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5503467Z 94 | struct array 2025-06-05T23:28:54.5503906Z | ^~~~~ 2025-06-05T23:28:54.5505458Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:54.5506987Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.5507724Z | ^~~~~~~~ 2025-06-05T23:28:54.5516126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.5537044Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5554439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5569662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5585457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5593208Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5594893Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5595819Z 94 | struct array 2025-06-05T23:28:54.5596246Z | ^~~~~ 2025-06-05T23:28:54.5597086Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:54.5598418Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:54.5599650Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:54.5600926Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:54.5602096Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:54.5603176Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5605658Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:54.5607413Z 384 | unsigned short x; 2025-06-05T23:28:54.5607920Z | ^ 2025-06-05T23:28:54.5608429Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.5609092Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.5609797Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.5610528Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.5611437Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:54.5612507Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5621860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.5641226Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5660207Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5675915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5691396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5699014Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5700520Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5701425Z 94 | struct array 2025-06-05T23:28:54.5701783Z | ^~~~~ 2025-06-05T23:28:54.5702532Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:54.5703853Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:54.5705009Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:54.5705654Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:54.5706310Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:54.5706876Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5708210Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:54.5709138Z 384 | unsigned short x; 2025-06-05T23:28:54.5709394Z | ^ 2025-06-05T23:28:54.5709743Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.5710106Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.5710507Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.5710909Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.5711418Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:54.5711988Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5717465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.5738268Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5759231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5774605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5789622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5797099Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5798730Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5799777Z 94 | struct array 2025-06-05T23:28:54.5800237Z | ^~~~~ 2025-06-05T23:28:54.5801163Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:54.5802440Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:54.5803588Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:54.5804723Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:54.5805657Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5808100Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:54.5809784Z 84 | uint16_t x; 2025-06-05T23:28:54.5810171Z | ^ 2025-06-05T23:28:54.5810635Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.5811374Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.5812136Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.5812842Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.5813811Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:54.5814862Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5823712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.5831579Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:28:54.5843395Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.5861103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5876607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.5891750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::elu_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5899399Z /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:37:3: required from here 2025-06-05T23:28:54.5901248Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5902306Z 94 | struct array 2025-06-05T23:28:54.5902738Z | ^~~~~ 2025-06-05T23:28:54.5903600Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:54.5904871Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:54.5906078Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-06-05T23:28:54.5907234Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-06-05T23:28:54.5908250Z from /pytorch/executorch/kernels/portable/cpu/op_elu.cpp:12: 2025-06-05T23:28:54.5910638Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:54.5912427Z 84 | uint16_t x; 2025-06-05T23:28:54.5912843Z | ^ 2025-06-05T23:28:54.5913797Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:28:54.5914979Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.5915480Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.5915868Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.5916277Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.5916819Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:54.5917386Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-06-05T23:28:54.5922101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.5936885Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.5950841Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.5962840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.5976255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.5982229Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-06-05T23:28:54.5983616Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.5984348Z 94 | struct array 2025-06-05T23:28:54.5984691Z | ^~~~~ 2025-06-05T23:28:54.5985847Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.5987072Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.5987670Z | ^~~~~~~~ 2025-06-05T23:28:54.5996341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6011674Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6021610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6030009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6044216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6051913Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-06-05T23:28:54.6053627Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6054566Z 94 | struct array 2025-06-05T23:28:54.6054959Z | ^~~~~ 2025-06-05T23:28:54.6056846Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.6058217Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6058926Z | ^~~~~~~~ 2025-06-05T23:28:54.6067718Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6085343Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6096547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6104717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6113444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6117604Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-06-05T23:28:54.6118585Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6119157Z 94 | struct array 2025-06-05T23:28:54.6119415Z | ^~~~~ 2025-06-05T23:28:54.6120327Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.6121153Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6121557Z | ^~~~~~~~ 2025-06-05T23:28:54.6126871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6138160Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6148083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6157550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.6169155Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6176106Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-06-05T23:28:54.6177788Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6178764Z 94 | struct array 2025-06-05T23:28:54.6179200Z | ^~~~~ 2025-06-05T23:28:54.6180756Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.6182058Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6182813Z | ^~~~~~~~ 2025-06-05T23:28:54.6191724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6206359Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6216376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6231588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6248748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6256328Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6258093Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6259150Z 94 | struct array 2025-06-05T23:28:54.6259574Z | ^~~~~ 2025-06-05T23:28:54.6261272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:54.6262827Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6263530Z | ^~~~~~~~ 2025-06-05T23:28:54.6272499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6285468Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6295934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6304979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6314734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6320498Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6321459Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6322032Z 94 | struct array 2025-06-05T23:28:54.6322288Z | ^~~~~ 2025-06-05T23:28:54.6323251Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:54.6324238Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6324641Z | ^~~~~~~~ 2025-06-05T23:28:54.6331635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6351753Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6369986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6386515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6404158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6412473Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6414317Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6415370Z 94 | struct array 2025-06-05T23:28:54.6415766Z | ^~~~~ 2025-06-05T23:28:54.6417425Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:54.6418960Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6419662Z | ^~~~~~~~ 2025-06-05T23:28:54.6429692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6450785Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6464587Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6481501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6492708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6497507Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6498727Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6499300Z 94 | struct array 2025-06-05T23:28:54.6499651Z | ^~~~~ 2025-06-05T23:28:54.6500658Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:54.6501625Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6502033Z | ^~~~~~~~ 2025-06-05T23:28:54.6509939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6527795Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6540968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6551671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6568064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6575494Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6577129Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6578030Z 94 | struct array 2025-06-05T23:28:54.6578467Z | ^~~~~ 2025-06-05T23:28:54.6579978Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:54.6581340Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6582003Z | ^~~~~~~~ 2025-06-05T23:28:54.6590363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6602784Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6621785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6635503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6648642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6655346Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6656761Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6657580Z 94 | struct array 2025-06-05T23:28:54.6657945Z | ^~~~~ 2025-06-05T23:28:54.6659232Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:54.6660398Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6660966Z | ^~~~~~~~ 2025-06-05T23:28:54.6668368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6683923Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6699072Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6712704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6729389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6733960Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6735038Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6735612Z 94 | struct array 2025-06-05T23:28:54.6735918Z | ^~~~~ 2025-06-05T23:28:54.6736894Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.6737729Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6738118Z | ^~~~~~~~ 2025-06-05T23:28:54.6743442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6755479Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6769542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6778828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6787955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6792122Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6793096Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6793842Z 94 | struct array 2025-06-05T23:28:54.6794219Z | ^~~~~ 2025-06-05T23:28:54.6795508Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.6796721Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6797705Z | ^~~~~~~~ 2025-06-05T23:28:54.6806356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6822719Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6836683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6852568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6868531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6875813Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6876785Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6877353Z 94 | struct array 2025-06-05T23:28:54.6877592Z | ^~~~~ 2025-06-05T23:28:54.6879629Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.6881071Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6881772Z | ^~~~~~~~ 2025-06-05T23:28:54.6890963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.6904282Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::r[ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:28:54.6912944Z untime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.6922303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6934374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.6943849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.6948877Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.6950416Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.6951383Z 94 | struct array 2025-06-05T23:28:54.6951782Z | ^~~~~ 2025-06-05T23:28:54.6953391Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.6954862Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.6955521Z | ^~~~~~~~ 2025-06-05T23:28:54.6964214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.6983813Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.7001844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7016246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7026003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7031472Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.7032960Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7033914Z 94 | struct array 2025-06-05T23:28:54.7034323Z | ^~~~~ 2025-06-05T23:28:54.7035765Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.7036669Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7037084Z | ^~~~~~~~ 2025-06-05T23:28:54.7044313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7056607Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.7067016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7075741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7086707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7092657Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.7094361Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7095519Z 94 | struct array 2025-06-05T23:28:54.7095985Z | ^~~~~ 2025-06-05T23:28:54.7097575Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.7098948Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7099617Z | ^~~~~~~~ 2025-06-05T23:28:54.7108665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.7124920Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.7147014Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7164097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7173840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7181779Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.7183525Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7184513Z 94 | struct array 2025-06-05T23:28:54.7184925Z | ^~~~~ 2025-06-05T23:28:54.7186445Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.7187973Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7188676Z | ^~~~~~~~ 2025-06-05T23:28:54.7198122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7218172Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.7230693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7243253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.7253030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7257799Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-06-05T23:28:54.7258731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7259278Z 94 | struct array 2025-06-05T23:28:54.7259535Z | ^~~~~ 2025-06-05T23:28:54.7260364Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.7261217Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7261630Z | ^~~~~~~~ 2025-06-05T23:28:54.7265655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.7274332Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7282578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7291057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7305163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:54.7312039Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:192:3: required from here 2025-06-05T23:28:54.7313683Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7314497Z 94 | struct array 2025-06-05T23:28:54.7314918Z | ^~~~~ 2025-06-05T23:28:54.7316398Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:54.7317820Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7318535Z | ^~~~~~~~ 2025-06-05T23:28:54.7326893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7344592Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7360346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7374466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7388625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:54.7395538Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:192:3: required from here 2025-06-05T23:28:54.7397240Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7398245Z 94 | struct array 2025-06-05T23:28:54.7398679Z | ^~~~~ 2025-06-05T23:28:54.7400205Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:54.7401631Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7402452Z | ^~~~~~~~ 2025-06-05T23:28:54.7410146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.7417557Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:28:54.7429589Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7444453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7457902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7472262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:54.7479257Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:192:3: required from here 2025-06-05T23:28:54.7480938Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7482002Z 94 | struct array 2025-06-05T23:28:54.7482437Z | ^~~~~ 2025-06-05T23:28:54.7483956Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:54.7485314Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7486020Z | ^~~~~~~~ 2025-06-05T23:28:54.7494128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7511781Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7529090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7542488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:54.7556756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:54.7563640Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:192:3: required from here 2025-06-05T23:28:54.7565339Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7566342Z 94 | struct array 2025-06-05T23:28:54.7566760Z | ^~~~~ 2025-06-05T23:28:54.7568283Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:54.7569720Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7570385Z | ^~~~~~~~ 2025-06-05T23:28:54.7579346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7598328Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.7616357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7630034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7641666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7645278Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.7646222Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7646807Z 94 | struct array 2025-06-05T23:28:54.7647062Z | ^~~~~ 2025-06-05T23:28:54.7647958Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:54.7648794Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7649233Z | ^~~~~~~~ 2025-06-05T23:28:54.7654063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7667194Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.7685298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7693529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7700589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7704059Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.7704970Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7705541Z 94 | struct array 2025-06-05T23:28:54.7705797Z | ^~~~~ 2025-06-05T23:28:54.7706668Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:54.7707498Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7707906Z | ^~~~~~~~ 2025-06-05T23:28:54.7712465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7723025Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.7732634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7742724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7750033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7753492Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.7754396Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7755080Z 94 | struct array 2025-06-05T23:28:54.7755329Z | ^~~~~ 2025-06-05T23:28:54.7756247Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:54.7757080Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7757489Z | ^~~~~~~~ 2025-06-05T23:28:54.7762063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7772330Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.7781649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7788927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7796434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7800445Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.7801550Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7802501Z 94 | struct array 2025-06-05T23:28:54.7802814Z | ^~~~~ 2025-06-05T23:28:54.7803728Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:54.7804607Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7804999Z | ^~~~~~~~ 2025-06-05T23:28:54.7809617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7819505Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.7829431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7838199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7845208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7848765Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.7849661Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7850221Z 94 | struct array 2025-06-05T23:28:54.7850477Z | ^~~~~ 2025-06-05T23:28:54.7851315Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:54.7852115Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7852519Z | ^~~~~~~~ 2025-06-05T23:28:54.7858030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.7868359Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.7881537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7892475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.7902869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.7907966Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.7909437Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.7910318Z 94 | struct array 2025-06-05T23:28:54.7910693Z | ^~~~~ 2025-06-05T23:28:54.7912057Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:54.7913250Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.7914015Z | ^~~~~~~~ 2025-06-05T23:28:54.8009872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.8031405Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.8051401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.8067107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.8083227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:261:76: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = 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&, std::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:54.8090373Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:260:3: required from here 2025-06-05T23:28:54.8092067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8093300Z 94 | struct array 2025-06-05T23:28:54.8093891Z | ^~~~~ 2025-06-05T23:28:54.8095638Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:54.8097348Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8098066Z | ^~~~~~~~ 2025-06-05T23:28:54.8099813Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:28:54.8101855Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:28:54.8103817Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:28:54.8106048Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:28:54.8108184Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:28:54.8109934Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:28:54.8111729Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:28:54.8113165Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:54.8114026Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:54.8114850Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:54.8115810Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:54.8116696Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:54.8118317Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-06-05T23:28:54.8119834Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-06-05T23:28:54.8127933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.8148100Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8165174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8179947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8193424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8204390Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8209077Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8211216Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8212486Z 94 | struct array 2025-06-05T23:28:54.8212969Z | ^~~~~ 2025-06-05T23:28:54.8215214Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:54.8217161Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8217867Z | ^~~~~~~~ 2025-06-05T23:28:54.8225880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.8242287Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8260553Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8274145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8287425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8297828Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8302945Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8305123Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8306353Z 94 | struct array 2025-06-05T23:28:54.8307022Z | ^~~~~ 2025-06-05T23:28:54.8309120Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:54.8310956Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8311666Z | ^~~~~~~~ 2025-06-05T23:28:54.8318823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.8335819Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8352856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8366295Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8379891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8391378Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8396223Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8398421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8399446Z 94 | struct array 2025-06-05T23:28:54.8399953Z | ^~~~~ 2025-06-05T23:28:54.8401465Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:54.8402878Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8403465Z | ^~~~~~~~ 2025-06-05T23:28:54.8407646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.8416688Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8430938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8444437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8457642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8467958Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8472307Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8474014Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8475172Z 94 | struct array 2025-06-05T23:28:54.8475776Z | ^~~~~ 2025-06-05T23:28:54.8477422Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:54.8479035Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8479864Z | ^~~~~~~~ 2025-06-05T23:28:54.8487215Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.8503157Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8517849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8531866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8544306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8553378Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8555732Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8556799Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8557367Z 94 | struct array 2025-06-05T23:28:54.8557603Z | ^~~~~ 2025-06-05T23:28:54.8558469Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:54.8559258Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8559658Z | ^~~~~~~~ 2025-06-05T23:28:54.8563706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.8575351Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8587936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8600292Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8612525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8621981Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8626051Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8645316Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8646346Z 94 | struct array 2025-06-05T23:28:54.8646816Z | ^~~~~ 2025-06-05T23:28:54.8648336Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:54.8649694Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8650387Z | ^~~~~~~~ 2025-06-05T23:28:54.8656622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.8669432Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8680322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8689240Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8698668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8705697Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8708721Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8709945Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8710697Z 94 | struct array 2025-06-05T23:28:54.8711029Z | ^~~~~ 2025-06-05T23:28:54.8712249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.8713344Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8713899Z | ^~~~~~~~ 2025-06-05T23:28:54.8719860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.8734914Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8746276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8752557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8758811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8763734Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8766252Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8767774Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8768739Z 94 | struct array 2025-06-05T23:28:54.8769176Z | ^~~~~ 2025-06-05T23:28:54.8770708Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:54.8772074Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8772878Z | ^~~~~~~~ 2025-06-05T23:28:54.8779292Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.8793328Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8807512Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8819761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8836062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8845729Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8849769Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8851454Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8852492Z 94 | struct array 2025-06-05T23:28:54.8853023Z | ^~~~~ 2025-06-05T23:28:54.8854630Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.8856136Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8856855Z | ^~~~~~~~ 2025-06-05T23:28:54.8864145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.8880299Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8895956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8908340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8920344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.8929697Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.8933731Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.8935451Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.8936465Z 94 | struct array 2025-06-05T23:28:54.8936970Z | ^~~~~ 2025-06-05T23:28:54.8938556Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:54.8940029Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.8940755Z | ^~~~~~~~ 2025-06-05T23:28:54.8947552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.8962533Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.8976561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.8988353Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9000529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.9010163Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9014375Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.9016017Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9016650Z 94 | struct array 2025-06-05T23:28:54.9016893Z | ^~~~~ 2025-06-05T23:28:54.9017726Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.9018511Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9018908Z | ^~~~~~~~ 2025-06-05T23:28:54.9022748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9031228Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.9039156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9045559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9051993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.9056962Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9059080Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.9059965Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9060512Z 94 | struct array 2025-06-05T23:28:54.9060776Z | ^~~~~ 2025-06-05T23:28:54.9061607Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:54.9062371Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9062779Z | ^~~~~~~~ 2025-06-05T23:28:54.9066385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9074401Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.9081904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9092392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9105027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.9115581Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9118213Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.9119149Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9119723Z 94 | struct array 2025-06-05T23:28:54.9119967Z | ^~~~~ 2025-06-05T23:28:54.9120871Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.9121659Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9122052Z | ^~~~~~~~ 2025-06-05T23:28:54.9126056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9136902Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.9142484Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:28:54.9143661Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:28:54.9147938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9155360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9166485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.9171561Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9174539Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.9176025Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9177047Z 94 | struct array 2025-06-05T23:28:54.9177567Z | ^~~~~ 2025-06-05T23:28:54.9179052Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:54.9180466Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9181453Z | ^~~~~~~~ 2025-06-05T23:28:54.9188063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9202727Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.9216692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9225183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9234985Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.9240048Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9242201Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.9243086Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9243622Z 94 | struct array 2025-06-05T23:28:54.9243876Z | ^~~~~ 2025-06-05T23:28:54.9244681Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:54.9245538Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9245942Z | ^~~~~~~~ 2025-06-05T23:28:54.9249783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9259737Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:54.9269155Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9275534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:54.9281932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::equal_to]’ 2025-06-05T23:28:54.9286894Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9288971Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:25:21: required from here 2025-06-05T23:28:54.9289835Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9290366Z 94 | struct array 2025-06-05T23:28:54.9290621Z | ^~~~~ 2025-06-05T23:28:54.9291417Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:54.9292177Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9292666Z | ^~~~~~~~ 2025-06-05T23:28:54.9297333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9307131Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9316486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9324441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9332996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9338846Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9341001Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9341895Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9342476Z 94 | struct array 2025-06-05T23:28:54.9342721Z | ^~~~~ 2025-06-05T23:28:54.9343628Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:54.9344461Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9344858Z | ^~~~~~~~ 2025-06-05T23:28:54.9349652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9359768Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9369598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9379350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9390742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9396904Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9398987Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9399942Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9400511Z 94 | struct array 2025-06-05T23:28:54.9400765Z | ^~~~~ 2025-06-05T23:28:54.9401668Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:54.9402488Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9402889Z | ^~~~~~~~ 2025-06-05T23:28:54.9407380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9416914Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9425994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9434670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9442794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9448494Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9450563Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9451443Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9452014Z 94 | struct array 2025-06-05T23:28:54.9452267Z | ^~~~~ 2025-06-05T23:28:54.9453214Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:54.9454042Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9454437Z | ^~~~~~~~ 2025-06-05T23:28:54.9459201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9469348Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9478922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9486953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9495097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9500901Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9502952Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9503850Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9504428Z 94 | struct array 2025-06-05T23:28:54.9504664Z | ^~~~~ 2025-06-05T23:28:54.9505545Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:54.9506352Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9506749Z | ^~~~~~~~ 2025-06-05T23:28:54.9512463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9516624Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:28:54.9523367Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9535262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9550390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9565246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9576101Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9579981Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9581573Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9582498Z 94 | struct array 2025-06-05T23:28:54.9582900Z | ^~~~~ 2025-06-05T23:28:54.9584528Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:54.9585991Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9586659Z | ^~~~~~~~ 2025-06-05T23:28:54.9594891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9612399Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9622898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9631232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9639487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9646015Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9649382Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9650506Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9651092Z 94 | struct array 2025-06-05T23:28:54.9651470Z | ^~~~~ 2025-06-05T23:28:54.9652856Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:54.9654163Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9654805Z | ^~~~~~~~ 2025-06-05T23:28:54.9660249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9669721Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9680519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9690293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9702470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9708341Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9710433Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9711283Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9711832Z 94 | struct array 2025-06-05T23:28:54.9712083Z | ^~~~~ 2025-06-05T23:28:54.9712874Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:54.9713673Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9714067Z | ^~~~~~~~ 2025-06-05T23:28:54.9719832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9730402Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9740214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9752477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9764591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9773374Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9776396Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9777649Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9778413Z 94 | struct array 2025-06-05T23:28:54.9778742Z | ^~~~~ 2025-06-05T23:28:54.9779952Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:54.9781170Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9781776Z | ^~~~~~~~ 2025-06-05T23:28:54.9788340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9804471Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9817639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9825404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9834531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9841593Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9844008Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9844911Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9845492Z 94 | struct array 2025-06-05T23:28:54.9845745Z | ^~~~~ 2025-06-05T23:28:54.9846834Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:54.9848184Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9848831Z | ^~~~~~~~ 2025-06-05T23:28:54.9857448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:54.9876817Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9895420Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9911037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:54.9926723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:54.9937680Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:54.9941678Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:54.9943337Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:54.9944546Z 94 | struct array 2025-06-05T23:28:54.9944975Z | ^~~~~ 2025-06-05T23:28:54.9946684Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:54.9948221Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:54.9949005Z | ^~~~~~~~ 2025-06-05T23:28:54.9957580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:54.9975711Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:54.9993412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0008664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0025065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.0036770Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.0040802Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:55.0042468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.0043478Z 94 | struct array 2025-06-05T23:28:55.0043909Z | ^~~~~ 2025-06-05T23:28:55.0045430Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:55.0046864Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.0047587Z | ^~~~~~~~ 2025-06-05T23:28:55.0056660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.0074969Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.0093245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0108450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0124181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.0135739Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.0139804Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:55.0141435Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.0142459Z 94 | struct array 2025-06-05T23:28:55.0142892Z | ^~~~~ 2025-06-05T23:28:55.0144500Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:55.0145965Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.0146671Z | ^~~~~~~~ 2025-06-05T23:28:55.0155019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.0173450Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.0190027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0205068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0220865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.0231298Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.0235033Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:55.0236690Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.0237711Z 94 | struct array 2025-06-05T23:28:55.0238134Z | ^~~~~ 2025-06-05T23:28:55.0239718Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:55.0241199Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.0241904Z | ^~~~~~~~ 2025-06-05T23:28:55.0250981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.0270570Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.0288542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0304183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0320116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.0331239Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.0335255Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:55.0336921Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.0337887Z 94 | struct array 2025-06-05T23:28:55.0338294Z | ^~~~~ 2025-06-05T23:28:55.0339884Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:55.0341308Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.0342025Z | ^~~~~~~~ 2025-06-05T23:28:55.0350400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.0369380Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.0387011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0401767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.0417267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.0428447Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.0432634Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:55.0434243Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.0435222Z 94 | struct array 2025-06-05T23:28:55.0435614Z | ^~~~~ 2025-06-05T23:28:55.0437259Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:55.0438780Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.0439450Z | ^~~~~~~~ 2025-06-05T23:28:55.0448460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.0467666Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.3413451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.3430047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.3445741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.3457028Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.3460758Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:36:21: required from here 2025-06-05T23:28:55.3461821Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.3462684Z 94 | struct array 2025-06-05T23:28:55.3463108Z | ^~~~~ 2025-06-05T23:28:55.3464604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:55.3466023Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.3466735Z | ^~~~~~~~ 2025-06-05T23:28:55.3467810Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:28:55.3469850Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:28:55.3472013Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:28:55.3473608Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:28:55.3475641Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:28:55.3477596Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:28:55.3479127Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:28:55.3480847Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:28:55.3482796Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:28:55.3484703Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:28:55.3486562Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:28:55.3488457Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:28:55.3490468Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:28:55.3492233Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:28:55.3493767Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:28:55.3495841Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:28:55.3497959Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:28:55.3500075Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:28:55.3502239Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:28:55.3503483Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.3504149Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.3504831Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.3505546Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.3506458Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:55.3507803Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:55.3509001Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-06-05T23:28:55.3519593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.3539619Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3557908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3574102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3590976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.3598771Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.3600695Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.3601801Z 94 | struct array 2025-06-05T23:28:55.3602194Z | ^~~~~ 2025-06-05T23:28:55.3603946Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:55.3605448Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.3606130Z | ^~~~~~~~ 2025-06-05T23:28:55.3615715Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.3636431Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3656236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3672702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3689674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.3697754Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.3699689Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.3700650Z 94 | struct array 2025-06-05T23:28:55.3701053Z | ^~~~~ 2025-06-05T23:28:55.3702781Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:55.3704373Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.3705072Z | ^~~~~~~~ 2025-06-05T23:28:55.3714042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.3734446Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3752692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3768610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3787209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.3796004Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.3797834Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.3799010Z 94 | struct array 2025-06-05T23:28:55.3799429Z | ^~~~~ 2025-06-05T23:28:55.3801050Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:55.3802472Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.3803153Z | ^~~~~~~~ 2025-06-05T23:28:55.3812651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.3833529Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3847356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3859016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3870602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.3876145Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.3877396Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.3878153Z 94 | struct array 2025-06-05T23:28:55.3878489Z | ^~~~~ 2025-06-05T23:28:55.3879761Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:55.3881164Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.3881766Z | ^~~~~~~~ 2025-06-05T23:28:55.3887630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.3897931Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3907453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3921964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3937976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.3944929Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.3946501Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.3947369Z 94 | struct array 2025-06-05T23:28:55.3947740Z | ^~~~~ 2025-06-05T23:28:55.3949104Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:55.3950373Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.3950979Z | ^~~~~~~~ 2025-06-05T23:28:55.3960146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.3978740Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.3994183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4010810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4027898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4035869Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4037675Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4038850Z 94 | struct array 2025-06-05T23:28:55.4039252Z | ^~~~~ 2025-06-05T23:28:55.4040971Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:55.4042464Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4043183Z | ^~~~~~~~ 2025-06-05T23:28:55.4052112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.4071038Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4086385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4098693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4112787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4119659Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4121232Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4122161Z 94 | struct array 2025-06-05T23:28:55.4122592Z | ^~~~~ 2025-06-05T23:28:55.4124007Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:55.4125158Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4125772Z | ^~~~~~~~ 2025-06-05T23:28:55.4134452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.4154739Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4173747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4190274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4207166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4215186Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4217039Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4218050Z 94 | struct array 2025-06-05T23:28:55.4218492Z | ^~~~~ 2025-06-05T23:28:55.4220009Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:55.4221313Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4221905Z | ^~~~~~~~ 2025-06-05T23:28:55.4230870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.4249996Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4268321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4283700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4300234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4308209Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4310010Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4311034Z 94 | struct array 2025-06-05T23:28:55.4311459Z | ^~~~~ 2025-06-05T23:28:55.4313002Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:55.4314427Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4315128Z | ^~~~~~~~ 2025-06-05T23:28:55.4324393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.4344957Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4364306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4380830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4397542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4405490Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4407283Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4408298Z 94 | struct array 2025-06-05T23:28:55.4408722Z | ^~~~~ 2025-06-05T23:28:55.4410328Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:55.4411724Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4412515Z | ^~~~~~~~ 2025-06-05T23:28:55.4421823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.4439972Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4457891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4473828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4490417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4498266Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4500016Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4500990Z 94 | struct array 2025-06-05T23:28:55.4501417Z | ^~~~~ 2025-06-05T23:28:55.4502947Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.4504358Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4505083Z | ^~~~~~~~ 2025-06-05T23:28:55.4513096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.4532175Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4551892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4567949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4583751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4590484Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4592088Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4593014Z 94 | struct array 2025-06-05T23:28:55.4593427Z | ^~~~~ 2025-06-05T23:28:55.4594995Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.4596374Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4597118Z | ^~~~~~~~ 2025-06-05T23:28:55.4606319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.4625445Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4644046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4662011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4680535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4684631Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4685848Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4686761Z 94 | struct array 2025-06-05T23:28:55.4687139Z | ^~~~~ 2025-06-05T23:28:55.4688632Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.4690095Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4690824Z | ^~~~~~~~ 2025-06-05T23:28:55.4699917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.4707971Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.4708611Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.4709273Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.4710009Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.4710956Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:55.4712027Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-06-05T23:28:55.4729374Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch:/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.4746880Z :runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.4758474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4776052Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4787375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4795989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4800059Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-06-05T23:28:55.4800963Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4801592Z 94 | struct array 2025-06-05T23:28:55.4801827Z | ^~~~~ 2025-06-05T23:28:55.4802693Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.4803476Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4803859Z | ^~~~~~~~ 2025-06-05T23:28:55.4808204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4816484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4825047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4829529Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-06-05T23:28:55.4830952Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4831953Z 94 | struct array 2025-06-05T23:28:55.4832381Z | ^~~~~ 2025-06-05T23:28:55.4833900Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.4835446Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4836163Z | ^~~~~~~~ 2025-06-05T23:28:55.4845583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.4864766Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4884433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4892206Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:28:55.4893911Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:28:55.4903819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4920699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.4928489Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-06-05T23:28:55.4930347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.4931351Z 94 | struct array 2025-06-05T23:28:55.4931769Z | ^~~~~ 2025-06-05T23:28:55.4933389Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.4934775Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.4935459Z | ^~~~~~~~ 2025-06-05T23:28:55.4944378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.4963529Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4980956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.4996770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5013679Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.5021618Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-06-05T23:28:55.5023365Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.5024368Z 94 | struct array 2025-06-05T23:28:55.5024810Z | ^~~~~ 2025-06-05T23:28:55.5026341Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.5027776Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.5028480Z | ^~~~~~~~ 2025-06-05T23:28:55.5038102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.5058221Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5077464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5094130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5110851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.5118889Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-06-05T23:28:55.5120599Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.5121619Z 94 | struct array 2025-06-05T23:28:55.5122054Z | ^~~~~ 2025-06-05T23:28:55.5123628Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.5125076Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.5125779Z | ^~~~~~~~ 2025-06-05T23:28:55.5133497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.5150565Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5166924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5181271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5195759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.5202713Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:135:3: required from here 2025-06-05T23:28:55.5204335Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.5205440Z 94 | struct array 2025-06-05T23:28:55.5205864Z | ^~~~~ 2025-06-05T23:28:55.5207556Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:55.5209021Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.5209738Z | ^~~~~~~~ 2025-06-05T23:28:55.5218191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.5236329Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5253759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5268135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5282727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.5289685Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:135:3: required from here 2025-06-05T23:28:55.5291209Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.5292201Z 94 | struct array 2025-06-05T23:28:55.5292609Z | ^~~~~ 2025-06-05T23:28:55.5294245Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:55.5295666Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.5296370Z | ^~~~~~~~ 2025-06-05T23:28:55.5304096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.5321698Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5337782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5350459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5364889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.5371922Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:135:3: required from here 2025-06-05T23:28:55.5373632Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.5374668Z 94 | struct array 2025-06-05T23:28:55.5375089Z | ^~~~~ 2025-06-05T23:28:55.5376672Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:55.5378139Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.5378849Z | ^~~~~~~~ 2025-06-05T23:28:55.5387041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.5405003Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5422249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5436749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:55.5451434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:55.5458606Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:135:3: required from here 2025-06-05T23:28:55.5460327Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.5461316Z 94 | struct array 2025-06-05T23:28:55.5461744Z | ^~~~~ 2025-06-05T23:28:55.5463308Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:55.5464785Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.5465588Z | ^~~~~~~~ 2025-06-05T23:28:55.5466666Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:28:55.5468399Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:28:55.5470226Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:28:55.6462053Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:28:55.6463908Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:28:55.6465437Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:28:55.6467006Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:28:55.6468570Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:28:55.6470674Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:28:55.6472297Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.6472966Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.6473705Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.6474421Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.6475340Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:55.6476555Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-06-05T23:28:55.6477685Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-06-05T23:28:55.6485198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.6501480Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.6516963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6533011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6545733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.6555594Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.6577549Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.6579380Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.6580448Z 94 | struct array 2025-06-05T23:28:55.6581045Z | ^~~~~ 2025-06-05T23:28:55.6582864Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:55.6584463Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.6585233Z | ^~~~~~~~ 2025-06-05T23:28:55.6592440Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.6608970Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.6624736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6637327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6650153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.6660091Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.6664182Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.6665961Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.6666925Z 94 | struct array 2025-06-05T23:28:55.6667375Z | ^~~~~ 2025-06-05T23:28:55.6669067Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:55.6670626Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.6671331Z | ^~~~~~~~ 2025-06-05T23:28:55.6678151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.6693832Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.6708561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6720793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6733620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.6743220Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.6746735Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.6748244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.6749136Z 94 | struct array 2025-06-05T23:28:55.6749512Z | ^~~~~ 2025-06-05T23:28:55.6750927Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:55.6752223Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.6752817Z | ^~~~~~~~ 2025-06-05T23:28:55.6759249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.6778278Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.6796645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6808902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6817041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.6824676Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.6827983Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.6829533Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.6830272Z 94 | struct array 2025-06-05T23:28:55.6830565Z | ^~~~~ 2025-06-05T23:28:55.6831531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:55.6832466Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.6833039Z | ^~~~~~~~ 2025-06-05T23:28:55.6837440Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.6846872Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.6856247Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6866882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6878576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.6887853Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.6891577Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.6893313Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.6894283Z 94 | struct array 2025-06-05T23:28:55.6894661Z | ^~~~~ 2025-06-05T23:28:55.6896114Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:55.6897594Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.6898263Z | ^~~~~~~~ 2025-06-05T23:28:55.6905183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.6921723Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.6937078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6948982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.6960801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.6969854Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.6973683Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.6975301Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.6976265Z 94 | struct array 2025-06-05T23:28:55.6976671Z | ^~~~~ 2025-06-05T23:28:55.6978281Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:55.6979737Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.6980420Z | ^~~~~~~~ 2025-06-05T23:28:55.6986706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7001068Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7014731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7026180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7040233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7049478Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7053639Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7055230Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7056142Z 94 | struct array 2025-06-05T23:28:55.7056555Z | ^~~~~ 2025-06-05T23:28:55.7057912Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:55.7059233Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7059910Z | ^~~~~~~~ 2025-06-05T23:28:55.7066836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7082284Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7098518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7111706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7123571Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7133142Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7136908Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7138534Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7139505Z 94 | struct array 2025-06-05T23:28:55.7139926Z | ^~~~~ 2025-06-05T23:28:55.7141352Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:55.7142767Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7143413Z | ^~~~~~~~ 2025-06-05T23:28:55.7149859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7164285Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7178133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7189912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7201705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7210194Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7213971Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7215637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7216644Z 94 | struct array 2025-06-05T23:28:55.7217066Z | ^~~~~ 2025-06-05T23:28:55.7218702Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:55.7220024Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7220691Z | ^~~~~~~~ 2025-06-05T23:28:55.7227728Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7243279Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7257990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7270233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7282475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7289752Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7292388Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7293612Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7294224Z 94 | struct array 2025-06-05T23:28:55.7294479Z | ^~~~~ 2025-06-05T23:28:55.7295546Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:55.7296606Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7297215Z | ^~~~~~~~ 2025-06-05T23:28:55.7301034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7309409Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7318151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7327715Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7340927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7347217Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7349820Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7350811Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7351525Z 94 | struct array 2025-06-05T23:28:55.7351849Z | ^~~~~ 2025-06-05T23:28:55.7352762Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.7353832Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7354293Z | ^~~~~~~~ 2025-06-05T23:28:55.7358127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7367617Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7376147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7383410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7393238Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7399376Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7402151Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7403185Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7403727Z 94 | struct array 2025-06-05T23:28:55.7403981Z | ^~~~~ 2025-06-05T23:28:55.7404798Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.7405568Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7405966Z | ^~~~~~~~ 2025-06-05T23:28:55.7409965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7418812Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7426822Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7434346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7442052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7448139Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7450570Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7451722Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7452277Z 94 | struct array 2025-06-05T23:28:55.7452515Z | ^~~~~ 2025-06-05T23:28:55.7453700Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.7454854Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7455481Z | ^~~~~~~~ 2025-06-05T23:28:55.7459800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7468996Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7477794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7484939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7492060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7498710Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7501121Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7502415Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7503057Z 94 | struct array 2025-06-05T23:28:55.7503312Z | ^~~~~ 2025-06-05T23:28:55.7504311Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.7505103Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7505507Z | ^~~~~~~~ 2025-06-05T23:28:55.7509328Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7517759Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7526924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7534188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7541502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7546864Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7549393Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7550396Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7550949Z 94 | struct array 2025-06-05T23:28:55.7551208Z | ^~~~~ 2025-06-05T23:28:55.7552074Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:55.7553047Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7553450Z | ^~~~~~~~ 2025-06-05T23:28:55.7557580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7568176Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.7577543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7586569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.7594302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater_equal]’ 2025-06-05T23:28:55.7600000Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7602473Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:25:21: required from here 2025-06-05T23:28:55.7603593Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7604225Z 94 | struct array 2025-06-05T23:28:55.7604580Z | ^~~~~ 2025-06-05T23:28:55.7605507Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:55.7606428Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7606891Z | ^~~~~~~~ 2025-06-05T23:28:55.7612172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7623527Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.7633655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7642455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7651306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.7658102Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7660522Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.7661745Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7662508Z 94 | struct array 2025-06-05T23:28:55.7662823Z | ^~~~~ 2025-06-05T23:28:55.7663754Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:55.7664596Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7665083Z | ^~~~~~~~ 2025-06-05T23:28:55.7671863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7684199Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.7696208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7702030Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:28:55.7709542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7721601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.7736742Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7740574Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.7742256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7743301Z 94 | struct array 2025-06-05T23:28:55.7743720Z | ^~~~~ 2025-06-05T23:28:55.7745420Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:55.7746904Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7747590Z | ^~~~~~~~ 2025-06-05T23:28:55.7756053Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7774586Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.7791952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7807097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7822726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.7834267Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7838211Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.7839947Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7840992Z 94 | struct array 2025-06-05T23:28:55.7841530Z | ^~~~~ 2025-06-05T23:28:55.7843076Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:55.7844536Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7845173Z | ^~~~~~~~ 2025-06-05T23:28:55.7854404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.7873482Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.7891948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7907248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7919610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.7927672Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.7930788Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.7932010Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.7932730Z 94 | struct array 2025-06-05T23:28:55.7933119Z | ^~~~~ 2025-06-05T23:28:55.7934506Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:55.7936594Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:28:55.7937725Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.7938287Z | ^~~~~~~~ 2025-06-05T23:28:55.7944432Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.7957657Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.7969976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7979838Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.7992693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8003554Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8007615Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8009308Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8010118Z 94 | struct array 2025-06-05T23:28:55.8010354Z | ^~~~~ 2025-06-05T23:28:55.8011412Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:55.8012207Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8012612Z | ^~~~~~~~ 2025-06-05T23:28:55.8017687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.8028192Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8038439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8046928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8055405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8061607Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8063693Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8064584Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8065163Z 94 | struct array 2025-06-05T23:28:55.8065588Z | ^~~~~ 2025-06-05T23:28:55.8067225Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:55.8068041Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8068445Z | ^~~~~~~~ 2025-06-05T23:28:55.8072895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8084270Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8094983Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8103727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8113780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8124274Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8127801Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8129537Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8130451Z 94 | struct array 2025-06-05T23:28:55.8130851Z | ^~~~~ 2025-06-05T23:28:55.8132211Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:55.8133613Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8134306Z | ^~~~~~~~ 2025-06-05T23:28:55.8142831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.8157157Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8174667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8190007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8205394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8216542Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8220586Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8222286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8223308Z 94 | struct array 2025-06-05T23:28:55.8223730Z | ^~~~~ 2025-06-05T23:28:55.8225140Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:55.8226496Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8227264Z | ^~~~~~~~ 2025-06-05T23:28:55.8235449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8253246Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8270640Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8285461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8299798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8306211Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8308319Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8309365Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8310354Z 94 | struct array 2025-06-05T23:28:55.8310727Z | ^~~~~ 2025-06-05T23:28:55.8312210Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:55.8313506Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8313954Z | ^~~~~~~~ 2025-06-05T23:28:55.8319431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.8331577Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8342567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8352248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8363600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8370979Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8373892Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8375120Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8375767Z 94 | struct array 2025-06-05T23:28:55.8376005Z | ^~~~~ 2025-06-05T23:28:55.8377044Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:55.8378133Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8378598Z | ^~~~~~~~ 2025-06-05T23:28:55.8383809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8395049Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8406282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8415447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8430000Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8440326Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8444174Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8445714Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8446654Z 94 | struct array 2025-06-05T23:28:55.8447217Z | ^~~~~ 2025-06-05T23:28:55.8448665Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:55.8450002Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8450820Z | ^~~~~~~~ 2025-06-05T23:28:55.8459334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.8466809Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.8467477Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.8479621Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8498744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8514056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8529723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8540858Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8544743Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8546415Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8547407Z 94 | struct array 2025-06-05T23:28:55.8547803Z | ^~~~~ 2025-06-05T23:28:55.8549370Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:55.8550735Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8551420Z | ^~~~~~~~ 2025-06-05T23:28:55.8559961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8576385Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runti from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.8584860Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.8585854Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:55.8586991Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:55.8589626Z me::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8600922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8610771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8621093Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.8631357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8641465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.8650978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8662257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.8669225Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8677179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tenso/pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8682252Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8682794Z 94 | struct array 2025-06-05T23:28:55.8683045Z | ^~~~~ 2025-06-05T23:28:55.8683946Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:55.8684759Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8685179Z | ^~~~~~~~ 2025-06-05T23:28:55.8685599Z r; int64_t = long int]::::::]’ 2025-06-05T23:28:55.8687767Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.8689621Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.8690480Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8691028Z 94 | struct array 2025-06-05T23:28:55.8691264Z | ^~~~~ 2025-06-05T23:28:55.8692072Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.8692909Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8693389Z | ^~~~~~~~ 2025-06-05T23:28:55.8698621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.8709929Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.8721882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.8734888Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.8759472Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tenso/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.8775631Z r; int64_t = long int]::::::]’ 2025-06-05T23:28:55.8779813Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.8783464Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.8785198Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8786232Z 94 | struct array 2025-06-05T23:28:55.8786637Z | ^~~~~ 2025-06-05T23:28:55.8788153Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:55.8789550Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8799748Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, co | ^~~~~~~~ 2025-06-05T23:28:55.8810468Z nst executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.8822298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8838456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8858264Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.8877898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.8893446Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.8908811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.8919866Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.8923878Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.8925537Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.8926543Z 94 | struct array 2025-06-05T23:28:55.8926970Z | ^~~~~ 2025-06-05T23:28:55.8928467Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:55.8939385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.8947887Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.8948588Z | ^~~~~~~~ 2025-06-05T23:28:55.8958807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:55.8975965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.8986322Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.8998802Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::/pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.9007839Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9008862Z 94 | struct array 2025-06-05T23:28:55.9009300Z | ^~~~~ 2025-06-05T23:28:55.9011674Z etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.9015368Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.9016962Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9017740Z | ^~~~~~~~ 2025-06-05T23:28:55.9027816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.9043634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.9062302Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9078340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.9095144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9112084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9129517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:55.9141419Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.9144885Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.9146499Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9147433Z 94 | struct array 2025-06-05T23:28:55.9147855Z | ^~~~~ 2025-06-05T23:28:55.9149469Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:55.9150843Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9151539Z | ^~~~~~~~ 2025-06-05T23:28:55.9160107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.9177194Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9191123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9196861Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:28:55.9209802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair::::]’ 2025-06-05T23:28:55.9220386Z runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:55.9227750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:55.9236547Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.9238569Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.9239604Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9240150Z 94 | struct array 2025-06-05T23:28:55.9240425Z | ^~~~~ 2025-06-05T23:28:55.9240927Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:55.9241687Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:55.9242401Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:55.9243013Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:55.9245698Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.9247874Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:55.9248636Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.9249248Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:55.9250113Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9250704Z 94 | struct array 2025-06-05T23:28:55.9250960Z | ^~~~~ 2025-06-05T23:28:55.9252132Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:55.9253238Z 384 | unsigned short x; 2025-06-05T23:28:55.9253507Z | ^ 2025-06-05T23:28:55.9254328Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:55.9255111Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.9255470Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.9255884Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9256391Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.9256781Z | ^~~~~~~~ 2025-06-05T23:28:55.9257168Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.9257756Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:55.9258370Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:55.9263518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.9273414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.9301018Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, cons/pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9321250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9327058Z t executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:55.9333315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.9346089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:55.9360680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:55.9371410Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.9375494Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:36:21: required from here 2025-06-05T23:28:55.9377204Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9378199Z 94 | struct array 2025-06-05T23:28:55.9378619Z | ^~~~~ 2025-06-05T23:28:55.9380094Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:55.9381500Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9382204Z | ^~~~~~~~ 2025-06-05T23:28:55.9392153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9410260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:55.9422745Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.9426309Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.9427988Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9429195Z 94 | struct array 2025-06-05T23:28:55.9429606Z | ^~~~~ 2025-06-05T23:28:55.9430437Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:55.9431901Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:55.9433144Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:55.9434301Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:55.9435544Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:55.9436705Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:55.9439224Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:55.9440989Z 384 | unsigned short x; 2025-06-05T23:28:55.9441442Z | ^ 2025-06-05T23:28:55.9441950Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.9442620Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.9443323Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.9444055Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.9445016Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:55.9446161Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:55.9455843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.9476204Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9495742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9511532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9530029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:55.9542225Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.9545881Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.9547590Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9548646Z 94 | struct array 2025-06-05T23:28:55.9549138Z | ^~~~~ 2025-06-05T23:28:55.9550018Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:55.9551312Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:55.9552486Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:55.9553790Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:55.9554963Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:55.9557439Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:55.9559172Z 84 | uint16_t x; 2025-06-05T23:28:55.9559558Z | ^ 2025-06-05T23:28:55.9560067Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:55.9560722Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:55.9561438Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:55.9562163Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:55.9563148Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:55.9564300Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:55.9574550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.9596010Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9616475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9625208Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:28:55.9626791Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:28:55.9637139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.9662978Z ch::runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:55.9672478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:55.9691225Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9705990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9718407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9730879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:55.9740495Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.9744469Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:55.9746171Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9747253Z 94 | struct array 2025-06-05T23:28:55.9747666Z | ^~~~~ 2025-06-05T23:28:55.9749360Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:55.9750949Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9751660Z | ^~~~~~~~ 2025-06-05T23:28:55.9759090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.9775697Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9791470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9804192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9816852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:55.9826602Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.9830826Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:55.9832569Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9833653Z 94 | struct array 2025-06-05T23:28:55.9834078Z | ^~~~~ 2025-06-05T23:28:55.9835763Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:55.9837368Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9838173Z | ^~~~~~~~ 2025-06-05T23:28:55.9845244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:55.9860681Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9875264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9887383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9900141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:55.9909755Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:55.9913790Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:55.9915493Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9916555Z 94 | struct array 2025-06-05T23:28:55.9916987Z | ^~~~~ 2025-06-05T23:28:55.9918614Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:55.9920148Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:55.9920850Z | ^~~~~~~~ 2025-06-05T23:28:55.9928188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:55.9944669Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:55.9960191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9969167Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:55.9972532Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:55.9974355Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:55.9975424Z 94 | struct array 2025-06-05T23:28:55.9975850Z | ^~~~~ 2025-06-05T23:28:55.9976719Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:55.9978031Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:55.9985763Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:55.9992208Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:55.9993507Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:55.9994676Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:55.9997106Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:55.9998806Z 84 | uint16_t x; 2025-06-05T23:28:55.9999208Z | ^ 2025-06-05T23:28:55.9999683Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.0006708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0012601Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.0013403Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.0014082Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.0015087Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.0016156Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.0020850Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0024867Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0026564Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0027619Z 94 | struct array 2025-06-05T23:28:56.0028049Z | ^~~~~ 2025-06-05T23:28:56.0029654Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:56.0039390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0059198Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0070153Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0070855Z | ^~~~~~~~ 2025-06-05T23:28:56.0079814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0092463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0107524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0125734Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0144413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.0158793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0167101Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.0170649Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.0172252Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0173334Z 94 | struct array 2025-06-05T23:28:56.0173767Z | ^~~~~ 2025-06-05T23:28:56.0181038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0193886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0200920Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.0202485Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0207223Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0211136Z | ^~~~~~~~ 2025-06-05T23:28:56.0212142Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0213905Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0214969Z 94 | struct array 2025-06-05T23:28:56.0236704Z | ^~~~~ 2025-06-05T23:28:56.0237798Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:56.0238602Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0239007Z | ^~~~~~~~ 2025-06-05T23:28:56.0247488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0254937Z es>}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0264978Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tetor::native::utils::SupportedTensorDtypes>, std::pair}]::]’ 2025-06-05T23:28:56.0274969Z nsor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0280028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0286649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0297387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0303211Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0305554Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0306477Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0307028Z 94 | struct array 2025-06-05T23:28:56.0307283Z | ^~~~~ 2025-06-05T23:28:56.0308141Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:56.0308931Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0309329Z | ^~~~~~~~ 2025-06-05T23:28:56.0312767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0326130Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0339424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0347013Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0353375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0358220Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0361467Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0363023Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0363921Z 94 | struct array 2025-06-05T23:28:56.0364312Z | ^~~~~ 2025-06-05T23:28:56.0365243Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:56.0365987Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0366499Z | ^~~~~~~~ 2025-06-05T23:28:56.0370374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0381696Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0395265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0403609Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0414993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0431730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0449607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.0461325Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.0464680Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.0466237Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0467231Z 94 | struct array 2025-06-05T23:28:56.0467639Z | ^~~~~ 2025-06-05T23:28:56.0469321Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.0470759Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0471353Z | ^~~~~~~~ 2025-06-05T23:28:56.0479866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0494415Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0507628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0519086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0532797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.0543706Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.0546690Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.0548184Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0549009Z 94 | struct array 2025-06-05T23:28:56.0549337Z | ^~~~~ 2025-06-05T23:28:56.0550492Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.0551573Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0552107Z | ^~~~~~~~ 2025-06-05T23:28:56.0557224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0567928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0576643Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0579469Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0580697Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0581401Z 94 | struct array 2025-06-05T23:28:56.0581701Z | ^~~~~ 2025-06-05T23:28:56.0582893Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:56.0590287Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const T 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0597385Z | ^~~~~~~~ 2025-06-05T23:28:56.0600594Z ensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0608817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0620219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0634262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0649027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.0660363Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0666867Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.0668789Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.0669691Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0670251Z 94 | struct array 2025-06-05T23:28:56.0670487Z | ^~~~~ 2025-06-05T23:28:56.0671376Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.0672147Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0675437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0678082Z | ^~~~~~~~ 2025-06-05T23:28:56.0683003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0695170Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTY/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0703591Z PE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0708492Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0713821Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0715878Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0720606Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0724713Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0725268Z 94 | struct array 2025-06-05T23:28:56.0725502Z | ^~~~~ 2025-06-05T23:28:56.0726351Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:56.0727187Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0732874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0741365Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0749419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.0756074Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.0758121Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.0759246Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0760060Z 94 | struct array 2025-06-05T23:28:56.0760438Z | ^~~~~ 2025-06-05T23:28:56.0761066Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.0761890Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.0762620Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.0768861Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0778082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0781636Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.0785622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0789368Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.0790010Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.0791433Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.0792347Z 384 | unsigned short x; 2025-06-05T23:28:56.0792761Z | ^ 2025-06-05T23:28:56.0793229Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.0793674Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.0794163Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.0797817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0801268Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.0801870Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.0802494Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.0805321Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0807726Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0808994Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0809622Z 94 | struct array 2025-06-05T23:28:56.0809856Z | ^~~~~ 2025-06-05T23:28:56.0811030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:56.0812040Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0812443Z | ^~~~~~~~ 2025-06-05T23:28:56.0819100Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0828814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.0842699Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, cons/pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0853951Z t Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0861416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0868902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0876502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0889167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.0898913Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.0903071Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.0904679Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.0905659Z 94 | struct array 2025-06-05T23:28:56.0906077Z | ^~~~~ 2025-06-05T23:28:56.0907623Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.0909034Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.0909754Z | ^~~~~~~~ 2025-06-05T23:28:56.0917006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.0942122Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair::::; Args = {std::pair, std::pair, std::pair}]::]’ 2025-06-05T23:28:56.0958512Z :runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:56.0965469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0978252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.0990690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.1000112Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1004004Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.1014111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1023869Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1028091Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1031811Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.1032711Z 94 | struct array 2025-06-05T23:28:56.1033159Z | ^~~~~ 2025-06-05T23:28:56.1034347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1035345Z 94 | struct array 2025-06-05T23:28:56.1035778Z | ^~~~~ 2025-06-05T23:28:56.1037319Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.1038999Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.1040097Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1041150Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.1042093Z | ^~~~~~~~ 2025-06-05T23:28:56.1042985Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.1044268Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.1045600Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.1046763Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.1049232Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.1050918Z 384 | unsigned short x; 2025-06-05T23:28:56.1057588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1063103Z | ^ 2025-06-05T23:28:56.1063639Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.1064291Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.1065005Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.1065709Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.1066673Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.1067815Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.1078122Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1095651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1109521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1121550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1142094Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.1159282Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1163241Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.1164906Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1166071Z 94 | struct array 2025-06-05T23:28:56.1166496Z | ^~~~~ 2025-06-05T23:28:56.1169797Z with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1174293Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.1175746Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1176532Z | ^~~~~~~~ 2025-06-05T23:28:56.1185389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1200353Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1216006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1233819Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1252584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1264955Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1268441Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.1275555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1281923Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1283006Z 94 | struct array 2025-06-05T23:28:56.1283418Z | ^~~~~ 2025-06-05T23:28:56.1284308Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.1285589Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.1286839Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.1288599Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.1296705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1302969Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.1305488Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.1307146Z 84 | uint16_t x; 2025-06-05T23:28:56.1307533Z | ^ 2025-06-05T23:28:56.1308017Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.1308644Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.1315400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.1321229Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.1321950Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.1322921Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.1324030Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.1328871Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1332766Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.1334528Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1335557Z 94 | struct array 2025-06-05T23:28:56.1335964Z | ^~~~~ 2025-06-05T23:28:56.1337505Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.1338947Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1339667Z | ^~~~~~~~ 2025-06-05T23:28:56.1346545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1369927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1386075Z e::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]::]’ 2025-06-05T23:28:56.1392676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1410135Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1429082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1439943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1454574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair]’ 2025-06-05T23:28:56.1464128Z rch::runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:56.1465463Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:28:56.1469226Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1472017Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.1473171Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1473876Z 94 | struct array 2025-06-05T23:28:56.1474178Z | ^~~~~ 2025-06-05T23:28:56.1475231Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:56.1476306Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1476819Z | ^~~~~~~~ 2025-06-05T23:28:56.1482516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1490596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1497045Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1503455Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1509541Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1510140Z 94 | struct array 2025-06-05T23:28:56.1510379Z | ^~~~~ 2025-06-05T23:28:56.1510859Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.1511558Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.1515174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1518388Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.1519077Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.1519706Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.1523562Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::greater; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1530178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::greater]’ 2025-06-05T23:28:56.1535178Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1537939Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.1538834Z 84 | uint16_t x; 2025-06-05T23:28:56.1539072Z | ^ 2025-06-05T23:28:56.1539348Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.1539716Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.1540099Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.1540544Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.1541079Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.1541679Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.1546600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1556982Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1568026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1571945Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:24:79: required from here 2025-06-05T23:28:56.1572839Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1573528Z 94 | struct array 2025-06-05T23:28:56.1573918Z | ^~~~~ 2025-06-05T23:28:56.1575301Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:56.1576651Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1577408Z | ^~~~~~~~ 2025-06-05T23:28:56.1585643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1596236Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.1603401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1608870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1613977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.1622752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1623656Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.1624286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1624377Z 94 | struct array 2025-06-05T23:28:56.1624472Z | ^~~~~ 2025-06-05T23:28:56.1625641Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:56.1625905Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1626063Z | ^~~~~~~~ 2025-06-05T23:28:56.1634250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1640186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1642622Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1643016Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.1643710Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1643803Z 94 | struct array 2025-06-05T23:28:56.1643884Z | ^~~~~ 2025-06-05T23:28:56.1644636Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.1644836Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1644957Z | ^~~~~~~~ 2025-06-05T23:28:56.1652903Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.1653828Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:28:56.1668737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1675152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1675560Z types>}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1686453Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Te/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.1689188Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1689508Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.1690066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1690156Z 94 | struct array 2025-06-05T23:28:56.1690253Z | ^~~~~ 2025-06-05T23:28:56.1692286Z nsor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1698020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1698933Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:56.1699114Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1699226Z | ^~~~~~~~ 2025-06-05T23:28:56.1705088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1706119Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:28:56.1714889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1720341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1722435Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1722776Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.1723267Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1723359Z 94 | struct array 2025-06-05T23:28:56.1723442Z | ^~~~~ 2025-06-05T23:28:56.1724420Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.1724658Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1724785Z | ^~~~~~~~ 2025-06-05T23:28:56.1732112Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.1738067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1742547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1748399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1755612Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1762120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.1766268Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1766865Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.1767728Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1767892Z 94 | struct array 2025-06-05T23:28:56.1775841Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1788309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1795724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1798001Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1798551Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.1798692Z | ^~~~~ 2025-06-05T23:28:56.1799564Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1799708Z 94 | struct array 2025-06-05T23:28:56.1799829Z | ^~~~~ 2025-06-05T23:28:56.1801024Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.1802325Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:56.1802631Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1802941Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1803118Z | ^~~~~~~~ 2025-06-05T23:28:56.1803288Z | ^~~~~~~~ 2025-06-05T23:28:56.1818553Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1819351Z rDtypes>}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1839575Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext/pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const T&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.1847985Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1856993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1865199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.1869367Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1869877Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.1870841Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1870979Z 94 | struct array 2025-06-05T23:28:56.1871096Z | ^~~~~ 2025-06-05T23:28:56.1872345Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:56.1872655Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1872835Z | ^~~~~~~~ 2025-06-05T23:28:56.1880380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1890899Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.1897876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1903530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.1908353Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.1910913Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.1911200Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.1911722Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1911816Z 94 | struct array 2025-06-05T23:28:56.1911900Z | ^~~~~ 2025-06-05T23:28:56.1912732Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:56.1912967Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1913074Z | ^~~~~~~~ 2025-06-05T23:28:56.1917883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.1918016Z [ 32%] Built target subgraph 2025-06-05T23:28:56.1927435Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&,ensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1936519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1945501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.1954645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.1958242Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.1958838Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.1959700Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.1959876Z 94 | struct array 2025-06-05T23:28:56.1960016Z | ^~~~~ 2025-06-05T23:28:56.1961272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.1961562Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.1961735Z | ^~~~~~~~ 2025-06-05T23:28:56.1969967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.1981925Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.1984499Z const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.1985670Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:28:56.1993855Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.2001712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2011674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.2021423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.2025057Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.2025578Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.2026457Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2026600Z 94 | struct array 2025-06-05T23:28:56.2026736Z | ^~~~~ 2025-06-05T23:28:56.2027301Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.2027813Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.2028286Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.2028944Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.2029545Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.2030021Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.2031943Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.2032106Z 384 | unsigned short x; 2025-06-05T23:28:56.2032249Z | ^ 2025-06-05T23:28:56.2032490Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.2032713Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.2032998Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.2033192Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.2033776Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.2034120Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.2044067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.2057035Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.2065220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2074401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.2084600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.2093102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2097197Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2097776Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2098740Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2098896Z 94 | struct array 2025-06-05T23:28:56.2099041Z | ^~~~~ 2025-06-05T23:28:56.2100409Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:56.2100724Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2100913Z | ^~~~~~~~ 2025-06-05T23:28:56.2109285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.2126423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.2139947Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.2143914Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.2145671Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2146876Z 94 | struct array 2025-06-05T23:28:56.2147458Z | ^~~~~ 2025-06-05T23:28:56.2148367Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.2149736Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.2151176Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.2163960Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2174549Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.2175850Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.2177043Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.2179620Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.2181415Z 384 | unsigned short x; 2025-06-05T23:28:56.2181875Z | ^ 2025-06-05T23:28:56.2182398Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.2183055Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.2191161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2197887Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.2198613Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.2199606Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.2200746Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.2219079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2243041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2254407Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2258361Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2259937Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2260924Z 94 | struct array 2025-06-05T23:28:56.2261344Z | ^~~~~ 2025-06-05T23:28:56.2262851Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:56.2264286Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2264967Z | ^~~~~~~~ 2025-06-05T23:28:56.2273766Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.2293051Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2312343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2319492Z long int; auto:4 = long int]’: 2025-06-05T23:28:56.2328734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2349312Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.2368463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2379791Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2383821Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2385421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2386412Z 94 | struct array 2025-06-05T23:28:56.2386827Z | ^~~~~ 2025-06-05T23:28:56.2388339Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:56.2389789Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2390499Z | ^~~~~~~~ 2025-06-05T23:28:56.2398877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.2414561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.2431754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.2451623Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2469500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2484790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2500772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2511835Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2515844Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2517536Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2518555Z 94 | struct array 2025-06-05T23:28:56.2519000Z | ^~~~~ 2025-06-05T23:28:56.2520623Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:56.2522189Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2522918Z | ^~~~~~~~ 2025-06-05T23:28:56.2532089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.2549455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.2561732Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.2565213Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.2566894Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2567945Z 94 | struct array 2025-06-05T23:28:56.2568356Z | ^~~~~ 2025-06-05T23:28:56.2569230Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.2570508Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.2571622Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.2584863Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2603287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2619162Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2633997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2645066Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2649152Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2650830Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2651829Z 94 | struct array 2025-06-05T23:28:56.2652245Z | ^~~~~ 2025-06-05T23:28:56.2653876Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:56.2655367Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2656081Z | ^~~~~~~~ 2025-06-05T23:28:56.2657088Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.2658348Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.2666869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.2685221Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2701817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2716844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2733027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2744365Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2748394Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2749943Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2750960Z 94 | struct array 2025-06-05T23:28:56.2751385Z | ^~~~~ 2025-06-05T23:28:56.2752945Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:56.2754389Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2755091Z | ^~~~~~~~ 2025-06-05T23:28:56.2763863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.2783525Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2802282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2817829Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2831896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2841835Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2845486Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2847009Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2847924Z 94 | struct array 2025-06-05T23:28:56.2848336Z | ^~~~~ 2025-06-05T23:28:56.2849744Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:56.2851032Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2851706Z | ^~~~~~~~ 2025-06-05T23:28:56.2860256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.2881029Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.2901498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2918726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.2937561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.2950407Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.2955048Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.2956942Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.2958123Z 94 | struct array 2025-06-05T23:28:56.2958620Z | ^~~~~ 2025-06-05T23:28:56.2960418Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:56.2962229Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.2963048Z | ^~~~~~~~ 2025-06-05T23:28:56.2973751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.2993284Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.3002991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.3011037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.3015906Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.3016825Z 84 | uint16_t x; 2025-06-05T23:28:56.3017048Z | ^ 2025-06-05T23:28:56.3017343Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.3017742Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.3018143Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.3018533Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.3019066Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.3019686Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.3024297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.3030777Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.3034421Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.3036000Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3037012Z 94 | struct array 2025-06-05T23:28:56.3037434Z | ^~~~~ 2025-06-05T23:28:56.3038984Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:56.3040446Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3050930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.3071090Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3089411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3102632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3108884Z | ^~~~~~~~ 2025-06-05T23:28:56.3116281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3125100Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3127688Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3135160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.3142941Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3143968Z 94 | struct array 2025-06-05T23:28:56.3144341Z | ^~~~~ 2025-06-05T23:28:56.3144862Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.3145608Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.3146239Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.3146909Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.3147537Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.3148974Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.3149878Z 84 | uint16_t x; 2025-06-05T23:28:56.3154609Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime:: | ^ 2025-06-05T23:28:56.3159974Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.3160349Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.3160735Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.3161202Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.3161729Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.3162344Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.3163876Z etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.3169703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.3178576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.3196923Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.3213880Z float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3224856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3238926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.3246176Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.3250044Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.3251879Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3252824Z 94 | struct array 2025-06-05T23:28:56.3253296Z | ^~~~~ 2025-06-05T23:28:56.3254790Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:56.3256079Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3256763Z | ^~~~~~~~ 2025-06-05T23:28:56.3266629Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3284323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3295993Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3299469Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3301099Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3302086Z 94 | struct array 2025-06-05T23:28:56.3302507Z | ^~~~~ 2025-06-05T23:28:56.3304023Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.3305402Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3306109Z | ^~~~~~~~ 2025-06-05T23:28:56.3315666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.3335516Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3351165Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.3374560Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, cons/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3387624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3393325Z t executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.3398939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.3406996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.3416991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.3424348Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::greater; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.3426785Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:34:79: required from here 2025-06-05T23:28:56.3428015Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3428832Z 94 | struct array 2025-06-05T23:28:56.3429077Z | ^~~~~ 2025-06-05T23:28:56.3430010Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:56.3431100Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3431506Z | ^~~~~~~~ 2025-06-05T23:28:56.3438020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3447661Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3450007Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:28:56.3451122Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3452208Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3453068Z 94 | struct array 2025-06-05T23:28:56.3453313Z | ^~~~~ 2025-06-05T23:28:56.3454165Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.3454991Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3455483Z | ^~~~~~~~ 2025-06-05T23:28:56.3460869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.3472301Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3483424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3493570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3504453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3511056Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3512907Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3513799Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3514413Z 94 | struct array 2025-06-05T23:28:56.3514650Z | ^~~~~ 2025-06-05T23:28:56.3515485Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.3516264Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3516650Z | ^~~~~~~~ 2025-06-05T23:28:56.3522156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.3534981Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3546425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3556701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3566962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3573736Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3575603Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3576497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3577049Z 94 | struct array 2025-06-05T23:28:56.3577297Z | ^~~~~ 2025-06-05T23:28:56.3578117Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.3578967Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.3579549Z | ^~~~~~~~ 2025-06-05T23:28:56.3580138Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:28:56.3585557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.3596836Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3608084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3617479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3627570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3634601Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3636499Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3637713Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3638351Z 94 | struct array 2025-06-05T23:28:56.3638590Z | ^~~~~ 2025-06-05T23:28:56.3639058Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.3639773Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.3640427Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.3641042Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.3641709Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.3642338Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.3662530Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.3663543Z 384 | unsigned short x; 2025-06-05T23:28:56.3663815Z | ^ 2025-06-05T23:28:56.3664124Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.3664483Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.3664969Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.3665357Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.3665884Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.3666480Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.3672431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.3684621Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3698736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3710931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3723714Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3732463Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3735347Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3736432Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3737369Z 94 | struct array 2025-06-05T23:28:56.3737702Z | ^~~~~ 2025-06-05T23:28:56.3738651Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.3740020Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.3741074Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.3742014Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.3743064Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.3744153Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.3746644Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.3748957Z 384 | unsigned short x; 2025-06-05T23:28:56.3749529Z | ^ 2025-06-05T23:28:56.3750069Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.3750712Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.3751441Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.3752278Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.3753250Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.3754252Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.3763619Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.3783823Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3802692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3819267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3837778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3850036Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3853638Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3855335Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3856345Z 94 | struct array 2025-06-05T23:28:56.3856761Z | ^~~~~ 2025-06-05T23:28:56.3857658Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.3858924Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.3860056Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.3861284Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.3862461Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.3864837Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.3866544Z 84 | uint16_t x; 2025-06-05T23:28:56.3866951Z | ^ 2025-06-05T23:28:56.3867416Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.3868080Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.3868876Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.3869589Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.3870543Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.3871638Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.3881663Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.3902894Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.3922843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3939980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.3958062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.3970178Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = float; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.3973757Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.3975450Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.3976504Z 94 | struct array 2025-06-05T23:28:56.3976920Z | ^~~~~ 2025-06-05T23:28:56.3977802Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.3979060Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.3980173Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.3981454Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.3982592Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.3985083Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.3986877Z 84 | uint16_t x; 2025-06-05T23:28:56.3987259Z | ^ 2025-06-05T23:28:56.3987726Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.3988362Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.3989065Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.3989783Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.3990737Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.3991905Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.4001282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4020961Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4039642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4056137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4074549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4086420Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4089906Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4091538Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4092576Z 94 | struct array 2025-06-05T23:28:56.4093045Z | ^~~~~ 2025-06-05T23:28:56.4094622Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.4096055Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4096763Z | ^~~~~~~~ 2025-06-05T23:28:56.4105509Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4126975Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4147245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4164508Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4182451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4194473Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4197844Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4199638Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4200637Z 94 | struct array 2025-06-05T23:28:56.4201057Z | ^~~~~ 2025-06-05T23:28:56.4202554Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.4203964Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4204685Z | ^~~~~~~~ 2025-06-05T23:28:56.4213971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4233458Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4247105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4256262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4266286Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4273271Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4275339Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4276286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4276909Z 94 | struct array 2025-06-05T23:28:56.4277249Z | ^~~~~ 2025-06-05T23:28:56.4278156Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.4279004Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4279424Z | ^~~~~~~~ 2025-06-05T23:28:56.4285136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4297463Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4309531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4319837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4331098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4337828Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4341006Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4342792Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4343760Z 94 | struct array 2025-06-05T23:28:56.4344381Z | ^~~~~ 2025-06-05T23:28:56.4345901Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.4347321Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4348004Z | ^~~~~~~~ 2025-06-05T23:28:56.4357155Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4374992Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4386059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4395140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4405138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4411839Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4413861Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4414853Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4415416Z 94 | struct array 2025-06-05T23:28:56.4415656Z | ^~~~~ 2025-06-05T23:28:56.4416176Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.4417006Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.4417665Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.4418328Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.4419071Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.4419705Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.4420992Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.4422529Z 384 | unsigned short x; 2025-06-05T23:28:56.4422928Z | ^ 2025-06-05T23:28:56.4423489Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.4424102Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.4424761Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.4425438Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.4426464Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.4427645Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.4435753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4447266Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4459327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4469480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4484960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4495850Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4498827Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4500391Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4501348Z 94 | struct array 2025-06-05T23:28:56.4501748Z | ^~~~~ 2025-06-05T23:28:56.4502499Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.4503695Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.4504733Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.4505682Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.4506732Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.4507708Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.4510183Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.4512026Z 384 | unsigned short x; 2025-06-05T23:28:56.4512543Z | ^ 2025-06-05T23:28:56.4513113Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.4513863Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.4515175Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.4516191Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.4517226Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.4518424Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.4529969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4553133Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4575325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4594665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4616736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4631404Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4635504Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4637478Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4638699Z 94 | struct array 2025-06-05T23:28:56.4639179Z | ^~~~~ 2025-06-05T23:28:56.4640098Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.4641490Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.4642639Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.4643957Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.4645139Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.4646821Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.4647743Z 84 | uint16_t x; 2025-06-05T23:28:56.4647959Z | ^ 2025-06-05T23:28:56.4648235Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.4648587Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.4649055Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.4649440Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.4649969Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.4650584Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.4655968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4674391Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4694311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4706584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4716017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4722330Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4724167Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4725073Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4725632Z 94 | struct array 2025-06-05T23:28:56.4725883Z | ^~~~~ 2025-06-05T23:28:56.4726353Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.4727181Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.4728233Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.4729604Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.4730689Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.4732354Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.4733388Z 84 | uint16_t x; 2025-06-05T23:28:56.4733626Z | ^ 2025-06-05T23:28:56.4734003Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.4734378Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.4734764Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.4735165Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.4735742Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.4736360Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.4741302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4748988Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4753495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4758531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4763597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4765438Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4765729Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4766212Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4766330Z 94 | struct array 2025-06-05T23:28:56.4766415Z | ^~~~~ 2025-06-05T23:28:56.4767083Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.4767273Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4767387Z | ^~~~~~~~ 2025-06-05T23:28:56.4772383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4779580Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4784288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4784657Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:28:56.4789603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4794729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4796573Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4796864Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4797347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4797437Z 94 | struct array 2025-06-05T23:28:56.4797533Z | ^~~~~ 2025-06-05T23:28:56.4798193Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.4798377Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4798527Z | ^~~~~~~~ 2025-06-05T23:28:56.4803181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4809561Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4813991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4818964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4824087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4825910Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4826188Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4826671Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4826774Z 94 | struct array 2025-06-05T23:28:56.4826857Z | ^~~~~ 2025-06-05T23:28:56.4827531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.4827715Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4827824Z | ^~~~~~~~ 2025-06-05T23:28:56.4835772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4845246Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4852470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4861595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4871343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4875163Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4875700Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4876659Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4876824Z 94 | struct array 2025-06-05T23:28:56.4877033Z | ^~~~~ 2025-06-05T23:28:56.4878258Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.4878567Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.4878765Z | ^~~~~~~~ 2025-06-05T23:28:56.4887647Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.4899841Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4908523Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4918304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4928515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4932463Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4933178Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4934686Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4935031Z 94 | struct array 2025-06-05T23:28:56.4935171Z | ^~~~~ 2025-06-05T23:28:56.4935755Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.4936306Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.4936802Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.4937423Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.4938058Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.4938440Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.4940367Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.4940556Z 384 | unsigned short x; 2025-06-05T23:28:56.4940710Z | ^ 2025-06-05T23:28:56.4941052Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.4941292Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.4941590Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.4941782Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.4942331Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.4942700Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.4952597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.4965205Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.4974551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4984070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.4993103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.4996356Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.4996803Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.4997677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.4997802Z 94 | struct array 2025-06-05T23:28:56.4997922Z | ^~~~~ 2025-06-05T23:28:56.4998487Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.4999076Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.4999469Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.4999896Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5000461Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5000741Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5001949Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.5002072Z 384 | unsigned short x; 2025-06-05T23:28:56.5002154Z | ^ 2025-06-05T23:28:56.5002300Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5002436Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5002597Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5002711Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5003029Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5003255Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5008298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5015059Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5019852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5027947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5037797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5041230Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5041739Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5042703Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5043002Z 94 | struct array 2025-06-05T23:28:56.5043157Z | ^~~~~ 2025-06-05T23:28:56.5043749Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.5044196Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.5044649Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5045232Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5045646Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5047328Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.5047483Z 84 | uint16_t x; 2025-06-05T23:28:56.5047620Z | ^ 2025-06-05T23:28:56.5047848Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5048073Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5048342Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5048519Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5049070Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5049414Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5058144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5070783Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5079094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5087534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5095269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5099035Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5099632Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5100622Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5100779Z 94 | struct array 2025-06-05T23:28:56.5100915Z | ^~~~~ 2025-06-05T23:28:56.5101512Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.5101979Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.5102512Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5103065Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5103312Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5104415Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.5104529Z 84 | uint16_t x; 2025-06-05T23:28:56.5104608Z | ^ 2025-06-05T23:28:56.5104749Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5104870Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5105070Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5105185Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5105504Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5105710Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5111073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4[ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:28:56.5111285Z = long int]’: 2025-06-05T23:28:56.5117612Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5121989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5126923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5133631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5137509Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5138056Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5138974Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5139131Z 94 | struct array 2025-06-05T23:28:56.5139275Z | ^~~~~ 2025-06-05T23:28:56.5140538Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.5140767Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5140877Z | ^~~~~~~~ 2025-06-05T23:28:56.5145903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5155486Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5160623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5166394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5172287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5174641Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5174976Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5175478Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5175580Z 94 | struct array 2025-06-05T23:28:56.5175660Z | ^~~~~ 2025-06-05T23:28:56.5176509Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.5176700Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5176816Z | ^~~~~~~~ 2025-06-05T23:28:56.5182068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5182827Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:28:56.5190004Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5198052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5207438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5213980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5216397Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5216772Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5217648Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5217802Z 94 | struct array 2025-06-05T23:28:56.5217898Z | ^~~~~ 2025-06-05T23:28:56.5218753Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.5218932Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5219054Z | ^~~~~~~~ 2025-06-05T23:28:56.5225704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5236102Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5241737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5248085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5254267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5256712Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5257061Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5257596Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5257686Z 94 | struct array 2025-06-05T23:28:56.5257771Z | ^~~~~ 2025-06-05T23:28:56.5258463Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.5258638Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5258747Z | ^~~~~~~~ 2025-06-05T23:28:56.5265439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5277303Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5285393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5294260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5303378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5306854Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5307412Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5308359Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5308501Z 94 | struct array 2025-06-05T23:28:56.5308654Z | ^~~~~ 2025-06-05T23:28:56.5309174Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.5309746Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.5310185Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.5310592Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5311201Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5311494Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5313323Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.5313499Z 384 | unsigned short x; 2025-06-05T23:28:56.5313646Z | ^ 2025-06-05T23:28:56.5313899Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5314062Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5314313Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5314519Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5315080Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5315403Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5323906Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5336421Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5345024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5354188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5363777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5367326Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5367805Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5368816Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5368987Z 94 | struct array 2025-06-05T23:28:56.5369126Z | ^~~~~ 2025-06-05T23:28:56.5369697Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.5370271Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.5370721Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.5371143Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5371693Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5372051Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5373874Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.5374032Z 384 | unsigned short x; 2025-06-05T23:28:56.5374180Z | ^ 2025-06-05T23:28:56.5374404Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5374613Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5374890Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5375064Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5375550Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5375877Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5384264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5396389Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5405146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5414286Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5424087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5427637Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5428169Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5429306Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5429572Z 94 | struct array 2025-06-05T23:28:56.5429717Z | ^~~~~ 2025-06-05T23:28:56.5430329Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.5430819Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.5431260Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5431849Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5432183Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5434034Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.5434182Z 84 | uint16_t x; 2025-06-05T23:28:56.5434342Z | ^ 2025-06-05T23:28:56.5434591Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5434783Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5435074Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5435289Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5435846Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5436166Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5445445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5458606Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5467440Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5477248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5487138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5490945Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5491501Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5492474Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5492629Z 94 | struct array 2025-06-05T23:28:56.5492763Z | ^~~~~ 2025-06-05T23:28:56.5493451Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.5493895Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.5494351Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5494918Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5495261Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5497071Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.5497235Z 84 | uint16_t x; 2025-06-05T23:28:56.5497375Z | ^ 2025-06-05T23:28:56.5497610Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5497809Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5498093Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5498316Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5498867Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5499221Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5508049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5520356Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5528790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5538285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5548027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5551539Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5552117Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5553036Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5553184Z 94 | struct array 2025-06-05T23:28:56.5553335Z | ^~~~~ 2025-06-05T23:28:56.5554510Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.5554809Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5555017Z | ^~~~~~~~ 2025-06-05T23:28:56.5564073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5576666Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5585700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5595201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5604902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5608522Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5609048Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5609894Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5610035Z 94 | struct array 2025-06-05T23:28:56.5610170Z | ^~~~~ 2025-06-05T23:28:56.5611398Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.5611762Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5611946Z | ^~~~~~~~ 2025-06-05T23:28:56.5620845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5633016Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5641335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5650733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5661141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5664585Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5665098Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5666096Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5666240Z 94 | struct array 2025-06-05T23:28:56.5666378Z | ^~~~~ 2025-06-05T23:28:56.5667610Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.5667917Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5668103Z | ^~~~~~~~ 2025-06-05T23:28:56.5677475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5689995Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5698874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5708462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5709180Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:28:56.5718814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5722396Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5722880Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5723735Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5723906Z 94 | struct array 2025-06-05T23:28:56.5724047Z | ^~~~~ 2025-06-05T23:28:56.5725345Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.5725622Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5725786Z | ^~~~~~~~ 2025-06-05T23:28:56.5733791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5746169Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5754656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5764248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5773984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5777258Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5777729Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5778527Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5778680Z 94 | struct array 2025-06-05T23:28:56.5778804Z | ^~~~~ 2025-06-05T23:28:56.5779323Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.5779800Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.5780165Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.5780589Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5781158Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5781526Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5782904Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.5783002Z 384 | unsigned short x; 2025-06-05T23:28:56.5783103Z | ^ 2025-06-05T23:28:56.5783245Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5783370Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5783549Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5783665Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5783971Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5784187Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5790959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5799788Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5809517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5820521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5832049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5836141Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5836749Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5837820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5837986Z 94 | struct array 2025-06-05T23:28:56.5838150Z | ^~~~~ 2025-06-05T23:28:56.5838809Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.5839417Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.5839947Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.5840459Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5841081Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5841485Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5843533Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.5843737Z 384 | unsigned short x; 2025-06-05T23:28:56.5843902Z | ^ 2025-06-05T23:28:56.5844175Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5844427Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5844894Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5845125Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5845791Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5846198Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5857086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5867651Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5872634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5881518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5882722Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:28:56.5892437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5896094Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5896637Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5897647Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5897808Z 94 | struct array 2025-06-05T23:28:56.5897946Z | ^~~~~ 2025-06-05T23:28:56.5898514Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.5898977Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.5899423Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5899993Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5900329Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5902119Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.5902376Z 84 | uint16_t x; 2025-06-05T23:28:56.5902511Z | ^ 2025-06-05T23:28:56.5902753Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5902956Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5903220Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5903413Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5903942Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5904262Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5913596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.5926120Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5935613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5944878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5954239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5957500Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = double; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5958061Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5958998Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5959151Z 94 | struct array 2025-06-05T23:28:56.5959300Z | ^~~~~ 2025-06-05T23:28:56.5959833Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.5960273Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.5960704Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.5961268Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.5961645Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.5962935Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.5963056Z 84 | uint16_t x; 2025-06-05T23:28:56.5963176Z | ^ 2025-06-05T23:28:56.5963386Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.5963566Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.5963826Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.5964005Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.5964367Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.5964559Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.5969435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.5975956Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.5980534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5985877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.5991642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.5993645Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.5993930Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.5994428Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.5994519Z 94 | struct array 2025-06-05T23:28:56.5994599Z | ^~~~~ 2025-06-05T23:28:56.5995277Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.5995455Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.5995562Z | ^~~~~~~~ 2025-06-05T23:28:56.6001158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6008765Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6014419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6020564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6026108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6028081Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6028720Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6029458Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6029598Z 94 | struct array 2025-06-05T23:28:56.6029713Z | ^~~~~ 2025-06-05T23:28:56.6030806Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.6031095Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6031228Z | ^~~~~~~~ 2025-06-05T23:28:56.6036383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6044291Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6049478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6055524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6061142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6063250Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6063755Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6064300Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6064430Z 94 | struct array 2025-06-05T23:28:56.6064546Z | ^~~~~ 2025-06-05T23:28:56.6065345Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.6065562Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6065729Z | ^~~~~~~~ 2025-06-05T23:28:56.6071844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6082116Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6087275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6092475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6098939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6100774Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6101238Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6101744Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6101834Z 94 | struct array 2025-06-05T23:28:56.6101930Z | ^~~~~ 2025-06-05T23:28:56.6102604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.6102783Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6102906Z | ^~~~~~~~ 2025-06-05T23:28:56.6107874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6114531Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6119110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6124594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6131126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6133512Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6133972Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6134749Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6134845Z 94 | struct array 2025-06-05T23:28:56.6134929Z | ^~~~~ 2025-06-05T23:28:56.6135239Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.6135560Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.6135982Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.6136356Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6136696Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6136892Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6138409Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.6138524Z 384 | unsigned short x; 2025-06-05T23:28:56.6138608Z | ^ 2025-06-05T23:28:56.6138788Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6138923Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6139085Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6139206Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6139527Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6139791Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6145621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6153755Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6158656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6164105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6164541Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:28:56.6169947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6172073Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6172408Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6173061Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6173154Z 94 | struct array 2025-06-05T23:28:56.6173252Z | ^~~~~ 2025-06-05T23:28:56.6173560Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.6173853Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.6174176Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.6174421Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6174736Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6174944Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6175960Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.6176055Z 384 | unsigned short x; 2025-06-05T23:28:56.6176149Z | ^ 2025-06-05T23:28:56.6176282Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6176402Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6176600Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6176727Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6177028Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6177216Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6182476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6190881Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6197043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6203768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6209287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6211098Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6211392Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6211905Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6212008Z 94 | struct array 2025-06-05T23:28:56.6212089Z | ^~~~~ 2025-06-05T23:28:56.6212428Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.6212726Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.6213126Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6213503Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6213825Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6214968Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.6215055Z 84 | uint16_t x; 2025-06-05T23:28:56.6215135Z | ^ 2025-06-05T23:28:56.6215290Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6215456Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6215624Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6215753Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6216058Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6216246Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6221433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6229443Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6235208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6241065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6247239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6249376Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6249675Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6250214Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6250361Z 94 | struct array 2025-06-05T23:28:56.6250455Z | ^~~~~ 2025-06-05T23:28:56.6250782Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.6251034Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.6251297Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6251644Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6251842Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6252853Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.6253062Z 84 | uint16_t x; 2025-06-05T23:28:56.6253145Z | ^ 2025-06-05T23:28:56.6253298Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6253434Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6253688Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6253877Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6254363Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6254625Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6259595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6266592Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6272214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6277425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6282781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6284636Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6284924Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6285411Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6285549Z 94 | struct array 2025-06-05T23:28:56.6285642Z | ^~~~~ 2025-06-05T23:28:56.6286307Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.6286482Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6286604Z | ^~~~~~~~ 2025-06-05T23:28:56.6291801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6298808Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6304200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6309957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6315451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6317575Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6317885Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6318443Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6318545Z 94 | struct array 2025-06-05T23:28:56.6318624Z | ^~~~~ 2025-06-05T23:28:56.6319332Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.6319587Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6319696Z | ^~~~~~~~ 2025-06-05T23:28:56.6324884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6331869Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6337020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6345333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6353325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6355243Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6355521Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6356023Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6356154Z 94 | struct array 2025-06-05T23:28:56.6356234Z | ^~~~~ 2025-06-05T23:28:56.6356920Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.6357096Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6357204Z | ^~~~~~~~ 2025-06-05T23:28:56.6362142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6368900Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6373644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6378608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6384340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6386230Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6386647Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6387156Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6387275Z 94 | struct array 2025-06-05T23:28:56.6387360Z | ^~~~~ 2025-06-05T23:28:56.6388034Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.6388222Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6388328Z | ^~~~~~~~ 2025-06-05T23:28:56.6393147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6399700Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6404970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6411024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6411709Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:28:56.6417119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6419018Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6419309Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6419838Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6419973Z 94 | struct array 2025-06-05T23:28:56.6420118Z | ^~~~~ 2025-06-05T23:28:56.6420490Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.6420914Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.6421240Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.6421534Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6421914Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6422124Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6423195Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.6423316Z 384 | unsigned short x; 2025-06-05T23:28:56.6423465Z | ^ 2025-06-05T23:28:56.6423605Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6423724Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6423999Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6424185Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6424558Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6424750Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6430659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6438553Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6444938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6450167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6455357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6457265Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6457555Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6458052Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6458157Z 94 | struct array 2025-06-05T23:28:56.6458239Z | ^~~~~ 2025-06-05T23:28:56.6458577Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.6458885Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.6459136Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.6459388Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6459708Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6459912Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6460895Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.6460990Z 384 | unsigned short x; 2025-06-05T23:28:56.6461087Z | ^ 2025-06-05T23:28:56.6461223Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6461343Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6461522Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6461636Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6461972Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6462176Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6466847Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6473793Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6478665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6483870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6489342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6491382Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6491761Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6492518Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6492626Z 94 | struct array 2025-06-05T23:28:56.6492705Z | ^~~~~ 2025-06-05T23:28:56.6493106Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.6493378Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.6493633Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6493951Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6494159Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6495142Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.6495231Z 84 | uint16_t x; 2025-06-05T23:28:56.6495321Z | ^ 2025-06-05T23:28:56.6495457Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6495577Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6495740Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6495908Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6496215Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6496403Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6501579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6508684Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6513532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6518592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6525384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6528453Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6529058Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6529872Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6530022Z 94 | struct array 2025-06-05T23:28:56.6530116Z | ^~~~~ 2025-06-05T23:28:56.6530563Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.6530934Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.6531246Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6531565Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6531792Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6533234Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.6533371Z 84 | uint16_t x; 2025-06-05T23:28:56.6533507Z | ^ 2025-06-05T23:28:56.6533869Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6534017Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6534235Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6534425Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6534843Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6535152Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6541624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6555188Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6563607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6570092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6576570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6578920Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6579385Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6579941Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6580068Z 94 | struct array 2025-06-05T23:28:56.6580177Z | ^~~~~ 2025-06-05T23:28:56.6580926Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.6581184Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6581364Z | ^~~~~~~~ 2025-06-05T23:28:56.6586992Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6594551Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6599912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6605478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6610997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6612879Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6613238Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6613742Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6613870Z 94 | struct array 2025-06-05T23:28:56.6613956Z | ^~~~~ 2025-06-05T23:28:56.6614632Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.6614814Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6614920Z | ^~~~~~~~ 2025-06-05T23:28:56.6620559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6631052Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6636461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6641996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6647514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6649674Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6649975Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6650476Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6650565Z 94 | struct array 2025-06-05T23:28:56.6650658Z | ^~~~~ 2025-06-05T23:28:56.6651405Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.6651801Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6651967Z | ^~~~~~~~ 2025-06-05T23:28:56.6658226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6666633Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6671432Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6676683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6682991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6684913Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6685193Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6685698Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6685788Z 94 | struct array 2025-06-05T23:28:56.6685879Z | ^~~~~ 2025-06-05T23:28:56.6686554Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.6686743Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6686855Z | ^~~~~~~~ 2025-06-05T23:28:56.6692641Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6700284Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6707284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6715428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6725157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6729197Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6729864Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6730888Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6731042Z 94 | struct array 2025-06-05T23:28:56.6731202Z | ^~~~~ 2025-06-05T23:28:56.6731921Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.6732480Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.6733063Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.6733568Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6734182Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6734585Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6736552Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.6736711Z 384 | unsigned short x; 2025-06-05T23:28:56.6736861Z | ^ 2025-06-05T23:28:56.6737111Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6737289Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6737533Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6737735Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6738250Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6738574Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6745306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6754415Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6762850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6771843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6781361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6784792Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6785361Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6786274Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6786440Z 94 | struct array 2025-06-05T23:28:56.6786555Z | ^~~~~ 2025-06-05T23:28:56.6787045Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.6787530Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.6787973Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.6788386Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6788935Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6789287Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6791044Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.6791194Z 384 | unsigned short x; 2025-06-05T23:28:56.6791344Z | ^ 2025-06-05T23:28:56.6791570Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6791774Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6792068Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6792244Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6792800Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6793099Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6799763Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6810050Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6817320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6825491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6825798Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6825986Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6826232Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6826349Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6826768Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:56.6827079Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-06-05T23:28:56.6834176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6837584Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6838132Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6839131Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6839300Z 94 | struct array 2025-06-05T23:28:56.6839455Z | ^~~~~ 2025-06-05T23:28:56.6840015Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.6840464Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.6840937Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6841529Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6841875Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6843739Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.6843893Z 84 | uint16_t x; 2025-06-05T23:28:56.6844144Z | ^ 2025-06-05T23:28:56.6844374Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6844555Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6844814Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6844998Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6845488Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6845797Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6854663Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.6866344Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6875116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6884738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6894708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6898348Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6898884Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6899809Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6900006Z 94 | struct array 2025-06-05T23:28:56.6900250Z | ^~~~~ 2025-06-05T23:28:56.6901088Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.6901660Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.6902196Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.6902818Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.6903219Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.6905237Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.6905579Z 84 | uint16_t x; 2025-06-05T23:28:56.6926321Z | ^ 2025-06-05T23:28:56.6926620Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.6926819Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.6927137Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.6927354Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.6927912Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.6928273Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.6937468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.6949675Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.6958065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6967808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.6977762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.6981431Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.6981945Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.6982857Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.6983033Z 94 | struct array 2025-06-05T23:28:56.6983162Z | ^~~~~ 2025-06-05T23:28:56.6984401Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.6984738Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.6984923Z | ^~~~~~~~ 2025-06-05T23:28:56.6994282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.7007162Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7016280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7025022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7035239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7038835Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7039455Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7040378Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7040534Z 94 | struct array 2025-06-05T23:28:56.7040680Z | ^~~~~ 2025-06-05T23:28:56.7041937Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.7042241Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.7042437Z | ^~~~~~~~ 2025-06-05T23:28:56.7051471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.7063746Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7072305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7081901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7091827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7095666Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7096184Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7097090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7097256Z 94 | struct array 2025-06-05T23:28:56.7097397Z | ^~~~~ 2025-06-05T23:28:56.7098656Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.7099042Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.7099232Z | ^~~~~~~~ 2025-06-05T23:28:56.7108805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.7121638Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7130870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7140726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7161585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7174534Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7178133Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7179761Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7180768Z 94 | struct array 2025-06-05T23:28:56.7181186Z | ^~~~~ 2025-06-05T23:28:56.7182696Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.7184095Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.7184785Z | ^~~~~~~~ 2025-06-05T23:28:56.7193670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.7214271Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7233521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7250356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7268833Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7281068Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7284615Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7286255Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7287274Z 94 | struct array 2025-06-05T23:28:56.7287710Z | ^~~~~ 2025-06-05T23:28:56.7288537Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.7289873Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.7291061Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.7292212Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.7293576Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.7294799Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.7297273Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.7298999Z 384 | unsigned short x; 2025-06-05T23:28:56.7299469Z | ^ 2025-06-05T23:28:56.7299985Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.7300659Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.7301364Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.7302063Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.7303114Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.7304266Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.7314523Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.7335978Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7355862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7373567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7392014Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7404328Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7407871Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7409539Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7410542Z 94 | struct array 2025-06-05T23:28:56.7410979Z | ^~~~~ 2025-06-05T23:28:56.7411811Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.7413227Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.7414479Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.7415561Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.7416831Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.7417983Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.7420459Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.7422186Z 384 | unsigned short x; 2025-06-05T23:28:56.7422643Z | ^ 2025-06-05T23:28:56.7423177Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.7423894Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.7424601Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.7425313Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.7426276Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.7427393Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.7436615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.7456888Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7476437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7493415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7511495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7523475Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7526804Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7529177Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:28:56.7531607Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7532617Z 94 | struct array 2025-06-05T23:28:56.7533124Z | ^~~~~ 2025-06-05T23:28:56.7533974Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.7535138Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.7536316Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.7537568Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.7538732Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.7541267Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.7543016Z 84 | uint16_t x; 2025-06-05T23:28:56.7543414Z | ^ 2025-06-05T23:28:56.7543910Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.7544549Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.7545241Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.7545947Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.7546966Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.7548085Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.7558231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.7579412Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7599572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7616927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7635423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7644274Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-06-05T23:28:56.7647724Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::Half; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7651098Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7652874Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7653988Z 94 | struct array 2025-06-05T23:28:56.7654439Z | ^~~~~ 2025-06-05T23:28:56.7655288Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.7656580Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.7657852Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.7665131Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.7671230Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.7672401Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.7674960Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.7676686Z 84 | uint16_t x; 2025-06-05T23:28:56.7677088Z | ^ 2025-06-05T23:28:56.7677530Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.7678187Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.7678866Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.7679571Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.7680546Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.7681649Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.7691915Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7706676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7718859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7731177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.7745460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.7757410Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.7761432Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.7763166Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7764327Z 94 | struct array 2025-06-05T23:28:56.7764759Z | ^~~~~ 2025-06-05T23:28:56.7766452Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:56.7768013Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.7768725Z | ^~~~~~~~ 2025-06-05T23:28:56.7781444Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7797932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.7808188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7826865Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7840692Z orch::executor::native::utils::SupportedTensorDtypes>, std::pair}]::]’ 2025-06-05T23:28:56.7849938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.7859847Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.7862622Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.7863911Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7864700Z 94 | struct array 2025-06-05T23:28:56.7865192Z | ^~~~~ 2025-06-05T23:28:56.7870826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7876883Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.7878534Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.7879228Z | ^~~~~~~~ 2025-06-05T23:28:56.7886358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.7892434Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:28:56.7900735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.7915290Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.7933726Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Te/pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.7945102Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.7946979Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.7948059Z 94 | struct array 2025-06-05T23:28:56.7948480Z | ^~~~~ 2025-06-05T23:28:56.7950121Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:56.7951759Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.7952438Z | ^~~~~~~~ 2025-06-05T23:28:56.7959120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.7967822Z nsor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7980757Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.7995119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8008913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8023072Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8035395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8044868Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8048763Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8050427Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8051370Z 94 | struct array 2025-06-05T23:28:56.8051759Z | ^~~~~ 2025-06-05T23:28:56.8053398Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:56.8055026Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8055778Z | ^~~~~~~~ 2025-06-05T23:28:56.8062999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.8077996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8096608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.8108534Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.8111963Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.8113550Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8114528Z 94 | struct array 2025-06-05T23:28:56.8114908Z | ^~~~~ 2025-06-05T23:28:56.8116523Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.8117941Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8118618Z | ^~~~~~~~ 2025-06-05T23:28:56.8127176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.8144862Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8154960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8168481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8180334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8183417Z rch::runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:56.8192091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.8203456Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.8206692Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.8208196Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8209446Z 94 | struct array 2025-06-05T23:28:56.8209922Z | ^~~~~ 2025-06-05T23:28:56.8211524Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.8213106Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8213975Z | ^~~~~~~~ 2025-06-05T23:28:56.8220527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8228296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8233919Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8236204Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8237122Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8237833Z 94 | struct array 2025-06-05T23:28:56.8238072Z | ^~~~~ 2025-06-05T23:28:56.8239212Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:56.8240083Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8240481Z | ^~~~~~~~ 2025-06-05T23:28:56.8245049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.8259319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.8276762Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8300036Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const T/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8316138Z ensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8327762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8335142Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:28:56.8343057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8352703Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8356866Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8358574Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8359611Z 94 | struct array 2025-06-05T23:28:56.8360030Z | ^~~~~ 2025-06-05T23:28:56.8361766Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:56.8363263Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8363972Z | ^~~~~~~~ 2025-06-05T23:28:56.8371487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.8387831Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8402832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8417554Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8432932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8445546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8455410Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8459459Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8461139Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8462189Z 94 | struct array 2025-06-05T23:28:56.8462607Z | ^~~~~ 2025-06-05T23:28:56.8464240Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:56.8465731Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8466445Z | ^~~~~~~~ 2025-06-05T23:28:56.8473166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.8488679Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8503385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8515286Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8527445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8536965Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8540764Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8542389Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8543370Z 94 | struct array 2025-06-05T23:28:56.8543793Z | ^~~~~ 2025-06-05T23:28:56.8545318Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:56.8546947Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8547564Z | ^~~~~~~~ 2025-06-05T23:28:56.8554948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.8570613Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8578617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8586636Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8599235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8608766Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8612834Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8614526Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8615531Z 94 | struct array 2025-06-05T23:28:56.8615937Z | ^~~~~ 2025-06-05T23:28:56.8617415Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:56.8618919Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8619643Z | ^~~~~~~~ 2025-06-05T23:28:56.8626126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.8641555Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8656094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8668077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8680310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8689783Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8693884Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8695517Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8696541Z 94 | struct array 2025-06-05T23:28:56.8697064Z | ^~~~~ 2025-06-05T23:28:56.8698587Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:56.8700082Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8700803Z | ^~~~~~~~ 2025-06-05T23:28:56.8708166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.8724341Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8733639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8740442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8744047Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:28:56.8751507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8761474Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8765608Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8767263Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8768305Z 94 | struct array 2025-06-05T23:28:56.8768738Z | ^~~~~ 2025-06-05T23:28:56.8770344Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:56.8771827Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8772550Z | ^~~~~~~~ 2025-06-05T23:28:56.8779096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.8802310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8817821Z rch::runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:56.8824484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8839017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.8854701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8864329Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.8867953Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.8869631Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8870631Z 94 | struct array 2025-06-05T23:28:56.8871061Z | ^~~~~ 2025-06-05T23:28:56.8872611Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.8874086Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8874799Z | ^~~~~~~~ 2025-06-05T23:28:56.8881385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8890987Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8894872Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8896569Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8897560Z 94 | struct array 2025-06-05T23:28:56.8897986Z | ^~~~~ 2025-06-05T23:28:56.8908047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long/usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.8917123Z int; auto:4 = long int]’: 2025-06-05T23:28:56.8917760Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8918468Z | ^~~~~~~~ 2025-06-05T23:28:56.8925488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.8940221Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8951000Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.8958871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8965194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.8971587Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.8978281Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.8982164Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.8983807Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.8984776Z 94 | struct array 2025-06-05T23:28:56.8985191Z | ^~~~~ 2025-06-05T23:28:56.8986669Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:56.8988049Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.8988727Z | ^~~~~~~~ 2025-06-05T23:28:56.8994494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.9009879Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9022957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9031625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9042038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.9047076Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9049273Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.9050161Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9050706Z 94 | struct array 2025-06-05T23:28:56.9050957Z | ^~~~~ 2025-06-05T23:28:56.9051797Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.9052564Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9053045Z | ^~~~~~~~ 2025-06-05T23:28:56.9057272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.9065882Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9073935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9080403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9087863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9095271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.9103594Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9108157Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.9109883Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9110896Z 94 | struct array 2025-06-05T23:28:56.9111335Z | ^~~~~ 2025-06-05T23:28:56.9113099Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:56.9114505Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9115198Z | ^~~~~~~~ 2025-06-05T23:28:56.9121862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.9137041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9155483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.9168039Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.9171692Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.9173473Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9174554Z 94 | struct array 2025-06-05T23:28:56.9175022Z | ^~~~~ 2025-06-05T23:28:56.9175911Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.9177184Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.9178405Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.9179763Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.9181195Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.9182403Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.9184776Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.9186666Z 384 | unsigned short x; 2025-06-05T23:28:56.9187115Z | ^ 2025-06-05T23:28:56.9187630Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.9188267Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.9188948Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.9189664Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.9190633Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.9191761Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.9201850Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9216195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9228761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9244659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.9259780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.9269523Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9273586Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.9275215Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9276226Z 94 | struct array 2025-06-05T23:28:56.9285293Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, cons | ^~~~~ 2025-06-05T23:28:56.9295189Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:56.9296593Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9297286Z | ^~~~~~~~ 2025-06-05T23:28:56.9301002Z t Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9311350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.9337502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9361259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9373693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less_equal; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9379820Z :SupportedTensorDtypes>}]’ 2025-06-05T23:28:56.9386438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less_equal]’ 2025-06-05T23:28:56.9395689Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9399592Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:25:21: required from here 2025-06-05T23:28:56.9401368Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9402485Z 94 | struct array 2025-06-05T23:28:56.9403019Z | ^~~~~ 2025-06-05T23:28:56.9405581Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:56.9406969Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9407667Z | ^~~~~~~~ 2025-06-05T23:28:56.9416348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.9435140Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.9453046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9471749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9486527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.9497772Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9501688Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:56.9503432Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9504480Z 94 | struct array 2025-06-05T23:28:56.9504916Z | ^~~~~ 2025-06-05T23:28:56.9506623Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:56.9508181Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9508908Z | ^~~~~~~~ 2025-06-05T23:28:56.9520152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.9542330Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.9560792Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9577786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9593759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.9604616Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9608118Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:56.9609854Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9610921Z 94 | struct array 2025-06-05T23:28:56.9611342Z | ^~~~~ 2025-06-05T23:28:56.9613098Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:56.9614769Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9615456Z | ^~~~~~~~ 2025-06-05T23:28:56.9624003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.9642145Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.9656070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9666788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9677819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:56.9685481Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:56.9688289Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:56.9689576Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9690321Z 94 | struct array 2025-06-05T23:28:56.9690623Z | ^~~~~ 2025-06-05T23:28:56.9691775Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:56.9692826Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:56.9693442Z | ^~~~~~~~ 2025-06-05T23:28:56.9701488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9710804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.9726905Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:56.9740914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.9747820Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.9750783Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.9752180Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9752795Z 94 | struct array 2025-06-05T23:28:56.9753046Z | ^~~~~ 2025-06-05T23:28:56.9753513Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:56.9754214Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:56.9754874Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:56.9755482Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.9756160Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.9756790Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.9758077Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:56.9759161Z 384 | unsigned short x; 2025-06-05T23:28:56.9759532Z | ^ 2025-06-05T23:28:56.9760011Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.9760588Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.9761270Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.9761946Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.9763055Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.9764242Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.9773515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:56.9789626Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9805243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9817110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9836285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:56.9848690Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:56.9852375Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:56.9854179Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:56.9855303Z 94 | struct array 2025-06-05T23:28:56.9855747Z | ^~~~~ 2025-06-05T23:28:56.9856654Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:56.9857934Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:56.9859122Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:56.9860428Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:56.9861651Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:56.9864140Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:56.9865722Z 84 | uint16_t x; 2025-06-05T23:28:56.9866118Z | ^ 2025-06-05T23:28:56.9866733Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:56.9867412Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:56.9868733Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:56.9869574Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:56.9871017Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:56.9872856Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:56.9887087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:56.9912577Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:56.9932665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9948817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9965747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:56.9982814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:56.9999999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0012655Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0016452Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0018207Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0027861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0034691Z 94 | struct array 2025-06-05T23:28:57.0035085Z | ^~~~~ 2025-06-05T23:28:57.0035925Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.0036335Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.0036724Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.0040988Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0041687Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.0042208Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0042612Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.0043585Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0043747Z 94 | struct array 2025-06-05T23:28:57.0043915Z | ^~~~~ 2025-06-05T23:28:57.0045809Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.0045962Z 84 | uint16_t x; 2025-06-05T23:28:57.0046109Z | ^ 2025-06-05T23:28:57.0046346Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.0046553Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.0046838Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.0047055Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.0047550Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.0047984Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.0056893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0069409Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0071103Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:57.0071601Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0071906Z | ^~~~~~~~ 2025-06-05T23:28:57.0080228Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0088387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0098281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0109729Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0119688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0123460Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0124007Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0125036Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0133138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0133442Z 94 | struct array 2025-06-05T23:28:57.0133624Z | ^~~~~ 2025-06-05T23:28:57.0135072Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.0135630Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0135858Z | ^~~~~~~~ 2025-06-05T23:28:57.0145461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0154358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0171628Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Te/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0175227Z nsor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0179362Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0179944Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0180963Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0181284Z 94 | struct array 2025-06-05T23:28:57.0181502Z | ^~~~~ 2025-06-05T23:28:57.0190671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0192246Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:57.0192665Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0202036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0211337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0221337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0225187Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0225928Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0226974Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0227178Z 94 | struct array 2025-06-05T23:28:57.0227411Z | ^~~~~ 2025-06-05T23:28:57.0228891Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.0229233Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0229626Z | ^~~~~~~~ 2025-06-05T23:28:57.0238749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0251020Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0259600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0269621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0279770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0283372Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0283980Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0284936Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0285338Z 94 | struct array 2025-06-05T23:28:57.0285684Z | ^~~~~ 2025-06-05T23:28:57.0287055Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.0287481Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0287714Z | ^~~~~~~~ 2025-06-05T23:28:57.0297383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0298613Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:28:57.0311300Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0320557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0331586Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0338730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0340861Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0341242Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0341844Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0342094Z 94 | struct array 2025-06-05T23:28:57.0342226Z | ^~~~~ 2025-06-05T23:28:57.0343006Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.0343261Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0343448Z | ^~~~~~~~ 2025-06-05T23:28:57.0348852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0360514Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTY/pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0365119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0370148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0374892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0377421Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0377729Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0378323Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0378568Z 94 | struct array 2025-06-05T23:28:57.0378710Z | ^~~~~ 2025-06-05T23:28:57.0379612Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:57.0379874Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0380015Z | ^~~~~~~~ 2025-06-05T23:28:57.0384542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0391547Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0393397Z PE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0397819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0402702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0408679Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0415217Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0420046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0427590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::e/pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0428157Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0429019Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0429205Z 94 | struct array 2025-06-05T23:28:57.0429656Z tensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0429818Z | ^~~~~ 2025-06-05T23:28:57.0432380Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0433303Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:57.0433526Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0434002Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0434196Z | ^~~~~~~~ 2025-06-05T23:28:57.0434841Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0434943Z 94 | struct array 2025-06-05T23:28:57.0435223Z | ^~~~~ 2025-06-05T23:28:57.0435624Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:57.0435947Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:57.0436268Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:57.0436601Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.0437040Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.0437374Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.0442326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0443652Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:57.0443854Z 384 | unsigned short x; 2025-06-05T23:28:57.0444366Z | ^ 2025-06-05T23:28:57.0444763Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.0445070Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.0445508Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.0445768Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.0446348Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.0446751Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.0456115Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0465828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0471964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0479448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0480675Z tedTensorDtypes>}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0490389Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0496038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0501780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0509905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0512281Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0512655Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0513344Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0513467Z 94 | struct array 2025-06-05T23:28:57.0513685Z | ^~~~~ 2025-06-05T23:28:57.0514139Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:57.0514528Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:57.0514868Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:57.0515265Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.0515628Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.0515891Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.0517186Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:57.0517315Z 384 | unsigned short x; 2025-06-05T23:28:57.0517427Z | ^ 2025-06-05T23:28:57.0517650Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.0517793Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.0518156Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.0518371Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.0518779Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.0521188Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0521559Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.0521838Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0522540Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0522731Z 94 | struct array 2025-06-05T23:28:57.0522883Z | ^~~~~ 2025-06-05T23:28:57.0523688Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:57.0523983Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0524102Z | ^~~~~~~~ 2025-06-05T23:28:57.0531630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0536525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0543487Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0549457Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0554086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0558524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0563623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0568232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0572584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0577916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0580306Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0580674Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0581674Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0581818Z 94 | struct array 2025-06-05T23:28:57.0582022Z | ^~~~~ 2025-06-05T23:28:57.0584392Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0585281Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:57.0585625Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0585914Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0586601Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0586747Z | ^~~~~~~~ 2025-06-05T23:28:57.0586868Z 94 | struct array 2025-06-05T23:28:57.0587028Z | ^~~~~ 2025-06-05T23:28:57.0587586Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.0588006Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.0588446Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.0589058Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.0589448Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.0591310Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.0591676Z 84 | uint16_t x; 2025-06-05T23:28:57.0591935Z | ^ 2025-06-05T23:28:57.0597834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0598082Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.0598235Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.0598436Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.0598576Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.0599093Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.0599318Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.0610183Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0610691Z pportedTensorDtypes>}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0619586Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0624216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0626054Z const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0630734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0632974Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0633361Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0633894Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0634018Z 94 | struct array 2025-06-05T23:28:57.0634176Z | ^~~~~ 2025-06-05T23:28:57.0634884Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:57.0635177Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0635393Z | ^~~~~~~~ 2025-06-05T23:28:57.0640187Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0644405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0654125Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime executorch::runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:57.0655352Z ::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0659293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0668552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtim/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0668941Z e::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0670867Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0671210Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0671753Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0671919Z 94 | struct array 2025-06-05T23:28:57.0672009Z | ^~~~~ 2025-06-05T23:28:57.0672412Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.0672769Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.0673042Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.0673383Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.0677721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0678129Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.0680300Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0681377Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.0681675Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0681792Z 84 | uint16_t x; 2025-06-05T23:28:57.0681928Z | ^ 2025-06-05T23:28:57.0695350Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0695600Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.0695698Z 94 | struct array 2025-06-05T23:28:57.0695834Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.0695916Z | ^~~~~ 2025-06-05T23:28:57.0696082Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.0696211Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.0696992Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:57.0697170Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0697496Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.0697606Z | ^~~~~~~~ 2025-06-05T23:28:57.0697883Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.0702360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0707042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0717604Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, con/pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = st executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0719151Z c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0723355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0727724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0733179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0742077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair::::]’ 2025-06-05T23:28:57.0742442Z torch::runtime::etensor::Tensor*, torch::executor::native::utils::SupportedTensorDtypes>}]’ 2025-06-05T23:28:57.0744583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0744857Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0745383Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0745490Z 94 | struct array 2025-06-05T23:28:57.0745573Z | ^~~~~ 2025-06-05T23:28:57.0746243Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:57.0746446Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0746556Z | ^~~~~~~~ 2025-06-05T23:28:57.0756774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::et/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0757353Z ensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0760905Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0761401Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0762206Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0762354Z 94 | struct array 2025-06-05T23:28:57.0762624Z | ^~~~~ 2025-06-05T23:28:57.0763815Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.0764094Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0769264Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runti | ^~~~~~~~ 2025-06-05T23:28:57.0770378Z me::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0775376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0779323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0788337Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Te/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0790078Z nsor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0794921Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0797553Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0797828Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0798402Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0798501Z 94 | struct array 2025-06-05T23:28:57.0798633Z | ^~~~~ 2025-06-05T23:28:57.0804505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0805491Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:57.0805671Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0805785Z | ^~~~~~~~ 2025-06-05T23:28:57.0810666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0819528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0831014Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0840055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0843174Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0848793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0849235Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0849590Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:28:57.0850107Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0850214Z 94 | struct array 2025-06-05T23:28:57.0850300Z | ^~~~~ 2025-06-05T23:28:57.0851096Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.0851384Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0851554Z | ^~~~~~~~ 2025-06-05T23:28:57.0864014Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long i/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.0864305Z nt; auto:4 = long int]’: 2025-06-05T23:28:57.0870153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.0873083Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.0873449Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.0874253Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:28:57.0881088Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0881239Z 94 | struct array 2025-06-05T23:28:57.0881354Z | ^~~~~ 2025-06-05T23:28:57.0883331Z = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0884286Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:57.0884567Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0884707Z | ^~~~~~~~ 2025-06-05T23:28:57.0890284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0896350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0903619Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::[ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:28:57.0909709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0917512Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0921045Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0921715Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0922663Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0922821Z 94 | struct array 2025-06-05T23:28:57.0922972Z | ^~~~~ 2025-06-05T23:28:57.0924185Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.0924480Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0924754Z | ^~~~~~~~ 2025-06-05T23:28:57.0934045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.0946385Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.0955922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0957029Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:28:57.0966478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.0975774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.0979246Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.0979827Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.0980735Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.0980891Z 94 | struct array 2025-06-05T23:28:57.0981034Z | ^~~~~ 2025-06-05T23:28:57.0982299Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.0982596Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.0982765Z | ^~~~~~~~ 2025-06-05T23:28:57.0984747Z etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.0993031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.0999122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.1011884Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTY/pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.1014204Z PE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1020428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.1026616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1029863Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.1030379Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.1031052Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1031186Z 94 | struct array 2025-06-05T23:28:57.1031296Z | ^~~~~ 2025-06-05T23:28:57.1032355Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:57.1032637Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1032818Z | ^~~~~~~~ 2025-06-05T23:28:57.1038415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1044610Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.1048847Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.1053463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.1057771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.1059900Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less_equal; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.1060174Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:36:21: required from here 2025-06-05T23:28:57.1060664Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1060757Z 94 | struct array 2025-06-05T23:28:57.1060840Z | ^~~~~ 2025-06-05T23:28:57.1061512Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:57.1061688Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1061801Z | ^~~~~~~~ 2025-06-05T23:28:57.1066757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1071871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1073746Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1074048Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1074549Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1074638Z 94 | struct array 2025-06-05T23:28:57.1074721Z | ^~~~~ 2025-06-05T23:28:57.1075027Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:57.1075332Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:57.1075587Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:57.1075833Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1076159Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1076362Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1077337Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:57.1077444Z 384 | unsigned short x; 2025-06-05T23:28:57.1077529Z | ^ 2025-06-05T23:28:57.1077667Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1077801Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1077964Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1078082Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1078400Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1078591Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1084866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1092280Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1098837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1107656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1117588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1120396Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1120822Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1121566Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1121693Z 94 | struct array 2025-06-05T23:28:57.1121815Z | ^~~~~ 2025-06-05T23:28:57.1122278Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:57.1122704Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:57.1123068Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:57.1123437Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1123874Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1124134Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1125541Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:57.1125667Z 384 | unsigned short x; 2025-06-05T23:28:57.1125782Z | ^ 2025-06-05T23:28:57.1125977Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1126135Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1126437Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1126616Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1127037Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1127299Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1134591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.1144020Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1150589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1155698Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1161439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1163324Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1163615Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1164170Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1164261Z 94 | struct array 2025-06-05T23:28:57.1164366Z | ^~~~~ 2025-06-05T23:28:57.1164699Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.1164953Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.1165214Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1165527Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1165722Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1166710Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.1166798Z 84 | uint16_t x; 2025-06-05T23:28:57.1166878Z | ^ 2025-06-05T23:28:57.1167025Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1167486Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1167651Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1167767Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1168082Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1168271Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1173416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1180089Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1185310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1190403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1195539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1197412Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::Half; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1197781Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1198328Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1198420Z 94 | struct array 2025-06-05T23:28:57.1198517Z | ^~~~~ 2025-06-05T23:28:57.1198839Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.1199090Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.1199354Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1199666Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1199857Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1200834Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.1200956Z 84 | uint16_t x; 2025-06-05T23:28:57.1201037Z | ^ 2025-06-05T23:28:57.1201181Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1201299Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1201461Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1201576Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1201892Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1202084Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1208535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.1215611Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1220275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1225582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1231428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1233682Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1234131Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1234924Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1235077Z 94 | struct array 2025-06-05T23:28:57.1235197Z | ^~~~~ 2025-06-05T23:28:57.1236295Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.1236624Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1236799Z | ^~~~~~~~ 2025-06-05T23:28:57.1242526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1250022Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1254830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1259803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1260248Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:28:57.1265599Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1267501Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1267810Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1268299Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1268388Z 94 | struct array 2025-06-05T23:28:57.1268469Z | ^~~~~ 2025-06-05T23:28:57.1269148Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.1269321Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1269429Z | ^~~~~~~~ 2025-06-05T23:28:57.1275140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.1282388Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1287196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1292687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1298324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1300505Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1300910Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1301467Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1301557Z 94 | struct array 2025-06-05T23:28:57.1301649Z | ^~~~~ 2025-06-05T23:28:57.1302721Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.1303058Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1303289Z | ^~~~~~~~ 2025-06-05T23:28:57.1309487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1320186Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1325593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1330894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1336145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1338035Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1338370Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1338875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1338967Z 94 | struct array 2025-06-05T23:28:57.1339090Z | ^~~~~ 2025-06-05T23:28:57.1339775Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.1339951Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1340101Z | ^~~~~~~~ 2025-06-05T23:28:57.1345168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.1352275Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1358917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; CTYPE_OUT = c10::Half; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1368291Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1378037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1381632Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1382134Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1383026Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1383179Z 94 | struct array 2025-06-05T23:28:57.1383305Z | ^~~~~ 2025-06-05T23:28:57.1383836Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:57.1384335Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:57.1384765Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:57.1385201Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1385760Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1386057Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1387817Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:57.1387974Z 384 | unsigned short x; 2025-06-05T23:28:57.1388135Z | ^ 2025-06-05T23:28:57.1388352Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1388536Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1388832Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1389114Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1389678Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1390028Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1398472Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1411060Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1420652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1431084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1441006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1444614Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1445105Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1445992Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1446139Z 94 | struct array 2025-06-05T23:28:57.1446287Z | ^~~~~ 2025-06-05T23:28:57.1446929Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:57.1447461Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:57.1447879Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:57.1448296Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1448833Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1449155Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1450918Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:57.1451166Z 384 | unsigned short x; 2025-06-05T23:28:57.1451319Z | ^ 2025-06-05T23:28:57.1451554Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1451750Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1452030Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1452209Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1452663Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1453116Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1462202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.1474183Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1482836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; CTYPE_OUT = c10::BFloat16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1491951Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1501134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1504519Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1505035Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1506214Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1506379Z 94 | struct array 2025-06-05T23:28:57.1506565Z | ^~~~~ 2025-06-05T23:28:57.1507226Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.1507674Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.1508133Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1508730Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1509080Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1511021Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.1511196Z 84 | uint16_t x; 2025-06-05T23:28:57.1511339Z | ^ 2025-06-05T23:28:57.1511576Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1511807Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1512082Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1512271Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1512885Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1513250Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:9: 2025-06-05T23:28:57.1522429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1534457Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1542142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1551965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = true; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1560183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:374:46: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::internal::SupportNoncontiguousTensors) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]::::::]’ 2025-06-05T23:28:57.1563486Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:76:3: required from ‘torch::executor::native::Tensor& torch::executor::native::{anonymous}::glu_out_tensor(executorch::runtime::KernelRuntimeContext&, const Tensor&, int64_t, torch::executor::native::Tensor&) [with CTYPE_IN = c10::BFloat16; CTYPE_OUT = c10::BFloat16; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; int64_t = long int]’ 2025-06-05T23:28:57.1564164Z /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:125:3: required from here 2025-06-05T23:28:57.1565201Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1565360Z 94 | struct array 2025-06-05T23:28:57.1565495Z | ^~~~~ 2025-06-05T23:28:57.1566096Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:57.1566542Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:57.1566988Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:28:57.1567644Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/activation_ops_util.h:11, 2025-06-05T23:28:57.1568006Z from /pytorch/executorch/kernels/portable/cpu/op_glu.cpp:10: 2025-06-05T23:28:57.1569789Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:57.1569939Z 84 | uint16_t x; 2025-06-05T23:28:57.1570059Z | ^ 2025-06-05T23:28:57.1570709Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:28:57.1571293Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:28:57.1572269Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:28:57.1573056Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:28:57.1574033Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:28:57.1574702Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:28:57.1575362Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:28:57.1576470Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:28:57.1577476Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:28:57.1578550Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:28:57.1579254Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:28:57.1580356Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:28:57.1580602Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.1580812Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.1581091Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.1581280Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.1581797Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.1582312Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:57.1582915Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-06-05T23:28:57.1583315Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-06-05T23:28:57.1589001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.1598693Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1604410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1611408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.1617803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = bool (*)(bool, bool)]’ 2025-06-05T23:28:57.1621854Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:40:48: 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-06-05T23:28:57.1622438Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-06-05T23:28:57.1623372Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.1623535Z 94 | struct array 2025-06-05T23:28:57.1623690Z | ^~~~~ 2025-06-05T23:28:57.1624891Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.1625205Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.1625406Z | ^~~~~~~~ 2025-06-05T23:28:57.1632658Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.1642872Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.1649302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.3106580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.3119469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = bool (*)(bool, bool)]’ 2025-06-05T23:28:57.3128989Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:40:48: 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-06-05T23:28:57.3133130Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-06-05T23:28:57.3134864Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.3135850Z 94 | struct array 2025-06-05T23:28:57.3136279Z | ^~~~~ 2025-06-05T23:28:57.3137792Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.3139169Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.3139868Z | ^~~~~~~~ 2025-06-05T23:28:57.3141347Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:28:57.3143759Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:28:57.3146147Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:28:57.3148153Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:28:57.3149751Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:28:57.3150880Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.3151546Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.3152264Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.3153007Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.3154100Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.3155446Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:57.3156775Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-06-05T23:28:57.3157942Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-06-05T23:28:57.3165270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.3180222Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.3194449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.3206258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.3218684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = bool (*)(bool, bool)]’ 2025-06-05T23:28:57.4862568Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:40:48: 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-06-05T23:28:57.4866391Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-06-05T23:28:57.4868112Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.4869047Z 94 | struct array 2025-06-05T23:28:57.4869448Z | ^~~~~ 2025-06-05T23:28:57.4870841Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.4872301Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.4872953Z | ^~~~~~~~ 2025-06-05T23:28:57.4879761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.4893556Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.4902216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.4908733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.4920670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = bool (*)(bool, bool)]’ 2025-06-05T23:28:57.4931469Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:40:48: 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-06-05T23:28:57.4935354Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-06-05T23:28:57.4937020Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.4937930Z 94 | struct array 2025-06-05T23:28:57.4938341Z | ^~~~~ 2025-06-05T23:28:57.4939805Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.4941039Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.4941735Z | ^~~~~~~~ 2025-06-05T23:28:57.4943264Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:28:57.4945646Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:28:57.4947977Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:28:57.4950530Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:28:57.4952698Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:28:57.4954457Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:28:57.4956519Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:28:57.4957986Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:28:57.4958709Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.4959155Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.4959577Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.4959971Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.4960514Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:57.4961348Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:57.4962061Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-06-05T23:28:57.4962697Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-06-05T23:28:57.4966476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.4974281Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.4981559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.4989122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.4996986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = bool (*)(bool, bool)]’ 2025-06-05T23:28:57.5001856Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:40:48: 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-06-05T23:28:57.5003869Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-06-05T23:28:57.5004823Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.5005377Z 94 | struct array 2025-06-05T23:28:57.5005626Z | ^~~~~ 2025-06-05T23:28:57.5006449Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.5007200Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.5007604Z | ^~~~~~~~ 2025-06-05T23:28:57.5011347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.5019604Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.5027493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6506742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6519134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = bool (*)(bool, bool)]’ 2025-06-05T23:28:57.6528310Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:40:48: 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-06-05T23:28:57.6532356Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-06-05T23:28:57.6534008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6534803Z 94 | struct array 2025-06-05T23:28:57.6535199Z | ^~~~~ 2025-06-05T23:28:57.6536528Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.6537857Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6538568Z | ^~~~~~~~ 2025-06-05T23:28:57.6539865Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:28:57.6542105Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-06-05T23:28:57.6544804Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-06-05T23:28:57.6547032Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:28:57.6548139Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.6548859Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.6549558Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.6550263Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.6551250Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:57.6552541Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-06-05T23:28:57.6553664Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-06-05T23:28:57.6560772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.6574697Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6585662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6592661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6599607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6605025Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6607466Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6608497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6609204Z 94 | struct array 2025-06-05T23:28:57.6609450Z | ^~~~~ 2025-06-05T23:28:57.6610452Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:57.6611422Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6612155Z | ^~~~~~~~ 2025-06-05T23:28:57.6616588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.6626298Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6639266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6649520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6659900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6668086Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6671191Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6672647Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6673635Z 94 | struct array 2025-06-05T23:28:57.6673993Z | ^~~~~ 2025-06-05T23:28:57.6675504Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:57.6677061Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6677678Z | ^~~~~~~~ 2025-06-05T23:28:57.6684338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.6696316Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6705448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6713737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6721578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6728831Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6732817Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6734542Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6735363Z 94 | struct array 2025-06-05T23:28:57.6735657Z | ^~~~~ 2025-06-05T23:28:57.6736742Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:57.6738253Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6738969Z | ^~~~~~~~ 2025-06-05T23:28:57.6744092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.6754022Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6763690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6772892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6784908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6793572Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6797340Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6798946Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6799921Z 94 | struct array 2025-06-05T23:28:57.6800330Z | ^~~~~ 2025-06-05T23:28:57.6801752Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:57.6803089Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6803718Z | ^~~~~~~~ 2025-06-05T23:28:57.6809117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.6819230Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6827778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6835673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6843546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6849003Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6851407Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6852319Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6853143Z 94 | struct array 2025-06-05T23:28:57.6853518Z | ^~~~~ 2025-06-05T23:28:57.6855054Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:57.6856044Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6856586Z | ^~~~~~~~ 2025-06-05T23:28:57.6861351Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.6872490Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6885452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6896180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6907390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6915936Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6919417Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6920950Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6921866Z 94 | struct array 2025-06-05T23:28:57.6922224Z | ^~~~~ 2025-06-05T23:28:57.6923956Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:57.6925284Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6925982Z | ^~~~~~~~ 2025-06-05T23:28:57.6932457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.6946552Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.6959680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6970596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.6981721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.6989579Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.6992003Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.6992910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.6993452Z 94 | struct array 2025-06-05T23:28:57.6993711Z | ^~~~~ 2025-06-05T23:28:57.6994865Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:57.6995755Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.6996146Z | ^~~~~~~~ 2025-06-05T23:28:57.7001623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7013907Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7022642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7030319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7037259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7042961Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7045199Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7046099Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7046868Z 94 | struct array 2025-06-05T23:28:57.7047256Z | ^~~~~ 2025-06-05T23:28:57.7048506Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:57.7049724Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7050405Z | ^~~~~~~~ 2025-06-05T23:28:57.7055513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.7066360Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7080324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7089779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7096535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7101792Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7103939Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7104833Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7105479Z 94 | struct array 2025-06-05T23:28:57.7105722Z | ^~~~~ 2025-06-05T23:28:57.7106581Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:57.7107455Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7107852Z | ^~~~~~~~ 2025-06-05T23:28:57.7112667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7125266Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7139771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7151944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7163626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7172842Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7176613Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7177580Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7178206Z 94 | struct array 2025-06-05T23:28:57.7178593Z | ^~~~~ 2025-06-05T23:28:57.7180059Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:57.7181477Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7182229Z | ^~~~~~~~ 2025-06-05T23:28:57.7188762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.7202670Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7214148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7220507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7227195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7232606Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7235155Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7236061Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7236613Z 94 | struct array 2025-06-05T23:28:57.7236857Z | ^~~~~ 2025-06-05T23:28:57.7237684Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.7238537Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7238946Z | ^~~~~~~~ 2025-06-05T23:28:57.7242903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7252237Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7267570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7279871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7292226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7301698Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7305622Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7307289Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7308304Z 94 | struct array 2025-06-05T23:28:57.7308718Z | ^~~~~ 2025-06-05T23:28:57.7310247Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.7311613Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7312298Z | ^~~~~~~~ 2025-06-05T23:28:57.7318989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.7334052Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7348362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7360091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7371889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7381565Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7385682Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7387367Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7388325Z 94 | struct array 2025-06-05T23:28:57.7388763Z | ^~~~~ 2025-06-05T23:28:57.7390351Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.7391771Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7392462Z | ^~~~~~~~ 2025-06-05T23:28:57.7399588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7416129Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7426148Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:28:57.7433704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7446138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7458999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7468459Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7472451Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7474087Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7475088Z 94 | struct array 2025-06-05T23:28:57.7475522Z | ^~~~~ 2025-06-05T23:28:57.7477193Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.7478663Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7479372Z | ^~~~~~~~ 2025-06-05T23:28:57.7486025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.7500715Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7514253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7525984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7538097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7547600Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7551552Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7553131Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7554248Z 94 | struct array 2025-06-05T23:28:57.7554665Z | ^~~~~ 2025-06-05T23:28:57.7556214Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.7557618Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7558338Z | ^~~~~~~~ 2025-06-05T23:28:57.7565435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7581172Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:57.7596280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7608367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::less; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:57.7620761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::less]’ 2025-06-05T23:28:57.7630341Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7634220Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:24:76: required from here 2025-06-05T23:28:57.7635822Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7636750Z 94 | struct array 2025-06-05T23:28:57.7637176Z | ^~~~~ 2025-06-05T23:28:57.7638738Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:57.7640111Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7640810Z | ^~~~~~~~ 2025-06-05T23:28:57.7649160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.7667764Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.7685273Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7700118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7715661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.7727117Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7731199Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.7733144Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7734185Z 94 | struct array 2025-06-05T23:28:57.7734602Z | ^~~~~ 2025-06-05T23:28:57.7736382Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:57.7738034Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7738681Z | ^~~~~~~~ 2025-06-05T23:28:57.7747533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7766281Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.7785139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7800981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7816837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.7827468Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7831705Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.7833419Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7834412Z 94 | struct array 2025-06-05T23:28:57.7834843Z | ^~~~~ 2025-06-05T23:28:57.7836561Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:57.7838090Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7838775Z | ^~~~~~~~ 2025-06-05T23:28:57.7847627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.7865858Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.7883101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7898435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7906280Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:28:57.7913848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.7922862Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.7926013Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.7927483Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.7928293Z 94 | struct array 2025-06-05T23:28:57.7928889Z | ^~~~~ 2025-06-05T23:28:57.7930253Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:57.7931503Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.7932116Z | ^~~~~~~~ 2025-06-05T23:28:57.7939528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.7955249Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.7972769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7981370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.7991460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8002004Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8005674Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8007361Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8008336Z 94 | struct array 2025-06-05T23:28:57.8008739Z | ^~~~~ 2025-06-05T23:28:57.8010274Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:57.8011793Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8012506Z | ^~~~~~~~ 2025-06-05T23:28:57.8020761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8038843Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8056378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8071602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8087385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8098589Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8102576Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8104249Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8105299Z 94 | struct array 2025-06-05T23:28:57.8105736Z | ^~~~~ 2025-06-05T23:28:57.8107352Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:57.8108863Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8109602Z | ^~~~~~~~ 2025-06-05T23:28:57.8118748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.8138418Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8157072Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8172568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8188585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8199767Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8203763Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8205502Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8206557Z 94 | struct array 2025-06-05T23:28:57.8206965Z | ^~~~~ 2025-06-05T23:28:57.8208584Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:57.8210058Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8210787Z | ^~~~~~~~ 2025-06-05T23:28:57.8219230Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8237194Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8254219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8265471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8273589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8279227Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8281337Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8282187Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8282729Z 94 | struct array 2025-06-05T23:28:57.8282978Z | ^~~~~ 2025-06-05T23:28:57.8283776Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:57.8284541Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8284931Z | ^~~~~~~~ 2025-06-05T23:28:57.8289648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.8299563Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8309037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8317001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8324988Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8331717Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8333830Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8334699Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8335245Z 94 | struct array 2025-06-05T23:28:57.8335485Z | ^~~~~ 2025-06-05T23:28:57.8336381Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:57.8337258Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8337756Z | ^~~~~~~~ 2025-06-05T23:28:57.8342394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8346476Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:28:57.8353063Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8362763Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8370820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8379014Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8384806Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8387078Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8388059Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8388665Z 94 | struct array 2025-06-05T23:28:57.8389060Z | ^~~~~ 2025-06-05T23:28:57.8389960Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:57.8390844Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8391428Z | ^~~~~~~~ 2025-06-05T23:28:57.8392076Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:28:57.8397074Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.8407158Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8413481Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:28:57.8418633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8427308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8436938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8454325Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8456438Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8457409Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8458158Z 94 | struct array 2025-06-05T23:28:57.8458401Z | ^~~~~ 2025-06-05T23:28:57.8459264Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:57.8460072Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8460463Z | ^~~~~~~~ 2025-06-05T23:28:57.8464884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8474266Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8483208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8490915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8499032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8504711Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8506792Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8507663Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8508202Z 94 | struct array 2025-06-05T23:28:57.8508456Z | ^~~~~ 2025-06-05T23:28:57.8509268Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:57.8510050Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8510457Z | ^~~~~~~~ 2025-06-05T23:28:57.8515122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.8524972Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8534929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8543528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8552529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8558983Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8563497Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8565242Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8566311Z 94 | struct array 2025-06-05T23:28:57.8566725Z | ^~~~~ 2025-06-05T23:28:57.8568036Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:57.8568954Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8569414Z | ^~~~~~~~ 2025-06-05T23:28:57.8574344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8583821Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8593426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8601990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8613307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8619297Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8621359Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8622246Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8622802Z 94 | struct array 2025-06-05T23:28:57.8623058Z | ^~~~~ 2025-06-05T23:28:57.8623880Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:57.8624666Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8625072Z | ^~~~~~~~ 2025-06-05T23:28:57.8630325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.8640392Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8649891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8657971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8666151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8672039Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8674304Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8675246Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8675855Z 94 | struct array 2025-06-05T23:28:57.8676234Z | ^~~~~ 2025-06-05T23:28:57.8677190Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:57.8678084Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8678480Z | ^~~~~~~~ 2025-06-05T23:28:57.8683174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8693389Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8702808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8711050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8719298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8724961Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8727016Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8727882Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8728415Z 94 | struct array 2025-06-05T23:28:57.8728899Z | ^~~~~ 2025-06-05T23:28:57.8729761Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:57.8730682Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8731144Z | ^~~~~~~~ 2025-06-05T23:28:57.8736381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.8746922Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:57.8756888Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8764978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:57.8929340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:57.8935570Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::less; const char* op_name = (& op_name)]’ 2025-06-05T23:28:57.8937702Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:34:76: required from here 2025-06-05T23:28:57.8938576Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8939129Z 94 | struct array 2025-06-05T23:28:57.8939370Z | ^~~~~ 2025-06-05T23:28:57.8940251Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:57.8941318Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8941722Z | ^~~~~~~~ 2025-06-05T23:28:57.8942309Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:28:57.8942908Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:57.8943286Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:57.8943694Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:57.8944087Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:57.8944578Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:57.8945153Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-06-05T23:28:57.8950311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.8961410Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.8971895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.8980897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.8990809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.8995263Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.8996297Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.8996875Z 94 | struct array 2025-06-05T23:28:57.8997131Z | ^~~~~ 2025-06-05T23:28:57.8998068Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:57.8999019Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.8999539Z | ^~~~~~~~ 2025-06-05T23:28:57.9004768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.9017832Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9029307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9038426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9048825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9053007Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9053980Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9054565Z 94 | struct array 2025-06-05T23:28:57.9054804Z | ^~~~~ 2025-06-05T23:28:57.9055717Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:57.9056564Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9056954Z | ^~~~~~~~ 2025-06-05T23:28:57.9062387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.9076399Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9086662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9097152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9112262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9117519Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9118832Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9119622Z 94 | struct array 2025-06-05T23:28:57.9119944Z | ^~~~~ 2025-06-05T23:28:57.9120970Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:57.9122225Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9122693Z | ^~~~~~~~ 2025-06-05T23:28:57.9131816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.9151516Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9169646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9185471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9201497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9208600Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9210235Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9211216Z 94 | struct array 2025-06-05T23:28:57.9211610Z | ^~~~~ 2025-06-05T23:28:57.9213249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:57.9214639Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9215397Z | ^~~~~~~~ 2025-06-05T23:28:57.9223860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.9238732Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9255308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9264350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9274447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9278982Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9280146Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9280776Z 94 | struct array 2025-06-05T23:28:57.9281031Z | ^~~~~ 2025-06-05T23:28:57.9282073Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:57.9283095Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9283627Z | ^~~~~~~~ 2025-06-05T23:28:57.9290049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.9306713Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9322252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9335768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9349556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9356152Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9357624Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9358558Z 94 | struct array 2025-06-05T23:28:57.9359049Z | ^~~~~ 2025-06-05T23:28:57.9360446Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:57.9361712Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9362338Z | ^~~~~~~~ 2025-06-05T23:28:57.9370814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.9388139Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9400845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9415199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9427878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9435008Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9436649Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9437867Z 94 | struct array 2025-06-05T23:28:57.9438462Z | ^~~~~ 2025-06-05T23:28:57.9439882Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:57.9441298Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9441968Z | ^~~~~~~~ 2025-06-05T23:28:57.9451158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.9472024Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9490850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9507110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9523605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9531562Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9533484Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9534475Z 94 | struct array 2025-06-05T23:28:57.9534883Z | ^~~~~ 2025-06-05T23:28:57.9536417Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:57.9537772Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9538489Z | ^~~~~~~~ 2025-06-05T23:28:57.9547555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.9566674Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9585012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9601338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9618755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9626809Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9629333Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9630197Z 94 | struct array 2025-06-05T23:28:57.9630559Z | ^~~~~ 2025-06-05T23:28:57.9632191Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:57.9633756Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9634466Z | ^~~~~~~~ 2025-06-05T23:28:57.9644072Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.9664971Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9684160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9700239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9710122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9714170Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9715092Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9715646Z 94 | struct array 2025-06-05T23:28:57.9715902Z | ^~~~~ 2025-06-05T23:28:57.9716748Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:57.9717592Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9718003Z | ^~~~~~~~ 2025-06-05T23:28:57.9723537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.9736670Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9748167Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:28:57.9757880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9773856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9789979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9797876Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9799581Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9800587Z 94 | struct array 2025-06-05T23:28:57.9801025Z | ^~~~~ 2025-06-05T23:28:57.9802545Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.9803992Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9804743Z | ^~~~~~~~ 2025-06-05T23:28:57.9814201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:57.9834669Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9853988Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9870132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9886973Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9894876Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9896708Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9897705Z 94 | struct array 2025-06-05T23:28:57.9898126Z | ^~~~~ 2025-06-05T23:28:57.9899694Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:57.9901039Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9901754Z | ^~~~~~~~ 2025-06-05T23:28:57.9910560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:57.9929364Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9947883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9963375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:57.9980057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:57.9987981Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:57.9989700Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:57.9990733Z 94 | struct array 2025-06-05T23:28:57.9991175Z | ^~~~~ 2025-06-05T23:28:57.9992742Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:57.9994280Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:57.9994991Z | ^~~~~~~~ 2025-06-05T23:28:58.0004566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.0014077Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:28:58.0027905Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0047161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0063974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0080850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.0087834Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:58.0089565Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.0090518Z 94 | struct array 2025-06-05T23:28:58.0090936Z | ^~~~~ 2025-06-05T23:28:58.0092497Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.0094010Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.0094699Z | ^~~~~~~~ 2025-06-05T23:28:58.0103598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.0122358Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0140853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0156661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0173500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.0181373Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:58.0183207Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.0184193Z 94 | struct array 2025-06-05T23:28:58.0184623Z | ^~~~~ 2025-06-05T23:28:58.0186143Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.0187452Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.0188180Z | ^~~~~~~~ 2025-06-05T23:28:58.0189178Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:28:58.0197174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.0211427Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0224964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0237007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.0249135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.0257000Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-06-05T23:28:58.0258731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.0259726Z 94 | struct array 2025-06-05T23:28:58.0260162Z | ^~~~~ 2025-06-05T23:28:58.0261690Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.0263128Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.0263838Z | ^~~~~~~~ 2025-06-05T23:28:58.0265417Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:28:58.0267599Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:28:58.0269774Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:28:58.1408770Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:28:58.1411336Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:28:58.1413739Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:28:58.1415486Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:28:58.1417278Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:28:58.1418677Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:28:58.1419489Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:58.1419848Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:58.1420239Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:58.1420624Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:58.1421223Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:58.1421831Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-06-05T23:28:58.1431418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.1444153Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1454502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1463146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1472658Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1480524Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1482372Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1483039Z 94 | struct array 2025-06-05T23:28:58.1483276Z | ^~~~~ 2025-06-05T23:28:58.1484226Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:58.1485075Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1485461Z | ^~~~~~~~ 2025-06-05T23:28:58.1491263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.1504829Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1523091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1540107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1557062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1565396Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1567589Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1568627Z 94 | struct array 2025-06-05T23:28:58.1569062Z | ^~~~~ 2025-06-05T23:28:58.1570954Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:58.1572723Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1573478Z | ^~~~~~~~ 2025-06-05T23:28:58.1582486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.1601603Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1619631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1635496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1646981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1654829Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1657656Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1658656Z 94 | struct array 2025-06-05T23:28:58.1659047Z | ^~~~~ 2025-06-05T23:28:58.1660672Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:58.1662602Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1663316Z | ^~~~~~~~ 2025-06-05T23:28:58.1672947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.1694995Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1714274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1730325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1748016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1755698Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1757477Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1758467Z 94 | struct array 2025-06-05T23:28:58.1758881Z | ^~~~~ 2025-06-05T23:28:58.1760676Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:58.1762241Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1762970Z | ^~~~~~~~ 2025-06-05T23:28:58.1771531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.1790282Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1807918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1822671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1837464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1841575Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1842540Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1843103Z 94 | struct array 2025-06-05T23:28:58.1843340Z | ^~~~~ 2025-06-05T23:28:58.1844209Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:58.1845012Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1845401Z | ^~~~~~~~ 2025-06-05T23:28:58.1850313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.1861224Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1871180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1879596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1888235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1894214Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1895862Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1896797Z 94 | struct array 2025-06-05T23:28:58.1897176Z | ^~~~~ 2025-06-05T23:28:58.1898621Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:58.1900053Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1900677Z | ^~~~~~~~ 2025-06-05T23:28:58.1909176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.1925920Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1942466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1957476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.1973272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.1980518Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.1982042Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.1982877Z 94 | struct array 2025-06-05T23:28:58.1983287Z | ^~~~~ 2025-06-05T23:28:58.1984754Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:58.1986077Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.1986859Z | ^~~~~~~~ 2025-06-05T23:28:58.1994330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.2011232Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2030630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2046810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2063145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2070956Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2072604Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2073602Z 94 | struct array 2025-06-05T23:28:58.2073996Z | ^~~~~ 2025-06-05T23:28:58.2075601Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:58.2077010Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2077720Z | ^~~~~~~~ 2025-06-05T23:28:58.2086592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.2105393Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2123507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2139612Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2156226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2164041Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2165767Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2166693Z 94 | struct array 2025-06-05T23:28:58.2167128Z | ^~~~~ 2025-06-05T23:28:58.2168758Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:58.2170349Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2171035Z | ^~~~~~~~ 2025-06-05T23:28:58.2180852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.2201705Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2221021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2240822Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2257491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2264825Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2266661Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2267657Z 94 | struct array 2025-06-05T23:28:58.2268058Z | ^~~~~ 2025-06-05T23:28:58.2269644Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:58.2271080Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2271731Z | ^~~~~~~~ 2025-06-05T23:28:58.2280229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.2298354Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2316326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2332374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2349286Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2357171Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2358898Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2360047Z 94 | struct array 2025-06-05T23:28:58.2360485Z | ^~~~~ 2025-06-05T23:28:58.2362013Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.2363427Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2364161Z | ^~~~~~~~ 2025-06-05T23:28:58.2373381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.2393873Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2412284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2429156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2437971Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:28:58.2447944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2455910Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2457650Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2458630Z 94 | struct array 2025-06-05T23:28:58.2459086Z | ^~~~~ 2025-06-05T23:28:58.2460584Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.2461965Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2462685Z | ^~~~~~~~ 2025-06-05T23:28:58.2471572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.2490552Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2504999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2516634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2528975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2535164Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2536119Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2536679Z 94 | struct array 2025-06-05T23:28:58.2536916Z | ^~~~~ 2025-06-05T23:28:58.2537758Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.2538536Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2538923Z | ^~~~~~~~ 2025-06-05T23:28:58.2539896Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:28:58.2545323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.2555864Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2565765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2574300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2582899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.2586965Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.2587861Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.2588417Z 94 | struct array 2025-06-05T23:28:58.2588658Z | ^~~~~ 2025-06-05T23:28:58.2589496Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.2590273Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.2590662Z | ^~~~~~~~ 2025-06-05T23:28:58.2595306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.2599602Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:28:58.2606915Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2616320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.2628372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3489340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.3497593Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.3499473Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.3500494Z 94 | struct array 2025-06-05T23:28:58.3500909Z | ^~~~~ 2025-06-05T23:28:58.3502444Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.3503872Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.3504572Z | ^~~~~~~~ 2025-06-05T23:28:58.3513936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.3533626Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3553024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3569582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3586247Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.3594111Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-06-05T23:28:58.3595812Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.3596802Z 94 | struct array 2025-06-05T23:28:58.3597231Z | ^~~~~ 2025-06-05T23:28:58.3598734Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.3600104Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.3600826Z | ^~~~~~~~ 2025-06-05T23:28:58.3601857Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:28:58.3603339Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:28:58.3605147Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:28:58.3606810Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:28:58.3608768Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:28:58.3881465Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:28:58.3883287Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:58.3884017Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:58.3884816Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:58.3885653Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:58.3886815Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:58.3888034Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-06-05T23:28:58.3897939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.3916651Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3929994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3941366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3952875Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.3959202Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.3960181Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.3960839Z 94 | struct array 2025-06-05T23:28:58.3961116Z | ^~~~~ 2025-06-05T23:28:58.3962468Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:58.3963519Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.3963904Z | ^~~~~~~~ 2025-06-05T23:28:58.3968937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.3980368Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.3991836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4001730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4013085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4019599Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4021166Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4022053Z 94 | struct array 2025-06-05T23:28:58.4022441Z | ^~~~~ 2025-06-05T23:28:58.4024030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:58.4025340Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4025934Z | ^~~~~~~~ 2025-06-05T23:28:58.4033591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4049939Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4065956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4081936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4091332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4095487Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4096394Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4096972Z 94 | struct array 2025-06-05T23:28:58.4097211Z | ^~~~~ 2025-06-05T23:28:58.4098096Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:58.4098920Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4099310Z | ^~~~~~~~ 2025-06-05T23:28:58.4104535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4115123Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4125023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4135317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4144032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4148030Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4148926Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4149479Z 94 | struct array 2025-06-05T23:28:58.4149724Z | ^~~~~ 2025-06-05T23:28:58.4150581Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:58.4151748Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4152428Z | ^~~~~~~~ 2025-06-05T23:28:58.4157073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4166853Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4176403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4187720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4196373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4201481Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4202910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4203555Z 94 | struct array 2025-06-05T23:28:58.4203791Z | ^~~~~ 2025-06-05T23:28:58.4204667Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:58.4205463Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4205998Z | ^~~~~~~~ 2025-06-05T23:28:58.4211924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4223585Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4234499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4244970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4256408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4263058Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4264554Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4265450Z 94 | struct array 2025-06-05T23:28:58.4265827Z | ^~~~~ 2025-06-05T23:28:58.4267236Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:58.4268529Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4269154Z | ^~~~~~~~ 2025-06-05T23:28:58.4275077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4285383Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4295872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4306469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4315779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4320297Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4321240Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4321831Z 94 | struct array 2025-06-05T23:28:58.4322077Z | ^~~~~ 2025-06-05T23:28:58.4322934Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:58.4323698Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4324093Z | ^~~~~~~~ 2025-06-05T23:28:58.4329274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4341561Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4351706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4362724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4371385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4375503Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4376370Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4376908Z 94 | struct array 2025-06-05T23:28:58.4377139Z | ^~~~~ 2025-06-05T23:28:58.4377934Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:58.4378697Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4379121Z | ^~~~~~~~ 2025-06-05T23:28:58.4383768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4393481Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4402886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4413394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4423288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4427378Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4428275Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4430095Z 94 | struct array 2025-06-05T23:28:58.4430370Z | ^~~~~ 2025-06-05T23:28:58.4431282Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:58.4432234Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4432768Z | ^~~~~~~~ 2025-06-05T23:28:58.4437738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4448391Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4465588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4480953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4493845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4498332Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4499500Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4500397Z 94 | struct array 2025-06-05T23:28:58.4500745Z | ^~~~~ 2025-06-05T23:28:58.4501818Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:58.4502772Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4503297Z | ^~~~~~~~ 2025-06-05T23:28:58.4508196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4540117Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4556357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4571460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4587277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4595010Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4596603Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4597187Z 94 | struct array 2025-06-05T23:28:58.4597424Z | ^~~~~ 2025-06-05T23:28:58.4598353Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.4599426Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4599915Z | ^~~~~~~~ 2025-06-05T23:28:58.4606408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4619166Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4633147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4643409Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4653828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4658603Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4659694Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4660341Z 94 | struct array 2025-06-05T23:28:58.4660591Z | ^~~~~ 2025-06-05T23:28:58.4661431Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.4662266Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4662742Z | ^~~~~~~~ 2025-06-05T23:28:58.4667466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4678575Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4690068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4703800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4716432Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4723153Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4724691Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4725594Z 94 | struct array 2025-06-05T23:28:58.4725971Z | ^~~~~ 2025-06-05T23:28:58.4727423Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.4728826Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4729485Z | ^~~~~~~~ 2025-06-05T23:28:58.4738219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4757705Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4775913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4791208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4807058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4812655Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4814311Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4815222Z 94 | struct array 2025-06-05T23:28:58.4815646Z | ^~~~~ 2025-06-05T23:28:58.4817056Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.4818416Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4819061Z | ^~~~~~~~ 2025-06-05T23:28:58.4827269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.4845631Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4863399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4878730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4894854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4902735Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4904456Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4905440Z 94 | struct array 2025-06-05T23:28:58.4905877Z | ^~~~~ 2025-06-05T23:28:58.4907367Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.4908769Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4909593Z | ^~~~~~~~ 2025-06-05T23:28:58.4918565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.4933589Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4946061Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4961820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.4978269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.4985754Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:70:5: required from here 2025-06-05T23:28:58.4987342Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.4988311Z 94 | struct array 2025-06-05T23:28:58.4988730Z | ^~~~~ 2025-06-05T23:28:58.4990169Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.4991605Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.4992299Z | ^~~~~~~~ 2025-06-05T23:28:58.5000066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5007106Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:28:58.5018389Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5034373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5047737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5061670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5068477Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5070233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5071341Z 94 | struct array 2025-06-05T23:28:58.5071786Z | ^~~~~ 2025-06-05T23:28:58.5073551Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:58.5075055Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5075717Z | ^~~~~~~~ 2025-06-05T23:28:58.5083851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.5101619Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5118570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5133055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5147143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5153899Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5155585Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5156563Z 94 | struct array 2025-06-05T23:28:58.5156977Z | ^~~~~ 2025-06-05T23:28:58.5158640Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:58.5160180Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5160971Z | ^~~~~~~~ 2025-06-05T23:28:58.5168487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5184800Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5200851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5214515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5229366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5236291Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5238047Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5239247Z 94 | struct array 2025-06-05T23:28:58.5239688Z | ^~~~~ 2025-06-05T23:28:58.5241345Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:58.5242879Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5243606Z | ^~~~~~~~ 2025-06-05T23:28:58.5251930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.5270034Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5286889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5301281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5315968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5322968Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5324777Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5325818Z 94 | struct array 2025-06-05T23:28:58.5326236Z | ^~~~~ 2025-06-05T23:28:58.5327945Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:58.5330470Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5331195Z | ^~~~~~~~ 2025-06-05T23:28:58.5338783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5355778Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5372116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5386011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5400173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5407150Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5408888Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5409934Z 94 | struct array 2025-06-05T23:28:58.5410387Z | ^~~~~ 2025-06-05T23:28:58.5411987Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:58.5413620Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5414333Z | ^~~~~~~~ 2025-06-05T23:28:58.5422594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.5440728Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5457738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5472179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5486514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5493691Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5495525Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5496529Z 94 | struct array 2025-06-05T23:28:58.5496950Z | ^~~~~ 2025-06-05T23:28:58.5498661Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:58.5500223Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5500922Z | ^~~~~~~~ 2025-06-05T23:28:58.5508526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5515489Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:28:58.5527076Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5543081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5556851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5571265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5578359Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5579968Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5580935Z 94 | struct array 2025-06-05T23:28:58.5581341Z | ^~~~~ 2025-06-05T23:28:58.5582788Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:58.5584207Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5584901Z | ^~~~~~~~ 2025-06-05T23:28:58.5593085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.5610656Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5628040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5641621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5656130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5662949Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5664563Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5665558Z 94 | struct array 2025-06-05T23:28:58.5665976Z | ^~~~~ 2025-06-05T23:28:58.5667508Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:58.5669053Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5669780Z | ^~~~~~~~ 2025-06-05T23:28:58.5677495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5693853Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5709958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5723614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5738243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5745098Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5746874Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5747878Z 94 | struct array 2025-06-05T23:28:58.5748282Z | ^~~~~ 2025-06-05T23:28:58.5749807Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:58.5751374Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5752134Z | ^~~~~~~~ 2025-06-05T23:28:58.5760484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.5778103Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5795097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5809485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5823802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5831059Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5832744Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5833764Z 94 | struct array 2025-06-05T23:28:58.5834211Z | ^~~~~ 2025-06-05T23:28:58.5835836Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:58.5837313Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5838036Z | ^~~~~~~~ 2025-06-05T23:28:58.5845723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5855355Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5863680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5870747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5878080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5882092Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5883713Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5884620Z 94 | struct array 2025-06-05T23:28:58.5885039Z | ^~~~~ 2025-06-05T23:28:58.5886585Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:58.5888002Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5888711Z | ^~~~~~~~ 2025-06-05T23:28:58.5889757Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:28:58.5898774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.5916574Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5933469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5947532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.5962037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.5968915Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.5970595Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.5971700Z 94 | struct array 2025-06-05T23:28:58.5972128Z | ^~~~~ 2025-06-05T23:28:58.5973729Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:58.5975164Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.5975868Z | ^~~~~~~~ 2025-06-05T23:28:58.5983091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.5999483Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6015844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6029819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6044050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.6050885Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.6052585Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6053691Z 94 | struct array 2025-06-05T23:28:58.6054120Z | ^~~~~ 2025-06-05T23:28:58.6055629Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:58.6056903Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.6057608Z | ^~~~~~~~ 2025-06-05T23:28:58.6065842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.6084227Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6101119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6114080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6127782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.6134644Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.6136316Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6137407Z 94 | struct array 2025-06-05T23:28:58.6137773Z | ^~~~~ 2025-06-05T23:28:58.6139272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:58.6140650Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.6141357Z | ^~~~~~~~ 2025-06-05T23:28:58.6148967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.6165115Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6180733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6194380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6208594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.6215429Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.6217100Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6218087Z 94 | struct array 2025-06-05T23:28:58.6218490Z | ^~~~~ 2025-06-05T23:28:58.6220038Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:58.6221433Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.6222135Z | ^~~~~~~~ 2025-06-05T23:28:58.6230283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.6248069Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6264660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6278574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:28:58.6292601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:28:58.6299606Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:115:3: required from here 2025-06-05T23:28:58.6301250Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6302218Z 94 | struct array 2025-06-05T23:28:58.6302754Z | ^~~~~ 2025-06-05T23:28:58.6304252Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:58.6305687Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.6306380Z | ^~~~~~~~ 2025-06-05T23:28:58.6307375Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:28:58.6309274Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:28:58.6311718Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:28:58.6313221Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:58.6313966Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:58.6314669Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:58.6315380Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:58.6316332Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:58.6317621Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:58.6318871Z from /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:9: 2025-06-05T23:28:58.6327974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.6348245Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.6365168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6377504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6388768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:317:76: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.6394619Z /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:58:5: required from here 2025-06-05T23:28:58.6396200Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6397075Z 94 | struct array 2025-06-05T23:28:58.6397454Z | ^~~~~ 2025-06-05T23:28:58.6398785Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.6400117Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.6400813Z | ^~~~~~~~ 2025-06-05T23:28:58.6408461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.6422684Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.6434216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6446761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6462046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:317:76: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.6469436Z /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:58:5: required from here 2025-06-05T23:28:58.6471249Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6472291Z 94 | struct array 2025-06-05T23:28:58.6472745Z | ^~~~~ 2025-06-05T23:28:58.6474411Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.6475885Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.6476602Z | ^~~~~~~~ 2025-06-05T23:28:58.6486102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.6506704Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.6526371Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6542169Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6556539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:317:76: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.6563954Z /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:58:5: required from here 2025-06-05T23:28:58.6565731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.6566744Z 94 | struct array 2025-06-05T23:28:58.6567159Z | ^~~~~ 2025-06-05T23:28:58.6568001Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:28:58.6569269Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:28:58.6570497Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:28:58.6571907Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:58.6573404Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:58.6574838Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:12, 2025-06-05T23:28:58.6576079Z from /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:9: 2025-06-05T23:28:58.6578677Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/Half.h:384:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-06-05T23:28:58.6580430Z 384 | unsigned short x; 2025-06-05T23:28:58.6580879Z | ^ 2025-06-05T23:28:58.6581414Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:58.6582171Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:58.6582889Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:58.6583608Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:58.6584582Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:28:58.6585955Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:28:58.6587252Z from /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:9: 2025-06-05T23:28:58.6596943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.6617963Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.6636821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6652600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:206:47: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_runtime_out_dtypes(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.6668252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:317:76: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMPUTE = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::native_dropout_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, double, std::optional, executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-06-05T23:28:58.7046716Z /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:58:5: required from here 2025-06-05T23:28:58.7048841Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7049888Z 94 | struct array 2025-06-05T23:28:58.7050360Z | ^~~~~ 2025-06-05T23:28:58.7051251Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-06-05T23:28:58.7052503Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-06-05T23:28:58.7053821Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-06-05T23:28:58.7055253Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-06-05T23:28:58.7056726Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:12, 2025-06-05T23:28:58.7058167Z from /pytorch/executorch/kernels/portable/cpu/op_native_dropout.cpp:9: 2025-06-05T23:28:58.7060791Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/BFloat16.h:84:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-06-05T23:28:58.7062526Z 84 | uint16_t x; 2025-06-05T23:28:58.7062889Z | ^ 2025-06-05T23:28:58.7063824Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:28:58.7065355Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:28:58.7066905Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:28:58.7068047Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:58.7068831Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:58.7069561Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:58.7070256Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:58.7071132Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:58.7072409Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-06-05T23:28:58.7073631Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-06-05T23:28:58.7080700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.7096255Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7110810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7119408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7125930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7131581Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7133839Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7134762Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7135324Z 94 | struct array 2025-06-05T23:28:58.7135569Z | ^~~~~ 2025-06-05T23:28:58.7136469Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:58.7137286Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7137682Z | ^~~~~~~~ 2025-06-05T23:28:58.7141542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.7150020Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7158868Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7167837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7179379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7281188Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7285199Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7287016Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7288264Z 94 | struct array 2025-06-05T23:28:58.7288688Z | ^~~~~ 2025-06-05T23:28:58.7290385Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:58.7291923Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7292599Z | ^~~~~~~~ 2025-06-05T23:28:58.7299689Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.7315029Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7329585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7341418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7353671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7363256Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7367089Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7368764Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7369751Z 94 | struct array 2025-06-05T23:28:58.7370163Z | ^~~~~ 2025-06-05T23:28:58.7371886Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:58.7373444Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7374145Z | ^~~~~~~~ 2025-06-05T23:28:58.7381242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.7397033Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7412089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7424540Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7436995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7446468Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7450407Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7452083Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7453187Z 94 | struct array 2025-06-05T23:28:58.7453607Z | ^~~~~ 2025-06-05T23:28:58.7455249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:58.7456746Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7457449Z | ^~~~~~~~ 2025-06-05T23:28:58.7464030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.7478940Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7493229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7504802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7516878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7526297Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7530390Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7531856Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7532731Z 94 | struct array 2025-06-05T23:28:58.7533239Z | ^~~~~ 2025-06-05T23:28:58.7534779Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:58.7536423Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7537085Z | ^~~~~~~~ 2025-06-05T23:28:58.7544379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.7559745Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7575024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7587204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7599879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7609374Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7613337Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7614993Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7616021Z 94 | struct array 2025-06-05T23:28:58.7616442Z | ^~~~~ 2025-06-05T23:28:58.7618069Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:58.7619608Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7620267Z | ^~~~~~~~ 2025-06-05T23:28:58.7626806Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.7641472Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7655460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7667206Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7679211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7688709Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7692675Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7694372Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7695362Z 94 | struct array 2025-06-05T23:28:58.7695794Z | ^~~~~ 2025-06-05T23:28:58.7697242Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:58.7698616Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7699324Z | ^~~~~~~~ 2025-06-05T23:28:58.7706473Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.7722276Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7737441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7749563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7761015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7769728Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7773916Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7775497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7776483Z 94 | struct array 2025-06-05T23:28:58.7776925Z | ^~~~~ 2025-06-05T23:28:58.7778548Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:58.7779967Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7780762Z | ^~~~~~~~ 2025-06-05T23:28:58.7787559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.7802389Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7816695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7828713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7840984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7850205Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7854222Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7855866Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7856872Z 94 | struct array 2025-06-05T23:28:58.7857306Z | ^~~~~ 2025-06-05T23:28:58.7858892Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:58.7860504Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7861238Z | ^~~~~~~~ 2025-06-05T23:28:58.7868445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.7884598Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7899948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7912390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7924818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7934533Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7939096Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7941106Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7942106Z 94 | struct array 2025-06-05T23:28:58.7942684Z | ^~~~~ 2025-06-05T23:28:58.7943762Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:58.7944735Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7945291Z | ^~~~~~~~ 2025-06-05T23:28:58.7949355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.7958985Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.7966555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7973193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.7980263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.7985819Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.7988117Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.7989147Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.7989750Z 94 | struct array 2025-06-05T23:28:58.7989983Z | ^~~~~ 2025-06-05T23:28:58.7991059Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.7991897Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.7992335Z | ^~~~~~~~ 2025-06-05T23:28:58.7996646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.8005666Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.8014259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8023213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8030937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.8036973Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8039636Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.8040638Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8041546Z 94 | struct array 2025-06-05T23:28:58.8041850Z | ^~~~~ 2025-06-05T23:28:58.8043188Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:58.8044099Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8044708Z | ^~~~~~~~ 2025-06-05T23:28:58.8049303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.8058638Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.8068030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8078611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8087549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.8095203Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8098895Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.8100725Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8101706Z 94 | struct array 2025-06-05T23:28:58.8102104Z | ^~~~~ 2025-06-05T23:28:58.8103666Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.8105110Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8105788Z | ^~~~~~~~ 2025-06-05T23:28:58.8112458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.8126969Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.8134650Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:28:58.8139060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8149071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8157746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.8166342Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8170112Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.8171491Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8172103Z 94 | struct array 2025-06-05T23:28:58.8172356Z | ^~~~~ 2025-06-05T23:28:58.8173429Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:58.8174657Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8175046Z | ^~~~~~~~ 2025-06-05T23:28:58.8180978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.8195289Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.8209010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8220179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8232726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.8239968Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8242628Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.8243518Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8244444Z 94 | struct array 2025-06-05T23:28:58.8244826Z | ^~~~~ 2025-06-05T23:28:58.8245684Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.8246759Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8247163Z | ^~~~~~~~ 2025-06-05T23:28:58.8252385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.8265396Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]::]’ 2025-06-05T23:28:58.8278808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8289757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = std::not_equal_to; Args = {std::pair, std::pair}]’ 2025-06-05T23:28:58.8296396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = std::not_equal_to]’ 2025-06-05T23:28:58.8303712Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:47:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8307658Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:25:21: required from here 2025-06-05T23:28:58.8309125Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8310059Z 94 | struct array 2025-06-05T23:28:58.8310455Z | ^~~~~ 2025-06-05T23:28:58.8311904Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-06-05T23:28:58.8313231Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8313885Z | ^~~~~~~~ 2025-06-05T23:28:58.8322064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.8340128Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8358154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8373929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8389702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.8400972Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8405088Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.8406810Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8407894Z 94 | struct array 2025-06-05T23:28:58.8408325Z | ^~~~~ 2025-06-05T23:28:58.8410031Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:58.8411678Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8412396Z | ^~~~~~~~ 2025-06-05T23:28:58.8421654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.8441492Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8460423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8475451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8491638Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.8503172Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8507213Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.8508882Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8509968Z 94 | struct array 2025-06-05T23:28:58.8510390Z | ^~~~~ 2025-06-05T23:28:58.8512166Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:58.8513760Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8514476Z | ^~~~~~~~ 2025-06-05T23:28:58.8523210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.8541439Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8559539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8575114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8591125Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.8602415Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8606387Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.8608051Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8609091Z 94 | struct array 2025-06-05T23:28:58.8609527Z | ^~~~~ 2025-06-05T23:28:58.8611179Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:58.8612800Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8613597Z | ^~~~~~~~ 2025-06-05T23:28:58.8622657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.8642122Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8661219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8676887Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8692894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.8704300Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8708415Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.8710093Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8711167Z 94 | struct array 2025-06-05T23:28:58.8711589Z | ^~~~~ 2025-06-05T23:28:58.8713263Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:58.8714831Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8715542Z | ^~~~~~~~ 2025-06-05T23:28:58.8724188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.8743204Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8760804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8776183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8792104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.8803274Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8807397Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.8809076Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8810097Z 94 | struct array 2025-06-05T23:28:58.8810524Z | ^~~~~ 2025-06-05T23:28:58.8812148Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:58.8813777Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8814505Z | ^~~~~~~~ 2025-06-05T23:28:58.8823762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.8843341Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8862126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8878091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8894031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.8905204Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.8909207Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.8910864Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.8911903Z 94 | struct array 2025-06-05T23:28:58.8912323Z | ^~~~~ 2025-06-05T23:28:58.8913929Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:58.8915260Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.8915955Z | ^~~~~~~~ 2025-06-05T23:28:58.8924210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.8941889Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.8959296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8974535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.8989981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9001296Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9005281Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9006907Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9007880Z 94 | struct array 2025-06-05T23:28:58.9008298Z | ^~~~~ 2025-06-05T23:28:58.9009854Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:58.9011256Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9011974Z | ^~~~~~~~ 2025-06-05T23:28:58.9021164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.9040677Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9058458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9073810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9089692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9100997Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9105047Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9106670Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9107711Z 94 | struct array 2025-06-05T23:28:58.9108145Z | ^~~~~ 2025-06-05T23:28:58.9109641Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:58.9110983Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9111685Z | ^~~~~~~~ 2025-06-05T23:28:58.9120193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.9138851Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9156222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9171485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9187452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9198608Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9202685Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9204357Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9205392Z 94 | struct array 2025-06-05T23:28:58.9205817Z | ^~~~~ 2025-06-05T23:28:58.9207422Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:58.9208914Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9209634Z | ^~~~~~~~ 2025-06-05T23:28:58.9218918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.9238209Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9249866Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:28:58.9259657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9274990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9288642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9298568Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9302104Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9303797Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9304713Z 94 | struct array 2025-06-05T23:28:58.9305163Z | ^~~~~ 2025-06-05T23:28:58.9306640Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:58.9308001Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9308664Z | ^~~~~~~~ 2025-06-05T23:28:58.9316237Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.9335171Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9354940Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9372645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9390653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9403941Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9408566Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9410456Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9411615Z 94 | struct array 2025-06-05T23:28:58.9412103Z | ^~~~~ 2025-06-05T23:28:58.9413850Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:58.9415466Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9416295Z | ^~~~~~~~ 2025-06-05T23:28:58.9426811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.9449559Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9467268Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9475539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9491313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9502282Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9506111Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9507799Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9508788Z 94 | struct array 2025-06-05T23:28:58.9509311Z | ^~~~~ 2025-06-05T23:28:58.9510815Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:58.9512244Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9512957Z | ^~~~~~~~ 2025-06-05T23:28:58.9520453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.9530148Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9539452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9547279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9562029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9573141Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9577106Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9578871Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9579887Z 94 | struct array 2025-06-05T23:28:58.9580305Z | ^~~~~ 2025-06-05T23:28:58.9581877Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:58.9583268Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9584026Z | ^~~~~~~~ 2025-06-05T23:28:58.9592800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:58.9612152Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9624731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9639110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9655128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9666104Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9673549Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9675325Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9676328Z 94 | struct array 2025-06-05T23:28:58.9676730Z | ^~~~~ 2025-06-05T23:28:58.9678231Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:58.9679639Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9680358Z | ^~~~~~~~ 2025-06-05T23:28:58.9688845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:58.9706755Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:58.9724240Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9739662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:58.9755700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:58.9766931Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:58.9770976Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:58.9772737Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:58.9773814Z 94 | struct array 2025-06-05T23:28:58.9774246Z | ^~~~~ 2025-06-05T23:28:58.9775777Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:58.9777207Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:58.9777920Z | ^~~~~~~~ 2025-06-05T23:28:58.9786937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.1588393Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]::]’ 2025-06-05T23:28:59.1606548Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:59.1622326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-06-05T23:28:59.1637424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBBF16; Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]::::::]’ 2025-06-05T23:28:59.1648533Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:85:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with Comparison = std::not_equal_to; const char* op_name = (& op_name)]’ 2025-06-05T23:28:59.1652439Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:36:21: required from here 2025-06-05T23:28:59.1654130Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.1655112Z 94 | struct array 2025-06-05T23:28:59.1655554Z | ^~~~~ 2025-06-05T23:28:59.1657017Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-06-05T23:28:59.1658429Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.1659095Z | ^~~~~~~~ 2025-06-05T23:28:59.1660775Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:28:59.1663003Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:28:59.1664958Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:28:59.1666966Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:28:59.1668576Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:28:59.1670012Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:28:59.1672015Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:28:59.1673879Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:28:59.1675623Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:28:59.1678580Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:28:59.1680623Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:28:59.1682511Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:28:59.1684762Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:28:59.1686258Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:59.1686882Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:59.1687548Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:59.1688245Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:59.1689097Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:59.1690099Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-06-05T23:28:59.1699122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.1717677Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1739490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1754996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1772060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.1781302Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-06-05T23:28:59.1783151Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.1784168Z 94 | struct array 2025-06-05T23:28:59.1784600Z | ^~~~~ 2025-06-05T23:28:59.1786082Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:59.1787319Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.1787902Z | ^~~~~~~~ 2025-06-05T23:28:59.1796678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.1816673Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1835497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1852161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1868685Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.1876864Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-06-05T23:28:59.1878766Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.1879771Z 94 | struct array 2025-06-05T23:28:59.1880194Z | ^~~~~ 2025-06-05T23:28:59.1882074Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:59.1884458Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.1885133Z | ^~~~~~~~ 2025-06-05T23:28:59.1894174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.1913327Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1931884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1947877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.1964651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.1972669Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-06-05T23:28:59.1974431Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.1975381Z 94 | struct array 2025-06-05T23:28:59.1975790Z | ^~~~~ 2025-06-05T23:28:59.1977384Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:59.1978841Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.1979544Z | ^~~~~~~~ 2025-06-05T23:28:59.1989727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.2010032Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2032697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2048392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2064582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2072326Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-06-05T23:28:59.2074141Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2075080Z 94 | struct array 2025-06-05T23:28:59.2075521Z | ^~~~~ 2025-06-05T23:28:59.2077078Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:59.2078530Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2079226Z | ^~~~~~~~ 2025-06-05T23:28:59.2087438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.2104389Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2120514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2134555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2149122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2152767Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:108:3: required from here 2025-06-05T23:28:59.2153796Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2154333Z 94 | struct array 2025-06-05T23:28:59.2154595Z | ^~~~~ 2025-06-05T23:28:59.2155448Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:59.2156211Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2156677Z | ^~~~~~~~ 2025-06-05T23:28:59.2161095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.2170376Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2183914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2198971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2213635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2220471Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:108:3: required from here 2025-06-05T23:28:59.2222157Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2223162Z 94 | struct array 2025-06-05T23:28:59.2223579Z | ^~~~~ 2025-06-05T23:28:59.2225128Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:59.2226577Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2227243Z | ^~~~~~~~ 2025-06-05T23:28:59.2235008Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.2253056Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2271615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2285891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2301030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2308136Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:108:3: required from here 2025-06-05T23:28:59.2309784Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2310765Z 94 | struct array 2025-06-05T23:28:59.2311188Z | ^~~~~ 2025-06-05T23:28:59.2312703Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:59.2314153Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2314850Z | ^~~~~~~~ 2025-06-05T23:28:59.2323239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.2341649Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2358845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2373303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2386815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2393877Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:108:3: required from here 2025-06-05T23:28:59.2395606Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2396589Z 94 | struct array 2025-06-05T23:28:59.2397149Z | ^~~~~ 2025-06-05T23:28:59.2398645Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:59.2400007Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2400701Z | ^~~~~~~~ 2025-06-05T23:28:59.2408421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.2424448Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2439804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2451969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2465817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2469752Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:158:3: required from here 2025-06-05T23:28:59.2470732Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2471290Z 94 | struct array 2025-06-05T23:28:59.2471532Z | ^~~~~ 2025-06-05T23:28:59.2472357Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:59.2473267Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2473671Z | ^~~~~~~~ 2025-06-05T23:28:59.2477989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.2488044Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2500053Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2510981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2519226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2523131Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:158:3: required from here 2025-06-05T23:28:59.2524072Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2524664Z 94 | struct array 2025-06-05T23:28:59.2525000Z | ^~~~~ 2025-06-05T23:28:59.2525891Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:59.2526765Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.2527208Z | ^~~~~~~~ 2025-06-05T23:28:59.2532201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.2546096Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2555111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2562404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.2569848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.2573524Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:158:3: required from here 2025-06-05T23:28:59.2574406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.2574963Z 94 | struct array 2025-06-05T23:28:59.2575204Z | ^~~~~ 2025-06-05T23:28:59.6371390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:59.6372773Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6373388Z | ^~~~~~~~ 2025-06-05T23:28:59.6379244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.6391765Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6403674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6412614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6421748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.6427017Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:158:3: required from here 2025-06-05T23:28:59.6428210Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.6429142Z 94 | struct array 2025-06-05T23:28:59.6429526Z | ^~~~~ 2025-06-05T23:28:59.6430525Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:28:59.6431584Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6432032Z | ^~~~~~~~ 2025-06-05T23:28:59.6432952Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:28:59.6433977Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:28:59.6435250Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:28:59.6436603Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:28:59.6437755Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:28:59.6438830Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:28:59.6440143Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:28:59.6441823Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:28:59.6442912Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:28:59.6443742Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:28:59.6444718Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:28:59.6445745Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:28:59.6446654Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:28:59.6447703Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:28:59.6449229Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:28:59.6450290Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:28:59.6451082Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:28:59.6451437Z from /usr/include/c++/9/functional:54, 2025-06-05T23:28:59.6451850Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:28:59.6452367Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:28:59.6453041Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:28:59.6453946Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-06-05T23:28:59.6461570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.6475904Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6490049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6504927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6520828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.6529048Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.6530970Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.6532073Z 94 | struct array 2025-06-05T23:28:59.6532516Z | ^~~~~ 2025-06-05T23:28:59.6534142Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:59.6535710Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6536427Z | ^~~~~~~~ 2025-06-05T23:28:59.6545652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.6565781Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6585574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6602390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6619126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.6627117Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.6629106Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.6630119Z 94 | struct array 2025-06-05T23:28:59.6630551Z | ^~~~~ 2025-06-05T23:28:59.6632416Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:28:59.6633944Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6634662Z | ^~~~~~~~ 2025-06-05T23:28:59.6643714Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.6663449Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6681889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6698170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6715067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.6723022Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.6724808Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.6725878Z 94 | struct array 2025-06-05T23:28:59.6726358Z | ^~~~~ 2025-06-05T23:28:59.6728042Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:59.6729559Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6730230Z | ^~~~~~~~ 2025-06-05T23:28:59.6739902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.6760552Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6780588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6797329Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6813905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.6821959Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.6823745Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.6824808Z 94 | struct array 2025-06-05T23:28:59.6825237Z | ^~~~~ 2025-06-05T23:28:59.6826906Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:28:59.6828503Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6831255Z | ^~~~~~~~ 2025-06-05T23:28:59.6840404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.6863491Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6882041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6898211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.6913482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.6919864Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.6921525Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.6922355Z 94 | struct array 2025-06-05T23:28:59.6922740Z | ^~~~~ 2025-06-05T23:28:59.6924256Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:59.6925614Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.6926294Z | ^~~~~~~~ 2025-06-05T23:28:59.6935862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.6999113Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7018289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7034844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7051954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7059523Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7061214Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7062138Z 94 | struct array 2025-06-05T23:28:59.7062546Z | ^~~~~ 2025-06-05T23:28:59.7064106Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:28:59.7065468Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7066178Z | ^~~~~~~~ 2025-06-05T23:28:59.7073521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.7092101Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7109186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7120399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7130184Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7137177Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7138896Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7139838Z 94 | struct array 2025-06-05T23:28:59.7140242Z | ^~~~~ 2025-06-05T23:28:59.7141512Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:59.7142554Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7143283Z | ^~~~~~~~ 2025-06-05T23:28:59.7150800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.7167827Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7183643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7198868Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7215316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7222672Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7224371Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7225341Z 94 | struct array 2025-06-05T23:28:59.7225760Z | ^~~~~ 2025-06-05T23:28:59.7227141Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:28:59.7228386Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7229281Z | ^~~~~~~~ 2025-06-05T23:28:59.7237854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.7257002Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7275007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7291027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7308035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7315982Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7317674Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7318713Z 94 | struct array 2025-06-05T23:28:59.7319157Z | ^~~~~ 2025-06-05T23:28:59.7320884Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:59.7322326Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7323058Z | ^~~~~~~~ 2025-06-05T23:28:59.7332814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.7353846Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7373514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7389522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7401257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7405422Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7406347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7406904Z 94 | struct array 2025-06-05T23:28:59.7407137Z | ^~~~~ 2025-06-05T23:28:59.7408031Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:28:59.7408835Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7409221Z | ^~~~~~~~ 2025-06-05T23:28:59.7415780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.7431884Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7446278Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7458936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7473413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7481155Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7482899Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7483739Z 94 | struct array 2025-06-05T23:28:59.7483980Z | ^~~~~ 2025-06-05T23:28:59.7484854Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:59.7485609Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7486007Z | ^~~~~~~~ 2025-06-05T23:28:59.7493056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.7512675Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7530973Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7546328Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7563062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7571064Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7572868Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7573961Z 94 | struct array 2025-06-05T23:28:59.7574393Z | ^~~~~ 2025-06-05T23:28:59.7575917Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:28:59.7577352Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7578079Z | ^~~~~~~~ 2025-06-05T23:28:59.7586593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.7605397Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7623683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7639887Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7656700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7664568Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7666299Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7667254Z 94 | struct array 2025-06-05T23:28:59.7667682Z | ^~~~~ 2025-06-05T23:28:59.7669197Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:59.7670632Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7671467Z | ^~~~~~~~ 2025-06-05T23:28:59.7680863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.7697948Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7712418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7728869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7744849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7752748Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-06-05T23:28:59.7754460Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7755273Z 94 | struct array 2025-06-05T23:28:59.7755648Z | ^~~~~ 2025-06-05T23:28:59.7757055Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:28:59.7758319Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7758978Z | ^~~~~~~~ 2025-06-05T23:28:59.7765786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.7770749Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:28:59.7777051Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7785790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7795604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7803918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7810143Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.7811667Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7812785Z 94 | struct array 2025-06-05T23:28:59.7813367Z | ^~~~~ 2025-06-05T23:28:59.7815333Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:59.7816966Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7817742Z | ^~~~~~~~ 2025-06-05T23:28:59.7827952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.7849828Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7868289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7875958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7888038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7895369Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.7897186Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7898239Z 94 | struct array 2025-06-05T23:28:59.7898648Z | ^~~~~ 2025-06-05T23:28:59.7900394Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:28:59.7901889Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7902553Z | ^~~~~~~~ 2025-06-05T23:28:59.7909806Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.7926015Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7934882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7942296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7949781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.7953450Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.7954539Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.7955178Z 94 | struct array 2025-06-05T23:28:59.7955417Z | ^~~~~ 2025-06-05T23:28:59.7956310Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:59.7957374Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.7957853Z | ^~~~~~~~ 2025-06-05T23:28:59.7963630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.7973271Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7982343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7986157Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:28:59.7991012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.7998514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8002211Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8003153Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8003720Z 94 | struct array 2025-06-05T23:28:59.8003954Z | ^~~~~ 2025-06-05T23:28:59.8004831Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:28:59.8005646Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8006030Z | ^~~~~~~~ 2025-06-05T23:28:59.8010290Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.8025548Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8042327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8056535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8071132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8077999Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8079731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8080766Z 94 | struct array 2025-06-05T23:28:59.8081187Z | ^~~~~ 2025-06-05T23:28:59.8082827Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:59.8084331Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8085038Z | ^~~~~~~~ 2025-06-05T23:28:59.8093658Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.8111741Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8129569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8144234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8158807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8166046Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8167817Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8168839Z 94 | struct array 2025-06-05T23:28:59.8169269Z | ^~~~~ 2025-06-05T23:28:59.8170857Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:28:59.8172462Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8173266Z | ^~~~~~~~ 2025-06-05T23:28:59.8181017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.8198338Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8213623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8227481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8241707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8248828Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8250635Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8251595Z 94 | struct array 2025-06-05T23:28:59.8252019Z | ^~~~~ 2025-06-05T23:28:59.8253696Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:59.8255102Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8255809Z | ^~~~~~~~ 2025-06-05T23:28:59.8256862Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:28:59.8265351Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.8283442Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8300916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8315209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8329936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8337163Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8338894Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8339883Z 94 | struct array 2025-06-05T23:28:59.8340317Z | ^~~~~ 2025-06-05T23:28:59.8341926Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:28:59.8343342Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8344051Z | ^~~~~~~~ 2025-06-05T23:28:59.8352031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.8369124Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8385572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8399861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8414458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8421352Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8423072Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8424151Z 94 | struct array 2025-06-05T23:28:59.8424577Z | ^~~~~ 2025-06-05T23:28:59.8426130Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:59.8427545Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8428243Z | ^~~~~~~~ 2025-06-05T23:28:59.8437047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.8455321Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8472735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8486627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8494428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8498085Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8499070Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8499631Z 94 | struct array 2025-06-05T23:28:59.8499865Z | ^~~~~ 2025-06-05T23:28:59.8500714Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:28:59.8501500Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8501906Z | ^~~~~~~~ 2025-06-05T23:28:59.8506005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.8514850Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8527490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8540977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8555567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8562798Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8564556Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8565579Z 94 | struct array 2025-06-05T23:28:59.8565987Z | ^~~~~ 2025-06-05T23:28:59.8567474Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:59.8568869Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8569563Z | ^~~~~~~~ 2025-06-05T23:28:59.8578054Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:28:59.8595504Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8613022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8626675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8641255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8648285Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8650025Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8651036Z 94 | struct array 2025-06-05T23:28:59.8651463Z | ^~~~~ 2025-06-05T23:28:59.8653187Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:28:59.8654541Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:28:59.8655191Z | ^~~~~~~~ 2025-06-05T23:28:59.8663017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:28:59.8679900Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8696429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8710555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:28:59.8724958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:28:59.8732254Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:28:59.8734082Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:28:59.8735101Z 94 | struct array 2025-06-05T23:28:59.8735482Z | ^~~~~ 2025-06-05T23:29:00.0660630Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:00.0662410Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.0663133Z | ^~~~~~~~ 2025-06-05T23:29:00.0671767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.0690036Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0707911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0715231Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:29:00.0724518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0738913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:00.0745808Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:130:3: required from here 2025-06-05T23:29:00.0747555Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.0748700Z 94 | struct array 2025-06-05T23:29:00.0749132Z | ^~~~~ 2025-06-05T23:29:00.0750707Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:00.0752125Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.0752834Z | ^~~~~~~~ 2025-06-05T23:29:00.0753879Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:29:00.0755424Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:29:00.0756959Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:29:00.0758690Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:29:00.0760747Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:29:00.0762692Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:29:00.0764312Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:29:00.0765931Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:29:00.0767610Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:29:00.0768830Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:29:00.0769488Z from /usr/include/c++/9/functional:54, 2025-06-05T23:29:00.0770201Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:29:00.0770901Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:29:00.0771796Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:29:00.0772856Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-06-05T23:29:00.0781534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.0799327Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0816538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0834010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0849319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.0856841Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.0858579Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.0859640Z 94 | struct array 2025-06-05T23:29:00.0860023Z | ^~~~~ 2025-06-05T23:29:00.0861761Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:29:00.0863342Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.0864024Z | ^~~~~~~~ 2025-06-05T23:29:00.0872753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.0891025Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0907814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0919610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.0934827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.0941904Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.0943561Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.0944561Z 94 | struct array 2025-06-05T23:29:00.0944974Z | ^~~~~ 2025-06-05T23:29:00.0946626Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:29:00.0948018Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.0948703Z | ^~~~~~~~ 2025-06-05T23:29:00.0956404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.0973562Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1003469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1011196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1019379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1023199Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1024115Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1024668Z 94 | struct array 2025-06-05T23:29:00.1024916Z | ^~~~~ 2025-06-05T23:29:00.1025780Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:29:00.1026592Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1027019Z | ^~~~~~~~ 2025-06-05T23:29:00.1032366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.1046504Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1063129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1077233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1086197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1090260Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1091178Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1091823Z 94 | struct array 2025-06-05T23:29:00.1092061Z | ^~~~~ 2025-06-05T23:29:00.1093141Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:29:00.1093963Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1094351Z | ^~~~~~~~ 2025-06-05T23:29:00.1100665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.1117599Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1134089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1148243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1166312Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1175329Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1177709Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1179013Z 94 | struct array 2025-06-05T23:29:00.1179741Z | ^~~~~ 2025-06-05T23:29:00.1182845Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:29:00.1184660Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1185515Z | ^~~~~~~~ 2025-06-05T23:29:00.1195059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.1210493Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1219905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1228130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1237103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1240981Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1242011Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1242577Z 94 | struct array 2025-06-05T23:29:00.1242814Z | ^~~~~ 2025-06-05T23:29:00.1243756Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:29:00.1244545Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1244942Z | ^~~~~~~~ 2025-06-05T23:29:00.1249468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.1259668Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1268687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1278367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1290119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1295890Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1297187Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1297992Z 94 | struct array 2025-06-05T23:29:00.1298322Z | ^~~~~ 2025-06-05T23:29:00.1299488Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:29:00.1300577Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1301138Z | ^~~~~~~~ 2025-06-05T23:29:00.1308162Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.1322724Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1341138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1355741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1369743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1375197Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1376137Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1376663Z 94 | struct array 2025-06-05T23:29:00.1377010Z | ^~~~~ 2025-06-05T23:29:00.1377812Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:29:00.1378673Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1379307Z | ^~~~~~~~ 2025-06-05T23:29:00.1386563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.1404037Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1421341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1436090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1451071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1456859Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1458560Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1459654Z 94 | struct array 2025-06-05T23:29:00.1460052Z | ^~~~~ 2025-06-05T23:29:00.1461712Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:29:00.1463237Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1463919Z | ^~~~~~~~ 2025-06-05T23:29:00.1472760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.1491441Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1509435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1524456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1539590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1547093Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1548845Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1549870Z 94 | struct array 2025-06-05T23:29:00.1550303Z | ^~~~~ 2025-06-05T23:29:00.1551911Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:29:00.1553432Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1554151Z | ^~~~~~~~ 2025-06-05T23:29:00.1562347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.1579964Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1596468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1611050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1625860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1632750Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1634471Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1635493Z 94 | struct array 2025-06-05T23:29:00.1635928Z | ^~~~~ 2025-06-05T23:29:00.1637468Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:29:00.1638930Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1639641Z | ^~~~~~~~ 2025-06-05T23:29:00.1648293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.1667110Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1684998Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1699609Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1714599Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1722044Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1723743Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1724769Z 94 | struct array 2025-06-05T23:29:00.1725180Z | ^~~~~ 2025-06-05T23:29:00.1726733Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:29:00.1728212Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1729136Z | ^~~~~~~~ 2025-06-05T23:29:00.1737597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.1755303Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1772379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1787043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1801952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1809109Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1810759Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1811758Z 94 | struct array 2025-06-05T23:29:00.1812165Z | ^~~~~ 2025-06-05T23:29:00.1813828Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:00.1815227Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1815910Z | ^~~~~~~~ 2025-06-05T23:29:00.1824724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.1846488Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1864798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1879769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:00.1894969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:00.1901748Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-06-05T23:29:00.1903328Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.1904330Z 94 | struct array 2025-06-05T23:29:00.1904762Z | ^~~~~ 2025-06-05T23:29:00.1906309Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:00.1907839Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.1908564Z | ^~~~~~~~ 2025-06-05T23:29:00.3257441Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:00.3259933Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:29:00.3262730Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:29:00.3264747Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:29:00.3266627Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:29:00.3268585Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:29:00.3270114Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:29:00.3271695Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:29:00.3272948Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:29:00.3273571Z from /usr/include/c++/9/functional:54, 2025-06-05T23:29:00.3274227Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:29:00.3274902Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:29:00.3275863Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:29:00.3277162Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:29:00.3278298Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-06-05T23:29:00.3285675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.3300762Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:29:00.3315177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.3327168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.3340438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:29:00.3345800Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-06-05T23:29:00.3346906Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.3347447Z 94 | struct array 2025-06-05T23:29:00.3347698Z | ^~~~~ 2025-06-05T23:29:00.3348573Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:29:00.3349452Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.3349858Z | ^~~~~~~~ 2025-06-05T23:29:00.3354123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.3363323Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:29:00.3372345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.3379590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.3386275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:29:00.3390314Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-06-05T23:29:00.3391283Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.3391878Z 94 | struct array 2025-06-05T23:29:00.3392126Z | ^~~~~ 2025-06-05T23:29:00.3393056Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:29:00.3393832Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.3394291Z | ^~~~~~~~ 2025-06-05T23:29:00.3398083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:00.3406526Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:29:00.3414617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.3421474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.6746159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:29:00.6752884Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-06-05T23:29:00.6754652Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.6755718Z 94 | struct array 2025-06-05T23:29:00.6756139Z | ^~~~~ 2025-06-05T23:29:00.6757858Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:00.6759343Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.6760048Z | ^~~~~~~~ 2025-06-05T23:29:00.6767750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:00.6784294Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::]’ 2025-06-05T23:29:00.6801447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.6814234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; bool support_noncontiguous_tensors = false; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-06-05T23:29:00.6827255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::FLOATHBF16; Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-06-05T23:29:00.6836098Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-06-05T23:29:00.6837650Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:00.6838487Z 94 | struct array 2025-06-05T23:29:00.6838925Z | ^~~~~ 2025-06-05T23:29:00.6840376Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:00.6841639Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:00.6842355Z | ^~~~~~~~ 2025-06-05T23:29:00.6843425Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:29:00.6845143Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:29:00.6846605Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:29:00.6847931Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:29:00.6849415Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:00.6850909Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:29:00.6852415Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:29:00.6853890Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:29:00.6855127Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:29:00.6856418Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:29:00.6857419Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:29:00.6858631Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:00.6860134Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:29:01.1525072Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:29:01.1527345Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:29:01.1529781Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:29:01.1531809Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:29:01.1533479Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:29:01.1535379Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:29:01.1537281Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:29:01.1539367Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:29:01.1541743Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:29:01.1544244Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:29:01.1545953Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:29:01.1547480Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:29:01.1549359Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:29:01.1551569Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:29:01.1553503Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:29:01.1554921Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:29:01.1557028Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:01.1559324Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:29:01.1561128Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:29:01.1562550Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:29:01.1563674Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:29:01.1564345Z from /usr/include/c++/9/functional:54, 2025-06-05T23:29:01.1564990Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:29:01.1565865Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:29:01.1566782Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-06-05T23:29:01.1567771Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-06-05T23:29:01.1577288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.1596798Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1615095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1632727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1650064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.1658248Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.1659998Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.1660947Z 94 | struct array 2025-06-05T23:29:01.1661318Z | ^~~~~ 2025-06-05T23:29:01.1663080Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:29:01.1664583Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.1665315Z | ^~~~~~~~ 2025-06-05T23:29:01.1674972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.1695345Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1715324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1731764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1748879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.1757179Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.1758982Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.1760191Z 94 | struct array 2025-06-05T23:29:01.1760604Z | ^~~~~ 2025-06-05T23:29:01.1762359Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-06-05T23:29:01.1763922Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.1764636Z | ^~~~~~~~ 2025-06-05T23:29:01.1774239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.1793924Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1813039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1833639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1851220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.1859420Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.1861134Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.1862196Z 94 | struct array 2025-06-05T23:29:01.1862661Z | ^~~~~ 2025-06-05T23:29:01.1864346Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:29:01.1865888Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.1866587Z | ^~~~~~~~ 2025-06-05T23:29:01.1876349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.1897185Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1916925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1933761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.1951039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.1959461Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.1961200Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.1962247Z 94 | struct array 2025-06-05T23:29:01.1962675Z | ^~~~~ 2025-06-05T23:29:01.1964354Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-06-05T23:29:01.1965863Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.1978972Z | ^~~~~~~~ 2025-06-05T23:29:01.1988215Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2007869Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2026732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2043725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2060905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2069005Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2070940Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2071992Z 94 | struct array 2025-06-05T23:29:01.2072418Z | ^~~~~ 2025-06-05T23:29:01.2074063Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:29:01.2075601Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2076270Z | ^~~~~~~~ 2025-06-05T23:29:01.2086107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2107275Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2127261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2144279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2161796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2170086Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2171947Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2173054Z 94 | struct array 2025-06-05T23:29:01.2173440Z | ^~~~~ 2025-06-05T23:29:01.2175110Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-06-05T23:29:01.2176624Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2177338Z | ^~~~~~~~ 2025-06-05T23:29:01.2186302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2205850Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2224675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2241177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2257500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2265541Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2267259Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2268220Z 94 | struct array 2025-06-05T23:29:01.2268615Z | ^~~~~ 2025-06-05T23:29:01.2269853Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:29:01.2271293Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2272004Z | ^~~~~~~~ 2025-06-05T23:29:01.2280934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2295661Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2306256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2315336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2324608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2329386Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2330381Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2331017Z 94 | struct array 2025-06-05T23:29:01.2331256Z | ^~~~~ 2025-06-05T23:29:01.2332216Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-06-05T23:29:01.2333145Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2333701Z | ^~~~~~~~ 2025-06-05T23:29:01.2339025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2349558Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2359891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2373299Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2386772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2394529Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2396232Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2397125Z 94 | struct array 2025-06-05T23:29:01.2397511Z | ^~~~~ 2025-06-05T23:29:01.2399002Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:29:01.2400526Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2401222Z | ^~~~~~~~ 2025-06-05T23:29:01.2410542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2429819Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2448435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2464298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2480388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2487594Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2489223Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2490160Z 94 | struct array 2025-06-05T23:29:01.2490538Z | ^~~~~ 2025-06-05T23:29:01.2492042Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-06-05T23:29:01.2493401Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2494054Z | ^~~~~~~~ 2025-06-05T23:29:01.2501825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2518783Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2536066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2551112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2565974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2573297Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2574794Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2575470Z 94 | struct array 2025-06-05T23:29:01.2575713Z | ^~~~~ 2025-06-05T23:29:01.2576552Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:29:01.2577479Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2578054Z | ^~~~~~~~ 2025-06-05T23:29:01.2583249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2596508Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2607887Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2618819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2634052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2638494Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2639765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2640311Z 94 | struct array 2025-06-05T23:29:01.2640565Z | ^~~~~ 2025-06-05T23:29:01.2641534Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-06-05T23:29:01.2642304Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2642707Z | ^~~~~~~~ 2025-06-05T23:29:01.2647928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2661226Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2673702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2682679Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2691701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2696066Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2696982Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2697555Z 94 | struct array 2025-06-05T23:29:01.2697852Z | ^~~~~ 2025-06-05T23:29:01.2698723Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:29:01.2699510Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2699909Z | ^~~~~~~~ 2025-06-05T23:29:01.2705212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2716112Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2727537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2737852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2747957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:348:47: required from ‘void torch::executor::native::utils::internal::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::REALHBF16; 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-06-05T23:29:01.2752653Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-06-05T23:29:01.2753681Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2754335Z 94 | struct array 2025-06-05T23:29:01.2754611Z | ^~~~~ 2025-06-05T23:29:01.2755482Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-06-05T23:29:01.2756454Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2756861Z | ^~~~~~~~ 2025-06-05T23:29:01.2761416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2771866Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2783555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2792976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2803273Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.2808508Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.2810287Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2811367Z 94 | struct array 2025-06-05T23:29:01.2811807Z | ^~~~~ 2025-06-05T23:29:01.2813908Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:29:01.2815514Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2816283Z | ^~~~~~~~ 2025-06-05T23:29:01.2824996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2841652Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2857354Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2868886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2877309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.2884314Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.2886047Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2887093Z 94 | struct array 2025-06-05T23:29:01.2887607Z | ^~~~~ 2025-06-05T23:29:01.2889273Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-06-05T23:29:01.2890694Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2891354Z | ^~~~~~~~ 2025-06-05T23:29:01.2899094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.2914616Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2924645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2939181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2954656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.2960904Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.2961870Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.2962444Z 94 | struct array 2025-06-05T23:29:01.2962680Z | ^~~~~ 2025-06-05T23:29:01.2963561Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:29:01.2964378Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.2964766Z | ^~~~~~~~ 2025-06-05T23:29:01.2969372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.2979152Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2988383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.2996136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3004144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3010375Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3011914Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3012879Z 94 | struct array 2025-06-05T23:29:01.3013337Z | ^~~~~ 2025-06-05T23:29:01.3014866Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-06-05T23:29:01.3016327Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3017104Z | ^~~~~~~~ 2025-06-05T23:29:01.3025210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.3041120Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3056468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3069826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3083950Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3091149Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3093029Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3094062Z 94 | struct array 2025-06-05T23:29:01.3094479Z | ^~~~~ 2025-06-05T23:29:01.3096050Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:29:01.3097623Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3098340Z | ^~~~~~~~ 2025-06-05T23:29:01.3106926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.3125190Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3142473Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3157362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3172563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3179988Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3181700Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3182746Z 94 | struct array 2025-06-05T23:29:01.3183174Z | ^~~~~ 2025-06-05T23:29:01.3184726Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-06-05T23:29:01.3186247Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3186958Z | ^~~~~~~~ 2025-06-05T23:29:01.3195144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.3212775Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3229294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3243645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3258632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3265942Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3267621Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3268606Z 94 | struct array 2025-06-05T23:29:01.3269032Z | ^~~~~ 2025-06-05T23:29:01.3270538Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:29:01.3271979Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3272709Z | ^~~~~~~~ 2025-06-05T23:29:01.3281074Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.3299952Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3317886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3332067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3346087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3352422Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3354106Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3355007Z 94 | struct array 2025-06-05T23:29:01.3355356Z | ^~~~~ 2025-06-05T23:29:01.3356629Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-06-05T23:29:01.3357898Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3358510Z | ^~~~~~~~ 2025-06-05T23:29:01.3365452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.3385117Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3404491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3418801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3433798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3440787Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3442565Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3443614Z 94 | struct array 2025-06-05T23:29:01.3444004Z | ^~~~~ 2025-06-05T23:29:01.3445536Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:29:01.3446865Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3447472Z | ^~~~~~~~ 2025-06-05T23:29:01.3455936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.3474270Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3490938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3502868Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3506928Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:29:01.3511561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3515355Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3516245Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3516787Z 94 | struct array 2025-06-05T23:29:01.3517031Z | ^~~~~ 2025-06-05T23:29:01.3517867Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-06-05T23:29:01.3518696Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3519098Z | ^~~~~~~~ 2025-06-05T23:29:01.3523272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.3536095Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3552520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3564803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3579862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3587099Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3588610Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3589153Z 94 | struct array 2025-06-05T23:29:01.3589404Z | ^~~~~ 2025-06-05T23:29:01.3590228Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:29:01.3591088Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3591526Z | ^~~~~~~~ 2025-06-05T23:29:01.3596021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.3606018Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3621243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3636028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3651061Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3657790Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3659557Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3660587Z 94 | struct array 2025-06-05T23:29:01.3660997Z | ^~~~~ 2025-06-05T23:29:01.3662551Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-06-05T23:29:01.3663989Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3664694Z | ^~~~~~~~ 2025-06-05T23:29:01.3672752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:01.3690211Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3706979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3721378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.3736624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.3743787Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.3745425Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.3746437Z 94 | struct array 2025-06-05T23:29:01.3746869Z | ^~~~~ 2025-06-05T23:29:01.3748405Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:01.3749858Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.3750553Z | ^~~~~~~~ 2025-06-05T23:29:01.3758909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:01.8852779Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.8866040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.8874361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; 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-06-05T23:29:01.8887095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:280:47: required from ‘void torch::executor::native::utils::internal::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; 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-06-05T23:29:01.8891532Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:112:3: required from here 2025-06-05T23:29:01.8892569Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:01.8893323Z 94 | struct array 2025-06-05T23:29:01.8893581Z | ^~~~~ 2025-06-05T23:29:01.8894511Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-06-05T23:29:01.8895292Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:01.8895740Z | ^~~~~~~~ 2025-06-05T23:29:01.8896434Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:29:01.8897309Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:29:01.8898228Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:29:01.8899219Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:29:01.8900557Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:29:01.8901761Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:29:01.8902957Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:01.8904381Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-06-05T23:29:01.8905648Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:29:01.8906948Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:29:01.8908258Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:29:01.8909382Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:29:01.8910314Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:29:01.8911612Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:29:01.8912923Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:29:01.8914292Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:29:01.8915745Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:29:01.8917864Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:29:01.8919582Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:29:01.8920693Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:29:01.8921972Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:01.8923502Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:29:01.8924708Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:29:01.8925875Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:29:01.8927344Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:02.2030313Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:29:02.2032980Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:02.2035231Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:29:02.2036939Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:29:02.2038508Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:29:02.2040084Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:29:02.2042174Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:29:02.2044830Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:29:02.2047525Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:02.2049093Z In file included from /usr/include/c++/9/tuple:39, 2025-06-05T23:29:02.2049755Z from /usr/include/c++/9/functional:54, 2025-06-05T23:29:02.2050454Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-06-05T23:29:02.2051176Z from /usr/include/c++/9/algorithm:71, 2025-06-05T23:29:02.2052164Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-06-05T23:29:02.2053573Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-06-05T23:29:02.2054650Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-06-05T23:29:02.2065222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.2086714Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2107259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; CTYPE_OUT = unsigned char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2125998Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2148442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2157755Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2159493Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2160578Z 94 | struct array 2025-06-05T23:29:02.2160994Z | ^~~~~ 2025-06-05T23:29:02.2162746Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-06-05T23:29:02.2164307Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2165018Z | ^~~~~~~~ 2025-06-05T23:29:02.2175859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.2185728Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:29:02.2200788Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2222199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2241477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2261429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = unsigned char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2270894Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2272599Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2273688Z 94 | struct array 2025-06-05T23:29:02.2274125Z | ^~~~~ 2025-06-05T23:29:02.2275942Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-06-05T23:29:02.2277554Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2278244Z | ^~~~~~~~ 2025-06-05T23:29:02.2287304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.2302855Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2317433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; CTYPE_OUT = signed char; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2330543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2347593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2356871Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2358617Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2359836Z 94 | struct array 2025-06-05T23:29:02.2360258Z | ^~~~~ 2025-06-05T23:29:02.2361983Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-06-05T23:29:02.2363501Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2364227Z | ^~~~~~~~ 2025-06-05T23:29:02.2375314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.2398204Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2419809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2441490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2460601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = signed char; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2469918Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2471661Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2472710Z 94 | struct array 2025-06-05T23:29:02.2473144Z | ^~~~~ 2025-06-05T23:29:02.2474955Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-06-05T23:29:02.2476401Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2477128Z | ^~~~~~~~ 2025-06-05T23:29:02.2487303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.2509349Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2530209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; CTYPE_OUT = short int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2548696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2565167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2571597Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2572880Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2573703Z 94 | struct array 2025-06-05T23:29:02.2574076Z | ^~~~~ 2025-06-05T23:29:02.2575229Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-06-05T23:29:02.2576265Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2576780Z | ^~~~~~~~ 2025-06-05T23:29:02.2584260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.2600024Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2617258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2635361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2653933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = short int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2663538Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2665301Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2666334Z 94 | struct array 2025-06-05T23:29:02.2666775Z | ^~~~~ 2025-06-05T23:29:02.2668396Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-06-05T23:29:02.2669907Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2670613Z | ^~~~~~~~ 2025-06-05T23:29:02.2680746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.2702179Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2722516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; CTYPE_OUT = int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2741687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2760420Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2769485Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2771121Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2772128Z 94 | struct array 2025-06-05T23:29:02.2772543Z | ^~~~~ 2025-06-05T23:29:02.2774156Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-06-05T23:29:02.2775501Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2776184Z | ^~~~~~~~ 2025-06-05T23:29:02.2786846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.2809281Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2826590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2839883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2853471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2859844Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2861030Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2861714Z 94 | struct array 2025-06-05T23:29:02.2862054Z | ^~~~~ 2025-06-05T23:29:02.2863103Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-06-05T23:29:02.2864096Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2864609Z | ^~~~~~~~ 2025-06-05T23:29:02.2873077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.2894658Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2911122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; CTYPE_OUT = long int; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2921824Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2932002Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.2937167Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.2938109Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.2938670Z 94 | struct array 2025-06-05T23:29:02.2938915Z | ^~~~~ 2025-06-05T23:29:02.2939838Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-06-05T23:29:02.2940643Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.2941054Z | ^~~~~~~~ 2025-06-05T23:29:02.2950326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.2972530Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.2989543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3008451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3027433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = long int; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.3036817Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.3038677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.3039721Z 94 | struct array 2025-06-05T23:29:02.3040159Z | ^~~~~ 2025-06-05T23:29:02.3041717Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-06-05T23:29:02.3043218Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.3044076Z | ^~~~~~~~ 2025-06-05T23:29:02.3054360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.3075297Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3087745Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:29:02.3098008Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; CTYPE_OUT = float; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3116614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3135752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.3144910Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.3146589Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.3147619Z 94 | struct array 2025-06-05T23:29:02.3148183Z | ^~~~~ 2025-06-05T23:29:02.3149701Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-06-05T23:29:02.3151124Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.3151840Z | ^~~~~~~~ 2025-06-05T23:29:02.3162421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.3185563Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3200898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3210668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3220660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = float; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.3225431Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.3226329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.3226888Z 94 | struct array 2025-06-05T23:29:02.3227128Z | ^~~~~ 2025-06-05T23:29:02.3227959Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-06-05T23:29:02.3228930Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.3229343Z | ^~~~~~~~ 2025-06-05T23:29:02.3234834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.3239984Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:29:02.3247309Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3258260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; CTYPE_OUT = double; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3267842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3277618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.3283993Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.3284962Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.3285520Z 94 | struct array 2025-06-05T23:29:02.3285770Z | ^~~~~ 2025-06-05T23:29:02.3286616Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-06-05T23:29:02.3287377Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.3287823Z | ^~~~~~~~ 2025-06-05T23:29:02.3294287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.3307226Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3319634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3332089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3348402Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = double; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.3358446Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.3360323Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.3361513Z 94 | struct array 2025-06-05T23:29:02.3361924Z | ^~~~~ 2025-06-05T23:29:02.3363510Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-06-05T23:29:02.3364796Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.3365423Z | ^~~~~~~~ 2025-06-05T23:29:02.3372485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:3 = long int; auto:4 = long int]’: 2025-06-05T23:29:02.3386872Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3398332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:77:40: required from ‘void torch::executor::native::utils::internal::dtype_specialized_elementwise_fn_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; CTYPE_OUT = bool; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3413497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:241:39: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.3423785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.3428941Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.3429863Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.3430401Z 94 | struct array 2025-06-05T23:29:02.3430730Z | ^~~~~ 2025-06-05T23:29:02.3431554Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-06-05T23:29:02.3432303Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.3432768Z | ^~~~~~~~ 2025-06-05T23:29:02.3438547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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:7 = long int; auto:8 = long int]’: 2025-06-05T23:29:02.8457929Z /pytorch/executorch/../executorch/runtime/core/function_ref.h:91:48: required by substitution of ‘template executorch::runtime::FunctionRef::FunctionRef(Callable&&, std::enable_if_t<(! std::is_same::type, executorch::runtime::FunctionRef >::value), void>*, std::enable_if_t<(std::is_void::value || std::is_convertible()(declval(), declval())), void>::value), void>*) [with Callable = torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.8470160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:160:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn_generic_impl(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.8480745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:248:37: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, Args ...) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; bool support_noncontiguous_tensors = false; Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::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-06-05T23:29:02.8491026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:446:47: required from ‘void torch::executor::native::utils::internal::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&) [with CTYPE_COMPUTE = bool; const char* op_name = (& op_name); torch::executor::native::utils::SupportedTensorDtypes out_dtypes = torch::executor::native::utils::SupportedTensorDtypes::SAME_AS_COMMON; Op = torch::executor::native::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-06-05T23:29:02.8495963Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-06-05T23:29:02.8497529Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-06-05T23:29:02.8498521Z 94 | struct array 2025-06-05T23:29:02.8498913Z | ^~~~~ 2025-06-05T23:29:02.8500380Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-06-05T23:29:02.8501805Z 110 | typename _AT_Type::_Type _M_elems; 2025-06-05T23:29:02.8502524Z | ^~~~~~~~ 2025-06-05T23:29:02.8503918Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:29:02.8506029Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:29:02.8508380Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:29:02.8511026Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:02.8513568Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:29:02.8515813Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:29:02.8517700Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:29:02.8519484Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:29:02.8521692Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:29:02.8524426Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:29:02.8526686Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:29:02.8528966Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:02.8531121Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:29:02.8532808Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:29:02.8535014Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:29:02.8537239Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:29:02.8539333Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:02.8541356Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:29:04.3309600Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:29:04.3312267Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:29:04.3315132Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:29:04.3317815Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:29:04.3320527Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:29:04.3322773Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:29:04.3324553Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:29:04.3326556Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-06-05T23:29:04.3328925Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-06-05T23:29:04.3330771Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:29:04.3332899Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:29:04.3334765Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:29:04.3336993Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:29:04.3339064Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:29:04.3341101Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:29:04.3343160Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:29:04.3345186Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:29:04.3347252Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:29:04.3349089Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:29:04.3350781Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:29:04.3352778Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:29:04.3355060Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:29:04.3357786Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:29:04.3359999Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:29:04.3362877Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:29:04.3365285Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:29:04.3367724Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:29:04.3369471Z [ 51%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:29:04.3371127Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:29:04.3373594Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:29:04.3376165Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:29:04.3379206Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:29:04.3382342Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:29:04.3385472Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:29:04.3388377Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:29:04.3390769Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:29:04.3393300Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:29:04.3395604Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-06-05T23:29:04.3396862Z [ 51%] Built target optimized_portable_kernels 2025-06-05T23:29:04.3397471Z [ 51%] Merging kernel yaml files 2025-06-05T23:29:04.3398789Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-06-05T23:29:04.3401075Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-06-05T23:29:04.3403368Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:29:04.3405718Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:29:04.3407996Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:29:04.3410399Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:29:04.3412152Z [ 53%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:29:04.3413904Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:29:04.3416224Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:29:04.3418459Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:29:04.3420601Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:29:04.3422876Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:29:04.3425102Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:29:04.3427090Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:29:04.3432287Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:29:04.3433830Z [ 53%] Generating code for kernel registration 2025-06-05T23:29:04.3435290Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:29:04.3437571Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:29:04.3439682Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:29:06.1482893Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:29:06.1485178Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:29:06.1487357Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:29:06.1489677Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:29:06.1491904Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:29:06.1494213Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:29:06.1496360Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:29:06.1498532Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:29:06.1500626Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:29:06.1502967Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:29:06.1505159Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:29:06.1507322Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:29:06.1509637Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:29:06.1511840Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:29:06.1514096Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:29:06.1516248Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:29:06.1518441Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:29:06.1520772Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:29:06.1522979Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:29:06.1525135Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:29:06.1527345Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:29:06.1529805Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:29:06.1531977Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:29:06.1534217Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:29:06.1544958Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:29:06.1547178Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:29:06.1549338Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:29:06.1551624Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:29:06.1553829Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:29:06.1556054Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:29:06.1558212Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:29:06.1560370Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:29:06.1562549Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:29:06.1564848Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:29:06.1567064Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:29:06.1569224Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:29:06.1571514Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:29:06.1573823Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:29:06.1575916Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:29:06.1577764Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:29:06.1579763Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:29:06.1581701Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:29:06.1583814Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:29:06.1585642Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:29:06.1587375Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:29:06.1589138Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:29:06.1591082Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:29:06.1593025Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:29:06.1594891Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:29:06.1596854Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:29:06.1598948Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:29:06.1601569Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:29:06.1604187Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:29:06.1606870Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:29:06.1609251Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:29:06.1611703Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:29:06.1614399Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:29:06.1617110Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:29:07.6443246Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:29:07.6445213Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:29:07.6447430Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:29:07.6449583Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:29:07.6451575Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:29:07.6453608Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:29:07.6455933Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:29:07.6458530Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:29:07.6461052Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:29:07.6463630Z [ 59%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:29:07.6465719Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:29:07.6468195Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:29:07.6470487Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:29:07.6472776Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:29:07.6475079Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:29:07.6477119Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:29:07.6478440Z [ 59%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:29:07.6479875Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:29:07.6481176Z [ 59%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:29:07.6482370Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:29:07.6484309Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:29:07.6486487Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:29:07.6488716Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:29:07.6490831Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:29:07.6493032Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:29:07.6495104Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:29:07.6497309Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:29:07.6499531Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:29:07.6501584Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:29:07.6503764Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:29:07.6506000Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:29:07.6508296Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:29:07.6510548Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:29:07.6512752Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:29:07.6514925Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:29:07.6517073Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:29:07.6519104Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:29:07.6521175Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:29:07.6523290Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:29:07.6525548Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:29:07.6527863Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:29:07.6533039Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:29:07.6535522Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:29:07.6537695Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:29:07.6539925Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:29:07.6542135Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:29:07.6544419Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:29:07.6546650Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:29:07.6549202Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:29:07.6551385Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:29:07.6553757Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:29:07.6556040Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:29:07.6558085Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:29:07.6560079Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:29:07.6562118Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:29:07.6564335Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:29:07.6566353Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:29:09.0840386Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:29:09.0842857Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:29:09.0845299Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:29:09.0847674Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:29:09.0850057Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:29:09.0852319Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:29:09.0854585Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:29:09.0856789Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:29:09.0859339Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:29:09.0861509Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:29:09.0863822Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:29:09.0866371Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:29:09.0868688Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:29:09.0870794Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:29:09.0873076Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:29:09.0875241Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:29:09.0877411Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:29:09.0879679Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:29:09.0881757Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:29:09.0883908Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:29:09.0886029Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:29:09.0888258Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:29:09.0890638Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:29:09.0892849Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:29:09.0895067Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:29:09.0897177Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:29:09.0899319Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:29:09.0901539Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:29:09.0903820Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:29:09.0905986Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:29:09.0908105Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:29:09.0910230Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:29:09.0912461Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:29:09.0914704Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:29:09.0916960Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:29:09.0919163Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:29:09.0921278Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:29:09.0923463Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:29:09.0925777Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:29:09.0928105Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:29:09.0930289Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:29:09.0932324Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:29:09.0934635Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:29:09.0936997Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:29:09.0939440Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:29:09.0942121Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:29:09.0945049Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:29:09.0947662Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:29:09.0950253Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:29:09.0952647Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:29:09.0954925Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:29:09.0957198Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:29:09.0959483Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:29:09.0961724Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:29:09.0963877Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:29:09.0966409Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:29:10.6779564Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:29:10.6780897Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:29:10.6782173Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:29:10.6783335Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:29:10.6784412Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:29:10.6785997Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:29:10.6787073Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:29:10.6788150Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:29:10.6789341Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:29:10.6790428Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:29:10.6792249Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:29:10.6794319Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:29:10.6796400Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:29:10.6798616Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:29:10.6800643Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:29:10.6802870Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6805376Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6807928Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:29:10.6810555Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:29:10.6813387Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6816082Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6817902Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6819504Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6821136Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:10.6822561Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:10.6823946Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:29:10.6825363Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:29:10.6826784Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:29:10.6829441Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6832103Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:29:10.6834914Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:29:10.6837412Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:10.6839903Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:29:10.6842672Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:29:10.6845521Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:10.6848311Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:29:10.6851080Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:10.6853634Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:10.6856091Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:29:10.6858487Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:29:10.6861199Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:29:10.6863884Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:10.6866440Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:29:10.6869295Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:29:10.6872107Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:29:10.6874649Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:29:10.6877322Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:10.6879987Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:29:10.6883037Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:10.6885825Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:10.6888344Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:29:12.0109263Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:12.0112015Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:29:12.0114799Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:29:12.0117498Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:29:12.0120282Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:29:12.0122931Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:12.0125619Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:29:12.0128356Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:29:12.0131271Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:29:12.0134112Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:29:12.0137013Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:12.0139809Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:29:12.0142695Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:12.0145610Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:29:12.0148300Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:29:12.0150965Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:29:12.0153662Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:29:12.0156353Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:29:12.0159152Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:29:12.0161460Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:29:12.0164328Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:29:12.0167124Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:29:12.0169891Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:29:12.0172692Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:29:12.0175633Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:29:12.0178430Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:12.0181119Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:12.0183801Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:12.0186493Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:12.0189215Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:12.0191967Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:29:12.0194736Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:29:12.0197492Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:29:12.0200156Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:12.0202857Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:12.0205541Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:12.0208212Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:12.0210956Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:12.0213753Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:29:12.0216585Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:29:12.0219110Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:29:12.0221377Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:29:12.0223694Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:29:12.0226008Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:29:12.0228322Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:29:12.0233123Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:29:12.0235942Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:29:12.0238359Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:29:12.0241428Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:29:12.0243841Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:29:13.3128148Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:29:13.3131415Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:13.3134335Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:13.3137199Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:13.3140099Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:13.3143011Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:13.3146058Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:29:13.3148350Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:29:13.3150400Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:29:13.3152873Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:13.3155664Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:13.3158693Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:13.3161437Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:13.3164257Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:13.3166986Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:29:13.3169484Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:29:13.3172114Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:29:13.3175168Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:13.3177880Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:13.3180707Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:13.3183515Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:13.3186403Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:13.3189247Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:29:13.3191926Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:29:13.3194710Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:13.3197538Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:29:13.3200432Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:13.3203187Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:13.3205328Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:13.3208171Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:13.3210724Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:13.3213461Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:13.3215985Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:13.3219791Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:13.3222656Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:13.3225367Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:13.3228030Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:13.3234407Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:13.3237231Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:13.3239777Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:29:13.3242555Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:13.3245367Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:13.3248175Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:13.3250911Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:13.3253721Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:13.3256420Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:13.3259146Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:13.3261957Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:14.6279734Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:14.6281886Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:14.6283912Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:14.6285988Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:14.6288710Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:14.6290861Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:14.6292900Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:29:14.6295286Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:14.6297370Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:29:14.6299297Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:29:14.6301187Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:29:14.6303144Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:29:14.6305149Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:29:14.6306936Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:29:14.6308633Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:29:14.6310383Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:29:14.6312064Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:29:14.6313686Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:29:14.6315424Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:29:14.6317204Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:29:14.6319017Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:29:14.6320902Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:29:14.6322792Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:29:14.6324855Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:14.6327171Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:29:14.6331572Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:29:14.6334148Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:29:14.6336642Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:29:14.6339180Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:29:14.6341614Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:29:14.6343108Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:14.6344626Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:29:14.6346720Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:29:14.6348628Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:29:14.6350872Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:29:14.6353004Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:29:14.6354977Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:29:14.6357059Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:29:14.6359181Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:29:14.6361367Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:29:14.6363462Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:29:14.6364797Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:29:14.6366027Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:29:14.6367200Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:29:14.6368457Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:29:14.6369601Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:29:14.6370822Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:29:14.6372104Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:29:14.6373456Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:14.6374789Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:29:14.6376176Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:29:14.6377464Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:29:14.6378765Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:14.6380173Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:29:15.9874175Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:29:15.9876880Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:29:15.9879466Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:29:15.9882177Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:29:15.9884787Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:29:15.9887398Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:15.9890030Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:15.9892687Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:15.9895468Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:15.9898173Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:15.9900846Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:29:15.9903434Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:29:15.9906131Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:29:15.9908748Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:29:15.9911374Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:29:15.9914048Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:15.9916712Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:15.9919379Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:29:15.9921961Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:29:15.9924517Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:29:15.9927024Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:29:15.9929145Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:29:15.9931075Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:29:15.9933285Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:29:15.9935488Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:29:15.9937780Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:29:15.9939814Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:29:15.9942231Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:15.9944606Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:15.9946823Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:15.9949061Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:15.9951134Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:15.9952932Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:15.9954950Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:15.9957151Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:15.9959499Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:15.9961957Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:15.9964772Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:15.9967659Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:15.9970498Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:15.9973461Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:15.9976444Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:15.9979340Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:15.9982459Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:15.9985402Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:15.9988348Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:15.9991296Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:15.9994246Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:15.9997167Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:29:16.0000124Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:29:16.0003072Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:29:16.0005871Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:29:17.3161171Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:29:17.3163123Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:29:17.3165065Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:29:17.3166342Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:29:17.3167487Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:29:17.3168988Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:29:17.3171023Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:29:17.3173381Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:29:17.3175618Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:29:17.3177985Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:29:17.3180547Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:29:17.3182907Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:29:17.3185106Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:29:17.3187410Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:17.3189733Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:29:17.3192031Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:29:17.3194134Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:29:17.3195474Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:29:17.3196875Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:29:17.3199128Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:29:17.3201552Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:17.3204028Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:29:17.3205966Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:29:17.3207126Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:29:17.3208243Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:29:17.3209342Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:29:17.3210441Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:29:17.3211530Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:29:17.3212714Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:29:17.3213937Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:29:17.3215056Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:29:17.3216244Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:29:17.3217465Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:29:17.3218630Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:29:17.3219804Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:29:17.3220940Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:29:17.3222179Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:29:17.3223522Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:29:17.3224786Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:17.3226121Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:29:17.3227926Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:29:17.3230289Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:29:17.3232036Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:29:17.3233630Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:29:17.3235357Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:29:17.3237238Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:29:17.3239238Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:29:17.3240868Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:29:17.3242057Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:29:17.3243779Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:29:17.3245776Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:29:17.3247639Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:29:17.3248863Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:29:17.3250743Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:29:17.3252771Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:29:18.4631188Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:29:18.4633331Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:29:18.4635727Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:29:18.4637879Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:29:18.4640177Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:29:18.4642587Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:29:18.4644733Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:29:18.4647013Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:29:18.4649378Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:29:18.4651501Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:29:18.4653736Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:29:18.4655766Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:29:18.4657915Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:29:18.4660073Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:29:18.4662192Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:29:18.4664436Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:29:18.4666781Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:29:18.4669251Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:29:18.4671826Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:29:18.4674350Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:29:18.4676964Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:29:18.4679320Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:29:18.4681641Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:29:18.4683973Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:29:18.4686396Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:29:18.4688854Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:29:18.4691409Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:29:18.4693980Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:29:18.4696531Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:29:18.4698954Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:29:18.4701454Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:29:18.4703776Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:29:18.4705789Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:29:18.4707866Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:29:18.4709769Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:29:18.4711565Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:29:18.4713264Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:29:18.4715439Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:29:18.4717233Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:29:18.4719145Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:29:18.4720757Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:29:18.4722257Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:29:18.4723820Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:29:18.4725551Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:29:18.4727430Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:29:18.4729278Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:29:18.4730716Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:29:18.4732256Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:29:18.4733914Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:29:18.4735399Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:29:18.4737424Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:29:18.4738980Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:29:18.4740691Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:29:18.4742325Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:29:18.4744104Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:29:18.4745791Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:29:29.8476188Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:29:29.8479015Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:29:29.8480838Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:29:29.8482677Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:29:29.8484654Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:29:29.8486567Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:29:29.8488438Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:29:29.8489966Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:29:29.8491775Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:29:29.8493728Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:29:29.8495826Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:29:29.8497808Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:29:29.8499942Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:29:29.8501844Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:29:29.8503795Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:29:29.8506131Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:29:29.8508309Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:29:29.8510298Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:29:29.8512398Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:29:29.8514395Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:29:29.8516276Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:29:29.8518415Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:29:29.8520477Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:29:29.8522610Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:29:29.8524580Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:29:29.8525887Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:29:29.8526570Z [ 97%] Built target microkernels-prod 2025-06-05T23:29:29.8527155Z [ 97%] Generating build_identifier.c 2025-06-05T23:29:29.8528268Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:29:29.8530173Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:29:29.8531329Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:29:29.8533008Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:29:29.8534607Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:29:29.8536309Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:29:29.8538186Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:29:29.8540010Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:29:29.8541718Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:29:29.8543412Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:29:29.8545094Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:29:29.8546703Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:29:29.8548490Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:29:29.8550105Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:29:29.8551710Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:29:29.8553416Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:29:29.8555166Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:29:29.8556793Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:29:29.8558249Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:29:29.8559986Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:29:29.8561646Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:29:29.8563265Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:29:29.8565012Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:29:29.8566244Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:29:29.8567157Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:29:29.8568059Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:29:29.8568948Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:29:29.8569754Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:29:29.8570558Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:29:29.8571360Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:29:29.8571959Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:29:29.8572280Z [100%] Built target XNNPACK 2025-06-05T23:29:29.8572805Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:29:29.8573724Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:29:29.8574537Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:29:29.8575306Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:29:29.8576112Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:29:29.8576970Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:29:29.8577606Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:29:29.8577962Z [100%] Built target xnnpack_backend 2025-06-05T23:29:29.8578442Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:29:29.8579087Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:29:29.8579520Z [100%] Built target portable_lib 2025-06-05T23:29:29.8580060Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:29:38.1927019Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:29:38.1928062Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:29:38.1929274Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:29:38.1930283Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:29:38.1930924Z Linking CXX static library libcoreml_util.a 2025-06-05T23:29:38.1932417Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In member function ‘virtual std::string inmemoryfs::InMemoryFileSystem::ErrorCategory::message(int) const’: 2025-06-05T23:29:38.1934163Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:463:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:29:38.1934999Z 463 | } 2025-06-05T23:29:38.1935197Z | ^ 2025-06-05T23:29:38.1936558Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In function ‘bool {anonymous}::write_node(inmemoryfs::InMemoryFileSystem::InMemoryNode*, const std::filesystem::__cxx11::path&, bool, std::error_code&)’: 2025-06-05T23:29:38.1938390Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:279:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:29:38.1939229Z 279 | } 2025-06-05T23:29:38.1939407Z | ^ 2025-06-05T23:29:38.1941082Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In static member function ‘static std::unique_ptr inmemoryfs::InMemoryFileSystem::make_from_directory(const string&, inmemoryfs::InMemoryFileSystem::FileLoadOption, std::error_code&)’: 2025-06-05T23:29:38.1943100Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:727:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:29:38.1943924Z 727 | } 2025-06-05T23:29:38.1944111Z | ^ 2025-06-05T23:29:38.1945564Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In function ‘inmemoryfs::MemoryBuffer::ReadOption {anonymous}::to_memory_buffer_read_option(inmemoryfs::InMemoryFileSystem::FileLoadOption)’: 2025-06-05T23:29:38.1947259Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:152:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:29:38.1948100Z 152 | } 2025-06-05T23:29:38.1948275Z | ^ 2025-06-05T23:29:38.1948488Z Built target coreml_util 2025-06-05T23:29:38.1950052Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp: In function ‘std::unique_ptr {anonymous}::read_file_content(std::unique_ptr<_IO_FILE, int (*)(_IO_FILE*)>, inmemoryfs::Range, inmemoryfs::MemoryBuffer::ReadOption, std::error_code&)’: 2025-06-05T23:29:38.1951873Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp:243:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:29:38.1952687Z 243 | } 2025-06-05T23:29:38.1952873Z | ^ 2025-06-05T23:29:38.1953129Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:29:38.1953485Z Built target coreml_inmemoryfs 2025-06-05T23:29:38.1954140Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:29:38.1955231Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:29:38.1956073Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:29:38.1956552Z Built target executorchcoreml 2025-06-05T23:29:38.1956911Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:29:38.1957266Z [ 1%] Built target flatcc_external_project 2025-06-05T23:29:38.1957594Z [ 2%] Built target pthreadpool 2025-06-05T23:29:38.1957874Z [ 3%] Built target xnnpack_schema 2025-06-05T23:29:38.1958172Z [ 3%] Built target common_schema 2025-06-05T23:29:38.1958456Z [ 4%] Built target cpuinfo 2025-06-05T23:29:38.1958727Z [ 4%] Built target logging 2025-06-05T23:29:38.1958981Z [ 4%] Built target flatccrt 2025-06-05T23:29:38.1959254Z [ 7%] Built target eigen_blas 2025-06-05T23:29:38.1959516Z [ 7%] Built target indirection 2025-06-05T23:29:38.1959808Z [ 7%] Built target microparams-init 2025-06-05T23:29:38.1960096Z [ 7%] Built target normalization 2025-06-05T23:29:38.1960422Z [ 7%] Built target datatype 2025-06-05T23:29:38.1960685Z [ 7%] Built target memory 2025-06-05T23:29:38.1960997Z [ 7%] Built target microkernel-utils 2025-06-05T23:29:38.1961290Z [ 7%] Built target mutex 2025-06-05T23:29:38.1961558Z [ 7%] Built target operator-utils 2025-06-05T23:29:38.1961847Z [ 7%] Built target reference-ukernels 2025-06-05T23:29:38.1962154Z [ 7%] Built target operator-run 2025-06-05T23:29:38.1962428Z [ 7%] Built target program_schema 2025-06-05T23:29:38.1962726Z [ 7%] Built target hardware-config 2025-06-05T23:29:38.1963040Z [ 7%] Built target packing 2025-06-05T23:29:38.1963305Z [ 7%] Built target allocator 2025-06-05T23:29:38.1963556Z [ 7%] Built target cache 2025-06-05T23:29:38.1963826Z [ 8%] Built target executorch_core 2025-06-05T23:29:38.1964104Z [ 11%] Built target operators 2025-06-05T23:29:38.1964382Z [ 11%] Built target openvino_backend 2025-06-05T23:29:38.1964686Z [ 12%] Built target extension_tensor 2025-06-05T23:29:38.1964983Z [ 12%] Built target extension_threadpool 2025-06-05T23:29:38.1965305Z [ 12%] Built target extension_data_loader 2025-06-05T23:29:38.1965604Z [ 13%] Built target executorch 2025-06-05T23:29:38.1965884Z [ 13%] Built target bundled_program 2025-06-05T23:29:38.1966160Z [ 14%] Built target cpublas 2025-06-05T23:29:38.1966438Z [ 17%] Built target kernels_util_all_deps 2025-06-05T23:29:38.1966733Z [ 19%] Built target subgraph 2025-06-05T23:29:38.1966998Z [ 19%] Built target etdump 2025-06-05T23:29:38.1967249Z [ 19%] Built target util 2025-06-05T23:29:38.1967550Z [ 20%] Built target optimized_kernels 2025-06-05T23:29:38.1967875Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:29:38.1968214Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:29:38.1968553Z [ 97%] Built target microkernels-prod 2025-06-05T23:29:38.1968840Z [100%] Built target XNNPACK 2025-06-05T23:29:38.1969111Z [100%] Built target xnnpack_backend 2025-06-05T23:29:38.1969396Z [100%] Built target portable_lib 2025-06-05T23:29:38.1969931Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:29:38.1970786Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:29:38.1971616Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:29:38.1972398Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:29:38.1973373Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:29:38.1974336Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:29:38.1975199Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:29:38.1978041Z cc1: warning: command line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-06-05T23:29:38.1978846Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:29:38.1979768Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:29:38.1980587Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:29:38.1981333Z In file included from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:29:38.1982178Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h: In lambda function: 2025-06-05T23:29:38.1983478Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:942:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-06-05T23:29:38.1984416Z 942 | [scaling_factor](Vec x, Vec y) { 2025-06-05T23:29:38.1984771Z | ^ 2025-06-05T23:29:38.1985086Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:29:38.1985445Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:29:38.1985782Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:29:38.1986114Z [ 1%] Built target flatcc_external_project 2025-06-05T23:29:38.1986435Z [ 2%] Built target pthreadpool 2025-06-05T23:29:38.1986706Z [ 3%] Built target cpuinfo 2025-06-05T23:29:38.1987014Z [ 6%] Built target xnnpack_schema 2025-06-05T23:29:38.1987289Z [ 7%] Built target eigen_blas 2025-06-05T23:29:38.1987563Z [ 7%] Built target common_schema 2025-06-05T23:29:38.1987835Z [ 7%] Built target flatccrt 2025-06-05T23:29:38.1988098Z [ 7%] Built target logging 2025-06-05T23:29:38.1988363Z [ 7%] Built target indirection 2025-06-05T23:29:38.1988680Z [ 7%] Built target normalization 2025-06-05T23:29:38.1989379Z [ 7%] Built target datatype 2025-06-05T23:29:38.1989812Z [ 7%] Built target microparams-init 2025-06-05T23:29:38.1990317Z [ 7%] Built target reference-ukernels 2025-06-05T23:29:38.1990824Z [ 7%] Built target program_schema 2025-06-05T23:29:38.1991343Z [ 7%] Built target hardware-config 2025-06-05T23:29:38.1991834Z [ 7%] Built target packing 2025-06-05T23:29:38.1992301Z [ 7%] Built target allocator 2025-06-05T23:29:38.1992778Z [ 7%] Built target cache 2025-06-05T23:29:38.1993377Z [ 7%] Built target microkernel-utils 2025-06-05T23:29:38.1993950Z [ 7%] Built target memory 2025-06-05T23:29:38.1994398Z [ 7%] Built target mutex 2025-06-05T23:29:38.1994862Z [ 7%] Built target operator-utils 2025-06-05T23:29:38.1995385Z [ 7%] Built target operator-run 2025-06-05T23:29:38.1995891Z [ 8%] Built target executorch_core 2025-06-05T23:29:38.1996378Z [ 10%] Built target operators 2025-06-05T23:29:38.1996854Z [ 12%] Built target executorch 2025-06-05T23:29:38.1997341Z [ 12%] Built target extension_tensor 2025-06-05T23:29:38.1997863Z [ 13%] Built target extension_threadpool 2025-06-05T23:29:38.1998399Z [ 13%] Built target extension_data_loader 2025-06-05T23:29:38.1998930Z [ 13%] Built target openvino_backend 2025-06-05T23:29:38.1999488Z [ 15%] Built target kernels_util_all_deps 2025-06-05T23:29:38.2000015Z [ 15%] Built target bundled_program 2025-06-05T23:29:38.2000520Z [ 15%] Built target etdump 2025-06-05T23:29:38.2000998Z [ 18%] Built target subgraph 2025-06-05T23:29:38.2001507Z [ 19%] Built target cpublas 2025-06-05T23:29:38.2002015Z [ 20%] Built target optimized_kernels 2025-06-05T23:29:38.2002569Z [ 20%] Built target util 2025-06-05T23:29:38.2003043Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:29:38.2003693Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:29:38.2004323Z [ 95%] Built target microkernels-prod 2025-06-05T23:29:38.2004856Z [ 97%] Built target XNNPACK 2025-06-05T23:29:38.2005351Z [ 97%] Built target xnnpack_backend 2025-06-05T23:29:48.9187278Z [ 97%] Built target portable_lib 2025-06-05T23:29:48.9188158Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:29:48.9189702Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:29:48.9190575Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:29:48.9191515Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:29:48.9192412Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:29:48.9193409Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:29:48.9194298Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:29:48.9195353Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:29:48.9196221Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:29:48.9197078Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:29:48.9197746Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:29:48.9198263Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:29:48.9198744Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:29:48.9199177Z [ 98%] Generating code for kernel registration 2025-06-05T23:29:48.9200057Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:29:48.9200939Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:29:48.9201344Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:29:48.9201751Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:29:48.9204686Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-06-05T23:29:48.9207363Z [ 98%] Generating code for kernel registration 2025-06-05T23:29:48.9208129Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:29:48.9209166Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:29:48.9210064Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:29:48.9210859Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:29:48.9211675Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:29:48.9212728Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:29:48.9213678Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:29:48.9214621Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:29:48.9215651Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:29:48.9216649Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:29:48.9217480Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:29:48.9218295Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:29:48.9219256Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:29:48.9220277Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:29:48.9221034Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:29:48.9221475Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:29:48.9221780Z running build_py 2025-06-05T23:29:48.9222104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:29:48.9222751Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:29:48.9223554Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:29:48.9224375Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:29:48.9225174Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:29:48.9225817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:29:48.9226538Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:29:48.9227167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9227770Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9228489Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9229445Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9230291Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9231126Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9231912Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9232693Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9233449Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9234246Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9234986Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9235810Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9236618Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9237394Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9238220Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9239018Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9239805Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9240571Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9241447Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9242185Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9242904Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9243630Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9244340Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9245120Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9245898Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:48.9246545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:29:48.9247185Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:29:48.9247809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:29:48.9248515Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:29:48.9249469Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:29:48.9250268Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:29:48.9250981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9251699Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9252647Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9638759Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9639797Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9641055Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9642682Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9644432Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9646108Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9647792Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9649266Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9650299Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9651317Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9652254Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:29:48.9653095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:29:48.9653902Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:29:48.9655522Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:29:48.9657540Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:29:48.9658647Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:29:48.9659564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:29:48.9660410Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:29:48.9661437Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:29:48.9662486Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:29:48.9663729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:29:48.9665145Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:29:48.9667100Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:29:48.9669023Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:29:48.9670919Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:29:48.9672175Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:29:48.9673560Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:29:48.9674944Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:29:48.9676005Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:29:48.9676815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:29:48.9677708Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:29:48.9678546Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9679353Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9680989Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9683102Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9685327Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9687491Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9689605Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9691051Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9692281Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9693505Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9694658Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9695757Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9697563Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9699353Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9700514Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9701703Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:29:48.9702683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:29:48.9703441Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:29:48.9704644Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:29:48.9706474Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:29:48.9707690Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:29:48.9708767Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:29:48.9709646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:29:48.9710405Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:29:48.9711436Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:29:48.9712261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:29:48.9713386Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:29:48.9715241Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:29:48.9716324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:29:48.9717355Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:29:48.9718708Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:29:48.9719733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:29:48.9720718Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:29:48.9722952Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:29:48.9724482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:29:48.9725545Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:29:49.0098930Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:29:49.0100173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:29:49.0101157Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:29:49.0102472Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:29:49.0103509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:29:49.0104615Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:29:49.0105670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0106675Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0107961Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0109237Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0110527Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0111807Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0113099Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0114387Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0115668Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0117035Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0118317Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0119594Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0120811Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0122053Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0123309Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0124520Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0125739Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0126986Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0128251Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0129720Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0131043Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:29:49.0131980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:29:49.0133041Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:29:49.0134286Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:29:49.0135347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:29:49.0136396Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:29:49.0137778Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:29:49.0138842Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0139716Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0140852Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0142050Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0143242Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0144393Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0145617Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0146767Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:29:49.0147665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:29:49.0148555Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:29:49.0149699Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:29:49.0150576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0151367Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0152387Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0153528Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0154726Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0155818Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0156897Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0157950Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0159032Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0160247Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0161321Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0162461Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0163612Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0164804Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0555542Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0556724Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0557839Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0558976Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0560760Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0562509Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0563670Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0564854Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0565972Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0567749Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0569345Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0570548Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0571730Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0573017Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0574155Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0575370Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0576896Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0578650Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0579782Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0580958Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0582107Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0583333Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0584436Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0586020Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0587914Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0589042Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0590186Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0591356Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0592508Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0593649Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0594725Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0595867Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0596961Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0598030Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0599860Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0601365Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0602545Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0603689Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0604833Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0606126Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:29:49.0607075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0608012Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0609576Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0611607Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0613046Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0614310Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0615572Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0617727Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0619275Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0620536Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0621808Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0623087Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:29:49.0624389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.0625964Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.0627083Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.0628194Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1019194Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1020321Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1021426Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1022509Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1023593Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1024696Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1026278Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1028504Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1030372Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1031512Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1032597Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1033658Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1034703Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1036398Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1038362Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1040082Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1041313Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1042358Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1043415Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1044538Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1046125Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1047965Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1049076Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1050136Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1051460Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1052641Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1054712Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1056080Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1057183Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1058312Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1059533Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1060611Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1062654Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1063952Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1065040Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1066105Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1067157Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1068233Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1069512Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1071546Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1072714Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1073940Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1075143Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1076277Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1077782Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1079578Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1080836Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1081965Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1083082Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:29:49.1083930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:29:49.1085193Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:29:49.1086936Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:29:49.1088099Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:29:49.1089323Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:29:49.1090545Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:29:49.1091451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:29:49.1092520Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:29:49.1094259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:29:49.1095113Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:29:49.1096100Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:29:49.1097123Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:29:49.1486398Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:29:49.1487222Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:29:49.1488062Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:29:49.1489116Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1490134Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1492308Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1493750Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1494913Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1496091Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1497268Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1498726Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1500862Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1502099Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1503397Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1504634Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:29:49.1505507Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1506704Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1508772Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1509966Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1511178Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1512322Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1513637Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1515882Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1517153Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1518359Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1519566Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1520745Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:29:49.1521732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1522558Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1523618Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1525085Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1526894Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1527974Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1529244Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1530340Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1531412Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1532587Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1533791Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1535138Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1537071Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1538159Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1539220Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1540308Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1541426Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1543239Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1544709Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1545915Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1547017Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1548193Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1549402Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1551448Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1552583Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1553720Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1554770Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1555826Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1556940Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1558306Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1560112Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1561317Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1562381Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1956837Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1958156Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1959258Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1960377Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1962118Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1963750Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1964838Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1965924Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1967064Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1968225Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1969920Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1971567Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1972756Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1973988Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1975056Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1976132Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1978093Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1979567Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1980732Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1981825Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1982983Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1984039Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1985882Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1987310Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1988435Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1989523Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1990681Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1991929Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1993949Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1995099Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1996271Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1997358Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1998465Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.1999624Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2001622Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2002872Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2004121Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2005232Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2006377Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2007969Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2009614Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2010800Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2012063Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2013209Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2014290Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2015411Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2016488Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2017545Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2018843Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2020807Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2022059Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2023184Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2024346Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2025529Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2026663Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2027725Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2029028Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2031001Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:29:49.2032127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2033149Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2358077Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2359608Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2361077Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2363355Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2364626Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2365935Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2367380Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2369237Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2371095Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2372541Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2373955Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2376003Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2377583Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2378814Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2380205Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2381539Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2383920Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2385228Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2386493Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2387708Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2388981Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:29:49.2389957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:29:49.2390939Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:29:49.2391907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:29:49.2392841Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:29:49.2394549Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:29:49.2396321Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:29:49.2397483Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:29:49.2398398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:29:49.2399291Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:29:49.2400341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:29:49.2401472Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:29:49.2403627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:29:49.2405174Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:29:49.2407000Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:29:49.2408665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2410896Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2412823Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2415083Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2417511Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2419304Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2421061Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2423882Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2425613Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2427379Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2430494Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2432356Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2434401Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2437093Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2620429Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2622176Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2625019Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2627059Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2629080Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2631006Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2632810Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2634546Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2637733Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2640212Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2641970Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2643740Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2645483Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2647315Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2649065Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2650792Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2652566Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2654495Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2656364Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2658129Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2659922Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:49.2661516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:29:49.2663693Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:29:49.2665077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:29:49.2666596Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:29:49.2668006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:29:49.2669483Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:29:49.2670986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:29:49.2672506Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:29:49.2674074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:29:49.2675693Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:29:49.2677795Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:29:49.2679486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:49.2682217Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:49.2684479Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:49.2686029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:29:49.2687639Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:29:49.2689299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:49.2690967Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:49.2693271Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:49.2695398Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:49.2892621Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:49.2895053Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:49.2896612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:49.2898212Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:49.2900342Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:49.2903586Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:49.2906255Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:29:49.2907996Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:29:49.2909845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:29:49.2912239Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:29:49.2914278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:29:49.2915987Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:29:49.2917783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:29:49.2919445Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:29:49.2922186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:29:49.2924928Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:29:49.2926583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:29:49.2928261Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:29:49.2930786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:29:49.2933172Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:29:49.2934891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:29:49.2936609Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:29:49.2938998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:29:49.2942073Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:29:49.2943760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:29:49.2945406Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:29:49.2947158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:29:49.2948802Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:29:49.2950458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:49.2952091Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:49.2954208Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:49.2956365Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:49.2958483Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:49.2960171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:29:49.2961825Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:29:49.2963500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:29:49.2965353Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:29:49.2967935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:29:49.2970815Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:29:49.2972482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:29:49.3095702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:29:49.3098686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:29:49.3100943Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:29:49.3103575Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:29:49.3106561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:49.3109025Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:49.3111732Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:49.3115982Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:49.3118668Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:49.3120733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:49.3122929Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:49.3125463Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:49.3127978Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:49.3130733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:49.3133923Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:49.3136552Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:49.3139746Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:49.3143212Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:49.3145217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:29:49.3147144Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:29:49.3151114Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:29:49.3153062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:49.3155178Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:49.3159356Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:49.3161982Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:49.3163939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3167227Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3170042Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3172711Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3177094Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3179817Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3317926Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3321272Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3324986Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3327614Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3332032Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3334819Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3337966Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3341673Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3344403Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3348776Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3353920Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3359001Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3364296Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3369796Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3375009Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3380003Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3385123Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:49.3389234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:29:49.3393145Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:29:49.3398354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:29:49.3402297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3406544Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3411817Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3416093Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3419098Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3423553Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3426673Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3431182Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3611438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:49.3613719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:49.3616808Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:49.3619701Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:49.3622618Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:49.3625606Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:49.3627725Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3629850Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3632279Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3634777Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3637116Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3639393Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3641755Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3644088Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3646622Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3648947Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3651254Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:49.3653104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3655280Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3657853Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3660374Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3663102Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3665614Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3668126Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3670813Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3673318Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3675863Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3678509Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3681110Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3683594Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3771257Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:49.3775074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:49.3778438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:49.3782810Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:49.3787175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:49.3789850Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:49.3793330Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:49.3796504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3798840Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3803015Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3807286Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3811644Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3815245Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3817430Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:49.3819057Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:29:49.3820655Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:29:49.3822430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:49.3824264Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:49.3826674Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:49.3829728Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:49.3832984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:29:49.3836121Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:29:49.3839389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3842267Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3846699Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3849843Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3854658Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3859434Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3862601Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3864946Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3867256Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3869675Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3872022Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3874414Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3876782Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3879146Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3881489Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3883980Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3886402Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3889478Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3893313Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3895889Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3899097Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3901748Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3904112Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:49.3906025Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:29:49.3908945Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:29:49.3911549Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:29:49.3913369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3915407Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3919173Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3921826Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3925240Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3928367Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3931757Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3935269Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:49.3937219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:49.3939187Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:49.3941740Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:49.3944354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:49.3948026Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:49.3950198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:29:49.3952136Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:29:49.3955942Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:29:49.3957924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:49.4310395Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:49.4314474Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:49.4317429Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:49.4321448Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:49.4324451Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:49.4326337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4327816Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4329962Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4332013Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4334229Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4336516Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4338563Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4339958Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4341223Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4342346Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4343472Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4344582Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4345621Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4346776Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4347880Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4348957Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4350036Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4351117Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4352180Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:49.4353008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:29:49.4353875Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:29:49.4355001Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:29:49.4356768Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:29:49.4358461Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:29:49.4359597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:29:49.4360459Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:29:49.4361580Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:29:49.4362716Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:29:49.4363641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:49.4364709Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:49.4367067Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:49.4368509Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:49.4369788Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:49.4370804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4372451Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4374410Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4375695Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4376951Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4378272Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4379594Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4381921Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4384342Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4386440Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:29:49.4387429Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:29:49.4388352Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:29:49.4389340Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:29:49.4390451Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:29:49.4392895Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:29:49.4394016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:49.4582801Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:49.4584299Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:49.4585769Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:49.4586846Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:29:49.4587958Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:29:49.4589153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:29:49.4590319Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:29:49.4591453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:49.4592639Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:49.4594109Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:49.4595593Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:49.4597186Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:49.4598436Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:49.4599803Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:49.4601533Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:49.4603278Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:49.4604570Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:49.4605875Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:49.4607671Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:49.4609388Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:49.4611091Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:49.4612465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:49.4614002Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:49.4615757Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:49.4617505Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:49.4619263Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:49.4620685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:29:49.4622023Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:29:49.4623676Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:29:49.4624978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:29:49.4626225Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:29:49.4627907Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:29:49.4629558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4630942Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4632692Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4634417Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4636207Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4637954Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4639668Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4641455Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:49.4642732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4643936Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4645678Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4647454Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4649087Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4650705Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4652365Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4654163Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4978317Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4980119Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4981671Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4983281Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4985099Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4986793Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4988405Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4989999Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:49.4991095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:29:49.4992138Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:29:49.4993063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:29:49.4993996Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:29:49.4994914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:29:49.4995806Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:29:49.4996845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:29:49.4998170Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:29:49.5000045Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:29:49.5001270Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5002344Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5003660Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5005013Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5006322Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5007887Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5009478Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5010845Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5012231Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5013743Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5015130Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:29:49.5016298Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:29:49.5017242Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:29:49.5018579Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:29:49.5019647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:29:49.5020606Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:29:49.5021919Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:29:49.5023276Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:29:49.5024657Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:29:49.5025662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:29:49.5026662Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:29:49.5028078Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:29:49.5029658Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:29:49.5030625Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:29:49.5031538Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:29:49.5032714Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:29:49.5033942Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:29:49.5035203Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:29:49.5036090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:29:49.5036980Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:29:49.5038202Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:29:49.5039345Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:29:49.5040225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5041093Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5042296Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5043518Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5044744Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5045818Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5046934Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5048081Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5292641Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5293944Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5295084Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5296197Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:29:49.5297075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:29:49.5298131Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:29:49.5299354Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:29:49.5300669Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:29:49.5301823Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:29:49.5302779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:49.5303778Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:49.5305295Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:49.5306712Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:49.5308190Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:49.5309197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:29:49.5310094Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:29:49.5311194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:29:49.5322515Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:29:49.5324160Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:29:49.5325425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5326529Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5328069Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5329743Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5331217Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5332782Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5334369Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:49.5335497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:49.5336681Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:49.5338311Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:49.5339915Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:49.5341602Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:49.5342860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:49.5344030Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:49.5345616Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:49.5347208Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:49.5348840Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:49.5350082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:29:49.5351326Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:29:49.5352674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5354120Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5356451Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5358496Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5360531Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5362559Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5364769Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5366731Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5368704Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5370714Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5373000Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5654621Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5656642Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5658634Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:49.5660400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:49.5661746Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:49.5663520Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:49.5665414Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:49.5667490Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:49.5668785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5669873Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5671362Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5672839Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5674562Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5675968Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5677387Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5678877Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5680369Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5682181Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5683714Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5685452Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5687171Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5688977Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5690511Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5692025Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5693673Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5695123Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5696829Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5698299Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5699745Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5701215Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5702648Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5704289Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5705710Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5707192Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5708764Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5710256Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5711955Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5713376Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5714796Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5716265Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5717850Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5719429Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5720997Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5722543Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5724076Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5725598Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.5727127Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6050460Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6051931Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6053491Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6055150Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6056684Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6058410Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6059861Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6061348Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6062814Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6064244Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6065868Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6067389Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6069018Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6070631Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6072367Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6073793Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6075270Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6076763Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6078219Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6079997Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6081559Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6083133Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6084647Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6086242Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6087693Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6089113Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6090632Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6092142Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6093830Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6095255Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6096705Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6098183Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6099618Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6101390Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6103008Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6104536Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6106025Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6107491Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6109179Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6110686Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6112270Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6113733Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6115369Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6116816Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6118216Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6119587Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6120972Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6122725Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6124356Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6433933Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6435458Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6436878Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6438270Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6439849Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6441238Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6442647Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6444180Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6445568Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6447301Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6448760Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6450284Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6451876Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6453377Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6454993Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6456449Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6457953Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6459623Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6461162Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6462906Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6464402Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6465856Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6467340Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6469057Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6470769Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6472283Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6473744Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6475214Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6476870Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6478295Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6479748Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6481221Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6482689Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6484309Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6485793Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6487297Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6488698Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6490114Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6491576Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6493250Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6494730Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6496233Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6497752Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6499352Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6500918Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6502431Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6503899Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6505333Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6506804Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6814424Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6816017Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6817586Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6819222Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6820832Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6822569Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6824223Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6826011Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6827624Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6829396Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6831086Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6832745Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6834293Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6835824Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6837361Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6838989Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6840579Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6842241Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6843862Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6845409Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6847062Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6848635Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6850207Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6851742Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6853258Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6854742Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6856116Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6857476Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6858900Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6860297Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6861830Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6863323Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6864865Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6866301Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6867716Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6869322Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6870894Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6872328Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6873850Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6875444Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6877098Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6878739Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6880265Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6881727Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6883160Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6884608Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6886090Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.6887470Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:49.7115533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7117033Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7118743Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7120573Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7122467Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7124222Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7125977Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7127966Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7129967Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7131862Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7133970Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7135913Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7137793Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7139588Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7141492Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7143292Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7145121Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7146888Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7148816Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7150665Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7152512Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7154338Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7156200Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7157963Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7159725Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7161549Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7163464Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7165250Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7166996Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7168822Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7170731Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7172515Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7174393Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7176238Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7178109Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7179952Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7181773Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7183626Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7185532Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7407640Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7409472Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7411255Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7413210Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7415018Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7416801Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7418594Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7420566Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7422412Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7424205Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7425978Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7427878Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7429865Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7431702Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7433439Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7435261Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7437094Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7438925Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7440729Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7442531Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7444371Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7446313Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7448224Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7450101Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7451983Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7453893Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7455804Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7457744Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7459577Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7461339Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7463259Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7465060Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7467152Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7468939Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7470826Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7472647Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7474448Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7476230Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7478250Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7730852Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7732717Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7734794Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7736693Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7739050Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:49.7740598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:29:49.7741975Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:29:49.7743476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:49.7744659Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:49.7746405Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:49.7747902Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:49.7749119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7750428Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7752246Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7754350Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7756264Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7758128Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7760218Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7762141Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7764000Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7765872Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7768005Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7769945Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7771786Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7773967Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7775907Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7777804Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7779809Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:49.7781462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7782748Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7784490Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7786175Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7787835Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7789506Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7791415Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7793097Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7794750Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7796427Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:49.7797600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:29:49.7798547Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:29:49.7799947Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:29:49.7800878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:29:49.7801753Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:29:49.8149833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:29:49.8150912Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:29:49.8152664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8153654Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8154944Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8156423Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8157674Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8158880Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8160205Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8161489Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8162869Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8164304Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8165525Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8166745Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:29:49.8167804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8168668Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8169926Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8171500Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8172692Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8173970Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8175373Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8176626Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8178067Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8179414Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8180606Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8181959Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8183293Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8184622Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8186082Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8187313Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8188495Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8189854Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8191180Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8192642Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8193874Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8195132Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8196331Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8197590Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8198778Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8200012Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8201614Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8202850Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8204063Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8205501Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8206769Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8208136Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8209479Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8210687Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8211985Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8213428Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8214651Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8216076Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:29:49.8216971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8217856Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8219030Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8220354Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8582331Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8583790Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8585090Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8586282Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8587466Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8588871Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8590067Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8591272Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8592558Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8593751Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8594911Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8596381Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8597578Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8598743Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8600013Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8601218Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8602557Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8603986Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8605135Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8606379Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8607559Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8608828Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8610036Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8611372Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8612647Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8613944Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8615101Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8616374Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8617612Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8618952Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8620179Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8621390Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8622588Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8623887Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8625117Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8626536Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8627820Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8629188Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8630469Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8631618Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8632943Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8634380Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8635553Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8636767Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8637927Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8639237Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8640466Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8641757Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8643056Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8644183Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8645313Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8646561Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8647753Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8648934Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8650325Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8651505Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.8652679Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9067456Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9068852Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9070281Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9071552Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9072895Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9074083Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9075310Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9076750Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9077957Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9079267Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9080622Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9081807Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9083142Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9084370Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9085635Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9087104Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9088282Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9089444Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9090752Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9091964Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9093239Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9094625Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9095794Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9096982Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9098300Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9099657Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9101180Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9102395Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9103588Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9104916Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:29:49.9105851Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:29:49.9106881Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:29:49.9107907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:29:49.9108853Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:29:49.9110146Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:29:49.9111493Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:29:49.9112460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:29:49.9113409Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:29:49.9114894Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:29:49.9116186Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:29:49.9117430Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:29:49.9118473Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:29:49.9119518Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:29:49.9120948Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:29:49.9122061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:29:49.9122935Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:29:49.9124075Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:29:49.9125221Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:29:49.9126061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:29:49.9127074Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:29:49.9128197Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:29:49.9129381Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:29:49.9130740Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:29:49.9132554Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:29:49.9134068Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:29:49.9135105Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:29:49.9136571Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:29:49.9137851Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:29:49.9138909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9527091Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9528252Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9529581Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9530799Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9532149Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9533711Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9534921Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9536129Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9537307Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:29:49.9538222Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:29:49.9539308Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:29:49.9540268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:29:49.9541214Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:29:49.9542137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:29:49.9543022Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:29:49.9543939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:29:49.9545030Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:29:49.9546613Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:29:49.9548081Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:29:49.9549049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:29:49.9549923Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:29:49.9551054Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:29:49.9552291Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:29:49.9553452Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:29:49.9554330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:49.9555254Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:49.9556552Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:49.9557879Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:49.9559054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9560135Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9561564Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9563006Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9564388Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9565779Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9567135Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:49.9568131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:29:49.9569256Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:29:49.9570332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9571707Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9573755Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9575492Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9577319Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9579034Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9580744Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9582556Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:49.9583944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:29:49.9585346Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:29:49.9586825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:29:49.9588447Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:29:49.9590118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9591244Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9592565Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9593876Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9595207Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9596359Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9945751Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9947173Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9948350Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9949602Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9951226Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9952630Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9954051Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:29:49.9954954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9955854Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9957048Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9958370Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9959506Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9960796Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9962212Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9963406Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9964623Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9965776Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9967091Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9968265Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9969464Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9971123Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9972653Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9973968Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9975125Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9976277Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9977610Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9978861Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9980177Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9981463Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9982634Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9983868Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9985098Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9986453Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9987642Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9988836Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9990010Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9991238Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9992545Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9993737Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9995098Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9996451Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9997875Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:49.9999175Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0000331Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0001556Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0002885Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0004121Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0005437Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0006711Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0007892Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0009138Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0010413Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0011645Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0013395Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0014841Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0016154Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0366048Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:29:50.0367036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:29:50.0368001Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:29:50.0369335Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:29:50.0370557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:29:50.0371740Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:29:50.0373108Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:29:50.0374242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:29:50.0375273Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:29:50.0376792Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:29:50.0377865Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:29:50.0378909Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:29:50.0380268Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:29:50.0381222Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:29:50.0382244Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:29:50.0383385Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:29:50.0384239Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:29:50.0385422Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:29:50.0386719Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:29:50.0387849Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:29:50.0388813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0389956Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0391278Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0392871Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0394356Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0395755Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0397176Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:50.0398220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:29:50.0399264Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:29:50.0400755Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:29:50.0401745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0402760Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0404211Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0405448Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0406708Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0407955Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0409225Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0410538Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0411780Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0413150Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0414515Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0415763Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0417033Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0418227Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:29:50.0419127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0420028Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0421158Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0422582Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0423821Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0425034Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0426398Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0427539Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0428973Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0430446Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0431664Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0432892Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0434251Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0435385Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0436534Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0784916Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0786137Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0787470Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0788673Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0789897Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0791211Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0792374Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0793531Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0794703Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0795867Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0797061Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0798257Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0799674Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0800976Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0802158Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0803359Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0804545Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0805801Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0807030Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0808262Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0809472Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0810638Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0811802Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0813123Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0814335Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0815535Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0816863Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0818192Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0819402Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:50.0820312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0821307Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0822634Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0824010Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0825482Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0826810Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0828213Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0829776Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:50.0830800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:50.0831881Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:50.0833396Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:50.0834794Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:50.0836053Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:29:50.0837157Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:29:50.0838605Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:29:50.0839680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:29:50.0840601Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:29:50.0841789Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:29:50.0842884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:29:50.0844084Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:29:50.0845165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:29:50.0846206Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:29:50.0847249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:29:50.0848300Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:29:50.0849390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:29:50.0850510Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:29:50.0851674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:50.0853036Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:50.1403011Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:50.1404572Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:50.1405935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:29:50.1407122Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:29:50.1408320Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:50.1409762Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:50.1411400Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:50.1413140Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:50.1414942Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:50.1416208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1417665Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1419311Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1420939Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1422633Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1424597Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1426264Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1427876Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1429707Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1431635Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1433265Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1434856Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1436475Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1438482Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1440202Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1441904Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1443531Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1445468Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1447491Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1449328Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1451025Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1452695Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1454564Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1456562Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1458391Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1460142Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1461659Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1463141Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:50.1464303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:50.1465574Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:50.1467344Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:50.1469007Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:50.1470235Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:29:50.1471528Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:29:50.1472759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:29:50.1473584Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:29:50.1474641Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:29:50.1475500Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:29:50.1476366Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:29:50.1796243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1797120Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1798152Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1799182Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1800355Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1801390Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1802467Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:29:50.1803304Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1804038Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1805067Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1806080Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1807001Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1807989Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1808985Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1809909Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:29:50.1810673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:29:50.1811435Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:29:50.1812557Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:29:50.1813657Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:29:50.1814516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:29:50.1815366Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:29:50.1816433Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:29:50.1817604Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:29:50.1831729Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:29:50.1832669Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:29:50.1833665Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:29:50.1834824Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:29:50.1835801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:29:50.1836850Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:29:50.1837925Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:29:50.1839011Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:29:50.1839935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:29:50.1840758Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:29:50.1841809Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:29:50.1842611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:29:50.1843390Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:29:50.1844394Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:29:50.1845159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:29:50.1846098Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:29:50.1847144Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:29:50.1847920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:29:50.1848712Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:29:50.1849709Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:29:50.1850767Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:29:50.1851900Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:29:50.1853100Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:29:50.1853966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:29:50.1854884Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:29:50.1856208Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:29:50.1857201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:29:50.1858107Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:29:50.1859264Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:29:50.1860493Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:29:50.1861448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:29:50.1862412Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:29:50.1863463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:29:50.1864475Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:29:50.1865791Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:29:50.1866864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:29:50.1867865Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:29:50.1868814Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:29:50.1869783Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:29:50.1871017Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:29:50.1872349Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:29:50.1873332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:29:50.1874267Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:29:50.1875217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:29:50.2215236Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:29:50.2216353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:29:50.2217472Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:29:50.2218788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:29:50.2219668Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:29:50.2220561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:29:50.2221462Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:29:50.2222349Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:29:50.2223283Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:29:50.2224831Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:29:50.2227018Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:29:50.2228435Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:29:50.2229947Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:29:50.2230967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:50.2231969Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:50.2233273Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:50.2235399Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:50.2236845Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:50.2238043Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:50.2238943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:29:50.2239691Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:29:50.2240674Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:29:50.2241647Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:29:50.2242770Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:29:50.2244244Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:29:50.2245763Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:29:50.2247050Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:29:50.2248496Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:29:50.2249662Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:29:50.2250848Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:29:50.2251769Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:50.2253814Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:50.2256268Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:50.2258036Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:50.2259512Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:50.2261262Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:50.2262990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:29:50.2264119Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:29:50.2265517Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:29:50.2266742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:29:50.2267824Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:29:50.2269116Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:29:50.2270073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:29:50.2270975Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:29:50.2271997Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:29:50.2272851Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:29:50.2274458Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:29:50.2276453Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:29:50.2277447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:29:50.2278507Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:29:50.2279727Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:29:50.2280644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:29:50.2281570Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:29:50.2282748Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:29:50.2283647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:29:50.2284767Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:29:50.2286814Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:29:50.2287884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2288775Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2289858Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2291028Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2292633Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2294602Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2630126Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2631325Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2632427Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2634425Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2636373Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2637667Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2638857Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2639928Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2640948Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2642054Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:29:50.2643553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:29:50.2645179Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:29:50.2646248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:29:50.2647141Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:29:50.2648229Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:29:50.2649313Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:29:50.2650128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:29:50.2651043Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:29:50.2652860Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:29:50.2654166Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:29:50.2655079Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:29:50.2656345Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:29:50.2657254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:29:50.2658165Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:29:50.2659415Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:29:50.2660342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:29:50.2661257Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:29:50.2662952Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:29:50.2664583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:29:50.2665575Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:29:50.2666814Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:50.2667717Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:50.2668833Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:50.2670054Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:50.2671225Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:50.2672395Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:50.2673774Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:29:50.2675299Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:29:50.2677365Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:29:50.2678812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:29:50.2679723Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:29:50.2680961Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:29:50.2681834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:29:50.2682677Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:29:50.2683915Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:29:50.2685421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:29:50.2686766Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:29:50.2687897Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:29:50.2688766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:29:50.2689630Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:29:50.2690843Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:29:50.2691734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:29:50.2692841Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:29:50.2694811Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:29:50.2696317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:29:50.2698011Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:29:50.2699403Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:29:50.2700462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:29:50.2701321Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:29:50.2702424Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:29:50.2703535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:29:50.2705100Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:29:50.2706686Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:29:50.2707759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.2709019Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.2999235Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.3000945Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.3003898Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.3006724Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.3008628Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:50.3009810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:29:50.3010782Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:29:50.3012021Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:29:50.3013647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:29:50.3015572Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:29:50.3017069Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:29:50.3018457Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:29:50.3019833Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:29:50.3020908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:29:50.3022520Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:29:50.3024352Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:29:50.3025661Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:29:50.3026668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3027896Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3030253Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3032449Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3034087Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3035725Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3037498Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3040113Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3042798Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3044331Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3045825Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3047305Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3049432Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3052046Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3054559Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3056154Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3057747Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3059931Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3062309Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:50.3063394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3064359Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3065792Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3067604Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3069940Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3072184Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3074468Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3076135Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:29:50.3077142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:29:50.3078126Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:29:50.3079178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:50.3080316Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:50.3082952Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:50.3085600Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:50.3451923Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:50.3453168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:50.3454461Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:50.3456063Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:50.3457495Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:50.3458939Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:50.3460018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:29:50.3461290Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:29:50.3462594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:29:50.3463801Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:29:50.3465377Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:29:50.3466614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:29:50.3467802Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:29:50.3469387Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:29:50.3470853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:29:50.3472141Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:29:50.3473852Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:29:50.3475100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:29:50.3476044Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:29:50.3477229Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:29:50.3478141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:29:50.3479044Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:29:50.3479917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3480638Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3481531Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3482433Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3483577Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3484593Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3485590Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3486554Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3487589Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3488521Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:50.3489247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3490111Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3491055Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3492039Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3493194Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3494285Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3495251Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:29:50.3495948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:29:50.3496711Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:29:50.3497649Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:29:50.3498533Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:29:50.3499732Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:29:50.3500442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:29:50.3501226Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:29:50.3502092Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:29:50.3502834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:29:50.3503557Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:29:50.3504385Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:29:50.3505296Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:29:50.3506100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:29:50.3506844Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:29:50.3507794Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:29:50.3508729Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:29:50.3509488Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3510174Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3511203Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3512418Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3513409Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3514434Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3515490Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3516554Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3517648Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3518891Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3987277Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3988559Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3989607Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3990608Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3991626Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3992677Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3993674Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3994692Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3995678Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3996867Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3997845Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.3998891Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4000136Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4001240Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4002366Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4003628Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4004735Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4005768Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4006894Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4007928Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4008878Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4009925Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4011033Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4011996Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:29:50.4012975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:29:50.4013718Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:29:50.4014724Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:29:50.4015640Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:29:50.4016384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4017063Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4017933Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4018834Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4019701Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4020578Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4021514Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:29:50.4022366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4023067Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4023998Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4024986Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4026035Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4026936Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4027835Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4028961Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4029841Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4030735Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4031762Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4032884Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4034016Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4034944Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4036021Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4037055Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4038092Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4039106Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4040079Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4041200Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4042095Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4043003Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4044286Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4045481Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4046601Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4047739Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4048744Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4049943Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4050884Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4051740Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4052706Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4053692Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4054621Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4437676Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:29:50.4438618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:29:50.4439487Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:29:50.4440516Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:29:50.4441530Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:29:50.4442568Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:29:50.4443372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:29:50.4444324Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:29:50.4445329Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:29:50.4446360Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:29:50.4447560Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:29:50.4448618Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:29:50.4449506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:50.4450660Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:50.4452061Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:50.4453650Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:50.4455131Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:50.4456579Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:50.4457666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4458541Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4459770Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4460954Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4462262Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4463595Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4464694Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4465747Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4466863Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4468048Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4469108Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4470200Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4471405Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4472553Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4473663Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4474765Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4475951Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4477057Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4478089Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4479225Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4480443Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:29:50.4481302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:29:50.4482367Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:29:50.4483578Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:29:50.4484511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:50.4485521Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:50.4486900Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:50.4488371Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:50.4489260Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:29:50.4490075Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:29:50.4490871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:29:50.4491711Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:29:50.4492566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:29:50.4493460Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:29:50.4494338Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:29:50.4495280Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:29:50.4496197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:29:50.4497040Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:29:50.4498168Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:29:50.4499012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:29:50.4499936Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:29:50.4501111Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:29:50.4502360Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:29:50.4503355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:29:50.4504170Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:29:50.4889380Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:29:50.4890716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:29:50.4891628Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:29:50.4892722Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:29:50.4893726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:29:50.4894717Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:29:50.4896149Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:29:50.4897096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:29:50.4898126Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:29:50.4899029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:29:50.4899784Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:29:50.4900721Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:29:50.4901668Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:29:50.4902492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:29:50.4903323Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:29:50.4904349Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:29:50.4905515Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:29:50.4906326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:29:50.4907211Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:29:50.4908074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:29:50.4909094Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:29:50.4910189Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:29:50.4910991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:29:50.4911918Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:29:50.4912920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:29:50.4913897Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:29:50.4915032Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:29:50.4916141Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:29:50.4917037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:29:50.4918024Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:29:50.4918918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:29:50.4919685Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:29:50.4920541Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:29:50.4921436Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:29:50.4922301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:50.4923301Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:50.4924850Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:50.4926300Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:50.4927300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:29:50.4928348Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:29:50.4929482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:29:50.4930460Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:29:50.4931474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4932486Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4933668Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4934839Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4936039Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4937339Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4938562Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4940001Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4941339Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4942590Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:50.4943535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4944343Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4945385Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4946663Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4947853Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4948978Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4950090Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:29:50.4951220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:29:50.4952213Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:29:50.4953323Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:29:50.4954735Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:29:50.4955922Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:29:50.4956978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:29:50.4958040Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:29:50.4959142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:29:50.5257628Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:29:50.5258950Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:29:50.5260237Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:29:50.5261841Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:29:50.5263230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:29:50.5264183Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:29:50.5265410Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:29:50.5266315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:29:50.5267219Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:29:50.5268581Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:29:50.5270093Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:29:50.5271356Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:29:50.5272493Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:50.5273632Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:50.5275315Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:50.5277045Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:50.5278629Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:50.5280206Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:50.5281281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:29:50.5282267Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:29:50.5283359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:29:50.5284587Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:29:50.5285911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:50.5287273Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:50.5289027Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:50.5290347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:29:50.5291572Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:29:50.5293241Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:29:50.5294504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:29:50.5296027Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:29:50.5297792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:29:50.5299309Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:29:50.5301125Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:29:50.5302558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:29:50.5304111Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:29:50.5305584Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:29:50.5307136Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:29:50.5308608Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:29:50.5310396Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:29:50.5312135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:29:50.5313639Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:29:50.5315168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:29:50.5316777Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:29:50.5318310Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:29:50.5319861Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:29:50.5321410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5322696Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5324457Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5326125Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5328049Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5554469Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5556481Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5558147Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5560021Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:50.5561674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:29:50.5562996Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:29:50.5564428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:50.5565711Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:50.5567339Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:50.5569061Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:50.5570634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:50.5571949Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:50.5573730Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:50.5575379Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:50.5576621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:29:50.5578285Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:29:50.5580031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:29:50.5581419Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:29:50.5582918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:29:50.5584354Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:29:50.5586300Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:29:50.5588196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:50.5590176Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:50.5592478Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:50.5594730Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:50.5597350Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:50.5598977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:50.5600367Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:50.5602113Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:50.5603853Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:50.5605648Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:50.5607858Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:50.5609316Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:29:50.5610717Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:29:50.5612198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:50.5613778Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:50.5615753Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:50.5617074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:29:50.5618102Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:29:50.5619110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:29:50.5620005Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:29:50.5621272Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:29:50.5622511Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:29:50.5623423Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:29:50.5624255Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:29:50.5625097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:29:50.5626082Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:29:50.5627139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:29:50.5628133Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:29:51.8211329Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:29:51.8212582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:29:51.8213743Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:29:51.8214887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:29:51.8216624Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:29:51.8218033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:29:51.8218813Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:29:51.8219618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:29:51.8220627Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:29:51.8221885Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:29:51.8223518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:29:51.8224559Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:29:51.8225185Z running egg_info 2025-06-05T23:29:51.8225419Z creating executorch.egg-info 2025-06-05T23:29:51.8225716Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:29:51.8226152Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:29:51.8226653Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:29:51.8227115Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:29:51.8227569Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:29:51.8228026Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:29:51.8228501Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:29:51.8229070Z adding license file 'LICENSE' 2025-06-05T23:29:51.8229421Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:29:51.8230083Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:29:51.8231216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:29:51.8232496Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:29:51.8233344Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:29:51.8234378Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:29:51.8235649Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:29:51.8236740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:29:51.8238778Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:29:51.8240938Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:29:51.8242448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:29:51.8244063Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:29:51.8247260Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:29:51.8249294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:51.8250854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:29:51.8253794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:29:51.8255966Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:29:51.8258118Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:51.8260621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:29:51.8262426Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:29:51.8264509Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8266944Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8269798Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8271895Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8274128Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8277143Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8279288Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8281375Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8284514Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8286581Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8288688Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8292056Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8436972Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8439150Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8441243Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8443448Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8445574Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8447823Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8449927Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8451979Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8454188Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8456399Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8458563Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:51.8460344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:29:51.8462175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:29:51.8464026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:29:51.8465976Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:29:51.8467816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:51.8469437Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:51.8471584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:51.8473771Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:51.8475481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:29:51.8477180Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:29:51.8479391Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:29:51.8481051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:29:51.8482942Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:29:51.8485296Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:29:51.8487041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:29:51.8488825Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:29:51.8490881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:29:51.8493042Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:29:51.8494892Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:29:51.8496550Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:29:51.8498898Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:51.8501518Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:51.8503379Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:29:51.8505175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:29:51.8507646Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:29:51.8657260Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:51.8659611Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:51.8661757Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:51.8663479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:29:51.8665239Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:29:51.8667570Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:29:51.8669326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:29:51.8671355Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:29:51.8673392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:29:51.8675433Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:29:51.8677214Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:51.8679095Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:51.8681448Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:51.8683951Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:51.8686271Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:51.8688610Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:29:51.8691306Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:29:51.8693303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:51.8695229Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:51.8697749Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:51.8700478Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:51.8702345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8704120Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8706377Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8708859Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8711277Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8713596Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8716067Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8718572Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8720893Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8723229Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8725787Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8728160Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8875536Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:51.8877894Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:29:51.8879759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:29:51.8881719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:29:51.8883577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:29:51.8885369Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:29:51.8887665Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:29:51.8889707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:51.8891578Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:51.8893883Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:51.8896127Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:51.8897904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:29:51.8899784Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:29:51.8902066Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:29:51.8903905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:29:51.8905791Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:29:51.8908432Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:29:51.8910294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:29:51.8912402Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:29:51.8915208Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:29:51.8917433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:29:51.8919567Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:29:51.8921616Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:29:51.8923850Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:29:51.8925784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:51.8927719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:51.8930437Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:51.8933171Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:51.8935037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:29:51.8936912Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:29:51.8939284Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:29:51.8941011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:29:51.8941916Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:29:51.8943053Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:29:51.8944239Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:51.8945376Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:51.8946512Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:29:51.9257889Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:29:51.9259136Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:29:51.9260125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:29:51.9261020Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:29:51.9262182Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:29:51.9263324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9264464Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9266014Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9267549Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9269025Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9270471Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9271937Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9273385Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9274942Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9276577Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9278064Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9279532Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9281118Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9282660Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9284202Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9285690Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9287315Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9288947Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9290688Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9292320Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9294014Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9295669Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9297410Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9299153Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9300762Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9302393Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9304029Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9305580Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9307113Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9308704Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9310287Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9311904Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9313547Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9315165Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9324338Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9325998Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9327730Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9329462Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9331044Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9332531Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9334090Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9335836Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9337392Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9597706Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9599224Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9600994Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9602804Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9604297Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9605763Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9607410Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9608972Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9610503Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9612075Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9613689Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9615332Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9617054Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9618600Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9620182Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9621709Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9623189Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9624852Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9626451Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9627962Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9629616Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9631045Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:51.9632272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:29:51.9633201Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:29:51.9634539Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:29:51.9635882Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:29:51.9636899Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9637960Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9639463Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9641067Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9642501Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9644067Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9645490Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:51.9646903Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:29:51.9648394Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:29:51.9649836Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:29:51.9651279Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:29:51.9652592Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:29:51.9654040Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:29:51.9655632Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:29:51.9657341Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:51.9659107Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:51.9660307Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9661487Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9663109Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9664769Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9666451Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9668052Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9669693Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9996527Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9998092Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:51.9999864Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0001601Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0003277Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0004888Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0006648Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0008234Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0009829Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0011321Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0012811Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0014755Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0016390Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0018009Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0019547Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0021096Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0022645Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0024313Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0025833Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0027408Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0029148Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0030953Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0032535Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0034123Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0035741Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0037240Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0038793Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0040356Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0042044Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0043612Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0045191Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0046737Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0048371Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0050081Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0051725Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0053334Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0054804Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0056299Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0057789Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0059475Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0061055Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0062674Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0064252Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0066082Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0067763Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0286708Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0288853Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0290849Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0292519Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0294618Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0296535Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0298244Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0300130Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0301825Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0303552Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0305318Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0307034Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0308785Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0310629Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0312444Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0314197Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0315768Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0317626Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0319268Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0320786Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0322350Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0323880Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0325506Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.0327063Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0328937Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0330594Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0332286Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0334219Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0335925Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0337552Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0339173Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0340874Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0342577Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0344159Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0345800Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0347485Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0349333Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0351084Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0352708Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0354379Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0355967Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0357573Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.0359235Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.1390332Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.1392294Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.1394120Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.1395742Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.1397747Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.1399781Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.1401727Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.1403743Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:29:52.1405314Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:29:52.1406359Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:29:52.1407797Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.1409295Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.1410588Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.1412158Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.1413707Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.1414937Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.1416424Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.1417758Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:29:52.1418904Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:29:52.1420271Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.1421759Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.1423510Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:29:52.1425739Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:29:52.1427507Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:29:52.1428998Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:29:52.1430404Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:29:52.1431323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:29:52.1432366Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:29:52.1433280Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:52.1434096Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:29:52.1435161Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:29:52.1436468Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:29:52.1437505Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:29:52.1438585Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:29:52.1439555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1440572Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1441464Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1442597Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1443552Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1444664Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1445573Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1446818Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1447829Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1449082Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1450016Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1451239Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1452272Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1453570Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1454478Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1455669Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1456526Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1457619Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1458591Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.1459708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:29:52.1460656Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:29:52.1461954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:29:52.1463189Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:29:52.1464810Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:29:52.1511313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.1512447Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.1513671Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.1514929Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.1516198Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.1517708Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.1518723Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1519716Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1520906Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1522133Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1523433Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1524801Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1526129Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1527683Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1529502Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1530886Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1532365Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1533742Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1535110Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1536283Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1537487Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.1538675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:29:52.1539923Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:29:52.1541768Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:29:52.1543372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1544992Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1546856Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1548504Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1549995Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1551842Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1553351Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1554871Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1556256Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1557681Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1559135Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1560634Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1562089Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.1563140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.1563985Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.1565024Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.1566051Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.1567103Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.1568025Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:29:52.1568903Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:29:52.1569784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1570614Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1571576Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1572565Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1573620Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1574624Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1575568Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1576724Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1577882Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1579102Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1580200Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1581223Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.1582192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:29:52.2343459Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:29:52.2344744Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:29:52.2345843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.2347023Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.2348378Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.2349810Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.2350931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.2351840Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.2352982Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.2354306Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.2355503Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.2356468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.2357508Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.2358801Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.2360053Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.2361090Z running build_ext 2025-06-05T23:29:52.2361517Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:29:52.2363213Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:29:52.2364841Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:29:52.2366338Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:29:52.2368249Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:29:52.2370453Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:29:52.2372569Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:29:52.2373930Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:29:52.2374369Z running install 2025-06-05T23:29:52.2374598Z running install_lib 2025-06-05T23:29:52.2374853Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:29:52.2375270Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:29:52.2375897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:29:52.2376716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:29:52.2377880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:29:52.2379123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:29:52.2380424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:29:52.2381259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:29:52.2382316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:29:52.2383852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:29:52.2385279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:29:52.2386708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:29:52.2387619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:29:52.2388807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:29:52.2390266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:29:52.2391762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:29:52.2392737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:29:52.2393815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:29:52.2395332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:29:52.2396845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:29:52.2398358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:29:52.2399820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:29:52.2401329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:29:52.2402430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:29:52.2403399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2404830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2406311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2407631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2408956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2410328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2411558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:29:52.2412589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:29:52.2413721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:29:52.2415238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:29:52.2416659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:29:52.2418279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:29:52.2419322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:29:52.2429940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:29:52.2430951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:29:52.2432160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:29:52.2433865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:29:52.2435011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:29:52.2436408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:29:52.2437591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:29:52.2438678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:29:52.2440150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:29:52.2441636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:29:52.2442818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.2443875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.2445676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.2446988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:29:52.2448221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:29:52.2450194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.2451970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:29:52.2453352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:29:52.2454528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:29:52.2455833Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:29:52.2457242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:29:52.2459126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:29:52.2460895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:29:52.2462112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:29:52.2463293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:29:52.2465384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:29:52.2467132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:29:52.2468360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:29:52.2469571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:29:52.2470746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:29:52.2471963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:29:52.2473536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:29:52.2474824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:29:52.2475872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:29:52.2477325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:29:52.2478437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:29:52.2479538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:29:52.2481133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:29:52.2482493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:29:52.2483514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:29:52.2484545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:29:52.2485898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:29:52.2486912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:29:52.2488098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:29:52.2489201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:29:52.2490232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:29:52.2491688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:29:52.2493242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:29:52.2494879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:29:52.2496633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:29:52.2497777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:29:52.2499028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:29:52.2500628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:29:52.2502214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:29:52.2503870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:29:52.2519961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:29:52.2521384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:29:52.2522718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:29:52.2524623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:29:52.2525848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:29:52.2526875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:29:52.2528362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:29:52.2530206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:29:52.2531239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:29:52.2532099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2533336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2534567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2535746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2537070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2538374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2539615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2540854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2542032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2543221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2544557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2545874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2547161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2548404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2549615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2550865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2552020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2553274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2554260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2555396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2556641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2557830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2558948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2560092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2561102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:29:52.2562018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2563314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2564628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2565973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2567279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2568639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2570116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2571757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2573401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2574431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:29:52.2575418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:29:52.2576992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:29:52.2578491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:29:52.2580011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:29:52.2581480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:29:52.2582913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2584294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:29:52.2585437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:29:52.2586415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:29:52.2587903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:29:52.2589214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:29:52.2590624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:29:52.2592099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:29:52.2593442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:29:52.2594592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:52.2605820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:52.2607719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:52.2609687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:52.2611695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:52.2613720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:29:52.2615115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:29:52.2616357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2618036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2619801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2621487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2623122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2624706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2626028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2627679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2629459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2631177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2632751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2634408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2635963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2637459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2639159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2640627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2642277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2643766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2645377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2646885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:29:52.2648143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:29:52.2649325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:29:52.2651146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:29:52.2652493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:52.2653788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:52.2655761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:52.2657578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:29:52.2658711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:29:52.2659843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:29:52.2661251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:29:52.2662567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:29:52.2663879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:29:52.2664843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:29:52.2665927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:29:52.2667325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:29:52.2668272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:29:52.2669366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:29:52.2670642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:29:52.2671884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:29:52.2673138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:29:52.2674082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:29:52.2675160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:29:52.2676262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:29:52.2677850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:29:52.2678917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:29:52.2680119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:29:52.2681743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:29:52.2700011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:29:52.2701266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:29:52.2702276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:29:52.2703741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:29:52.2704887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:29:52.2706074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:29:52.2707242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:29:52.2708742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:29:52.2710482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:29:52.2711623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:29:52.2712910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:29:52.2714646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:29:52.2716372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:29:52.2717435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:29:52.2718677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-06-05T23:29:52.2720013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:29:52.2720911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:29:52.2722226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:29:52.2723648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:29:52.2724527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:29:52.2725598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-06-05T23:29:52.2726634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:29:52.2727539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:29:52.2729233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:29:52.2730682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:29:52.2731715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:29:52.2732871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-06-05T23:29:52.2734100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:29:52.2735124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2736590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2737934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2739284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2740750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2742249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2743701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2745181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2746663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2748053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2749429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2750892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2752368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2753786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2755285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2756743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2758145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2759541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2760940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2762229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2763561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2764988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2766490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2767988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2769430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2770896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2772260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2773743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2775132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2791672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2793026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2794408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2795776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:29:52.2796927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:29:52.2798060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:29:52.2799354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:29:52.2800772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:29:52.2801736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:29:52.2802815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:29:52.2804299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:29:52.2805732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:29:52.2806704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:29:52.2807541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:29:52.2808696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:29:52.2810076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:29:52.2811555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:29:52.2813056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:29:52.2814301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:29:52.2815238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:29:52.2816290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2817608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2818880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2820245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2821640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2823058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2824394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2825608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2826799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2828093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2829830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2831189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2832632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2834067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2835559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2837058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2838525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2839705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2840994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2842386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2843863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2845217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2846683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2848086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2849466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2851027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2852480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2853915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2855149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2856406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2857784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2859120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2860303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:29:52.2861276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:29:52.2862338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:29:52.2863680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:29:52.2865109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:29:52.2882762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:29:52.2884115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:29:52.2885468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-06-05T23:29:52.2886875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:29:52.2887680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:29:52.2888585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:29:52.2889480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:29:52.2890579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-06-05T23:29:52.2891650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:29:52.2892200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:29:52.2893384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:29:52.2894323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:29:52.2895281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:29:52.2896503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:29:52.2897735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:29:52.2898615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:29:52.2899181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:29:52.2900169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2901544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2902788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2904157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2905536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2906940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2908364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2909640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2910986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2912373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2913785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2915362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2916727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:29:52.2917664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:29:52.2918772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2920271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2921898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2923556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2925063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2926513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2928022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2929729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2931245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2932835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2934391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2935965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2937570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2939339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2940875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2942351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2943908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2945504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2947075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2948663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2950254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2951782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2953426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2955030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2958613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2960624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2962485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2964102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2965738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2967385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2969013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2970720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2972485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2974487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2976216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2977925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2979666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2981485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2983135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2984674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2986447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2988152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2989962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2991646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2993227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2994797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2996315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2997882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.2999676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.3001383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.3002997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.3004669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.3006356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:29:52.3007580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:29:52.3008780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3010467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3012162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3014004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3015655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3017307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3019110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3020913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3022852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3024611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3026429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:29:52.3027655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:29:52.3028976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3030688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3032266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3033916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3035413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3037448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3038994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3040491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3042172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3043600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3045141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3046606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3048212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3049726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3051209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3052741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3054474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3056242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3057801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3059320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3060849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3062312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3063952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3065634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3067446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3069120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3070622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3072322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3073844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3075648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3077371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3078966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3080775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3082366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3083973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3085530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3087192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3088747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3090381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3092083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3093855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3095554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3097410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3099221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3100944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3102835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3104591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3106429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3108314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3110052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3111778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3113314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:29:52.3114488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:29:52.3115974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:29:52.3117667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:29:52.3119382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:29:52.3121017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:29:52.3122684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:29:52.3123926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:29:52.3125110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:29:52.3126196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:29:52.3127381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:29:52.3129072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:29:52.3130599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:29:52.3132035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:29:52.3133314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:29:52.3134598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3136202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3137857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3139517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3141160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3142940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3144732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3146519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3148423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3150431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3152409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:29:52.3153526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:29:52.3154607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3156278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3158136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3160076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3161866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3163725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3165550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3167223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3168938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3170594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3172202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:29:52.3173478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:29:52.3174481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3175973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3177421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3179030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3180406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3181917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3183370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3184915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3186377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3188340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3189945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3191538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3192956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3194464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3196017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3197542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3199101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3200979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3202625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3204240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3206015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3207725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3209659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3211298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3213228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3214881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3216384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3218103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3219817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3221179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3235347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3237068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3238676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3240542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3242198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3243895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3245694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3247375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3249065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3250534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3252118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3253939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3255461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3256984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3258626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3260480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3262693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3264303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3266031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3267643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3269228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3270566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3272142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3273626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3275157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3276670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3278155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3279684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3281212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3282745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3284215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3285758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3287267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3288851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3290411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3291978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3293611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3295128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3296672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3298226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3299823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3301391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3302891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3304394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3305917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3307494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3309014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3310518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3312036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3313534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3315083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3316599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3318121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3319696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3321308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3322948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3324777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3326658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3328137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3329835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:29:52.3330895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:29:52.3332137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3333898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3335856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3337514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3339337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3341151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3342831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3344506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3346117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3347982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3349961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3351696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3353516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3355185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3356817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3358554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3360290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3362078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3363683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3366034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3367714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3369469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:29:52.3370647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:29:52.3371834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:29:52.3373216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:29:52.3374366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:29:52.3376011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:29:52.3377607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:29:52.3379243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:29:52.3380425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:29:52.3381509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:29:52.3382568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:29:52.3383669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-06-05T23:29:52.3384737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:29:52.3385508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:29:52.3386882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:29:52.3388919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:29:52.3390298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:29:52.3391824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:29:52.3393971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:29:52.3395560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3397249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3399399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3401480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3403728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3405955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3408124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3410420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3412599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3414867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3417281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3419540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3421823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3424068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3426285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3428484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3430945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3433120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3435506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3437663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3439888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3442147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3444314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3447276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3449694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3452181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3454513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3456938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3459229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3461443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3463873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3466506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3468843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3471361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3473644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:29:52.3475219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:29:52.3476333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:29:52.3478173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:29:52.3479871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:29:52.3481650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:29:52.3483438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:29:52.3484521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:29:52.3486374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:29:52.3488336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:29:52.3490275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:29:52.3492321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:29:52.3494711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:29:52.3496827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:29:52.3499224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:29:52.3502011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:29:52.3504008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:29:52.3505998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:29:52.3508035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:29:52.3510228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:29:52.3512203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:29:52.3514210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:29:52.3516194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:29:52.3518325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:29:52.3520408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:29:52.3522392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:29:52.3524609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:29:52.3526562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:29:52.3528976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:29:52.3531148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:29:52.3533326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:29:52.3535334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:29:52.3537527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:29:52.3539457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:29:52.3541413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:29:52.3543392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:29:52.3545998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:52.3547897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:52.3550550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:52.3553010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:52.3555613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:29:52.3557574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:29:52.3559698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:29:52.3561660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:29:52.3563840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:29:52.3565738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:29:52.3567804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:29:52.3569878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:29:52.3571963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:29:52.3574080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:52.3576152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:52.3578736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:52.3580609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3582723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3585645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3588477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3591336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3594229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3597090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3600200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3603228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3605987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3608870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:29:52.3611115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3613543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3616909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3619974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3623083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3626209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3629537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3632540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3635728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3638866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3641905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3645442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3648722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3652272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:29:52.3655060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:29:52.3657179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:29:52.3659189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:29:52.3662105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:29:52.3664307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:52.3666289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:52.3669136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:52.3672011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:52.3674768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:52.3677438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:29:52.3679312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3681164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3683807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3686291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3688406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:52.3690472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:52.3693254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:52.3696088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:29:52.3698129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3700654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3703887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3707252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3710658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3713986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3717237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3720195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3723340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3726895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3730293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3733628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3736507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3739805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3743125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3746526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3749868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3752887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3755919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3758832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3762205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3765394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3768392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:29:52.3770607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3772866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3776238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3779560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3782822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3785995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3789286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3792525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:29:52.3794965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:29:52.3797081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:29:52.3800203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:29:52.3802205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:52.3804388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:52.3807601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:52.3810893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:29:52.3813569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3815605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3818719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3821692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3824904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3827991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3831175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3834421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3837303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3840102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:29:52.3842489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:52.3844532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:52.3847446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:52.3850452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:29:52.3852589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:29:52.3854967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:29:52.3858350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:29:52.3860378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:29:52.3862240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:29:52.3864231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:52.3866579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:52.3869521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:52.3872392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:29:52.3874357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:29:52.3876314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:29:52.3879090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:29:52.3881242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:29:52.3883793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:29:52.3886146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:52.3888671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:52.3892028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:52.3895438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:29:52.3897765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:29:52.3900140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:29:52.3903617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:29:52.3905831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:29:52.3907400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:52.3909676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:52.3912772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:52.3915902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:52.3918860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:29:52.3921235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:52.3923579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:52.3926861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:52.3930405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:52.3933763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:52.3936968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:29:52.3939340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:29:52.3941584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:29:52.3944738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:29:52.3947695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:29:52.3950864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:29:52.3953773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3956518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3959417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3962219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3964775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3967548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3970400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3974012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3976963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3980071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3982770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3985455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3988214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3991053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3993699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3996557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.3999354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4002270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4005119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4008035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4010979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4014044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4017046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:29:52.4019201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:29:52.4021269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:29:52.4023210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:29:52.4025441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:29:52.4028271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:29:52.4030820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:29:52.4033175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:29:52.4036404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:29:52.4038723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:29:52.4041066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:29:52.4044280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:29:52.4046462Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:29:52.4048916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:29:52.4051884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:29:52.4054724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:29:52.4056716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:29:52.4059071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:29:52.4061528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:29:52.4063893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:52.4066400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:52.4069506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:52.4072344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:52.4075336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:29:52.4077504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:52.4079963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:52.4083331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:52.4086599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:29:52.4088953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4091103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4094104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4097241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4100236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4103084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4106009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4108811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4111750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4114731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4118217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4121251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4124252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:29:52.4126495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:29:52.4128845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:29:52.4131298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:29:52.4132608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:29:52.4134293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:29:52.4136964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:29:52.4140471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:29:52.4142969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:29:52.4144534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:29:52.4147085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:29:52.4149489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:29:52.4150752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:29:52.4152719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:29:52.4154608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:29:52.4155944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:29:52.4157547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:29:52.4159664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:29:52.4162620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:29:52.4164937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:52.4167293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:52.4170566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:52.4173901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:52.4177195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:29:52.4180143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:29:52.4182067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:29:52.4183378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:29:52.4185889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:29:52.4188001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:29:52.4189175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:29:52.4190445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:29:52.4191810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:29:52.4193207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:52.4195366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:52.4198437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:52.4201527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:29:52.4203780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4206138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4209678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4213422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4216887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4220150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4223284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4226320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4229474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4232710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4235879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4239082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4242597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4246121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4249562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4253714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4256971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4260312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4263818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4267353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4270767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4274028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4277491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:29:52.4280042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4282754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4286502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4290148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4293927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4297731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4301501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4305050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:29:52.4307672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:29:52.4310226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:29:52.4313555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:29:52.4316006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:52.4318577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:52.4321728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:52.4325118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:52.4328270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:29:52.4330713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:52.4333532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:52.4337129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:52.4340728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:52.4344211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:52.4347799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:29:52.4350217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:29:52.4352118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:29:52.4353909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:29:52.4354993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:52.4356688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:52.4358254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:52.4359853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:29:52.4360589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:29:52.4362158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:29:52.4363294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:29:52.4363897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:29:52.4365214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:29:52.4366322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:29:52.4366875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:52.4368094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:52.4369432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:52.4370694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:29:52.4371193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:29:52.4372503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:29:52.4373126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:29:52.4374318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:29:52.4375002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:29:52.4375611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:29:52.4376182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:29:52.4376825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:29:52.4377467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:29:52.4379298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:29:52.4380015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:29:52.4380654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:29:52.4381306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:29:52.4383002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:29:52.4383604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:29:52.4384170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:29:52.4385577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:29:52.4386994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:29:52.4387420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:29:52.4388307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:29:52.4388540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:29:52.4388913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:29:52.4389839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:29:52.4390622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:29:52.4390957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:29:52.4391656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:29:52.4392328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:29:52.4393051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:29:52.4393669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:29:52.4394158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:29:52.4395351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:29:52.4396436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:29:52.4396835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:29:52.4397707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4398515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4399347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4400284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4401309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4402026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4402935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4403713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4404599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4405408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:29:52.4405746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:29:52.4406366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:29:52.4407134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:29:52.4407877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:29:52.4408124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:29:52.4408837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:29:52.4409705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:29:52.4410000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:29:52.4410836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:29:52.4411533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:29:52.4412311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:29:52.4413138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:29:52.4413419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:29:52.4414190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:29:52.4414778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:29:52.4415554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:29:52.4416083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:29:52.4416391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:29:52.4417217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:29:52.4417977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:29:52.4418718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:29:52.4418983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:29:52.4419689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:29:52.4420592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:29:52.4421276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:29:52.4422099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:29:52.4422348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:29:52.4423021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:29:52.4423824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:29:52.4424493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:29:52.4425256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:29:52.4425535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:52.4426390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:52.4427250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:52.4428305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:52.4429318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:29:52.4429703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:52.4430565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:52.4431729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:52.4432713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:52.4433682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:29:52.4434023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:52.4435016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:52.4436069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:52.4437000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:52.4437993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:29:52.4438423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:29:52.4439389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:29:52.4439960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4441066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4442277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4443464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4444612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4445797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4446952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4448067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4449287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4450566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4451805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4453130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4454244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4455466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:29:52.4456063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:52.4456997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:52.4458193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:52.4459329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:52.4460413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:29:52.4460731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:29:52.4461527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:29:52.4461833Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4462705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4463690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4464730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4465672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4466693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4467770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4468704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4469751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4470821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4471907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4472948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4474078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4475031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4475900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4476876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4477810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4478714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4479727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4480710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4481672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4482735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4483689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4484654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4485668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4486791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4487974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4489032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4490199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4491337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4492378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4493604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4494717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4495633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4496603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4497451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4498424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4499204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4500169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4501103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4501968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4503125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4504315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4505148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4506214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4507109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4508107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4509006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4509963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4510924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4511891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4513037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4513973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4514897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4515799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4516759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4517699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4518597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4519635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4520518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4521555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4522607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4523528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4524577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4525507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4526567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4527594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4528496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4529787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4530731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4531708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4532673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4533857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4534909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4535967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4536844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4537978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4538925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4539872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4540921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4541797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4542784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4543877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4544713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4545700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4546659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4547870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4548974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4549943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4550974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4551897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4552924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4553879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4554856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4555889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4556835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4557882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4558815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4559893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4560938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4561943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4562904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4563906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4564870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4565862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4566929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4567944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4568950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4569977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4570920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4571965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4573156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4574183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4575248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4576192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4577156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4578238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4579203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4580175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4581254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4582228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4583188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4584298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4585247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4586192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4587195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4588135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4589100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4590224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4591221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4592291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4593353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4594391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4595359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4596374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4597362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4598348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4599492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4600440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4601550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4602721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4603853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4604872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4605988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4607111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4608171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4609360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4610654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4611644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4612648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4613677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4614643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4615717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4616745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4617766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4618742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4619706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4620667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4621727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4622675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4623512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4624373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4625186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4625969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4626829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4627606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4628500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4629510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4630589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4631480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4632363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4633250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4634227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4635107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4636096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4636990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4638069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4639135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4640019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4640990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4641928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4642725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4643540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4644442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4645364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:29:52.4645698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:29:52.4646458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:29:52.4647413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:29:52.4647854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4648933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4649872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4651055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4652108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4653148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4654297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4655412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4656450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4657758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4659082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4660292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4661487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4662592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4663696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4664799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4665924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4667203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4668535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4669742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4670948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4672045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4673211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4674313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4675523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4676634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4677780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4678972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4680188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4681405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4682433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4683430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4684649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4686172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4687324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4688542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4689648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4690841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4692047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4693243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4694358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4695452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4696656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4697870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4698825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4699993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4701047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4702212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4703423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4704558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4705673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4706817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4707959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4708957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4710053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4711392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4712646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4713827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4715142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4716309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4717521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4718771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4720110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4721301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4722420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4723480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4724606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4725897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4727075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4728384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4729710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4730792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4731818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4733301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4734345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4735437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4736484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4737628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4738627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4739744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4740760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4741950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4743052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:29:52.4743549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:29:52.4744592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:29:52.4745072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:52.4745997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:52.4746899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:52.4747781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:29:52.4748171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4749016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4749954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4750845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4751707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4752662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4753549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:29:52.4754065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4755032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4756158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4757314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4758562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4759997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4761224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4762445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4763548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4764651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4765970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4767123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4768290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4769428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4770709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4772017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4773377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:29:52.4773644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:29:52.4774417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:29:52.4775236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:29:52.4776016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:29:52.4776278Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:29:52.4777130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4777766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4778525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4779183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4779870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4780609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4781328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4782281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4783011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4783920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4784690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:29:52.4785064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:29:52.4785379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:29:52.4785805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4786979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4788206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4789343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4790454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4791983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4793055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4794089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4795156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4796262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:29:52.4796487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:29:52.4797200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:29:52.4797868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:29:52.4798557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:29:52.4798993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:29:52.4799814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:29:52.4800501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:29:52.4800778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:29:52.4801601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:29:52.4801871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:29:52.4802791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:29:52.4803110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4803935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4804807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4805551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4806269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4807026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4807906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4808692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4809452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4810337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4811020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4811791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:29:52.4812090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:29:52.4812687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-06-05T23:29:52.4813137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4813815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4814536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4815306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4816003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4816726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4817423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4818186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4818891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4819759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4820407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4821169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4821834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4822654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4823366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4824102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4824770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4825598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4826276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4826999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4827843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4829020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4829798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4830555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4831408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4832113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4832914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4833778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4834584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4835301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4836030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4836748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4837496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4838233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4838956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4839674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4840355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4840976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:29:52.4841279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4841973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4842692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4843382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4844134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4844799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4845491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4846323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4847099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4847974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4848727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4849528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4850183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4850974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4851654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4852526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4853327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4854121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4854825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4855599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4856374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4857061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4857914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4858704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4859536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4860261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4861092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4861895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4862728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4863474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4864387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4865311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4865982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4866784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4867491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4868380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4869191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4870053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4870903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4871700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4872544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4873346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4874130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4874961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4875965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4876805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4877597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4878286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4879272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4880024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4880850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4881586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4882349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4882996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4883657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4884503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4885211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4885986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4886636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4887499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4888140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4888819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4889635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4890345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4908286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4908987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4909768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4910488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4911189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4912026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4912754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4913555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4914283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4915124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4915866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4916543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4917255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4917969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4918824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4919527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4920318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4921109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4921829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4922656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4923489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4924291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4925120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4926032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4926808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4927629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4928420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:29:52.4928989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:29:52.4929704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:29:52.4929967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:29:52.4930817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:29:52.4931630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:29:52.4932652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:29:52.4932992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:29:52.4933758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:29:52.4934643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:29:52.4935481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:29:52.4936333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:29:52.4936701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:29:52.4937702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:29:52.4938842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:29:52.4939256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:29:52.4940097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:29:52.4940955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:29:52.4941911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:29:52.4942167Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:29:52.4942905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:29:52.4943662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:29:52.4944467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:29:52.4996734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:29:52.4997612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:29:52.4998374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:29:52.4998622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:29:52.4998957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:29:52.4999715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:29:52.5000064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:29:52.5000845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5001545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5002268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5003040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5003905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5004796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5005577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5006451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5007180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5007959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5008727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5009374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5010148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5010796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5011720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:29:52.5011985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:29:52.5013128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:29:52.5013878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:29:52.5014812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:29:52.5015028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:29:52.5015658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:29:52.5016384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:29:52.5017034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:29:52.5017665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:29:52.5018309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:29:52.5018652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5019376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5020195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5021007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5021868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5022719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5023451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5024306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5024978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5025829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:29:52.5026141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:29:52.5027051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:29:52.5027300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:29:52.5028151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:29:52.5028449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:29:52.5029296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:29:52.5029638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:29:52.5030043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:29:52.5030350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5031393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5032274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5060549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5062128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5063643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5065212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5066752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5068646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5070255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5071819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5073319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5074827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5094050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5095708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5097478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5099159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5100825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5102548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5104064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5105601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5107208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5108937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5110548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5112099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5113710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5115396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5116877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5118345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5119907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5121538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5123132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5124836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5126386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5127959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5129816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5131733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5133434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5135004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5136512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5138131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5139856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5144291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5146030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5147506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5149360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5150993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5152849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5154389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5155904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5157559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5159124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5160741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5162433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5164124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5165652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5167161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5168754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5170363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5171858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5173519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5175157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5176729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5178228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5179695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:29:52.5180303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:29:52.5181727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:29:52.5183147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:29:52.5184664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:29:52.5186016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:29:52.5186444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:29:52.5187696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:29:52.5189023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:29:52.5190321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:29:52.5191557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:29:52.5192056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:52.5193322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:52.5194705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:52.5196174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:29:52.5196744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5198142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5199701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5201166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5202653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5204093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5229479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:29:52.5230145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:29:52.5231416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:29:52.5232777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:29:52.5234269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:29:52.5234772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:29:52.5235286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:29:52.5236703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:29:52.5237326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:29:52.5238161Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5239941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5241687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5243457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5245182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5246880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5248556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5250446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:29:52.5251280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:29:52.5253214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:29:52.5253938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:29:52.5254689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:29:52.5255582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:29:52.5257836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:29:52.5258286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:29:52.5258854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:29:52.5259402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5260874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5262389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5263854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5265404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5266934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5268361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:29:52.5268806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:29:52.5269845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:29:52.5271040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:29:52.5271505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5272660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5274072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5275453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5276714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5277944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5279324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5280565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5281932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5283218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5284504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5285862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5287063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:29:52.5287549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5310449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5311507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5312231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5313026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5313800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5314543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5315205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5315992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5316717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5317365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5318165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5319034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5320108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5320912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5321657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5322411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5323326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5324020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5325055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5325760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5326581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5327303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5328044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5329102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5329851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5330571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5331237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5332070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5332727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5333564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5334445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5335370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5336077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5337033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5337803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5338740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5339407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5340360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5341164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5341980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5342819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5343688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5344584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5345396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5346373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5347358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5390472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5391315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5392160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:29:52.5392438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:29:52.5393354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:29:52.5394186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:29:52.5394639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5395503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5396506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5397553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5398446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5399412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5400284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:29:52.5400570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:29:52.5401590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:29:52.5402453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:29:52.5402904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:29:52.5403758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:29:52.5404634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:29:52.5404905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:29:52.5405824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:29:52.5406593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:29:52.5407616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:29:52.5408469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:29:52.5408761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:29:52.5409645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:29:52.5410479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:29:52.5410832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5411711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5412501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5413381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5414432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5415268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5416253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5417035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5417913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5418664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5419585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5420460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5421275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5422135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:29:52.5422390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5423216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5424021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5424756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5425573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5426338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5427225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5427891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5463614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5464375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5465425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5466167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5467121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5467929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5468688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5469644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5470346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5471331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5472060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5472841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5473651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5474403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5475052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5475852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5476624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5477464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5478268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5478997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5479838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5480648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5481437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5482099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5483014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5483898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5484634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5485394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5486087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5487050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5487799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5488630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5489278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5490099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5490811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5491639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:29:52.5491940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5492720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5493764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5494922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5495655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5496583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5497502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5498348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:29:52.5498734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:52.5499745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:52.5541934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:52.5542781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:29:52.5543100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:29:52.5544249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:29:52.5545223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:29:52.5545540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:29:52.5546309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:29:52.5547173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:29:52.5547495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:29:52.5547928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:29:52.5548664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:29:52.5548989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:29:52.5549424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:52.5550444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:52.5551466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:52.5552347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:29:52.5552761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:29:52.5553179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:29:52.5554259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:29:52.5555061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:29:52.5555457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:29:52.5556512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:29:52.5557466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:29:52.5557775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:29:52.5558675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:29:52.5559150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.5560277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.5561259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.5562309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:29:52.5562769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:29:52.5563122Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:29:52.5564145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:29:52.5565224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:29:52.5566094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:29:52.5566530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:29:52.5567458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:29:52.5568383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:29:52.5568707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:29:52.5569047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:52.5570031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:52.5571106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:52.5572320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:52.5573604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:29:52.5574007Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5575062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5575904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5576841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5577899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5579094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5603009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5604133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5605192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5606296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5607584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5608696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5609875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5610843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5612191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5613269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5614337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5615348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5616519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5617425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5618282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5619139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5620002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5620991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5622107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5623005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5624035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5625000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:29:52.5625435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5626340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5627326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5628273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5629554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5630696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5631595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5632631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5633672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5634656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5635815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5636926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5637872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5638931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5639845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5640707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5663772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5664818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5665907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5666824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5667799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5668700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5669993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5670959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5671957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5673073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5674128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5675120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5676260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5677086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5678263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5679215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5680147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5681251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5682208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5683292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5684296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5685162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5686116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5686983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5688081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5689010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5690030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5691010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5692015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5693063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5693944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5695012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5696030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5697103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5698299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5699293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5700319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5701405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5737273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5739010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5740916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5742603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5744309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5746097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5747781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5749501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5751176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5752722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5754392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5756183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5758006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5759683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5761234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5762898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5764582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5766163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5767823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5769359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5770892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:29:52.5772361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:29:52.5773008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:29:52.5774201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:29:52.5775413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:29:52.5776607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:29:52.5777894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:29:52.5778291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:29:52.5778702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:29:52.5779772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:29:52.5780960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:29:52.5781439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5782742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5784218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5785528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5786850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5788371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5789759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5791199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5792602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5794055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5795463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5796761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5798103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5827562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5829089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5830368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5831734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5833089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5834396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5835723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5837054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:29:52.5837547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:29:52.5838959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:29:52.5840332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:29:52.5840866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:29:52.5842292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:29:52.5843767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:29:52.5845280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:29:52.5845730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:29:52.5846945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5848334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5849609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5851066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5852316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5853757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5855019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:29:52.5855455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:29:52.5856696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:29:52.5857948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:29:52.5858395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:29:52.5858900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:29:52.5860223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:29:52.5861639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:29:52.5862175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:29:52.5863570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:29:52.5865029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:29:52.5865579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:29:52.5866878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:29:52.5868324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:29:52.5868922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:29:52.5870314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:29:52.5871704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:29:52.5872291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:29:52.5872830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:29:52.5874360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:29:52.5875702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:29:52.5877227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:29:52.5877707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:29:52.5878144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:29:52.5879258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5880390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5881602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5882815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5884007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5885178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5913692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5914936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5916285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5917533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5918685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5919831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5921061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5922309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5923492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5924640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5925901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5927028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5927555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:52.5929066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:52.5930519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:52.5931920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:52.5933293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:29:52.5933762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5935159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5936496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5937841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5939180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5940481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5941968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5943400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5944745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5946135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:29:52.5947340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5948700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5949935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:29:52.5950505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:29:52.5951675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:29:52.5952927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:29:52.5954136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:29:52.5955338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:29:52.5955863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:29:52.5957076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:29:52.5958251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:29:52.5959507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:29:52.5960001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:29:52.5961279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:29:52.5961886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:29:52.5963360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:29:52.5964870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:29:52.5965461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:52.5967032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:52.5968610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:52.5970057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:29:52.5970602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:29:52.5971969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:29:52.5990895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:29:52.5992495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:29:52.5993252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:52.5995114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:52.5996927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:52.5998690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:29:52.5999402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:52.6001280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:52.6003049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:52.6004793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:52.6006585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:29:52.6007340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:52.6009127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:52.6010961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:52.6012855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:52.6014730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:29:52.6015454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:29:52.6017142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:29:52.6018862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:29:52.6019631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:29:52.6021319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:29:52.6023188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:29:52.6023927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6025682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6027550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6029726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6031471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6033256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6035038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6036853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:29:52.6037483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:52.6038966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:52.6040551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:52.6042242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:52.6043855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:29:52.6044371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:29:52.6044993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6046669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6048482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6050207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6052166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6053897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6079331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6081132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6082796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6084459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6086054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6087756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6089494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6091186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6093037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6094728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:29:52.6095149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:29:52.6095605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:29:52.6096734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:29:52.6097921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:29:52.6098455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:29:52.6099778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:29:52.6100211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:29:52.6101575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:29:52.6101923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:29:52.6102379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6103588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6104835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6106201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6107447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6108649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6109951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6111323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6112575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6113887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:29:52.6114289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:29:52.6115327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:29:52.6116419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:29:52.6117612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:29:52.6118739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:29:52.6119221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:29:52.6120417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:29:52.6121620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:29:52.6122141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:29:52.6123252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:29:52.6124384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:29:52.6124962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:29:52.6126218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:29:52.6127460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:29:52.6128170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6130066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6131870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6133677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6135389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6136980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6162244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:29:52.6162590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:29:52.6163384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:29:52.6164082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:29:52.6164544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:29:52.6165345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:29:52.6166114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:29:52.6166465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:29:52.6167159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:29:52.6168014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:29:52.6168276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:29:52.6168975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6169907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6170585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6171438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6172121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6173028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6173811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6174632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6175429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6176309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6177073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6177763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6178556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6179184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6180013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:29:52.6180347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:29:52.6181150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:29:52.6182028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:29:52.6182324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:29:52.6183271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:29:52.6184149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:29:52.6185014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:29:52.6185966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:29:52.6186376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:29:52.6187124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:29:52.6188014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:29:52.6188764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:29:52.6189283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6190186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6191113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6192062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6193042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6194139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6195043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6195958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6197041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6197955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6233092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6233974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6235088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6236051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6237052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6238085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6239036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6240078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6241024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:29:52.6241301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:29:52.6242157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6242979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6243824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6244586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6245366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6246186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6247008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:29:52.6247304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:29:52.6248141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:29:52.6248409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:29:52.6249215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:29:52.6249573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:52.6250495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:52.6251532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:52.6252519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:52.6253461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:29:52.6253830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:52.6254627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:52.6255578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:52.6256404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:52.6257246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:29:52.6257584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:29:52.6258535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:29:52.6258898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:29:52.6259845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:29:52.6260819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:29:52.6261215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:29:52.6262112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:29:52.6263005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:29:52.6263420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:29:52.6264360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:29:52.6265460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:29:52.6265695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:29:52.6266465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:29:52.6267231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:29:52.6267900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:29:52.6318664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:29:52.6319594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:29:52.6320355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:29:52.6320713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:29:52.6321463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:29:52.6322190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:29:52.6322507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:29:52.6323297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:29:52.6324079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:29:52.6324399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:29:52.6325188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:29:52.6325973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:29:52.6326316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:29:52.6327084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:29:52.6327968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:29:52.6328285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:29:52.6329206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:29:52.6329570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.6330314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.6331230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.6332017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.6332810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.6333765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:29:52.6334126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:29:52.6334869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:29:52.6335688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:29:52.6335988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:29:52.6336788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:29:52.6337641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:29:52.6337905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:29:52.6338665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:29:52.6339455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:29:52.6339695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:29:52.6340438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:29:52.6341244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:29:52.6341567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:29:52.6342293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:29:52.6343216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:29:52.6343471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:29:52.6344163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:29:52.6344924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:29:52.6345268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:29:52.6346091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:29:52.6346982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:29:52.6347249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:29:52.6348003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:29:52.6348810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:29:52.6349150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:29:52.6349907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:29:52.6350718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:29:52.6350996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:29:52.6351362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:29:52.6352180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:29:52.6352430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:29:52.6352690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:29:52.6353020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:29:52.6353856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:29:52.6354700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:29:52.6548871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:29:52.6549673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:29:52.6550457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:29:52.6550801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:29:52.6551807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:29:52.6552593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:29:52.6553492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:29:52.6554244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:29:52.6555165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:29:52.6555560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:29:52.6555884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:29:52.6556627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:29:52.6557586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:29:52.6557774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:29:52.6558067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:29:52.6558799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:29:52.6559440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:29:52.6559731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:29:52.6560530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:29:52.6560854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.6561626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.6562504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.6563292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.6564197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.6565073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:29:52.6565386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:29:52.6566129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:29:52.6566435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:29:52.6567195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:29:52.6567879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:29:52.6568674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:29:52.6568961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:29:52.6569718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:29:52.6570124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:29:52.6570843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:29:52.6571094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:29:52.6572095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:29:52.6573335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:29:52.6574436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:29:52.6575413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:29:52.6576574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:29:52.6576834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:29:52.6577378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-06-05T23:29:52.6577620Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:29:52.6578229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-06-05T23:29:52.6578606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:29:52.6579210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-06-05T23:29:52.6579554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:29:52.6580411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:29:52.6580715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:29:52.6581758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:29:52.6582512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:29:52.6582827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:29:52.6583097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:29:52.6583922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:29:52.6584688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:29:52.6585010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:29:52.6633084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:29:52.6633600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:29:52.6633884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6634539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6635470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6636158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6636910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6637593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6638457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6639205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6640026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6640686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6640995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:29:52.6641870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:29:52.6642225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:29:52.6642607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:29:52.6643635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:29:52.6644546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:29:52.6645432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:29:52.6645671Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:29:52.6646410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:29:52.6647081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:29:52.6647761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:29:52.6648652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:29:52.6649330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:29:52.6650192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:29:52.6650490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:29:52.6651123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:29:52.6651981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:29:52.6652229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:29:52.6653002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:29:52.6653782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:29:52.6654466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:29:52.6655256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:29:52.6655514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:29:52.6656213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:29:52.6657054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:29:52.6657722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:29:52.6658637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:29:52.6658883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:29:52.6659636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:29:52.6660099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:52.6660950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:52.6661934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:52.6662839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:52.6663813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:52.6664869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:29:52.6665279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:29:52.6666342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:29:52.6666758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:52.6667911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:52.6711352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:52.6711643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:29:52.6712431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:29:52.6712868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:29:52.6713232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:29:52.6714283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:29:52.6715148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:29:52.6715532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:29:52.6716169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:29:52.6717232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:29:52.6718350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:29:52.6719498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:29:52.6719840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:29:52.6720192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:29:52.6720814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:29:52.6721257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:29:52.6722472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:29:52.6722865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:29:52.6723364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:29:52.6724002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:29:52.6725188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:29:52.6725769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:29:52.6726219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:29:52.6727423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:29:52.6727870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:29:52.6729448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:29:52.6729906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:29:52.6731136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:29:52.6731552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:29:52.6732744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:29:52.6733147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:29:52.6733606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6734686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6735629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6736655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6737841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6738930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6739933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6741004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6742097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:29:52.6742437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:29:52.6742801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:29:52.6743909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:29:52.6744281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:52.6745299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:52.6746382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:52.6747224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:29:52.6747638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:29:52.6795146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:29:52.6795513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:52.6796515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:52.6797575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:52.6798604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:29:52.6798997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:29:52.6799403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:29:52.6800607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:29:52.6801119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:29:52.6802283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:29:52.6803451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:29:52.6803953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:29:52.6804557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:52.6805934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:52.6807259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:52.6808700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:52.6810044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:29:52.6810430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:29:52.6810718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:29:52.6811115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:52.6812206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:52.6813463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:52.6814628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:52.6815577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:52.6816506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:29:52.6816965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:29:52.6817924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:29:52.6818422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:52.6819666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:52.6820888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:29:52.6821135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:29:52.6821365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:29:52.6821664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:29:52.6822615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:29:52.6822797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:29:52.6823013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:29:52.6823763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:29:52.6824000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:29:52.6824700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:29:52.6825536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:29:52.6826229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:29:52.6827039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:29:52.6827733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:29:52.6827937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:29:52.6828563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:29:52.6829422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:29:52.6829821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:29:52.6829991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:29:52.6830195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:29:52.6866813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-06-05T23:29:52.6867248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:29:52.6867518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:29:52.6867771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:29:52.6868077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6869106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6870178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6870948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6871643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6872445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6873267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6874193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6875080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6876031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6876753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6877602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6878396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6879250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6880009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6880736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6881458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6882301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6883199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:29:52.6883526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:29:52.6884410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:29:52.6884855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:29:52.6885915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:29:52.6886902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:29:52.6887441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.6888414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.6889382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.6890337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.6891322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.6892232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:29:52.6892633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6893605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6894689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6895657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6896570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6897432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6898349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6899308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6900196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6901237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6902202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6937638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6938684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6939699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6940678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:29:52.6941093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:29:52.6941552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:29:52.6942042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:29:52.6943246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:29:52.6944431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:29:52.6944907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6946161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6947455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6948698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6949811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6951045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6952263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6953329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6954433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6955617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6956753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6958034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6959196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:29:52.6959541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.6960478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.6961336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.6962278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.6963334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:29:52.6963722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:29:52.6964549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:29:52.6964848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6965593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6966329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6967094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6967868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6968644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6969359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6970120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6970870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6971652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6972387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6973200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:29:52.6973541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:29:52.7657916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:29:52.7659773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:29:52.7661139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:29:52.7661853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.7663298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.7665437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.7667251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:29:52.7668488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.7669749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.7671494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.7673349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.7675100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:29:52.7676477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.7677879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.7679711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.7681567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:29:52.7682702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:29:52.7683240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:29:52.7683992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:29:52.7685162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:29:52.7685828Z running install_egg_info 2025-06-05T23:29:52.7686374Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:29:52.7686967Z running install_scripts 2025-06-05T23:29:52.7687491Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:29:52.7688524Z creating '/tmp/pip-wheel-bhq5puvo/.tmp-h6up6q2d/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:29:52.7689317Z adding 'executorch/version.py' 2025-06-05T23:29:52.7689952Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:29:52.7690657Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:29:52.7691150Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:29:52.7691692Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:29:52.7692284Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:29:52.7692969Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:29:52.7693652Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:29:52.7694246Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:29:52.7694929Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:29:52.7695604Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:29:52.7696251Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:29:52.7696726Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:29:52.7697156Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:29:52.7697620Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:29:52.7698219Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:29:52.7698746Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:29:52.7699295Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:29:52.7699802Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:29:52.7700371Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:29:52.7700954Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:29:52.7701550Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:29:52.7702118Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:29:52.7702706Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:29:52.7703263Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:29:52.7703795Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:29:52.7704304Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:29:52.7704931Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:29:52.7705424Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:29:52.7705953Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:29:52.7706447Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:29:52.7707029Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:29:52.7707561Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:29:52.7708088Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:29:52.7708567Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:29:52.7709081Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:29:52.7709749Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:29:52.7710533Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:29:52.7711095Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:29:52.7711569Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:29:52.7712040Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:29:52.7712574Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:29:52.7713147Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:29:52.7713760Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:29:52.7714321Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:29:52.7714809Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:29:52.7715291Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:29:52.7715963Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:29:52.7716503Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:29:52.7716877Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:29:52.7717234Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:29:52.7717722Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:29:52.7718117Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:29:52.7718564Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:29:52.7719014Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:29:52.7719417Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:29:52.7719874Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:29:52.7720293Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:29:52.7720687Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:29:52.7721043Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:29:52.7721426Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:29:52.7721814Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:29:52.7722285Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:29:52.7722818Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:29:52.7723432Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:29:52.7724021Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:29:52.7724502Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:29:52.7725029Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:29:52.7725488Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:29:52.7725967Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:29:52.7726421Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:29:52.8006615Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:29:52.8007750Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:29:52.8008851Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:29:52.8009573Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:29:52.8010123Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:29:52.8010710Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:29:52.8011546Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:29:52.8012065Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:29:52.8012667Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:29:52.8013325Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:29:52.8013881Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:29:52.8014376Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:29:52.8014895Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:29:52.8015522Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:29:52.8016076Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:29:52.8016655Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:29:52.8017207Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:29:52.8017892Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:29:52.8018448Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:29:52.8018914Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:29:52.8019399Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:29:52.8019898Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:29:52.8020623Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:29:52.8021260Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:29:52.8021763Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:29:52.8022332Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:29:52.8022922Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:29:52.8023513Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:29:52.8024024Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:29:52.8024575Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:29:52.8025294Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:29:52.8025833Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:29:52.8026389Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:29:52.8026864Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:29:52.8027462Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:29:52.8028093Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:29:52.8028558Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:29:52.8029278Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:29:52.8029911Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:29:52.8030566Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:29:52.8031181Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:29:52.8031736Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:29:52.8032326Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:29:52.8032931Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:29:52.8033542Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:29:52.8034124Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:29:52.8034665Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:29:52.8035278Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:29:52.8035852Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:29:52.8036561Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:29:52.8037136Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:29:52.8037689Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:29:52.8038257Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:29:52.8038840Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:29:52.8039554Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:29:52.8040001Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:29:52.8040427Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:29:52.8040842Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:29:52.8041247Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:29:52.8041802Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:29:52.8042206Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:29:52.8042729Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:29:52.8043170Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:29:52.8043564Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:29:52.8044021Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:29:52.8044581Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:29:52.8045140Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:29:52.8045549Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:29:52.8045955Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:29:52.8046345Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:29:52.8046794Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:29:52.8047293Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:29:52.8047674Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:29:52.8048068Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:29:52.8048450Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:29:52.8048846Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:29:52.8049333Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:29:52.8049929Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:29:52.8050379Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:29:52.8050790Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:29:52.8051193Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:29:52.8051612Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:29:52.8052099Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:29:52.8052613Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:29:52.8053156Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:29:52.8053600Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:29:52.8054052Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:29:52.8054514Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:29:52.8054983Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:29:52.8055498Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:29:52.8055901Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:29:52.8056313Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:29:52.8056708Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:29:52.8057172Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:29:52.8057645Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:29:52.8058186Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:29:52.8058682Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:29:52.8059167Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:29:52.8059678Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:29:52.8060218Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:29:52.8060800Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:29:52.8061272Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:29:52.8061761Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:29:52.8062272Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:29:52.8062710Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:29:52.8063162Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:29:52.8063622Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:29:52.8064174Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:29:52.8064672Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:29:52.8065198Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:29:52.8065744Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:29:52.8066332Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:29:52.8066868Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:29:52.8067236Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:29:52.8067636Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:29:52.8068045Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:29:52.8068507Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:29:52.8069208Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:29:52.8069707Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:29:52.8070209Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:29:52.8070717Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:29:52.8071278Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:29:52.8071964Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:29:52.8072502Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:29:52.8073066Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:29:52.8073795Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:29:52.8356313Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:29:52.8357442Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:29:52.8358444Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:29:52.8359016Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:29:52.8359473Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:29:52.8360086Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:29:52.8360612Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:29:52.8361154Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:29:52.8361699Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:29:52.8362204Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:29:52.8362724Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:29:52.8363326Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:29:52.8363772Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:29:52.8364184Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:29:52.8364608Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:29:52.8365060Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:29:52.8365471Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:29:52.8365889Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:29:52.8366299Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:29:52.8366725Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:29:52.8367164Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:29:52.8367621Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:29:52.8368185Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:29:52.8368612Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:29:52.8369021Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:29:52.8369430Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:29:52.8369864Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:29:52.8370329Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:29:52.8370814Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:29:52.8371371Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:29:52.8371798Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:29:52.8372366Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:29:52.8372881Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:29:52.8373487Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:29:52.8374003Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:29:52.8374474Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:29:52.8374881Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:29:52.8375274Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:29:52.8375682Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:29:52.8376201Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:29:52.8376643Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:29:52.8377120Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:29:52.8377533Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:29:52.8378026Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:29:52.8378457Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:29:52.8378893Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:29:52.8379366Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:29:52.8379841Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:29:52.8380404Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:29:52.8380930Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:29:52.8392709Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:29:52.8393581Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:29:52.8394146Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:29:52.8394620Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:29:52.8395032Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:29:52.8395448Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:29:52.8396023Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:29:52.8396566Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:29:52.8397004Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:29:52.8397429Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:29:52.8397870Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:29:52.8398408Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:29:52.8398845Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:29:52.8399296Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:29:52.8399713Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:29:52.8400194Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:29:52.8400647Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:29:52.8401042Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:29:52.8401461Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:29:52.8401888Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:29:52.8402323Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:29:52.8402842Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:29:52.8403296Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:29:52.8403709Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:29:52.8404146Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:29:52.8404581Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:29:52.8405053Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:29:52.8405726Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:29:52.8406150Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:29:52.8406580Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:29:52.8407009Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:29:52.8407601Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:29:52.8408101Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:29:52.8408545Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:29:52.8408961Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:29:52.8409367Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:29:52.8409812Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:29:52.8410360Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:29:52.8410791Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:29:52.8411230Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:29:52.8411645Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:29:52.8412054Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:29:52.8412573Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:29:52.8413133Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:29:52.8413561Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:29:52.8414011Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:29:52.8414514Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:29:52.8415153Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:29:52.8415648Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:29:52.8416051Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:29:52.8416475Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:29:52.8416890Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:29:52.8417507Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:29:52.8418242Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:29:52.8418860Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:29:52.8419608Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:29:52.8420214Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:29:52.8420798Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:29:52.8421530Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:29:52.8422183Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:29:52.8422789Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:29:52.8423448Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:29:52.8424206Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:29:52.8424804Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:29:52.8425396Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:29:52.8425939Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:29:52.8426662Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:29:52.8427267Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:29:52.8427914Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:29:52.8428900Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:29:52.8429618Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:29:52.8430198Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:29:52.8430735Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:29:52.8431335Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:29:52.8431980Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:29:52.8432537Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:29:52.8433073Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:29:52.8433563Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:29:52.8434129Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:29:52.8544687Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:29:52.8545498Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:29:52.8546284Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:29:52.8547211Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:29:52.8548337Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:29:52.8549176Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:29:52.8550025Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:29:52.8550793Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:29:52.8551578Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:29:52.8552339Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:29:52.8553212Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:29:52.8554060Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:29:52.8554784Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:29:52.8555583Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:29:52.8556588Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:29:52.8557351Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:29:52.8558107Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:29:52.8558828Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:29:52.8559671Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:29:52.8560429Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:29:52.8561297Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:29:52.8562062Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:29:52.8562856Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:29:52.8563687Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:29:52.8564467Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:29:52.8565230Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:29:52.8566152Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:29:52.8566913Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:29:52.8567757Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:29:52.8568503Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:29:52.8569237Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:29:52.8570070Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:29:52.8570797Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:29:52.8571624Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:29:52.8572567Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:29:52.8573417Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:29:52.8574188Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:29:52.8575115Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:29:52.8575804Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:29:52.8576517Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:29:52.8577380Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:29:52.8578173Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:29:52.8579114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:29:52.8580053Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:29:52.8581152Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:29:52.8582086Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:29:52.8583016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:29:52.8583997Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:29:52.8584904Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:29:52.8585824Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:29:52.8586788Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:29:52.8587726Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:29:52.8588664Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:29:52.8589582Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:29:52.8590527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:29:52.8591467Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:29:52.8592532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:29:52.8593479Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:29:52.8594405Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:29:52.8595334Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:29:52.8596260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:29:52.8597278Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:29:52.8598231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:29:52.8599332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:29:52.8600263Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:29:52.8601234Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:29:52.8602231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:29:52.8603151Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:29:52.8604165Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:29:52.8605079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:29:52.8606014Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:29:52.8607007Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:29:52.8607940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:29:52.8609018Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:29:52.8609940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:29:52.8611038Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:29:52.8612100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:29:52.8613423Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:29:52.8707635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:29:52.8709159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:29:52.8710463Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:29:52.8711652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:29:52.8712610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:29:52.8713655Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:29:52.8714964Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:29:52.8716128Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:29:52.8717235Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:29:52.8718343Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:29:52.8719532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:29:52.8720805Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:29:52.8722062Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:29:52.8723482Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:29:52.8724632Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:29:52.8725874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:29:52.8727201Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:29:52.8728434Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:29:52.8729805Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:29:52.8730944Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:29:52.8732289Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:29:52.8733598Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:29:52.8734990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:29:52.8736346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:29:52.8737761Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:29:52.8739176Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:29:52.8740525Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:29:52.8741799Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:29:52.8742992Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:29:52.8744334Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:29:52.8745637Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:29:52.8747124Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:29:52.8748658Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:29:52.8749946Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:29:52.8751509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:29:52.8752904Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:29:52.8754388Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:29:52.8755649Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:29:52.8756956Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:29:52.8758388Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:29:52.8759529Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:29:52.8760857Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:29:52.8762071Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:29:52.8763490Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:29:52.8765053Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:29:52.8766378Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:29:52.8767903Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:29:52.8769155Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:29:52.8770535Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:29:52.8771626Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:29:52.8773060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:29:52.8774268Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:29:52.8775639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:29:52.8776796Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:29:52.8778034Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:29:52.8778952Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:29:52.8779813Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:29:52.8780729Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:29:52.8781938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:29:52.8782931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:29:52.8915687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:29:52.8916868Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:29:52.8917919Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:29:52.8918942Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:29:52.8919949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:29:52.8920973Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:29:52.8921918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:29:52.8922999Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:29:52.8924154Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:29:52.8925244Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:29:52.8926321Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:29:52.8927517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:29:52.8929067Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:29:52.8929553Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:29:52.8930056Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:29:52.8930546Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:29:52.8931054Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:29:52.8931556Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:29:52.8932026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:29:52.8932516Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:29:52.8933121Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:29:52.8933604Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:29:52.8934157Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:29:52.8934742Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:29:52.8935306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:29:52.8935759Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:29:52.8936286Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:29:52.8936652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:29:52.8937178Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:29:52.8937578Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:29:52.8938043Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:29:52.8938478Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:29:52.8938958Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:29:52.8939418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:29:52.8939943Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:29:52.8940394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:29:52.8940863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:29:52.8941257Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:29:52.8941806Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:29:52.8942283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:29:52.8942714Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:29:52.8943224Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:29:52.8943647Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:29:52.8944129Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:29:52.8944553Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:29:52.8945059Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:29:52.8945545Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:29:52.8945918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:29:52.8946405Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:29:52.8946874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:29:52.8947308Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:29:52.8947809Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:29:52.8948276Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:29:52.8948773Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:29:52.8949232Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:29:52.8949645Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:29:52.8950125Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:29:52.8950591Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:29:52.8951113Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:29:52.8951686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:29:52.8952139Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:29:52.8952639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:29:52.8953143Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:29:52.8953665Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:29:52.8954220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:29:52.8954842Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:29:52.8955351Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:29:52.8955781Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:29:52.9065833Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:29:52.9066310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:29:52.9066788Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:29:52.9067213Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:29:52.9067795Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:29:52.9068276Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:29:52.9068883Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:29:52.9069437Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:29:52.9069887Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:29:52.9070469Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:29:52.9071066Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:29:52.9071651Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:29:52.9072097Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:29:52.9072622Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:29:52.9073178Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:29:52.9073660Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:29:52.9074225Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:29:52.9074889Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:29:52.9075402Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:29:52.9076074Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:29:52.9076688Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:29:52.9077204Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:29:52.9077671Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:29:52.9078120Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:29:52.9078867Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:29:52.9079407Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:29:52.9079923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:29:52.9080385Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:29:52.9080865Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:29:52.9081327Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:29:52.9081757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:29:52.9082220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:29:52.9082682Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:29:52.9083110Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:29:52.9083634Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:29:52.9084021Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:29:52.9084481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:29:52.9084863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:29:52.9085262Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:29:52.9085892Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:29:52.9086345Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:29:52.9086759Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:29:52.9087248Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:29:52.9087742Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:29:52.9088241Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:29:52.9088776Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:29:52.9089264Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:29:52.9089723Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:29:52.9090198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:29:52.9090786Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:29:52.9091259Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:29:52.9091748Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:29:52.9092323Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:29:52.9092807Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:29:52.9093367Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:29:52.9093915Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:29:52.9094442Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:29:52.9094987Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:29:52.9095500Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:29:52.9096081Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:29:52.9096688Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:29:52.9097274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:29:52.9097894Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:29:52.9098509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:29:52.9404457Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:29:52.9405203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:29:52.9406006Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:29:52.9406840Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:29:52.9407444Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:29:52.9407950Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:29:52.9408515Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:29:52.9409042Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:29:52.9409545Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:29:52.9410117Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:29:52.9410591Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:29:52.9411132Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:29:52.9411685Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:29:52.9412262Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:29:52.9412800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:29:52.9413398Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:29:52.9413900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:29:52.9414420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:29:52.9415103Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:29:52.9415677Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:29:52.9416247Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:29:52.9416849Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:29:52.9417536Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:29:52.9418208Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:29:52.9418631Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:29:52.9419135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:29:52.9419777Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:29:52.9420295Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:29:52.9420917Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:29:52.9421630Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:29:52.9422157Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:29:52.9422794Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:29:52.9423492Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:29:52.9423674Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:29:52.9423854Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:29:52.9424075Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:29:52.9424225Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:29:52.9424385Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:29:52.9424556Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:29:52.9424802Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:29:52.9425053Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:29:52.9425324Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:29:52.9425533Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:29:52.9425709Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:29:52.9425880Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:29:52.9426080Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:29:52.9426291Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:29:52.9426564Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:29:52.9426827Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:29:52.9427030Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:29:52.9427170Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:29:52.9427381Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:29:52.9427532Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:29:52.9427742Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:29:52.9427914Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:29:52.9428073Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:29:52.9428207Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:29:52.9428420Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:29:52.9428777Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:29:52.9428983Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:29:52.9429155Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:29:52.9429489Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:29:52.9429723Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:29:52.9429934Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:29:52.9430210Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:29:52.9430539Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:29:52.9430843Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:29:52.9431096Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:29:52.9431328Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:29:52.9431673Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:29:52.9431850Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:29:52.9432014Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:29:52.9432170Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:29:52.9432322Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:29:52.9432495Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:29:52.9432694Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:29:52.9432935Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:29:52.9433209Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:29:52.9433500Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:29:52.9433716Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:29:52.9433941Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:29:52.9434241Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:29:52.9434477Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:29:52.9434677Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:29:52.9434936Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:29:52.9435276Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:29:52.9435557Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:29:52.9435833Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:29:52.9436122Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:29:52.9436401Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:29:52.9705331Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:29:52.9705697Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:29:52.9706140Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:29:52.9706503Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:29:52.9706845Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:29:52.9707168Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:29:52.9707459Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:29:52.9707717Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:29:52.9707991Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:29:52.9708350Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:29:52.9708829Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:29:52.9709175Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:29:52.9709458Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:29:52.9709745Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:29:52.9710079Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:29:52.9710388Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:29:52.9710728Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:29:52.9710983Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:29:52.9711288Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:29:52.9711532Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:29:52.9711826Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:29:52.9712125Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:29:52.9712460Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:29:52.9712835Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:29:52.9713149Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:29:52.9713581Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:29:52.9713936Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:29:52.9714245Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:29:52.9714547Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:29:52.9714899Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:29:52.9715152Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:29:52.9715519Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:29:52.9715886Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:29:52.9716189Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:29:52.9716506Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:29:52.9716798Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:29:52.9716965Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:29:52.9717153Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:29:52.9717425Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:29:52.9717695Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:29:52.9717896Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:29:52.9718094Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:29:52.9718262Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:29:52.9718444Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:29:52.9718816Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:29:52.9719172Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:29:52.9719434Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:29:52.9719667Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:29:52.9719871Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:29:52.9720079Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:29:52.9720301Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:29:52.9720502Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:29:52.9720699Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:29:52.9720917Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:29:52.9721185Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:29:52.9721419Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:29:52.9721591Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:29:52.9721818Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:29:52.9721967Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:29:52.9722132Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:29:52.9722496Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:29:52.9722673Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:29:52.9722889Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:29:52.9723075Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:29:52.9723300Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:29:52.9723562Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:29:52.9723734Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:29:52.9723947Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:29:52.9724086Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:29:52.9724342Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:29:52.9724674Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:29:52.9724908Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:29:52.9725104Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:29:52.9725324Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:29:52.9725542Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:29:52.9725742Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:29:52.9725939Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:29:52.9726151Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:29:52.9726334Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:29:52.9726533Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:29:52.9726794Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:29:52.9727104Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:29:52.9727450Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:29:52.9727725Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:29:52.9727971Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:29:52.9728364Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:29:52.9728887Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:29:52.9729270Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:29:52.9729529Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:29:52.9729962Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:29:52.9730239Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:29:52.9730536Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:29:52.9730881Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:29:52.9731246Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:29:52.9731672Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:29:52.9732079Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:29:52.9732512Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:29:52.9733095Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:29:52.9733622Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:29:52.9734052Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:29:52.9734583Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:29:52.9735000Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:29:52.9735454Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:29:52.9946370Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:29:52.9947010Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:29:52.9947663Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:29:52.9947977Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:29:52.9948451Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:29:52.9948802Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:29:52.9949175Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:29:52.9949348Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:29:52.9949588Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:29:52.9949808Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:29:52.9950094Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:29:52.9950325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:29:52.9950601Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:29:52.9950893Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:29:52.9951245Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:29:52.9951523Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:29:52.9951837Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:29:52.9952111Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:29:52.9952527Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:29:52.9952904Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:29:52.9953325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:29:52.9953709Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:29:52.9954029Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:29:52.9954284Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:29:52.9954498Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:29:52.9954795Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:29:52.9955035Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:29:52.9955345Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:29:52.9955647Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:29:52.9956029Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:29:52.9956333Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:29:52.9956568Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:29:52.9956857Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:29:52.9957296Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:29:52.9957629Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:29:52.9957976Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:29:52.9958192Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:29:52.9958432Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:29:52.9958756Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:29:52.9959017Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:29:52.9959323Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:29:52.9959643Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:29:52.9960101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:29:52.9960431Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:29:52.9960665Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:29:52.9960947Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:29:52.9961213Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:29:52.9961457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:29:52.9961863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:29:52.9962325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:29:52.9962592Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:29:52.9962806Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:29:52.9963061Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:29:52.9963320Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:29:52.9963541Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:29:52.9963846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:29:52.9964225Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:29:52.9964585Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:29:52.9964994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:29:52.9965307Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:29:52.9965556Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:29:52.9965825Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:29:52.9966261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:29:52.9966500Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:29:52.9966745Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:29:52.9967086Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:29:52.9967373Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:29:52.9967665Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:29:52.9967994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:29:52.9968323Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:29:52.9968589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:29:52.9968822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:29:52.9969192Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:29:52.9969445Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:29:52.9969681Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:29:52.9969969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:29:52.9970297Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:29:52.9970621Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:29:52.9970851Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:29:52.9971253Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:29:52.9971509Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:29:52.9971801Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:29:52.9972124Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:29:52.9972475Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:29:52.9972779Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:29:52.9973130Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:29:52.9973472Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:29:52.9973681Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:29:52.9973926Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:29:52.9974186Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:29:52.9974422Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:29:52.9974779Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:29:52.9975032Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:29:52.9975341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:29:52.9975701Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:29:52.9975959Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:29:52.9976192Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:29:52.9976495Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:29:52.9976815Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:29:52.9977132Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:29:52.9977440Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:29:52.9977705Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:29:52.9977932Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:29:52.9978165Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:29:53.0210381Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:29:53.0210985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:29:53.0211734Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:29:53.0212251Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:29:53.0212610Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:29:53.0213068Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:29:53.0213469Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:29:53.0213990Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:29:53.0214485Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:29:53.0214981Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:29:53.0215432Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:29:53.0215854Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:29:53.0216299Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:29:53.0216852Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:29:53.0217439Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:29:53.0217964Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:29:53.0218600Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:29:53.0219031Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:29:53.0219488Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:29:53.0219908Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:29:53.0220310Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:29:53.0220791Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:29:53.0221272Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:29:53.0221687Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:29:53.0222136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:29:53.0222661Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:29:53.0223089Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:29:53.0223485Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:29:53.0223901Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:29:53.0224376Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:29:53.0224797Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:29:53.0225235Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:29:53.0225885Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:29:53.0226407Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:29:53.0226877Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:29:53.0227386Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:29:53.0227868Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:29:53.0228283Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:29:53.0228942Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:29:53.0229371Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:29:53.0229881Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:29:53.0230449Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:29:53.0231106Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:29:53.0231626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:29:53.0232221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:29:53.0232896Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:29:53.0233468Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:29:53.0234035Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:29:53.0234631Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:29:53.0235344Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:29:53.0235929Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:29:53.0236523Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:29:53.0237037Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:29:53.0237629Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:29:53.0238198Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:29:53.0238740Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:29:53.0239325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:29:53.0239961Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:29:53.0240507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:29:53.0241040Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:29:53.0241543Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:29:53.0242097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:29:53.0242632Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:29:53.0243128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:29:53.0243509Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:29:53.0243881Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:29:53.0244234Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:29:53.0244650Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:29:53.0245047Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:29:53.0245442Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:29:53.0245986Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:29:53.0246500Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:29:53.0246967Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:29:53.0247390Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:29:53.0247869Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:29:53.0248529Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:29:53.0248973Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:29:53.0249413Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:29:53.0249981Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:29:53.0250530Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:29:53.0251122Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:29:53.0251677Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:29:53.0252159Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:29:53.0252592Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:29:53.0253074Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:29:53.0253502Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:29:53.0253971Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:29:53.0254334Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:29:53.0254749Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:29:53.0255234Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:29:53.0255815Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:29:53.0256477Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:29:53.0257089Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:29:53.0257713Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:29:53.0258330Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:29:53.0258929Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:29:53.0259707Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:29:53.0260422Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:29:53.0261216Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:29:53.0262058Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:29:53.0388809Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:29:53.0389432Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:29:53.0389759Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:29:53.0390194Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:29:53.0390577Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:29:53.0391189Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:29:53.0391520Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:29:53.0391906Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:29:53.0392293Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:29:53.0392677Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:29:53.0393148Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:29:53.0393550Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:29:53.0393941Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:29:53.0394299Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:29:53.0394669Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:29:53.0395015Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:29:53.0395417Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:29:53.0395739Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:29:53.0396136Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:29:53.0396624Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:29:53.0396987Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:29:53.0397334Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:29:53.0397675Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:29:53.0398077Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:29:53.0398431Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:29:53.0398814Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:29:53.0399230Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:29:53.0399657Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:29:53.0399978Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:29:53.0400307Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:29:53.0400656Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:29:53.0400986Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:29:53.0401350Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:29:53.0401848Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:29:53.0402333Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:29:53.0402663Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:29:53.0403017Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:29:53.0403405Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:29:53.0403814Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:29:53.0404234Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:29:53.0404560Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:29:53.0404904Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:29:53.0405220Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:29:53.0405566Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:29:53.0405951Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:29:53.0406371Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:29:53.0406716Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:29:53.0407166Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:29:53.0407555Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:29:53.0407925Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:29:53.0408344Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:29:53.0408728Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:29:53.0409074Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:29:53.0409495Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:29:53.0409889Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:29:53.0410295Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:29:53.0410618Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:29:53.0410960Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:29:53.0411322Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:29:53.0411644Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:29:53.0412013Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:29:53.0412388Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:29:53.0412798Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:29:53.0413295Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:29:53.0413658Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:29:53.0413972Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:29:53.0414302Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:29:53.0414622Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:29:53.0415029Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:29:53.0415373Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:29:53.0415821Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:29:53.0416293Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:29:53.0416698Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:29:53.0417030Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:29:53.0417284Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:29:53.0417522Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:29:53.0417802Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:29:53.0418049Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:29:53.0418305Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:29:53.0418555Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:29:53.0418850Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:29:53.0419135Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:29:53.0419487Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:29:53.0673241Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:29:53.0673909Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:29:53.0674320Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:29:53.0674699Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:29:53.0675480Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:29:53.0676092Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:29:53.0676456Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:29:53.0676910Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:29:53.0677406Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:29:53.0677908Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:29:53.0678369Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:29:53.0678745Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:29:53.0679182Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:29:53.0679696Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:29:53.0680223Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:29:53.0680421Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:29:53.0680582Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:29:53.0680740Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:29:53.0681033Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:29:53.0681174Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:29:53.0681419Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:29:53.0681649Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:29:53.0681918Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:29:53.0682124Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:29:53.0682355Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:29:53.0682566Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:29:53.0682766Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:29:53.0682986Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:29:53.0683218Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:29:53.0683564Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:29:53.0683944Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:29:53.0684260Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:29:53.0684645Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:29:53.0685000Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:29:53.0685419Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:29:53.0685795Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:29:53.0686136Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:29:53.0686470Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:29:53.0686607Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:29:53.0686760Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:29:53.0686923Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:29:53.0687174Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:29:53.0687357Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:29:53.0687649Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:29:53.0687919Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:29:53.0688158Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:29:53.0688344Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:29:53.0688528Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:29:53.0688718Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:29:53.0688935Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:29:53.0689146Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:29:53.0689325Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:29:53.0689518Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:29:53.0689725Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:29:53.0689925Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:29:53.0690099Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:29:53.0690275Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:29:53.0690481Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:29:53.0690806Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:29:53.0691090Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:29:53.0691279Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:29:53.0691471Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:29:53.0691660Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:29:53.0691894Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:29:53.0692126Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:29:53.0692342Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:29:53.0692535Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:29:53.0692729Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:29:53.0693043Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:29:53.0693258Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:29:53.0693523Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:29:53.0693743Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:29:53.0693943Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:29:53.0694235Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:29:53.0694456Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:29:53.0694619Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:29:53.0694848Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:29:53.0695092Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:29:53.0695262Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:29:53.0695452Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:29:53.0695655Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:29:53.0695851Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:29:53.0696115Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:29:53.0696339Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:29:53.0696619Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:29:53.0696902Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:29:53.0697118Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:29:53.0697310Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:29:53.0697514Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:29:53.0697743Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:29:53.0697975Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:29:53.0698183Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:29:53.0698379Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:29:53.0698535Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:29:53.0698689Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:29:53.0698867Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:29:53.0699052Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:29:53.0699212Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:29:53.0699447Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:29:53.0699620Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:29:53.0699795Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:29:53.0700027Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:29:53.0700294Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:29:53.0700465Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:29:53.0700659Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:29:53.0700863Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:29:53.0701023Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:29:53.0701179Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:29:53.0701340Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:29:53.1088687Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:29:53.1089049Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:29:53.1089567Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:29:53.1089747Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:29:53.1089970Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:29:53.1090165Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:29:53.1090342Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:29:53.1090601Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:29:53.1090787Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:29:53.1090961Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:29:53.1091119Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:29:53.1091295Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:29:53.1091475Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:29:53.1091661Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:29:53.1091833Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:29:53.1091993Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:29:53.1092173Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:29:53.1092363Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:29:53.1092567Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:29:53.1092784Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:29:53.1093050Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:29:53.1093233Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:29:53.1093416Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:29:53.1093601Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:29:53.1093810Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:29:53.1094017Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:29:53.1094178Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:29:53.1094349Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:29:53.1094508Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:29:53.1094722Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:29:53.1094919Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:29:53.1095075Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:29:53.1095256Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:29:53.1095412Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:29:53.1095600Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:29:53.1095825Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:29:53.1095987Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:29:53.1096198Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:29:53.1096367Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:29:53.1096524Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:29:53.1096678Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:29:53.1096853Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:29:53.1097012Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:29:53.1097177Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:29:53.1097367Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:29:53.1097529Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:29:53.1097697Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:29:53.1097906Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:29:53.1098090Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:29:53.1098266Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:29:53.1098432Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:29:53.1098647Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:29:53.1098869Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:29:53.1099047Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:29:53.1099215Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:29:53.1099394Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:29:53.1099603Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:29:53.1099806Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:29:53.1100075Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:29:53.1100294Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:29:53.1100457Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:29:53.1100694Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:29:53.1100862Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:29:53.1101061Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:29:53.1101279Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:29:53.1101486Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:29:53.1101641Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:29:53.1101802Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:29:53.1101999Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:29:53.1102172Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:29:53.1102358Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:29:53.1102611Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:29:53.1102842Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:29:53.1103009Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:29:53.1103219Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:29:53.1103411Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:29:53.1103605Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:29:53.1103839Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:29:53.1104088Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:29:53.1104251Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:29:53.1104437Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:29:53.1104756Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:29:53.1104933Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:29:53.1105149Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:29:53.1105560Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:29:53.1105910Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:29:53.1106155Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:29:53.1106414Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:29:53.1106659Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:29:53.1106809Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:29:53.1107079Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:29:53.1107276Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:29:53.1107503Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:29:53.1107650Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:29:53.1107802Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:29:53.1107982Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:29:53.1108265Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:29:53.1108449Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:29:53.1108697Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:29:53.1108961Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:29:53.1109196Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:29:53.1109421Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:29:53.1109600Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:29:53.1109770Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:29:53.1109953Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:29:53.1110184Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:29:53.1110446Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:29:53.1110626Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:29:53.1110908Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:29:53.1111244Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:29:53.1111547Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:29:53.1111765Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:29:53.1111908Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:29:53.1112104Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:29:53.1112266Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:29:53.1112418Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:29:53.1112619Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:29:53.1112825Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:29:53.1113086Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:29:53.1113294Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:29:53.1113543Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:29:53.1113775Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:29:53.1114023Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:29:53.1114272Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:29:53.1114580Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:29:53.1114849Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:29:53.1115074Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:29:53.1387776Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:29:53.1388179Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:29:53.1388517Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:29:53.1388826Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:29:53.1389140Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:29:53.1389498Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:29:53.1389940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:29:53.1390229Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:29:53.1390512Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:29:53.1390890Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:29:53.1391170Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:29:53.1391502Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:29:53.1391735Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:29:53.1392015Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:29:53.1392313Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:29:53.1392613Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:29:53.1392924Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:29:53.1393305Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:29:53.1393622Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:29:53.1393999Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:29:53.1394239Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:29:53.1394496Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:29:53.1394787Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:29:53.1395139Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:29:53.1395424Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:29:53.1395688Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:29:53.1395983Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:29:53.1396222Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:29:53.1396450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:29:53.1396664Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:29:53.1396910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:29:53.1397261Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:29:53.1397634Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:29:53.1397962Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:29:53.1398276Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:29:53.1398616Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:29:53.1398894Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:29:53.1399185Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:29:53.1399464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:29:53.1399739Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:29:53.1399995Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:29:53.1400269Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:29:53.1400626Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:29:53.1400948Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:29:53.1401261Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:29:53.1401526Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:29:53.1401954Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:29:53.1402315Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:29:53.1402593Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:29:53.1402828Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:29:53.1403063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:29:53.1403281Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:29:53.1403543Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:29:53.1403839Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:29:53.1404111Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:29:53.1404488Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:29:53.1404845Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:29:53.1405060Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:29:53.1405326Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:29:53.1405652Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:29:53.1405898Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:29:53.1406144Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:29:53.1406388Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:29:53.1406654Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:29:53.1406866Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:29:53.1407083Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:29:53.1407283Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:29:53.1407525Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:29:53.1407760Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:29:53.1408024Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:29:53.1408246Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:29:53.1408490Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:29:53.1408765Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:29:53.1408997Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:29:53.1409181Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:29:53.1409470Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:29:53.1409735Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:29:53.1409934Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:29:53.1410264Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:29:53.1410551Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:29:53.1410765Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:29:53.1411060Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:29:53.1411392Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:29:53.1411653Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:29:53.1411902Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:29:53.1412115Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:29:53.1412478Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:29:53.1412816Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:29:53.1413255Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:29:53.1413595Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:29:53.1413876Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:29:53.1414196Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:29:53.1414517Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:29:53.1414842Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:29:53.1415400Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:29:53.1415657Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:29:53.1415897Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:29:53.1416219Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:29:53.1416486Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:29:53.1416722Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:29:53.1417000Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:29:53.1417217Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:29:53.1740324Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:29:53.1740686Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:29:53.1741099Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:29:53.1741408Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:29:53.1741663Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:29:53.1741919Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:29:53.1742113Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:29:53.1742457Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:29:53.1742671Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:29:53.1742886Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:29:53.1743302Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:29:53.1743549Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:29:53.1743826Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:29:53.1744069Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:29:53.1744339Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:29:53.1744544Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:29:53.1744764Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:29:53.1744923Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:29:53.1745135Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:29:53.1745500Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:29:53.1745753Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:29:53.1745939Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:29:53.1746128Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:29:53.1746330Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:29:53.1746505Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:29:53.1746835Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:29:53.1747143Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:29:53.1747486Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:29:53.1747661Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:29:53.1747877Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:29:53.1748049Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:29:53.1748226Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:29:53.1748415Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:29:53.1748595Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:29:53.1748789Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:29:53.1749042Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:29:53.1749250Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:29:53.1749580Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:29:53.1749862Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:29:53.1750064Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:29:53.1750269Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:29:53.1750503Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:29:53.1750680Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:29:53.1750865Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:29:53.1751037Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:29:53.1751228Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:29:53.1751433Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:29:53.1751687Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:29:53.1751947Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:29:53.1752171Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:29:53.1752335Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:29:53.1752564Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:29:53.1752753Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:29:53.1752944Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:29:53.1753165Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:29:53.1753346Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:29:53.1753542Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:29:53.1753754Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:29:53.1754048Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:29:53.1754378Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:29:53.1754613Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:29:53.1754801Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:29:53.1755042Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:29:53.1755251Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:29:53.1755490Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:29:53.1755704Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:29:53.1755922Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:29:53.1756264Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:29:53.1756672Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:29:53.1756968Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:29:53.1757203Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:29:53.1757436Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:29:53.1757620Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:29:53.1757838Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:29:53.1758091Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:29:53.1758352Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:29:53.1758645Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:29:53.1758996Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:29:53.1759366Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:29:53.1759617Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:29:53.1759845Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:29:53.1760048Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:29:53.1760250Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:29:53.1760579Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:29:53.1760902Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:29:53.1761103Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:29:53.1761365Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:29:53.1761568Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:29:53.1761768Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:29:53.1761968Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:29:53.1762138Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:29:53.1762363Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:29:53.1762568Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:29:53.1762727Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:29:53.1762940Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:29:53.1763143Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:29:53.1763489Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:29:53.1763883Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:29:53.1764050Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:29:53.1764212Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:29:53.1764394Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:29:53.1764627Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:29:53.1764796Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:29:53.1764971Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:29:53.1765165Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:29:53.1765401Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:29:53.1765647Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:29:53.1765843Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:29:53.1766102Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:29:53.1766269Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:29:53.1766477Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:29:53.1766697Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:29:53.1766887Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:29:53.1767060Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:29:53.1767232Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:29:53.1767397Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:29:53.1767574Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:29:53.1767764Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:29:53.1767957Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:29:53.1768138Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:29:53.1768325Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:29:53.1768551Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:29:53.1768781Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:29:53.1769028Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:29:53.2006702Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:29:53.2006980Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:29:53.2007436Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:29:53.2007774Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:29:53.2007976Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:29:53.2008148Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:29:53.2008341Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:29:53.2008721Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:29:53.2008999Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:29:53.2009246Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:29:53.2009487Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:29:53.2009764Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:29:53.2009958Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:29:53.2010209Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:29:53.2010460Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:29:53.2010832Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:29:53.2011437Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:29:53.2011708Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:29:53.2012030Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:29:53.2012319Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:29:53.2012578Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:29:53.2012824Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:29:53.2013172Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:29:53.2013435Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:29:53.2013785Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:29:53.2014050Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:29:53.2014314Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:29:53.2014700Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:29:53.2014957Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:29:53.2015265Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:29:53.2015521Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:29:53.2015777Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:29:53.2016012Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:29:53.2016255Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:29:53.2016484Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:29:53.2016759Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:29:53.2017119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:29:53.2017517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:29:53.2017926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:29:53.2018213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:29:53.2018494Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:29:53.2018787Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:29:53.2019062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:29:53.2019374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:29:53.2019727Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:29:53.2020120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:29:53.2020508Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:29:53.2020802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:29:53.2021088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:29:53.2021361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:29:53.2021651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:29:53.2021974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:29:53.2022219Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:29:53.2022518Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:29:53.2022776Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:29:53.2023017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:29:53.2023297Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:29:53.2023610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:29:53.2023938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:29:53.2024310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:29:53.2024709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:29:53.2025028Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:29:53.2025322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:29:53.2025608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:29:53.2025915Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:29:53.2026338Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:29:53.2026754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:29:53.2027099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:29:53.2027366Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:29:53.2027664Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:29:53.2028085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:29:53.2028445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:29:53.2028956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:29:53.2029279Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2029658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:29:53.2029952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:29:53.2030393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:29:53.2030771Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:29:53.2031094Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:29:53.2031438Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:29:53.2031685Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:29:53.2031926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:29:53.2032180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:29:53.2032569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:29:53.2032920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:29:53.2033211Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:29:53.2033564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:29:53.2033873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:29:53.2034206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:29:53.2034744Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2035067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2035424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:29:53.2035764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:29:53.2036202Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2036649Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2037024Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:29:53.2037417Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:29:53.2037732Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2038250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:29:53.2038607Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:29:53.4874281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:29:53.4875303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:29:53.4875996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:29:53.4876669Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:29:53.4877385Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:29:53.4878173Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:29:53.4878969Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:29:53.4879890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:29:53.4890257Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:29:53.4891271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:29:53.4891924Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:29:53.4892543Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:29:53.4893234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:29:53.4893807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:29:53.4894496Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:29:53.4895352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:29:53.4896228Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:29:53.4897049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:29:53.4897860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:29:53.4898859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:29:53.4899597Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:29:53.4900350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:29:53.4901136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:29:53.4902165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:29:53.4902891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:29:53.4903634Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:29:53.4904537Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:29:53.4905477Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:29:53.4906348Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:29:53.4907082Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:29:53.4908012Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:29:53.4908805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:29:53.4909514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:29:53.4910423Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:29:53.4911263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:29:53.4912216Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:29:53.4913096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:29:53.4913745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:29:53.4914505Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:29:53.4915246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:29:53.4915942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:29:53.4916532Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:29:53.4917068Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:29:53.4917806Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:29:53.4918565Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:29:53.4919243Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:29:53.4920009Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:29:53.4920760Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:29:53.4921434Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:29:53.4922041Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:29:53.4922721Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:29:53.4923158Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:29:53.4923567Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:29:53.4924026Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:29:53.4924443Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:29:53.4924769Z adding 'executorch/codegen/gen.py' 2025-06-05T23:29:53.4925065Z adding 'executorch/codegen/model.py' 2025-06-05T23:29:53.4925379Z adding 'executorch/codegen/parse.py' 2025-06-05T23:29:53.4925698Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:29:53.4926058Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:29:53.4926412Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:29:53.4926747Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:29:53.4927115Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:29:53.4927548Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:29:53.4927939Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:29:53.4928357Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:29:53.4929003Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:29:53.4929608Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:29:53.4930137Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:29:53.4930599Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:29:53.4931046Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:29:53.4931448Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:29:53.4931816Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:29:53.4932300Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:29:53.4932665Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:29:53.4933283Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:29:53.4933832Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:29:53.4934194Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:29:53.4934619Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:29:53.4935163Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:29:53.4935825Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:29:53.4936377Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:29:53.4936844Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:29:53.4937169Z adding 'executorch/data/bin/flatc' 2025-06-05T23:29:53.4937470Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:29:53.4937892Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:29:53.4938490Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:29:53.4939024Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:29:53.4939520Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:29:53.4939935Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:29:53.4940403Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:29:53.4940875Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:29:53.4941635Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:29:53.4942240Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:29:53.4942817Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:29:53.4943353Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:29:53.4943905Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:29:53.4944574Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:29:53.4945291Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:29:53.4945883Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:29:53.4946458Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:29:53.4947090Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:29:53.4947688Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:29:53.4948199Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:29:53.4948665Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:29:53.4949086Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:29:53.4954262Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:29:53.4954809Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:29:53.4955296Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:29:53.4955700Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:29:53.4956131Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:29:53.4956549Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:29:53.4956948Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:29:53.4957477Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:29:53.4958021Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:29:53.5240662Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:29:53.5241505Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:29:53.5242205Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:29:53.5242789Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:29:53.5243445Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:29:53.5243954Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:29:53.5244507Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:29:53.5245264Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:29:53.5245900Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:29:53.5249475Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:29:53.5250056Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:29:53.5250738Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:29:53.5251252Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:29:53.5251808Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:29:53.5252414Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:29:53.5253114Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:29:53.5253603Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:29:53.5254035Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:29:53.5254477Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:29:53.5255072Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:29:53.5255596Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:29:53.5256135Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:29:53.5256866Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:29:53.5257464Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:29:53.5257975Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:29:53.5258468Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:29:53.5258948Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:29:53.5259426Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:29:53.5259941Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:29:53.5260457Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:29:53.5261032Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:29:53.5261596Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:29:53.5262314Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:29:53.5262812Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:29:53.5263330Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:29:53.5263934Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:29:53.5264309Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:29:53.5264751Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:29:53.5265138Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:29:53.5265710Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:29:53.5266176Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:29:53.5266590Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:29:53.5266993Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:29:53.5267410Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:29:53.5268002Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:29:53.5268672Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:29:53.5269399Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:29:53.5270348Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:29:53.5271106Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:29:53.5272071Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:29:53.5272755Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:29:53.5273375Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:29:53.5274169Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:29:53.5274632Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:29:53.5275098Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:29:53.5275650Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:29:53.5276218Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:29:53.5276640Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:29:53.5277061Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:29:53.5277482Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:29:53.5277976Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:29:53.5278541Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:29:53.5279044Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:29:53.5279541Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:29:53.5280057Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:29:53.5280575Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:29:53.5281120Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:29:53.5281668Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:29:53.5282176Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:29:53.5282574Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:29:53.5282966Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:29:53.5283438Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:29:53.5284029Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:29:53.5284538Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:29:53.5285057Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:29:53.5285667Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:29:53.5286226Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:29:53.5286791Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:29:53.5287375Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:29:53.5288039Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:29:53.5288520Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:29:53.5289085Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:29:53.5289882Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:29:53.5290579Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:29:53.5291231Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:29:53.5291985Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:29:53.5292720Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:29:53.5293437Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:29:53.5294093Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:29:53.5294840Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:29:53.5295532Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:29:53.5296124Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:29:53.5296809Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:29:53.5297493Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:29:53.5298229Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:29:53.5299100Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:29:53.5299835Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:29:53.5300594Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:29:53.5301340Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:29:53.5302162Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:29:53.5302791Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:29:53.5303429Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:29:53.5304182Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:29:53.5304745Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:29:53.5305280Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:29:53.5305844Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:29:53.5306415Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:29:53.5307089Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:29:53.5307637Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:29:53.5308267Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:29:53.5309007Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:29:53.5309647Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:29:53.5310254Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:29:53.5310801Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:29:53.5311564Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:29:53.5312128Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:29:53.5312674Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:29:53.5737436Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:29:53.5738806Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:29:53.5739487Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:29:53.5740166Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:29:53.5740924Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:29:53.5741633Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:29:53.5742229Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:29:53.5742699Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:29:53.5743223Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:29:53.5743644Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:29:53.5744167Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:29:53.5744680Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:29:53.5745079Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:29:53.5745496Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:29:53.5745925Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:29:53.5746376Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:29:53.5746821Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:29:53.5747483Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:29:53.5748042Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:29:53.5748492Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:29:53.5748936Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:29:53.5749383Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:29:53.5749903Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:29:53.5750402Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:29:53.5750880Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:29:53.5751393Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:29:53.5751957Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:29:53.5752445Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:29:53.5752913Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:29:53.5753375Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:29:53.5753818Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:29:53.5754263Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:29:53.5754714Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:29:53.5755109Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:29:53.5755517Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:29:53.5755966Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:29:53.5756416Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:29:53.5756926Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:29:53.5757397Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:29:53.5757889Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:29:53.5758339Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:29:53.5758777Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:29:53.5759201Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:29:53.5759649Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:29:53.5760083Z adding 'executorch/exir/__init__.py' 2025-06-05T23:29:53.5760402Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:29:53.5760706Z adding 'executorch/exir/common.py' 2025-06-05T23:29:53.5761064Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:29:53.5761391Z adding 'executorch/exir/delegate.py' 2025-06-05T23:29:53.5761695Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:29:53.5762030Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:29:53.5762366Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:29:53.5762696Z adding 'executorch/exir/error.py' 2025-06-05T23:29:53.5762989Z adding 'executorch/exir/graph.py' 2025-06-05T23:29:53.5763304Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:29:53.5763654Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:29:53.5764016Z adding 'executorch/exir/memory.py' 2025-06-05T23:29:53.5764346Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:29:53.5764670Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:29:53.5764993Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:29:53.5765317Z adding 'executorch/exir/print_program.py' 2025-06-05T23:29:53.5765650Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:29:53.5765953Z adding 'executorch/exir/schema.py' 2025-06-05T23:29:53.5766260Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:29:53.5766551Z adding 'executorch/exir/tensor.py' 2025-06-05T23:29:53.5766847Z adding 'executorch/exir/tracer.py' 2025-06-05T23:29:53.5767145Z adding 'executorch/exir/types.py' 2025-06-05T23:29:53.5767432Z adding 'executorch/exir/version.py' 2025-06-05T23:29:53.5767798Z adding 'executorch/exir/wrap.py' 2025-06-05T23:29:53.5768110Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:29:53.5768472Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:29:53.5768827Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:29:53.5769215Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:29:53.5769615Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:29:53.5770022Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:29:53.5770415Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:29:53.5770982Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:29:53.5771450Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:29:53.5771812Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:29:53.5772249Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:29:53.5772635Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:29:53.5773132Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:29:53.5773555Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:29:53.5774041Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:29:53.5774516Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:29:53.5774915Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:29:53.5775298Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:29:53.5775701Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:29:53.5776127Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:29:53.5776510Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:29:53.5776868Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:29:53.5777362Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:29:53.5778003Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:29:53.5778678Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:29:53.5779379Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:29:53.5780071Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:29:53.5780706Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:29:53.5781305Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:29:53.5781884Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:29:53.5782439Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:29:53.5782980Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:29:53.5783445Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:29:53.5783912Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:29:53.5784412Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:29:53.5784920Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:29:53.5785367Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:29:53.5785832Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:29:53.5786302Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:29:53.5786766Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:29:53.5787267Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:29:53.5787759Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:29:53.5788271Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:29:53.5788892Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:29:53.5789481Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:29:53.5789962Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:29:53.5790420Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:29:53.5790895Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:29:53.5791435Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:29:53.5792031Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:29:53.5792687Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:29:53.5793230Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:29:53.5793640Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:29:53.5794023Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:29:53.5794383Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:29:53.5794721Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:29:53.5795126Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:29:53.5795585Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:29:53.5795931Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:29:53.5796383Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:29:53.5796825Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:29:53.5797196Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:29:53.5797571Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:29:53.5798127Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:29:53.5798576Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:29:53.5799013Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:29:53.5799452Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:29:53.5799835Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:29:53.5800392Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:29:53.5800834Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:29:53.5801255Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:29:53.5801638Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:29:53.6480737Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:29:53.6481587Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:29:53.6482624Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:29:53.6483062Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:29:53.6483405Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:29:53.6483770Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:29:53.6484122Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:29:53.6484536Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:29:53.6484992Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:29:53.6485321Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:29:53.6485711Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:29:53.6486189Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:29:53.6486637Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:29:53.6487160Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:29:53.6487608Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:29:53.6488183Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:29:53.6488644Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:29:53.6489098Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:29:53.6489621Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:29:53.6490269Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:29:53.6490827Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:29:53.6491298Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:29:53.6491801Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:29:53.6492270Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:29:53.6492834Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:29:53.6493390Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:29:53.6493861Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:29:53.6494306Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:29:53.6494904Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:29:53.6495304Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:29:53.6495845Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:29:53.6496451Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:29:53.6497045Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:29:53.6497624Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:29:53.6498193Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:29:53.6498790Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:29:53.6499373Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:29:53.6499888Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:29:53.6500503Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:29:53.6500981Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:29:53.6501391Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:29:53.6501788Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:29:53.6502213Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:29:53.6502683Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:29:53.6503164Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:29:53.6503536Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:29:53.6503901Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:29:53.6504389Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:29:53.6504798Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:29:53.6505281Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:29:53.6505704Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:29:53.6506092Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:29:53.6506539Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:29:53.6506879Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:29:53.6507242Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:29:53.6507573Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:29:53.6507947Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:29:53.6508316Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:29:53.6508733Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:29:53.6509147Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:29:53.6509519Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:29:53.6509929Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:29:53.6510398Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:29:53.6510761Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:29:53.6511111Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:29:53.6511504Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:29:53.6511996Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:29:53.6512519Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:29:53.6512934Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:29:53.6513355Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:29:53.6513854Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:29:53.6514467Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:29:53.6514992Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:29:53.6515379Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:29:53.6515759Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:29:53.6516130Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:29:53.6516496Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:29:53.6516974Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:29:53.6517561Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:29:53.6517980Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:29:53.6518381Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:29:53.6518868Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:29:53.6519356Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:29:53.6519799Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:29:53.6520251Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:29:53.6520596Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:29:53.6520977Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:29:53.6521358Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:29:53.6521731Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:29:53.6522119Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:29:53.6522528Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:29:53.6522932Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:29:53.6523322Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:29:53.6523784Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:29:53.6524300Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:29:53.6524701Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:29:53.6525088Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:29:53.6525587Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:29:53.6526088Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:29:53.6526814Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:29:53.6527445Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:29:53.6528050Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:29:53.6528741Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:29:53.6529216Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:29:53.6529640Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:29:53.6530075Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:29:53.6530649Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:29:53.6531150Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:29:53.6531585Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:29:53.6532093Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:29:53.6532606Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:29:53.6533176Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:29:53.6533701Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:29:53.6534327Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:29:53.6535119Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:29:53.6535656Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:29:53.6536203Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:29:53.6536780Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:29:53.6537501Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:29:53.6538243Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:29:53.6538757Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:29:53.6539156Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:29:53.6539565Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:29:53.6540083Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:29:53.6540530Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:29:53.6540998Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:29:53.6541457Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:29:53.6541962Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:29:53.6542520Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:29:53.6542725Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:29:53.6542880Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:29:53.6543039Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:29:53.6543202Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:29:53.6543399Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:29:53.6543589Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:29:53.6543840Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:29:53.6543992Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:29:53.6544311Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:29:54.3701025Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:29:54.3702069Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:29:54.3703029Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:29:54.3703814Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:29:54.3704569Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:29:54.3705376Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:29:54.3706222Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:29:54.3706951Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:29:54.3707575Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:29:54.3708206Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:29:54.3708842Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:29:54.3709451Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:29:54.3710088Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:29:54.3710797Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:29:54.3711527Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:29:54.3712166Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:29:54.3712849Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:29:54.3713724Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:29:54.3714526Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:29:54.3715289Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:29:54.3716066Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:29:54.3716941Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:29:54.3717973Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:29:54.3718855Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:29:54.3719778Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:29:54.3720806Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:29:54.3721860Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:29:54.3722709Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:29:54.3723618Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:29:54.3724333Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:29:54.3725235Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:29:54.3726058Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:29:54.3726966Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:29:54.3727718Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:29:54.3728549Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:29:54.3729464Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:29:54.3730209Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:29:54.3731002Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:29:54.3731803Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:29:54.3732521Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:29:54.3733616Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:29:54.3734571Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:29:54.3735229Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:29:54.3735896Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:29:54.3736791Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:29:54.3737858Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:29:54.3738891Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:29:54.3740164Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:29:54.3741094Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:29:54.3742163Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:29:54.3742985Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:29:54.3743649Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:29:54.3744219Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:29:54.3744675Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:29:54.3745112Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:29:54.3745698Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:29:54.3746372Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:29:54.3746829Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:29:54.3747283Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:29:54.3747663Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:29:54.3748276Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:29:54.3748832Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:29:54.3749365Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:29:54.3749914Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:29:54.3750467Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:29:54.3750985Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:29:54.3751633Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:29:54.3752561Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:29:54.3753180Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:29:54.3753737Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:29:54.3754280Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:29:54.3754855Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:29:54.3755432Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:29:54.3756032Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:29:54.3756696Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:29:54.3757350Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:29:54.3758073Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:29:54.3758625Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:29:54.3759134Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:29:54.3759608Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:29:54.3760063Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:29:54.3760562Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:29:54.3761105Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:29:54.3761878Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:29:54.3762543Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:29:54.3763091Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:29:54.3763666Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:29:54.3764253Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:29:54.3764850Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:29:54.3765463Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:29:54.3766002Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:29:54.3766436Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:29:54.3766925Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:29:54.3767644Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:29:54.3768286Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:29:54.3768963Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:29:54.3769695Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:29:54.3770398Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:29:54.3771293Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:29:55.6096941Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:29:55.6098372Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:29:55.6099094Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:29:55.6099750Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:29:55.6100416Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:29:55.6101071Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:29:55.6101734Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:29:55.6102351Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:29:55.6102942Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:29:55.6103853Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:29:55.6104981Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:29:55.6105681Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:29:55.6106306Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:29:55.6106968Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:29:55.6107751Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:29:55.6108453Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:29:55.6109133Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:29:55.6109848Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:29:55.6110595Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:29:55.6111363Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:29:55.6112138Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:29:55.6112903Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:29:55.6113939Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:29:55.6115211Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:29:55.6116631Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:29:55.6118056Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:29:55.6119436Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:29:55.6120371Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:29:55.6121156Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:29:55.6121968Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:29:55.6122761Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:29:55.6123427Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:29:55.6124041Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:29:55.6124674Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:29:55.6125302Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:29:55.6126002Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:29:55.6126703Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:29:55.6127592Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:29:55.6128483Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:29:55.6129492Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:29:55.6130487Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:29:55.6131224Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:29:55.6131749Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:29:55.6132287Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:29:55.6132806Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:29:55.6133421Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:29:55.6133925Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:29:55.6134476Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:29:55.6135068Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:29:55.6135661Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:29:55.6136454Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:29:55.6137366Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:29:55.6138196Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:29:55.6139265Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:29:55.6140239Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:29:55.6140943Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:29:55.6141556Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:29:55.6142207Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:29:55.6142814Z adding 'executorch/schema/program.fbs' 2025-06-05T23:29:55.6143368Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:29:55.6143988Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:29:55.6144778Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:29:55.6145456Z adding 'executorch/util/collect_env.py' 2025-06-05T23:29:55.6146039Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:29:55.6146758Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:29:55.6147564Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:29:55.6148293Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:29:55.6149074Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:29:55.6149963Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:29:55.6150728Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:29:55.6151499Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:29:55.6152517Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:29:55.6154203Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=10802381 sha256=f8e11a0389a5b84ebb17bfc9281bcaa57ad4e1e5d27360383f39c8893882d280 2025-06-05T23:29:55.6156424Z Stored in directory: /tmp/pip-ephem-wheel-cache-uf2atrya/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:29:55.6157412Z Successfully built executorch 2025-06-05T23:29:55.6158132Z Installing collected packages: flatbuffers, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:29:55.6158940Z [?25l 2025-06-05T23:29:55.6159301Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:29:55.6159710Z 2025-06-05T23:29:55.6160075Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/10 [execnet] 2025-06-05T23:29:55.6160543Z  Attempting uninstall: pytest 2025-06-05T23:29:55.6161038Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/10 [execnet] 2025-06-05T23:29:55.6161525Z  Found existing installation: pytest 7.2.0 2025-06-05T23:29:55.6162055Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/10 [execnet] 2025-06-05T23:29:55.6162575Z  Uninstalling pytest-7.2.0: 2025-06-05T23:29:55.6163405Z ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/10 [execnet] 2025-06-05T23:29:55.6164435Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:29:55.6165106Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:29:55.6165721Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:29:55.6166259Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:29:55.6166852Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:29:55.6167649Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:29:55.6168427Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:29:55.6169092Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:29:55.6169801Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:29:55.6170691Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9225154Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:30:08.9226170Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9226957Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:30:08.9227743Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9228460Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:30:08.9229346Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9229858Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:30:08.9230369Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9230964Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9231747Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:30:08.9232401Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9233010Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:30:08.9233573Z ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━  4/10 [pytest] 2025-06-05T23:30:08.9234183Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━  6/10 [pytest-xdist] 2025-06-05T23:30:08.9234813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9235416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9236021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9236664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9237465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9238400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9239146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━  8/10 [coremltools] 2025-06-05T23:30:08.9239801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9240565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9241227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9241807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9242408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9243040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9243617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9244201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9244789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9245387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9245979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9246550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9247182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9247760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9248290Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:30:08.9248863Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  9/10 [executorch] 2025-06-05T23:30:08.9249399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10/10 [executorch] 2025-06-05T23:30:08.9249806Z [?25h 2025-06-05T23:30:08.9251163Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 2025-06-05T23:30:08.9252413Z Processing ./third-party/ao 2025-06-05T23:30:08.9252978Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:30:08.9253436Z [?25hBuilding wheels for collected packages: torchao 2025-06-05T23:30:08.9255982Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:30:08.9258167Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:30:08.9259454Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955965 sha256=64dad8733a8ab0a17f3aaeb8bcca36a288eecef567c4a6db3d450622781586be 2025-06-05T23:30:08.9260703Z Stored in directory: /tmp/pip-ephem-wheel-cache-izj907wn/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:30:08.9261376Z Successfully built torchao 2025-06-05T23:30:08.9261726Z Installing collected packages: torchao 2025-06-05T23:30:08.9262029Z Attempting uninstall: torchao 2025-06-05T23:30:08.9262372Z Found existing installation: torchao 0.12.0+gitbc68b11 2025-06-05T23:30:08.9262761Z Uninstalling torchao-0.12.0+gitbc68b11: 2025-06-05T23:30:08.9263125Z Successfully uninstalled torchao-0.12.0+gitbc68b11 2025-06-05T23:30:08.9263521Z Successfully installed torchao-0.12.0+gitbc68b11 2025-06-05T23:30:08.9263858Z Build successfully completed. 2025-06-05T23:30:08.9264139Z + PYTHON_EXECUTABLE=python 2025-06-05T23:30:08.9264401Z + bash .ci/scripts/test_openvino.sh 2025-06-05T23:30:08.9264708Z ++ dirname .ci/scripts/test_openvino.sh 2025-06-05T23:30:08.9265001Z + source .ci/scripts/utils.sh 2025-06-05T23:30:08.9265282Z + source openvino/dist/setupvars.sh 2025-06-05T23:30:08.9265586Z +++ abs_path openvino/dist/setupvars.sh 2025-06-05T23:30:08.9265918Z ++++ eval echo openvino/dist/setupvars.sh 2025-06-05T23:30:08.9266239Z +++++ echo openvino/dist/setupvars.sh 2025-06-05T23:30:08.9266540Z +++ script_path=openvino/dist/setupvars.sh 2025-06-05T23:30:08.9266860Z ++++ dirname openvino/dist/setupvars.sh 2025-06-05T23:30:08.9267153Z +++ directory=openvino/dist 2025-06-05T23:30:08.9267422Z +++ builtin cd openvino/dist 2025-06-05T23:30:08.9267672Z +++ pwd -P 2025-06-05T23:30:20.8209040Z ++ SCRIPT_DIR=/pytorch/executorch/openvino/dist 2025-06-05T23:30:20.8209696Z ++ INSTALLDIR=/pytorch/executorch/openvino/dist 2025-06-05T23:30:20.8210129Z ++ export INTEL_OPENVINO_DIR=/pytorch/executorch/openvino/dist 2025-06-05T23:30:20.8210616Z ++ INTEL_OPENVINO_DIR=/pytorch/executorch/openvino/dist 2025-06-05T23:30:20.8210980Z ++ '[' 0 -gt 0 ']' 2025-06-05T23:30:20.8211248Z ++ '[' -e /pytorch/executorch/openvino/dist/runtime ']' 2025-06-05T23:30:20.8211704Z ++ export OpenVINO_DIR=/pytorch/executorch/openvino/dist/runtime/cmake 2025-06-05T23:30:20.8212203Z ++ OpenVINO_DIR=/pytorch/executorch/openvino/dist/runtime/cmake 2025-06-05T23:30:20.8212791Z ++ '[' -f /pytorch/executorch/openvino/dist/runtime/cmake/OpenVINOGenAIConfig.cmake ']' 2025-06-05T23:30:20.8213456Z +++ /bin/ls /pytorch/executorch/openvino/dist/runtime/lib/ 2025-06-05T23:30:20.8213806Z ++ system_type=intel64 2025-06-05T23:30:20.8214175Z ++ OV_PLUGINS_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:30:20.8214591Z ++ [[ linux-gnu == \d\a\r\w\i\n* ]] 2025-06-05T23:30:20.8215027Z ++ export LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:30:20.8215856Z ++ LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:30:20.8216636Z ++ export PKG_CONFIG_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64/pkgconfig 2025-06-05T23:30:20.8217303Z ++ PKG_CONFIG_PATH=/pytorch/executorch/openvino/dist/runtime/lib/intel64/pkgconfig 2025-06-05T23:30:20.8217862Z ++ '[' -e /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb ']' 2025-06-05T23:30:20.8218451Z ++ tbb_lib_path=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib 2025-06-05T23:30:20.8219016Z ++ '[' -d /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/intel64 ']' 2025-06-05T23:30:20.8223997Z ++ /bin/ls /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so.12 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbb.so.12.13 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so.3 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbbind_2_5.so.3.13 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so.2 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc.so.2.13 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so.2 /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/libtbbmalloc_proxy.so.2.13 2025-06-05T23:30:20.8229102Z ++ [[ linux-gnu == \d\a\r\w\i\n* ]] 2025-06-05T23:30:20.8229835Z ++ export LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib:/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:30:20.8230971Z ++ LD_LIBRARY_PATH=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib:/pytorch/executorch/openvino/dist/runtime/lib/intel64 2025-06-05T23:30:20.8231676Z ++ unset tbb_lib_path 2025-06-05T23:30:20.8232073Z ++ '[' -e /pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB ']' 2025-06-05T23:30:20.8232723Z ++ export TBB_DIR=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB 2025-06-05T23:30:20.8233367Z ++ TBB_DIR=/pytorch/executorch/openvino/dist/runtime/3rdparty/tbb/lib/cmake/TBB 2025-06-05T23:30:20.8233809Z ++ unset system_type 2025-06-05T23:30:20.8234215Z ++ '[' -f /pytorch/executorch/openvino/dist/opencv/setupvars.sh ']' 2025-06-05T23:30:20.8234720Z ++ '[' -f /pytorch/executorch/openvino/dist/extras/opencv/setupvars.sh ']' 2025-06-05T23:30:20.8235134Z ++ OS_NAME= 2025-06-05T23:30:20.8235333Z ++ command -v lsb_release 2025-06-05T23:30:20.8235591Z ++ PYTHON_VERSION_MAJOR=3 2025-06-05T23:30:20.8235844Z ++ MIN_REQUIRED_PYTHON_VERSION_MINOR=9 2025-06-05T23:30:20.8236160Z ++ MAX_SUPPORTED_PYTHON_VERSION_MINOR=13 2025-06-05T23:30:20.8236466Z ++ python_version_to_check= 2025-06-05T23:30:20.8236703Z ++ '[' -z '' ']' 2025-06-05T23:30:20.8236933Z ++ python_version_to_check=3 2025-06-05T23:30:20.8237181Z ++ command -v python3 2025-06-05T23:30:20.8237418Z ++ check_python_version 2025-06-05T23:30:20.8237638Z ++ '[' -z '' ']' 2025-06-05T23:30:20.8237968Z +++ python3 -c 'import sys; print(str(sys.version_info[0]))' 2025-06-05T23:30:20.8238326Z ++ python_version_major=3 2025-06-05T23:30:20.8238647Z +++ python3 -c 'import sys; print(str(sys.version_info[1]))' 2025-06-05T23:30:20.8239002Z ++ python_version_minor=10 2025-06-05T23:30:20.8239260Z ++ python_version=3.10 2025-06-05T23:30:20.8239492Z ++ '[' 3 '!=' 3 ']' 2025-06-05T23:30:20.8239694Z ++ '[' 10 -lt 9 ']' 2025-06-05T23:30:20.8239905Z ++ '[' 10 -gt 13 ']' 2025-06-05T23:30:20.8247046Z ++ command -v python3.10 2025-06-05T23:30:20.8247363Z ++ python_interp=python3.10 2025-06-05T23:30:20.8247743Z +++ python3.10 -c 'import sys; print(64 if sys.maxsize > 2**32 else 32)' 2025-06-05T23:30:20.8248140Z ++ python_bitness=64 2025-06-05T23:30:20.8248387Z ++ unset python_interp 2025-06-05T23:30:20.8248746Z ++ '[' 64 '!=' '' ']' 2025-06-05T23:30:20.8248970Z ++ '[' 64 '!=' 64 ']' 2025-06-05T23:30:20.8249187Z ++ unset python_bitness 2025-06-05T23:30:20.8249429Z ++ '[' -n 3.10 ']' 2025-06-05T23:30:20.8249740Z ++ [[ -d /pytorch/executorch/openvino/dist/python ]] 2025-06-05T23:30:20.8250219Z ++ export PYTHONPATH=/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:30:20.8250746Z ++ PYTHONPATH=/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:30:20.8251447Z ++ export PYTHONPATH=/pytorch/executorch/openvino/dist/python:/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:30:20.8252352Z ++ PYTHONPATH=/pytorch/executorch/openvino/dist/python:/pytorch/executorch/openvino/dist/python/python3: 2025-06-05T23:30:20.8253004Z ++ unset python_version 2025-06-05T23:30:20.8253268Z ++ unset python_version_to_check 2025-06-05T23:30:20.8253545Z ++ unset PYTHON_VERSION_MAJOR 2025-06-05T23:30:20.8253841Z ++ unset MIN_REQUIRED_PYTHON_VERSION_MINOR 2025-06-05T23:30:20.8254161Z ++ unset MAX_SUPPORTED_PYTHON_VERSION_MINOR 2025-06-05T23:30:20.8254467Z ++ unset OS_NAME 2025-06-05T23:30:20.8254762Z ++ echo '[setupvars.sh] OpenVINO environment initialized' 2025-06-05T23:30:20.8255157Z [setupvars.sh] OpenVINO environment initialized 2025-06-05T23:30:20.8255495Z + cd backends/openvino/tests 2025-06-05T23:30:20.8255769Z + python test_runner.py --test_type ops 2025-06-05T23:30:20.8256553Z WARNING:nncf:NNCF provides best results with torch==2.5.*, while current torch version is 2.8.0.dev20250601+cpu. If you encounter issues, consider switching to torch==2.5.* 2025-06-05T23:30:20.8258250Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:20.8260486Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x18c52610 2025-06-05T23:30:20.8262748Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:20.8265056Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:20.8267441Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:20.8269070Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:20.8270079Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x18c7df40 2025-06-05T23:30:20.8271038Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:20.8272010Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:20.8273000Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:20.8273983Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:20.8274951Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19790b40 2025-06-05T23:30:20.8275905Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:20.8276874Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:20.8277870Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:20.8278860Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:20.8279818Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19b88380 2025-06-05T23:30:20.8280768Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:20.8281774Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:20.8282799Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:20.8283796Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:20.8284745Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19b88380 2025-06-05T23:30:20.8285698Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:20.8286665Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:20.8287658Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:20.8288655Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:20.8289607Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x198bd060 2025-06-05T23:30:20.8290564Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:20.8291537Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:20.8292528Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:20.8293630Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2665119Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x198bd060 2025-06-05T23:30:31.2666609Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2668061Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2669385Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2670697Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2672080Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19e517a0 2025-06-05T23:30:31.2673350Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2674632Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2675942Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2677255Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2678508Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19b88380 2025-06-05T23:30:31.2679757Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2681035Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2682338Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2683646Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2684893Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c40b90 2025-06-05T23:30:31.2686202Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2687539Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2688858Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2690170Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2691424Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19d93610 2025-06-05T23:30:31.2692683Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2694024Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2695317Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2696631Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2697890Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a8e370 2025-06-05T23:30:31.2699150Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2700451Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2701809Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2703115Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2704368Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19e48760 2025-06-05T23:30:31.2705630Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2706711Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2707685Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2708718Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2709662Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c34930 2025-06-05T23:30:31.2710616Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2711620Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2712602Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2713597Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2714555Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c346a0 2025-06-05T23:30:31.2715492Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2716479Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2717461Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2718454Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2719414Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c2bb10 2025-06-05T23:30:31.2720383Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2721394Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2722374Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2723367Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2724333Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c2bb10 2025-06-05T23:30:31.2725273Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2726253Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2727237Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2728232Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2729371Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c2bb10 2025-06-05T23:30:31.2730317Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2731300Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2732342Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2733426Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2734395Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19ab9070 2025-06-05T23:30:31.2735334Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2736317Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2737385Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2738386Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2739350Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19ac5040 2025-06-05T23:30:31.2740291Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2741277Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2742257Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:31.2743257Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:31.2744218Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x199e4f30 2025-06-05T23:30:31.2745159Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:31.2746148Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:31.2747122Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4463729Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4465412Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a6f300 2025-06-05T23:30:40.4466457Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4467439Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4468422Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4469471Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4470542Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x199298c0 2025-06-05T23:30:40.4471547Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4472604Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4473686Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4474734Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4475798Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19ca4140 2025-06-05T23:30:40.4476806Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4477932Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4479012Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4480060Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4481121Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c3b700 2025-06-05T23:30:40.4482139Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4483173Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4484364Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4485367Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4486369Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19acf720 2025-06-05T23:30:40.4487319Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4488361Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4489342Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4490331Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4491280Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a6f120 2025-06-05T23:30:40.4492291Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4493377Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4494358Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4495395Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4496389Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19acf720 2025-06-05T23:30:40.4497331Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4498316Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4499358Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4500366Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4501322Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a6f120 2025-06-05T23:30:40.4502259Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4503243Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4504235Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4505211Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4506174Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19cc8460 2025-06-05T23:30:40.4507147Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4508129Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4509125Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4510105Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4511070Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19e26a00 2025-06-05T23:30:40.4512066Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4513084Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4514074Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4515059Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4516016Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19bbfc90 2025-06-05T23:30:40.4516956Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4517938Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4518921Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4519904Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4520860Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x192f7930 2025-06-05T23:30:40.4521799Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4522777Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4523757Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4524766Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4525746Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a048490 2025-06-05T23:30:40.4526681Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4527662Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4528867Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4529980Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4530942Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1930f3a0 2025-06-05T23:30:40.4531879Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4532867Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:40.4534175Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:40.4535165Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:40.4536224Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19792b10 2025-06-05T23:30:40.4537165Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:40.4538236Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2737711Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2738822Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2739917Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19792b10 2025-06-05T23:30:50.2741159Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2742259Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2743347Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2744394Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2745455Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19792b10 2025-06-05T23:30:50.2746448Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2747539Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2748589Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2749629Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2750703Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19792b10 2025-06-05T23:30:50.2751696Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2752731Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2753895Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2754990Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2756066Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19792b10 2025-06-05T23:30:50.2757057Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2758108Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2759192Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2760230Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2761310Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c4ea50 2025-06-05T23:30:50.2762313Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2763354Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2764459Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2765486Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2766614Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x199bb650 2025-06-05T23:30:50.2767620Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2768648Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2769754Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2770789Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2771812Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a053090 2025-06-05T23:30:50.2772892Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2773996Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2775039Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2776018Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2776985Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19b066a0 2025-06-05T23:30:50.2777999Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2778965Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2779950Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2780985Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2781948Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a41fd0 2025-06-05T23:30:50.2782900Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2783907Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2784928Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2785902Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2786855Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x197db2e0 2025-06-05T23:30:50.2787820Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2788819Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2789807Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2790783Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2791742Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c03f40 2025-06-05T23:30:50.2792687Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2793652Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2794637Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2795647Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2796606Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19d14ad0 2025-06-05T23:30:50.2797548Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2798517Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2799508Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2800487Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2801541Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a02ad90 2025-06-05T23:30:50.2802494Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2803465Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2804454Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2805434Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2806395Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a0adc30 2025-06-05T23:30:50.2807345Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:30:50.2808317Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:30:50.2809310Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:30:50.2810290Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:30:50.2811252Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a1234b0 2025-06-05T23:30:50.2812202Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3152487Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3153783Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3154773Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3155784Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c59300 2025-06-05T23:31:00.3156736Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3157744Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3158738Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3159740Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3160688Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a0672f0 2025-06-05T23:31:00.3161638Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3162602Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3163590Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3164654Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3165599Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19d208a0 2025-06-05T23:31:00.3166550Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3167528Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3168582Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3169761Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3170716Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19dde250 2025-06-05T23:31:00.3171670Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3172642Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3173723Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3174726Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3175680Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c03f40 2025-06-05T23:31:00.3176638Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3177603Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3178592Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3179579Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3180523Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19dde250 2025-06-05T23:31:00.3181521Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3182543Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3183528Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3184519Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3185468Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19dde250 2025-06-05T23:31:00.3186430Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3187897Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3189242Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3190556Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3191802Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c03f40 2025-06-05T23:31:00.3193058Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3194351Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3195697Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3197002Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3198253Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a0e4d80 2025-06-05T23:31:00.3199502Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3200793Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3202084Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3203424Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3204675Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19dde250 2025-06-05T23:31:00.3205927Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3207211Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3208512Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3209838Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3211088Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19d0acf0 2025-06-05T23:31:00.3212339Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3213708Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3215000Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3216304Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3217602Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x198fa090 2025-06-05T23:31:00.3218887Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3220209Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3224253Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3225579Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3226860Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a01dc0 2025-06-05T23:31:00.3228116Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3229591Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3230921Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3232248Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3233462Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19a01dc0 2025-06-05T23:31:00.3234435Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:00.3235485Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:00.3239826Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:00.3240906Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:00.3241885Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1a061e70 2025-06-05T23:31:10.0554153Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0555274Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0556373Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0557414Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0558530Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19d28d90 2025-06-05T23:31:10.0559569Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0560641Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0561697Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0562740Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0563818Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c68a40 2025-06-05T23:31:10.0564834Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0565870Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0566965Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0568002Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0569261Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19c02490 2025-06-05T23:31:10.0570275Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0571360Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0572541Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0573736Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0574762Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x1930fa40 2025-06-05T23:31:10.0575780Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0576866Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0577912Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0578996Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0580025Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19e71d70 2025-06-05T23:31:10.0581061Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0582216Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0583324Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0584444Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0585448Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19fe3190 2025-06-05T23:31:10.0586462Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0587548Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0588586Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0589667Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0590679Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19fe3190 2025-06-05T23:31:10.0591624Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0592650Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0593635Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0594671Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0595618Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19fe3190 2025-06-05T23:31:10.0596568Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0597532Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0598591Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0599629Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0600574Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19fa7910 2025-06-05T23:31:10.0601522Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0602555Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0603545Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0604544Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0605558Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19876b40 2025-06-05T23:31:10.0606507Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0607475Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0608467Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0609456Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0610403Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x199392f0 2025-06-05T23:31:10.0611392Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0612399Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0613489Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0614489Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0615441Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19f8df60 2025-06-05T23:31:10.0616396Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0617370Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0618425Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0619427Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0620377Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19909f50 2025-06-05T23:31:10.0621330Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0622300Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0623289Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:10.0624281Z .[/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:10.0625235Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19e3dca0 2025-06-05T23:31:10.0626187Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:10.0627166Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:10.0628145Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:37.8055671Z [/pytorch/executorch/runtime/executor/program.cpp:134] InternalConsistency verification requested but not available 2025-06-05T23:31:37.8057713Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:54] OpenvinoBackend::init 0x19b73f40 2025-06-05T23:31:37.8059625Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:152] Infer request successfully destroyed. 2025-06-05T23:31:37.8061960Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:157] Compiled model successfully destroyed. 2025-06-05T23:31:37.8063581Z [/pytorch/executorch/backends/openvino/runtime/OpenvinoBackend.cpp:160] Delegate handle destroyed successfully. 2025-06-05T23:31:37.8064535Z . 2025-06-05T23:31:37.8064932Z ---------------------------------------------------------------------- 2025-06-05T23:31:37.8065454Z Ran 10 tests in 54.578s 2025-06-05T23:31:37.8065699Z 2025-06-05T23:31:37.8065818Z OK 2025-06-05T23:31:37.8066174Z OpenVINO backend tests completed successfully 2025-06-05T23:31:37.8066704Z + python test_runner.py --test_type models 2025-06-05T23:31:37.8067690Z WARNING:nncf:NNCF provides best results with torch==2.5.*, while current torch version is 2.8.0.dev20250601+cpu. If you encounter issues, consider switching to torch==2.5.* 2025-06-05T23:31:37.8069172Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2025-06-05T23:31:37.8070327Z warnings.warn( 2025-06-05T23:31:37.8072401Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=ResNet50_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet50_Weights.DEFAULT` to get the most up-to-date weights. 2025-06-05T23:31:37.8074235Z warnings.warn(msg) 2025-06-05T23:31:37.8074941Z Downloading: "https://download.pytorch.org/models/resnet50-0676ba61.pth" to /var/lib/ci-user/.cache/torch/hub/checkpoints/resnet50-0676ba61.pth 2025-06-05T23:31:37.8075577Z 2025-06-05T23:31:37.8075679Z 0% 0.00/97.8M [00:00/dev/null 2>/dev/null; then 2025-06-05T23:31:42.1757809Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:31:42.1758128Z  fi 2025-06-05T23:31:42.1758397Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:31:42.1758849Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:31:42.1759224Z  fi 2025-06-05T23:31:42.1759484Z fi 2025-06-05T23:31:42.1759675Z  2025-06-05T23:31:42.1759969Z upload_docs=0 2025-06-05T23:31:42.1760349Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:31:42.1760806Z # empty folders do not count 2025-06-05T23:31:42.1761249Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:31:42.1761822Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:31:42.1762310Z  # upload will probably not work correctly 2025-06-05T23:31:42.1762639Z  upload_docs=1 2025-06-05T23:31:42.1762885Z fi 2025-06-05T23:31:42.1763177Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:31:42.1770607Z shell: /usr/bin/bash -e {0} 2025-06-05T23:31:42.1770882Z env: 2025-06-05T23:31:42.1771113Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:31:42.1771468Z REPOSITORY: pytorch/executorch 2025-06-05T23:31:42.1771731Z PR_NUMBER: 2025-06-05T23:31:42.1773006Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:31:42.1774318Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:31:42.1774887Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:31:42.1775424Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:31:42.1775831Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:31:42.1776102Z ##[endgroup] 2025-06-05T23:31:42.1916252Z Prepare all required actions 2025-06-05T23:31:42.1951967Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:31:42.1952312Z with: 2025-06-05T23:31:42.1952506Z env: 2025-06-05T23:31:42.1952732Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:31:42.1953080Z REPOSITORY: pytorch/executorch 2025-06-05T23:31:42.1953338Z PR_NUMBER: 2025-06-05T23:31:42.1954444Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:31:42.1955836Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:31:42.1956395Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:31:42.1956979Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:31:42.1957345Z ##[endgroup] 2025-06-05T23:31:42.1981030Z ##[group]Run set -eou pipefail 2025-06-05T23:31:42.1981343Z set -eou pipefail 2025-06-05T23:31:42.1981587Z  2025-06-05T23:31:42.1981947Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:31:42.1982393Z for _ in $(seq 1440); do 2025-06-05T23:31:42.1982717Z  # Break if no ssh session exists anymore 2025-06-05T23:31:42.1983040Z  if [ "$(who)" = "" ]; then 2025-06-05T23:31:42.1983328Z  break 2025-06-05T23:31:42.1983539Z  fi 2025-06-05T23:31:42.1983750Z  echo "." 2025-06-05T23:31:42.1983979Z  sleep 5 2025-06-05T23:31:42.1984192Z done 2025-06-05T23:31:42.1989712Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:31:42.1990082Z env: 2025-06-05T23:31:42.1990327Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:31:42.1990661Z REPOSITORY: pytorch/executorch 2025-06-05T23:31:42.1990932Z PR_NUMBER: 2025-06-05T23:31:42.1992020Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:31:42.1993406Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:31:42.1993979Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:31:42.1994499Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:31:42.1994878Z ##[endgroup] 2025-06-05T23:31:42.2016823Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:31:42.2096394Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:31:42.2096971Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:31:42.2097386Z # shellcheck disable=SC2046 2025-06-05T23:31:42.2097698Z docker stop $(docker ps -q) || true 2025-06-05T23:31:42.2098033Z # Prune all of the docker images 2025-06-05T23:31:42.2098335Z docker system prune -af 2025-06-05T23:31:42.2103837Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:31:42.2104190Z env: 2025-06-05T23:31:42.2104439Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:31:42.2104761Z REPOSITORY: pytorch/executorch 2025-06-05T23:31:42.2105035Z PR_NUMBER: 2025-06-05T23:31:42.2106137Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:31:42.2107584Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:31:42.2108165Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:31:42.2108689Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:31:42.2109071Z ##[endgroup] 2025-06-05T23:31:53.9040966Z b9e9ff0c503e 2025-06-05T23:31:55.3390169Z Deleted Containers: 2025-06-05T23:31:55.3390675Z b9e9ff0c503e766d6358b05c995fb6feee0c9ee75438f708e7f9fcea4f7457e0 2025-06-05T23:31:55.3391016Z 2025-06-05T23:31:58.1916291Z Deleted Images: 2025-06-05T23:31:58.1917058Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:31:58.1918312Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9@sha256:7e1783dcb1f1e2cd2c9de40793b54670901c31f2bd82ded9e3245b8c7fc8e335 2025-06-05T23:31:58.1919527Z deleted: sha256:42decea3c25abb6838d54569767446361257d89de818cf9439800ba025d1a8e3 2025-06-05T23:31:58.1920164Z deleted: sha256:7711331006d6773af23933cc12964a05c3aaf2a120da80e8a8ceedd52abc6177 2025-06-05T23:31:58.1920817Z deleted: sha256:836525437084314040701db7d18f9b0d7b0ebd24d015684acdcd47ad0548abcb 2025-06-05T23:31:58.1921448Z deleted: sha256:ea761a0abf20c5d75e196ec1d1acaa2823976e7b88dbcd885c2e823c38609df6 2025-06-05T23:31:58.1922085Z deleted: sha256:5ac8417f891d98ee09a7bdbdff7363ef83808bb162fc9066c7c91e89890c2dd5 2025-06-05T23:31:58.1922716Z deleted: sha256:07db196724fa827984065648211f864e6bc424ad4eeddcd8c3107af14e8ea946 2025-06-05T23:31:58.1923334Z deleted: sha256:7b6d0e5275c6d84c2f6a02161dea92a57c15ebbdbdc753375559bee6af1e28a1 2025-06-05T23:31:58.1923985Z deleted: sha256:21aae893aff3e181a4cfc0dcbf8c5876a12ca7cae8a883c3365232dcaa45bab3 2025-06-05T23:31:58.1924628Z deleted: sha256:0c4c1a1a0994fbda7387e171861485696e3b5fd446b9155741664cc5a96d76a3 2025-06-05T23:31:58.1925252Z deleted: sha256:b9ba988acaf283703a7d27444a9b8733dbdd7dafa6e12e5131d2df61f9556f94 2025-06-05T23:31:58.1925891Z deleted: sha256:9e5cc24999527333c09e173e88bbd03f0bcc6b9d17322ba3fcd9c587b8bf802f 2025-06-05T23:31:58.1926512Z deleted: sha256:99d06e3e95e9577c81fa03545afdda82958be2e92c4bdb7bebf930a82c1e31e3 2025-06-05T23:31:58.1927151Z deleted: sha256:8966aab51cbe89a4abd64f49f6324ec9d79fd709d5ee14b33fcc0dbfa6abfd35 2025-06-05T23:31:58.1927783Z deleted: sha256:0ad0db609ad48f61e48fce354685fc03f339f76cd38c68a69c6e3d0d64ed7447 2025-06-05T23:31:58.1928477Z deleted: sha256:5bc21d5fb9c495bd50962469c4b910c90d3fc80b904677d9013e2679d635ad4f 2025-06-05T23:31:58.1929324Z deleted: sha256:bf4e0bd93da370ce0175373c287a923762594b9fefc85a650092830b1c254c72 2025-06-05T23:31:58.1929947Z deleted: sha256:02302083e5adf419fa3499607ee3c99de5be7749e6fc3cf2dfd4f3667fbd545a 2025-06-05T23:31:58.1930578Z deleted: sha256:e87262ac2b07ffb1626872149c0e0f594557599ff3456fd8568b28f86c36bddb 2025-06-05T23:31:58.1931193Z deleted: sha256:224954363a13ceba6c787bce2deffa6d25f1179d6286a3ae223d99b06d108eec 2025-06-05T23:31:58.1931827Z deleted: sha256:81541b80554a9309afd0a21664158ce626d9cf66ba512abec834c09f46e8a675 2025-06-05T23:31:58.1932448Z deleted: sha256:29f3b17588db2a80186b982ce4a44105e7f7b23085a8b9871c50404c047b743b 2025-06-05T23:31:58.1933132Z deleted: sha256:ea505e08b718e26c8dd44cec572016a22bd6073ce75212846f9a37ade19b7e33 2025-06-05T23:31:58.1933761Z deleted: sha256:a955e9f5e87c466841a2e8f5347a089b6bb18127264301308df3fcaf0f764fe1 2025-06-05T23:31:58.1934384Z deleted: sha256:9094abdd3e429b2c1eff0baf7d363f4da65cb3378f2f6221181f93f3ef7dbd50 2025-06-05T23:31:58.1935022Z deleted: sha256:d40b3138bcf4d8d14599210c7be8d2133d388801b8a80293f8550e7a59db9e46 2025-06-05T23:31:58.1935639Z deleted: sha256:a9806259c3f46ea4a8565e14f33e5b4e797afd0f30d99d29cd4528ed05aa3033 2025-06-05T23:31:58.1936259Z deleted: sha256:5d95865872910e38a0e8e3f09b81b756ba8c54222f143c9689442428b8740cb3 2025-06-05T23:31:58.1936877Z deleted: sha256:3b5fec8160755509da312743eb0cea8f103b41726900d113d7065c47c5e7f7f2 2025-06-05T23:31:58.1937488Z deleted: sha256:06fa530bb714ee05bd09360a4a8771e2701775b252ca9150ab383fafab5d4b54 2025-06-05T23:31:58.1938281Z deleted: sha256:3813b20b72e18dd88a094b4c0cf3d7e8e2918c0f4336311a6df1da78003ecfbf 2025-06-05T23:31:58.1938896Z deleted: sha256:e0851190295440f4714c58db4dc283d148eec4b0da2f9d4e58161f6f5567d00f 2025-06-05T23:31:58.1939527Z deleted: sha256:dc00feea82db0cf321846bc2ae1297b5419381a551dd5f219e07dd96a451ff5e 2025-06-05T23:31:58.1940154Z deleted: sha256:6df43b0bf4e70d14926d9432c1a2b4a643553a2f6520b02ff76c5028107604d1 2025-06-05T23:31:58.1940778Z deleted: sha256:aea536c92a7448471862a5441d0b0f61161944d2b673c3910b01624ce5954b67 2025-06-05T23:31:58.1941395Z deleted: sha256:157bb77183b7758734b83b9e7ed2c461fe3485703dc65c38d0b77fe54b6f6746 2025-06-05T23:31:58.1942009Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-05T23:31:58.1942693Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:31:58.1943295Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:31:58.1944153Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:31:58.1945043Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:31:58.1945684Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:31:58.1946086Z 2025-06-05T23:31:58.1955840Z Total reclaimed space: 15.74GB 2025-06-05T23:31:58.1997031Z ##[group]Run set +e 2025-06-05T23:31:58.1997305Z set +e 2025-06-05T23:31:58.1997536Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:31:58.1997925Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:31:58.1998272Z else 2025-06-05T23:31:58.1998549Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:31:58.1998868Z fi 2025-06-05T23:31:58.1999071Z set -e 2025-06-05T23:31:58.2004528Z shell: /usr/bin/bash -e {0} 2025-06-05T23:31:58.2004789Z env: 2025-06-05T23:31:58.2005022Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-06-05T23:31:58.2005364Z REPOSITORY: pytorch/executorch 2025-06-05T23:31:58.2005623Z PR_NUMBER: 2025-06-05T23:31:58.2006777Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh 2025-06-05T23:31:58.2008156Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:31:58.2008733Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:31:58.2009278Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:31:58.2009643Z NO_SUDO: false 2025-06-05T23:31:58.2009858Z ##[endgroup] 2025-06-05T23:32:01.1610077Z Post job cleanup. 2025-06-05T23:32:01.2717533Z Post job cleanup. 2025-06-05T23:32:01.3656633Z [command]/usr/bin/git version 2025-06-05T23:32:01.3711972Z git version 2.47.1 2025-06-05T23:32:01.3752289Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d9ebef00-4ecb-4efa-af1c-4e6833b9b501' before making global git config changes 2025-06-05T23:32:01.3753238Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:32:01.3757323Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:32:01.3787487Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:32:01.3822354Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:32:01.4098361Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:32:01.4116752Z http.https://github.com/.extraheader 2025-06-05T23:32:01.4126613Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:32:01.4152892Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:32:01.4466089Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:32:01.4491422Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:32:01.4496553Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:32:01.4496936Z ##[endgroup] 2025-06-05T23:32:08.3857908Z Cleaning up orphan processes