2024-08-22T20:27:52.5378385Z Current runner version: '2.319.1' 2024-08-22T20:27:52.5384721Z Runner name: 'i-064114861a1c32b9a' 2024-08-22T20:27:52.5385522Z Runner group name: 'Default' 2024-08-22T20:27:52.5386461Z Machine name: 'ip-10-0-15-147' 2024-08-22T20:27:52.5403361Z Testing runner upgrade compatibility 2024-08-22T20:27:52.7353552Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:27:52.7355374Z Contents: read 2024-08-22T20:27:52.7355942Z Metadata: read 2024-08-22T20:27:52.7356563Z Packages: read 2024-08-22T20:27:52.7357035Z ##[endgroup] 2024-08-22T20:27:52.7360048Z Secret source: Actions 2024-08-22T20:27:52.7360846Z Prepare workflow directory 2024-08-22T20:27:53.2718810Z Prepare all required actions 2024-08-22T20:27:53.2895866Z Getting action download info 2024-08-22T20:27:53.4674594Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:27:53.6952154Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:27:53.8157679Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:27:53.9271209Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:27:54.0764447Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:27:54.3336538Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:27:54.3338753Z ##[group] Inputs 2024-08-22T20:27:54.3340980Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:27:54.3343813Z timeout: 60 2024-08-22T20:27:54.3344264Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:27:54.3344770Z upload-artifact: 2024-08-22T20:27:54.3345247Z download-artifact: 2024-08-22T20:27:54.3345672Z repository: 2024-08-22T20:27:54.3347519Z fetch-depth: 1 2024-08-22T20:27:54.3347965Z submodules: 2024-08-22T20:27:54.3348343Z ref: 2024-08-22T20:27:54.3348749Z test-infra-repository: pytorch/test-infra 2024-08-22T20:27:54.3349321Z test-infra-ref: 2024-08-22T20:27:54.3349763Z docker-image: pytorch/conda-builder 2024-08-22T20:27:54.3350265Z docker-build-dir: .ci/docker 2024-08-22T20:27:54.3350856Z gpu-arch-type: cuda 2024-08-22T20:27:54.3351314Z gpu-arch-version: 12.1 2024-08-22T20:27:54.3351721Z job-name: linux-job 2024-08-22T20:27:54.3352605Z continue-on-error: false 2024-08-22T20:27:54.3353089Z binary-matrix: 2024-08-22T20:27:54.3353470Z run-with-docker: true 2024-08-22T20:27:54.3353973Z secrets-env: 2024-08-22T20:27:54.3354402Z no-sudo: false 2024-08-22T20:27:54.3354817Z ##[endgroup] 2024-08-22T20:27:54.3355580Z Complete job name: test-advanced-cpu / linux-job 2024-08-22T20:27:54.4018458Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:27:54.4173093Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:27:54.4185411Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:54.4186157Z ##[endgroup] 2024-08-22T20:27:56.0770155Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:27:56.0770703Z Instance Type: g5.4xlarge 2024-08-22T20:27:56.0771393Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:27:56.0771929Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:01.9158908Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:01.9159426Z set -euxo pipefail 2024-08-22T20:28:01.9159855Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:01.9160391Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:01.9161143Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:01.9161564Z else 2024-08-22T20:28:01.9161950Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:01.9162460Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:01.9162858Z fi 2024-08-22T20:28:01.9163132Z  2024-08-22T20:28:01.9163443Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:01.9163859Z echo "::endgroup::" 2024-08-22T20:28:01.9173672Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:01.9174037Z env: 2024-08-22T20:28:01.9174370Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:01.9174838Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:01.9175237Z PR_NUMBER: 1044 2024-08-22T20:28:01.9177284Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:01.9179400Z NO_SUDO: false 2024-08-22T20:28:01.9179702Z ##[endgroup] 2024-08-22T20:28:01.9212289Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:01.9233351Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:01.9242277Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:01.9242985Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:02.0260405Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:02.0282779Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:02.0296661Z + echo ::endgroup:: 2024-08-22T20:28:02.0297702Z ##[endgroup] 2024-08-22T20:28:02.0411680Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:02.0412084Z with: 2024-08-22T20:28:02.0412424Z repository: pytorch/test-infra 2024-08-22T20:28:02.0412798Z path: test-infra 2024-08-22T20:28:02.0413115Z submodules: recursive 2024-08-22T20:28:02.0413588Z token: *** 2024-08-22T20:28:02.0413896Z ssh-strict: true 2024-08-22T20:28:02.0414225Z persist-credentials: true 2024-08-22T20:28:02.0414582Z clean: true 2024-08-22T20:28:02.0414939Z sparse-checkout-cone-mode: true 2024-08-22T20:28:02.0415326Z fetch-depth: 1 2024-08-22T20:28:02.0415626Z fetch-tags: false 2024-08-22T20:28:02.0415918Z lfs: false 2024-08-22T20:28:02.0416213Z set-safe-directory: true 2024-08-22T20:28:02.0416543Z env: 2024-08-22T20:28:02.0416858Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:02.0417312Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:02.0417681Z PR_NUMBER: 1044 2024-08-22T20:28:02.0419749Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:02.0421855Z ##[endgroup] 2024-08-22T20:28:02.1484785Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:02.1485572Z ##[group]Getting Git version info 2024-08-22T20:28:02.1486345Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:02.1487251Z [command]/usr/bin/git version 2024-08-22T20:28:02.1487605Z git version 2.40.1 2024-08-22T20:28:02.1498154Z ##[endgroup] 2024-08-22T20:28:02.1511590Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d1b4da60-b78e-4fa6-b535-f77e2cae4ad9' before making global git config changes 2024-08-22T20:28:02.1512796Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:02.1516266Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:02.1563020Z ##[group]Initializing the repository 2024-08-22T20:28:02.1566151Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:02.1612267Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:02.1613129Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:02.1613937Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:02.1614482Z hint: 2024-08-22T20:28:02.1614944Z hint: git config --global init.defaultBranch 2024-08-22T20:28:02.1615410Z hint: 2024-08-22T20:28:02.1615935Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:02.1616796Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:02.1617576Z hint: 2024-08-22T20:28:02.1617965Z hint: git branch -m 2024-08-22T20:28:02.1618788Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:02.1625967Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:02.1670858Z ##[endgroup] 2024-08-22T20:28:02.1671443Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:02.1674097Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:02.1717339Z ##[endgroup] 2024-08-22T20:28:02.1717848Z ##[group]Setting up auth 2024-08-22T20:28:02.1723303Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:02.1768079Z [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' || :" 2024-08-22T20:28:02.2127165Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:02.2170306Z [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' || :" 2024-08-22T20:28:02.2528152Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:02.2585611Z ##[endgroup] 2024-08-22T20:28:02.2586170Z ##[group]Determining the default branch 2024-08-22T20:28:02.2589400Z Retrieving the default branch name 2024-08-22T20:28:02.4249571Z Default branch 'main' 2024-08-22T20:28:02.4250303Z ##[endgroup] 2024-08-22T20:28:02.4250859Z ##[group]Fetching the repository 2024-08-22T20:28:02.4255679Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2024-08-22T20:28:02.6297164Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:02.6297722Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:02.6298376Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:02.6299021Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:02.6299669Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:02.6300305Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:02.6300946Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:02.6301579Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:02.6302207Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:02.6302782Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:02.6303303Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:02.6303796Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:02.6304291Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:02.6304788Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:02.6305604Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:02.6306081Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:02.6306571Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:02.6307091Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:02.6307576Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:02.6308223Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:02.6308884Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:02.6309553Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:02.6310204Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:02.6313242Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:02.6313886Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:02.6314527Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:02.6315229Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:02.6315867Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:02.6316495Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:02.6317128Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:02.6317697Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:02.6318169Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:02.6318649Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:02.6319132Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:02.6319614Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:02.6320088Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:02.6320567Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:02.6321183Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:02.6321978Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:02.6322545Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:02.6323080Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:02.6323684Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:02.6324167Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:02.6324859Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:02.6325333Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:02.6325813Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:02.6326295Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:02.6326770Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:02.6327248Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:02.6327729Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:02.6328201Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:02.6328688Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:02.6329171Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:02.6329664Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:02.6330150Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:02.6330638Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:02.6331124Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:02.6331602Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:02.6332089Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:02.6332574Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:02.6333057Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:02.6333545Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:02.6334037Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:02.6334606Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:02.6335170Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:02.6335686Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:02.6336439Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:02.6336966Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:02.6337517Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:02.6338054Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:02.6338545Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:02.6339040Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:02.6339530Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:02.6340020Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:02.6340521Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:02.6341016Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:02.6341520Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:02.6342022Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:02.6342521Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:02.6343028Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:02.6343522Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:02.6344024Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:02.6344524Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:02.6345069Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:02.6345570Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:02.6346071Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:02.6346565Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:02.6347066Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:02.6347566Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:02.6348059Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:02.6348664Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:02.6349169Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:02.6349664Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:02.6350167Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:02.6350669Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:02.6351167Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:02.6351662Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:02.6352162Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:02.6352657Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:02.6353150Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:02.6353647Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:02.6354147Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:02.6354674Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:02.6355258Z remote: Compressing objects: 0% (1/1260) 2024-08-22T20:28:02.6355778Z remote: Compressing objects: 1% (13/1260) 2024-08-22T20:28:02.6356308Z remote: Compressing objects: 2% (26/1260) 2024-08-22T20:28:02.6356824Z remote: Compressing objects: 3% (38/1260) 2024-08-22T20:28:02.6357346Z remote: Compressing objects: 4% (51/1260) 2024-08-22T20:28:02.6357864Z remote: Compressing objects: 5% (63/1260) 2024-08-22T20:28:02.6358372Z remote: Compressing objects: 6% (76/1260) 2024-08-22T20:28:02.6358890Z remote: Compressing objects: 7% (89/1260) 2024-08-22T20:28:02.6359418Z remote: Compressing objects: 8% (101/1260) 2024-08-22T20:28:02.6359940Z remote: Compressing objects: 9% (114/1260) 2024-08-22T20:28:02.6360470Z remote: Compressing objects: 10% (126/1260) 2024-08-22T20:28:02.6361001Z remote: Compressing objects: 11% (139/1260) 2024-08-22T20:28:02.6361523Z remote: Compressing objects: 12% (152/1260) 2024-08-22T20:28:02.6362051Z remote: Compressing objects: 13% (164/1260) 2024-08-22T20:28:02.6362711Z remote: Compressing objects: 14% (177/1260) 2024-08-22T20:28:02.6363237Z remote: Compressing objects: 15% (189/1260) 2024-08-22T20:28:02.6363755Z remote: Compressing objects: 16% (202/1260) 2024-08-22T20:28:02.6364280Z remote: Compressing objects: 17% (215/1260) 2024-08-22T20:28:02.6364934Z remote: Compressing objects: 18% (227/1260) 2024-08-22T20:28:02.6365477Z remote: Compressing objects: 19% (240/1260) 2024-08-22T20:28:02.6365999Z remote: Compressing objects: 20% (252/1260) 2024-08-22T20:28:02.6366526Z remote: Compressing objects: 21% (265/1260) 2024-08-22T20:28:02.6367043Z remote: Compressing objects: 22% (278/1260) 2024-08-22T20:28:02.6367563Z remote: Compressing objects: 23% (290/1260) 2024-08-22T20:28:02.6368083Z remote: Compressing objects: 24% (303/1260) 2024-08-22T20:28:02.6368602Z remote: Compressing objects: 25% (315/1260) 2024-08-22T20:28:02.6369122Z remote: Compressing objects: 26% (328/1260) 2024-08-22T20:28:02.6369646Z remote: Compressing objects: 27% (341/1260) 2024-08-22T20:28:02.6370159Z remote: Compressing objects: 28% (353/1260) 2024-08-22T20:28:02.6370680Z remote: Compressing objects: 29% (366/1260) 2024-08-22T20:28:02.6371198Z remote: Compressing objects: 30% (378/1260) 2024-08-22T20:28:02.6371712Z remote: Compressing objects: 31% (391/1260) 2024-08-22T20:28:02.6372237Z remote: Compressing objects: 32% (404/1260) 2024-08-22T20:28:02.6372761Z remote: Compressing objects: 33% (416/1260) 2024-08-22T20:28:02.6373283Z remote: Compressing objects: 34% (429/1260) 2024-08-22T20:28:02.6373798Z remote: Compressing objects: 35% (441/1260) 2024-08-22T20:28:02.6374318Z remote: Compressing objects: 36% (454/1260) 2024-08-22T20:28:02.6374973Z remote: Compressing objects: 37% (467/1260) 2024-08-22T20:28:02.6375505Z remote: Compressing objects: 38% (479/1260) 2024-08-22T20:28:02.6376031Z remote: Compressing objects: 39% (492/1260) 2024-08-22T20:28:02.6376554Z remote: Compressing objects: 40% (504/1260) 2024-08-22T20:28:02.6377068Z remote: Compressing objects: 41% (517/1260) 2024-08-22T20:28:02.6377588Z remote: Compressing objects: 42% (530/1260) 2024-08-22T20:28:02.6378108Z remote: Compressing objects: 43% (542/1260) 2024-08-22T20:28:02.6378622Z remote: Compressing objects: 44% (555/1260) 2024-08-22T20:28:02.6379151Z remote: Compressing objects: 45% (567/1260) 2024-08-22T20:28:02.6379671Z remote: Compressing objects: 46% (580/1260) 2024-08-22T20:28:02.6380184Z remote: Compressing objects: 47% (593/1260) 2024-08-22T20:28:02.6380706Z remote: Compressing objects: 48% (605/1260) 2024-08-22T20:28:02.6381228Z remote: Compressing objects: 49% (618/1260) 2024-08-22T20:28:02.6381751Z remote: Compressing objects: 50% (630/1260) 2024-08-22T20:28:02.6382321Z remote: Compressing objects: 51% (643/1260) 2024-08-22T20:28:02.6382897Z remote: Compressing objects: 52% (656/1260) 2024-08-22T20:28:02.6383448Z remote: Compressing objects: 53% (668/1260) 2024-08-22T20:28:02.6383965Z remote: Compressing objects: 54% (681/1260) 2024-08-22T20:28:02.6384515Z remote: Compressing objects: 55% (693/1260) 2024-08-22T20:28:02.6385061Z remote: Compressing objects: 56% (706/1260) 2024-08-22T20:28:02.6385625Z remote: Compressing objects: 57% (719/1260) 2024-08-22T20:28:02.6386164Z remote: Compressing objects: 58% (731/1260) 2024-08-22T20:28:02.6386678Z remote: Compressing objects: 59% (744/1260) 2024-08-22T20:28:02.6387184Z remote: Compressing objects: 60% (756/1260) 2024-08-22T20:28:02.6387731Z remote: Compressing objects: 61% (769/1260) 2024-08-22T20:28:02.6388250Z remote: Compressing objects: 62% (782/1260) 2024-08-22T20:28:02.6388796Z remote: Compressing objects: 63% (794/1260) 2024-08-22T20:28:02.6389409Z remote: Compressing objects: 64% (807/1260) 2024-08-22T20:28:02.6389920Z remote: Compressing objects: 65% (819/1260) 2024-08-22T20:28:02.6390423Z remote: Compressing objects: 66% (832/1260) 2024-08-22T20:28:02.6390936Z remote: Compressing objects: 67% (845/1260) 2024-08-22T20:28:02.6391448Z remote: Compressing objects: 68% (857/1260) 2024-08-22T20:28:02.6391953Z remote: Compressing objects: 69% (870/1260) 2024-08-22T20:28:02.6392470Z remote: Compressing objects: 70% (882/1260) 2024-08-22T20:28:02.6392984Z remote: Compressing objects: 71% (895/1260) 2024-08-22T20:28:02.6394033Z remote: Compressing objects: 72% (908/1260) 2024-08-22T20:28:02.6394566Z remote: Compressing objects: 73% (920/1260) 2024-08-22T20:28:02.6395088Z remote: Compressing objects: 74% (933/1260) 2024-08-22T20:28:02.6395613Z remote: Compressing objects: 75% (945/1260) 2024-08-22T20:28:02.6396121Z remote: Compressing objects: 76% (958/1260) 2024-08-22T20:28:02.6396643Z remote: Compressing objects: 77% (971/1260) 2024-08-22T20:28:02.6397157Z remote: Compressing objects: 78% (983/1260) 2024-08-22T20:28:02.6397663Z remote: Compressing objects: 79% (996/1260) 2024-08-22T20:28:02.6398184Z remote: Compressing objects: 80% (1008/1260) 2024-08-22T20:28:02.6398718Z remote: Compressing objects: 81% (1021/1260) 2024-08-22T20:28:02.6399239Z remote: Compressing objects: 82% (1034/1260) 2024-08-22T20:28:02.6399763Z remote: Compressing objects: 83% (1046/1260) 2024-08-22T20:28:02.6400292Z remote: Compressing objects: 84% (1059/1260) 2024-08-22T20:28:02.6400812Z remote: Compressing objects: 85% (1071/1260) 2024-08-22T20:28:02.6401340Z remote: Compressing objects: 86% (1084/1260) 2024-08-22T20:28:02.6402071Z remote: Compressing objects: 87% (1097/1260) 2024-08-22T20:28:02.6402593Z remote: Compressing objects: 88% (1109/1260) 2024-08-22T20:28:02.6403124Z remote: Compressing objects: 89% (1122/1260) 2024-08-22T20:28:02.6403659Z remote: Compressing objects: 90% (1134/1260) 2024-08-22T20:28:02.6404189Z remote: Compressing objects: 91% (1147/1260) 2024-08-22T20:28:02.6404834Z remote: Compressing objects: 92% (1160/1260) 2024-08-22T20:28:02.6405385Z remote: Compressing objects: 93% (1172/1260) 2024-08-22T20:28:02.6405908Z remote: Compressing objects: 94% (1185/1260) 2024-08-22T20:28:02.6406436Z remote: Compressing objects: 95% (1197/1260) 2024-08-22T20:28:02.6406956Z remote: Compressing objects: 96% (1210/1260) 2024-08-22T20:28:02.6407488Z remote: Compressing objects: 97% (1223/1260) 2024-08-22T20:28:02.6408015Z remote: Compressing objects: 98% (1235/1260) 2024-08-22T20:28:02.6408546Z remote: Compressing objects: 99% (1248/1260) 2024-08-22T20:28:02.6409068Z remote: Compressing objects: 100% (1260/1260) 2024-08-22T20:28:02.6409635Z remote: Compressing objects: 100% (1260/1260), done. 2024-08-22T20:28:02.6410149Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:02.6410539Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:02.6419043Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:02.6424292Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:02.6435086Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:02.6441516Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:02.6447269Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:02.6450614Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:02.6452498Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:02.6457368Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:02.6460830Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:02.6465195Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:02.6468561Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:02.6696603Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:02.6776252Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:02.6779908Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:02.6783712Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:02.6787850Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:02.6825821Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:02.6837255Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:02.6838336Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:02.6843065Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:02.6846698Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:02.6850160Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:02.6860322Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:02.6876709Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:02.6879258Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:02.6880739Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:02.6887892Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:02.6890476Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:02.6900020Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:02.6906812Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:02.6912678Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:02.6920903Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:02.6921520Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:02.6923985Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:02.6929831Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:02.6936348Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:02.6939244Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:02.6943512Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:02.6948313Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:02.6952984Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:02.6957392Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:02.6960545Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:02.6963338Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:02.6967459Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:02.6971507Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:02.6974022Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:02.6977292Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:02.6980408Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:02.6984697Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:02.6987497Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:02.6989977Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:02.6995829Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:02.6999657Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:02.7001237Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:02.7003498Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:02.7007228Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:02.7012968Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:02.7021229Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:02.7024621Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:02.7028475Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:02.7031795Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:02.7037048Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:02.7042586Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:02.7047124Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:02.7049026Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:02.7053180Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:02.7057365Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:02.7063364Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:02.7068705Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:02.7076540Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:02.7083853Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:02.7122025Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:02.7127574Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:02.7209359Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:02.7210860Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:02.7216483Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:02.7217621Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:02.7220114Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:02.7225860Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:02.7234385Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:02.7276714Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:02.7278617Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:02.7281717Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:02.7284177Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:02.7284732Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:02.7285340Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:02.7286683Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:02.7289514Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:02.7291983Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:02.7292882Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:02.7293504Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:02.7295338Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:02.7298026Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:02.7298643Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:02.7305204Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:02.7317048Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:02.7327859Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:02.7346894Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:02.7347980Z remote: Total 1649 (delta 371), reused 1069 (delta 267), pack-reused 0 (from 0) 2024-08-22T20:28:02.7363055Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:02.7363598Z Receiving objects: 100% (1649/1649), 2.83 MiB | 27.62 MiB/s, done. 2024-08-22T20:28:02.7371602Z Resolving deltas: 0% (0/371) 2024-08-22T20:28:02.7374008Z Resolving deltas: 1% (4/371) 2024-08-22T20:28:02.7376003Z Resolving deltas: 2% (8/371) 2024-08-22T20:28:02.7376598Z Resolving deltas: 3% (12/371) 2024-08-22T20:28:02.7377324Z Resolving deltas: 4% (15/371) 2024-08-22T20:28:02.7377985Z Resolving deltas: 5% (19/371) 2024-08-22T20:28:02.7378498Z Resolving deltas: 6% (24/371) 2024-08-22T20:28:02.7379284Z Resolving deltas: 7% (26/371) 2024-08-22T20:28:02.7380385Z Resolving deltas: 8% (30/371) 2024-08-22T20:28:02.7381821Z Resolving deltas: 9% (34/371) 2024-08-22T20:28:02.7382437Z Resolving deltas: 10% (38/371) 2024-08-22T20:28:02.7383204Z Resolving deltas: 11% (41/371) 2024-08-22T20:28:02.7385118Z Resolving deltas: 12% (45/371) 2024-08-22T20:28:02.7386203Z Resolving deltas: 13% (49/371) 2024-08-22T20:28:02.7387614Z Resolving deltas: 14% (52/371) 2024-08-22T20:28:02.7388644Z Resolving deltas: 15% (56/371) 2024-08-22T20:28:02.7392144Z Resolving deltas: 16% (60/371) 2024-08-22T20:28:02.7403024Z Resolving deltas: 17% (64/371) 2024-08-22T20:28:02.7405402Z Resolving deltas: 18% (67/371) 2024-08-22T20:28:02.7406133Z Resolving deltas: 19% (72/371) 2024-08-22T20:28:02.7406663Z Resolving deltas: 20% (75/371) 2024-08-22T20:28:02.7407207Z Resolving deltas: 21% (78/371) 2024-08-22T20:28:02.7407716Z Resolving deltas: 22% (83/371) 2024-08-22T20:28:02.7408343Z Resolving deltas: 23% (86/371) 2024-08-22T20:28:02.7410421Z Resolving deltas: 24% (90/371) 2024-08-22T20:28:02.7411529Z Resolving deltas: 25% (93/371) 2024-08-22T20:28:02.7412688Z Resolving deltas: 26% (97/371) 2024-08-22T20:28:02.7418294Z Resolving deltas: 27% (101/371) 2024-08-22T20:28:02.7419701Z Resolving deltas: 28% (105/371) 2024-08-22T20:28:02.7420262Z Resolving deltas: 29% (111/371) 2024-08-22T20:28:02.7421187Z Resolving deltas: 30% (112/371) 2024-08-22T20:28:02.7421749Z Resolving deltas: 31% (117/371) 2024-08-22T20:28:02.7423968Z Resolving deltas: 32% (119/371) 2024-08-22T20:28:02.7424912Z Resolving deltas: 33% (123/371) 2024-08-22T20:28:02.7425886Z Resolving deltas: 34% (127/371) 2024-08-22T20:28:02.7427527Z Resolving deltas: 35% (130/371) 2024-08-22T20:28:02.7428076Z Resolving deltas: 36% (134/371) 2024-08-22T20:28:02.7429035Z Resolving deltas: 37% (138/371) 2024-08-22T20:28:02.7430720Z Resolving deltas: 38% (141/371) 2024-08-22T20:28:02.7432051Z Resolving deltas: 39% (146/371) 2024-08-22T20:28:02.7433343Z Resolving deltas: 40% (149/371) 2024-08-22T20:28:02.7433890Z Resolving deltas: 41% (153/371) 2024-08-22T20:28:02.7435027Z Resolving deltas: 42% (156/371) 2024-08-22T20:28:02.7437036Z Resolving deltas: 43% (160/371) 2024-08-22T20:28:02.7438020Z Resolving deltas: 44% (164/371) 2024-08-22T20:28:02.7438572Z Resolving deltas: 45% (169/371) 2024-08-22T20:28:02.7439325Z Resolving deltas: 46% (171/371) 2024-08-22T20:28:02.7439936Z Resolving deltas: 47% (176/371) 2024-08-22T20:28:02.7440424Z Resolving deltas: 48% (180/371) 2024-08-22T20:28:02.7440910Z Resolving deltas: 49% (182/371) 2024-08-22T20:28:02.7441338Z Resolving deltas: 50% (187/371) 2024-08-22T20:28:02.7442412Z Resolving deltas: 51% (190/371) 2024-08-22T20:28:02.7443190Z Resolving deltas: 52% (193/371) 2024-08-22T20:28:02.7445512Z Resolving deltas: 53% (197/371) 2024-08-22T20:28:02.7446343Z Resolving deltas: 54% (202/371) 2024-08-22T20:28:02.7447130Z Resolving deltas: 55% (206/371) 2024-08-22T20:28:02.7448725Z Resolving deltas: 56% (208/371) 2024-08-22T20:28:02.7450118Z Resolving deltas: 57% (212/371) 2024-08-22T20:28:02.7451064Z Resolving deltas: 58% (216/371) 2024-08-22T20:28:02.7451478Z Resolving deltas: 59% (220/371) 2024-08-22T20:28:02.7453413Z Resolving deltas: 60% (223/371) 2024-08-22T20:28:02.7454861Z Resolving deltas: 61% (227/371) 2024-08-22T20:28:02.7455959Z Resolving deltas: 62% (231/371) 2024-08-22T20:28:02.7457660Z Resolving deltas: 63% (234/371) 2024-08-22T20:28:02.7460620Z Resolving deltas: 64% (238/371) 2024-08-22T20:28:02.7461977Z Resolving deltas: 65% (242/371) 2024-08-22T20:28:02.7462490Z Resolving deltas: 66% (246/371) 2024-08-22T20:28:02.7463236Z Resolving deltas: 67% (249/371) 2024-08-22T20:28:02.7464103Z Resolving deltas: 68% (253/371) 2024-08-22T20:28:02.7464662Z Resolving deltas: 69% (256/371) 2024-08-22T20:28:02.7465387Z Resolving deltas: 70% (260/371) 2024-08-22T20:28:02.7465962Z Resolving deltas: 71% (264/371) 2024-08-22T20:28:02.7466508Z Resolving deltas: 72% (269/371) 2024-08-22T20:28:02.7467006Z Resolving deltas: 73% (272/371) 2024-08-22T20:28:02.7467507Z Resolving deltas: 74% (276/371) 2024-08-22T20:28:02.7468013Z Resolving deltas: 75% (281/371) 2024-08-22T20:28:02.7468506Z Resolving deltas: 76% (283/371) 2024-08-22T20:28:02.7469016Z Resolving deltas: 77% (287/371) 2024-08-22T20:28:02.7469529Z Resolving deltas: 78% (290/371) 2024-08-22T20:28:02.7470032Z Resolving deltas: 79% (294/371) 2024-08-22T20:28:02.7470522Z Resolving deltas: 80% (297/371) 2024-08-22T20:28:02.7471026Z Resolving deltas: 81% (301/371) 2024-08-22T20:28:02.7471504Z Resolving deltas: 82% (305/371) 2024-08-22T20:28:02.7471875Z Resolving deltas: 83% (309/371) 2024-08-22T20:28:02.7472274Z Resolving deltas: 84% (313/371) 2024-08-22T20:28:02.7472813Z Resolving deltas: 85% (316/371) 2024-08-22T20:28:02.7473325Z Resolving deltas: 86% (320/371) 2024-08-22T20:28:02.7473840Z Resolving deltas: 87% (323/371) 2024-08-22T20:28:02.7474306Z Resolving deltas: 88% (327/371) 2024-08-22T20:28:02.7474689Z Resolving deltas: 89% (332/371) 2024-08-22T20:28:02.7475113Z Resolving deltas: 90% (334/371) 2024-08-22T20:28:02.7475496Z Resolving deltas: 91% (338/371) 2024-08-22T20:28:02.7475867Z Resolving deltas: 92% (342/371) 2024-08-22T20:28:02.7476253Z Resolving deltas: 93% (346/371) 2024-08-22T20:28:02.7476897Z Resolving deltas: 94% (349/371) 2024-08-22T20:28:02.7478918Z Resolving deltas: 95% (353/371) 2024-08-22T20:28:02.7480872Z Resolving deltas: 96% (357/371) 2024-08-22T20:28:02.7481396Z Resolving deltas: 97% (362/371) 2024-08-22T20:28:02.7482048Z Resolving deltas: 98% (364/371) 2024-08-22T20:28:02.7484402Z Resolving deltas: 99% (368/371) 2024-08-22T20:28:02.7486196Z Resolving deltas: 100% (371/371) 2024-08-22T20:28:02.7486737Z Resolving deltas: 100% (371/371), done. 2024-08-22T20:28:02.7689008Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:02.7689622Z * [new branch] main -> origin/main 2024-08-22T20:28:02.7716589Z ##[endgroup] 2024-08-22T20:28:02.7717134Z ##[group]Determining the checkout info 2024-08-22T20:28:02.7719112Z ##[endgroup] 2024-08-22T20:28:02.7719641Z ##[group]Checking out the ref 2024-08-22T20:28:02.7723086Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:02.8934761Z Switched to a new branch 'main' 2024-08-22T20:28:02.8935494Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:02.8946266Z ##[endgroup] 2024-08-22T20:28:02.8946863Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:02.8951191Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:02.9018058Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:02.9064953Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:02.9113766Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:02.9157148Z ##[endgroup] 2024-08-22T20:28:02.9158151Z ##[group]Fetching submodules 2024-08-22T20:28:02.9159491Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:02.9520138Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:02.9868540Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:03.0234926Z ##[endgroup] 2024-08-22T20:28:03.0235623Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:03.0241142Z [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' || :" 2024-08-22T20:28:03.0599295Z [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" 2024-08-22T20:28:03.0952384Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:03.1314771Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:03.1676427Z ##[endgroup] 2024-08-22T20:28:03.1729318Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:03.1770383Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:03.2067464Z Prepare all required actions 2024-08-22T20:28:03.2067939Z Getting action download info 2024-08-22T20:28:03.2876588Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:03.6881053Z Getting action download info 2024-08-22T20:28:03.7733801Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:03.9522244Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:03.9522713Z env: 2024-08-22T20:28:03.9523025Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:03.9523469Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:03.9523840Z PR_NUMBER: 1044 2024-08-22T20:28:03.9526067Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:03.9528156Z ##[endgroup] 2024-08-22T20:28:03.9721924Z ##[group]Run set -euo pipefail 2024-08-22T20:28:03.9722344Z set -euo pipefail 2024-08-22T20:28:03.9722733Z function get_ec2_metadata() { 2024-08-22T20:28:03.9723249Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:03.9724313Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:03.9725164Z  category=$1 2024-08-22T20:28:03.9725676Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:03.9726238Z } 2024-08-22T20:28:03.9726600Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:03.9727170Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:03.9727813Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:03.9728366Z echo "system info $(uname -a)" 2024-08-22T20:28:03.9737393Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:03.9737920Z env: 2024-08-22T20:28:03.9738253Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:03.9738714Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:03.9739097Z PR_NUMBER: 1044 2024-08-22T20:28:03.9741144Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:03.9743256Z ##[endgroup] 2024-08-22T20:28:03.9837158Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:03.9889031Z instance-id: i-064114861a1c32b9a 2024-08-22T20:28:03.9941719Z instance-type: g5.4xlarge 2024-08-22T20:28:03.9954933Z system info Linux ip-10-0-15-147.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:28:03.9986967Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:03.9987551Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:03.9988091Z  echo "Docker daemon is running..."; 2024-08-22T20:28:03.9988531Z else 2024-08-22T20:28:03.9990517Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:03.9991075Z fi 2024-08-22T20:28:04.0000302Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:04.0000797Z env: 2024-08-22T20:28:04.0001125Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:04.0001816Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:04.0002210Z PR_NUMBER: 1044 2024-08-22T20:28:04.0004254Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:04.0006549Z ##[endgroup] 2024-08-22T20:28:04.0090615Z Docker daemon is running... 2024-08-22T20:28:04.0117357Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:04.0118206Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:04.0118933Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:04.0119791Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:04.0120756Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:04.0130184Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:04.0130679Z env: 2024-08-22T20:28:04.0131003Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:04.0131471Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:04.0131856Z PR_NUMBER: 1044 2024-08-22T20:28:04.0134090Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:04.0136205Z AWS_RETRY_MODE: standard 2024-08-22T20:28:04.0136572Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:04.0136921Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:04.0137287Z ##[endgroup] 2024-08-22T20:28:05.1220166Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:05.1221249Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:05.1222274Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:05.1222791Z 2024-08-22T20:28:05.1222950Z Login Succeeded 2024-08-22T20:28:05.1272056Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:05.1272812Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:05.1273508Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:05.1282707Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:05.1283196Z env: 2024-08-22T20:28:05.1283529Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:05.1283990Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:05.1284372Z PR_NUMBER: 1044 2024-08-22T20:28:05.1286553Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:05.1288663Z ##[endgroup] 2024-08-22T20:28:05.1378532Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:05.1379182Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:05.1379712Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:05.1380188Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:05.1380963Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:05.1381525Z  2024-08-22T20:28:05.1381922Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:05.1382478Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:05.1382981Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:05.1383627Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:05.1384209Z  2024-08-22T20:28:05.1384540Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:05.1385009Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:05.1385447Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:05.1385986Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:05.1394678Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:05.1395170Z env: 2024-08-22T20:28:05.1395502Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:05.1395953Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:05.1396324Z PR_NUMBER: 1044 2024-08-22T20:28:05.1398356Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:05.1400610Z ##[endgroup] 2024-08-22T20:28:05.3247458Z ##[group]Run needs=0 2024-08-22T20:28:05.3247796Z needs=0 2024-08-22T20:28:05.3248302Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:05.3248888Z  needs=1 2024-08-22T20:28:05.3249188Z fi 2024-08-22T20:28:05.3249537Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:05.3258447Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:05.3258929Z env: 2024-08-22T20:28:05.3259261Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:05.3259718Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:05.3260093Z PR_NUMBER: 1044 2024-08-22T20:28:05.3262135Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:05.3264424Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:05.3265176Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:05.3265888Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:05.3266393Z ##[endgroup] 2024-08-22T20:28:05.3564333Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:05.3564946Z with: 2024-08-22T20:28:05.3565224Z driver-version: 550.54.15 2024-08-22T20:28:05.3565559Z env: 2024-08-22T20:28:05.3565899Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:05.3566375Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:05.3566756Z PR_NUMBER: 1044 2024-08-22T20:28:05.3568800Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:05.3571255Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:05.3572016Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:05.3572723Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:05.3573230Z ##[endgroup] 2024-08-22T20:28:05.3617004Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:05.3617562Z with: 2024-08-22T20:28:05.3617844Z timeout_minutes: 10 2024-08-22T20:28:05.3618166Z max_attempts: 3 2024-08-22T20:28:05.3649849Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils if [[ "${DISTRIBUTION}" == "amzn2023" ]] ; then YUM_REPO_URL="https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo" else # Amazon Linux 2 YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" fi sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" # Fix https://github.com/NVIDIA/nvidia-docker/issues/1648 on runners with # more than one GPUs. This just needs to be run once. The command fails # on subsequent runs and complains that the mode is already on, but that's # ok sudo nvidia-persistenced || true # This should show persistence mode ON nvidia-smi 2024-08-22T20:28:05.3681833Z retry_wait_seconds: 10 2024-08-22T20:28:05.3682192Z polling_interval_seconds: 1 2024-08-22T20:28:05.3682556Z warning_on_retry: true 2024-08-22T20:28:05.3682903Z continue_on_error: false 2024-08-22T20:28:05.3683233Z env: 2024-08-22T20:28:05.3683566Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:05.3684013Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:05.3684388Z PR_NUMBER: 1044 2024-08-22T20:28:05.3686531Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:05.3688802Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:05.3689562Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:05.3690273Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:05.3690795Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:05.3691131Z ##[endgroup] 2024-08-22T20:28:05.4510322Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:05.4511042Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:05.4513945Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:05.7782139Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:05.7782707Z No packages marked for removal. 2024-08-22T20:28:05.7844297Z Dependencies resolved. 2024-08-22T20:28:05.7854053Z Nothing to do. 2024-08-22T20:28:05.7854354Z Complete! 2024-08-22T20:28:05.8323503Z + install_nvidia_driver_common 2024-08-22T20:28:05.8327501Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:05.8327947Z Before installing NVIDIA driver 2024-08-22T20:28:05.8328469Z + lspci 2024-08-22T20:28:05.8441864Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:05.8443845Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:05.8446182Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:05.8447245Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:05.8448036Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:05.8448800Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:05.8449528Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:05.8450314Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:05.8450889Z + lsmod 2024-08-22T20:28:05.8491180Z Module Size Used by 2024-08-22T20:28:05.8491599Z veth 36864 0 2024-08-22T20:28:05.8492110Z nvidia_modeset 1351680 0 2024-08-22T20:28:05.8492657Z video 65536 1 nvidia_modeset 2024-08-22T20:28:05.8493476Z wmi 36864 1 video 2024-08-22T20:28:05.8494054Z nvidia_uvm 4706304 0 2024-08-22T20:28:05.8494624Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:05.8495268Z drm 602112 1 nvidia 2024-08-22T20:28:05.8495846Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:05.8496502Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:05.8497284Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:05.8497706Z xt_conntrack 16384 1 2024-08-22T20:28:05.8498080Z nft_chain_nat 16384 3 2024-08-22T20:28:05.8498442Z xt_MASQUERADE 20480 1 2024-08-22T20:28:05.8498892Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:05.8499378Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:05.8499945Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:05.8500571Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:05.8501030Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:05.8501447Z xfrm_user 57344 1 2024-08-22T20:28:05.8501838Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:05.8502245Z xt_addrtype 16384 2 2024-08-22T20:28:05.8502637Z nft_compat 20480 4 2024-08-22T20:28:05.8503070Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:05.8503673Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:05.8504198Z br_netfilter 36864 0 2024-08-22T20:28:05.8504588Z bridge 307200 1 br_netfilter 2024-08-22T20:28:05.8505008Z stp 16384 1 bridge 2024-08-22T20:28:05.8505417Z llc 16384 2 bridge,stp 2024-08-22T20:28:05.8505817Z overlay 167936 0 2024-08-22T20:28:05.8506177Z tls 114688 0 2024-08-22T20:28:05.8506540Z nls_ascii 16384 1 2024-08-22T20:28:05.8506888Z nls_cp437 20480 1 2024-08-22T20:28:05.8507246Z sunrpc 692224 1 2024-08-22T20:28:05.8507603Z vfat 24576 1 2024-08-22T20:28:05.8507951Z fat 86016 1 vfat 2024-08-22T20:28:05.8508325Z ena 167936 0 2024-08-22T20:28:05.8508684Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:05.8509044Z ptp 36864 1 ena 2024-08-22T20:28:05.8509430Z pps_core 24576 1 ptp 2024-08-22T20:28:05.8509817Z aesni_intel 393216 0 2024-08-22T20:28:05.8510169Z i8042 45056 0 2024-08-22T20:28:05.8510528Z serio 28672 3 i8042 2024-08-22T20:28:05.8511052Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:05.8511705Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:05.8512329Z button 24576 0 2024-08-22T20:28:05.8512807Z sch_fq_codel 20480 17 2024-08-22T20:28:05.8513462Z dm_mod 188416 0 2024-08-22T20:28:05.8513893Z fuse 163840 1 2024-08-22T20:28:05.8514359Z loop 36864 0 2024-08-22T20:28:05.8514768Z dax 45056 1 dm_mod 2024-08-22T20:28:05.8515166Z configfs 57344 1 2024-08-22T20:28:05.8515531Z dmi_sysfs 20480 0 2024-08-22T20:28:05.8515889Z crc32_pclmul 16384 0 2024-08-22T20:28:05.8516253Z crc32c_intel 24576 0 2024-08-22T20:28:05.8516619Z efivarfs 24576 1 2024-08-22T20:28:05.8516984Z + modinfo nvidia 2024-08-22T20:28:05.8517672Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:05.8518364Z alias: char-major-195-* 2024-08-22T20:28:05.8518744Z version: 550.54.15 2024-08-22T20:28:05.8519081Z supported: external 2024-08-22T20:28:05.8519416Z license: NVIDIA 2024-08-22T20:28:05.8519794Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:05.8520271Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:05.8520729Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:05.8521194Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:05.8521679Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:05.8522163Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:05.8522658Z depends: i2c-core,drm 2024-08-22T20:28:05.8523007Z retpoline: Y 2024-08-22T20:28:05.8523315Z name: nvidia 2024-08-22T20:28:05.8524032Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:05.8524842Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:05.8525469Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:05.8526078Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:05.8526542Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:05.8526969Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:05.8527419Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:05.8527848Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:05.8528274Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:05.8528795Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:05.8529348Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:05.8529818Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:05.8530246Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:05.8530665Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:05.8531110Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:05.8531636Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:05.8532207Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:05.8532747Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:05.8533345Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:05.8533937Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:05.8534535Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:05.8535119Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:05.8535604Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:05.8536122Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:05.8536660Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:05.8537152Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:05.8537609Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:05.8538094Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:05.8538557Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:05.8538994Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:05.8539493Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:05.8540010Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:05.8540580Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:05.8541059Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:05.8541559Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:05.8542040Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:05.8542520Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:05.8542994Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:05.8543400Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:05.8543860Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:05.8544326Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:05.8544774Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:05.8545244Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:05.8545714Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:05.8546160Z parm: rm_firmware_active:charp 2024-08-22T20:28:05.8546563Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:05.8546946Z ++ command -v nvidia-smi 2024-08-22T20:28:05.8547355Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:05.8547710Z + set +e 2024-08-22T20:28:05.8548217Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:05.8820418Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:05.8820871Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:05.8821402Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:05.8821880Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:05.8822276Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:05.8822985Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:05.8823867Z + set -e 2024-08-22T20:28:05.8824167Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:05.8824723Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:05.8825390Z + post_install_nvidia_driver_common 2024-08-22T20:28:05.8828162Z + sudo modprobe nvidia 2024-08-22T20:28:05.9991293Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:05.9991808Z + lspci 2024-08-22T20:28:05.9992103Z After installing NVIDIA driver 2024-08-22T20:28:06.0099494Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:06.0100409Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:06.0101325Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:06.0102104Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:06.0102887Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:06.0103668Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:06.0104379Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:06.0105166Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:06.0105736Z + lsmod 2024-08-22T20:28:06.0132416Z Module Size Used by 2024-08-22T20:28:06.0132820Z veth 36864 0 2024-08-22T20:28:06.0133292Z nvidia_modeset 1351680 0 2024-08-22T20:28:06.0133786Z video 65536 1 nvidia_modeset 2024-08-22T20:28:06.0134366Z wmi 36864 1 video 2024-08-22T20:28:06.0134876Z nvidia_uvm 4706304 0 2024-08-22T20:28:06.0135348Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:06.0135821Z drm 602112 1 nvidia 2024-08-22T20:28:06.0136254Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:06.0136770Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:06.0137268Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:06.0137705Z xt_conntrack 16384 1 2024-08-22T20:28:06.0138066Z nft_chain_nat 16384 3 2024-08-22T20:28:06.0138439Z xt_MASQUERADE 20480 1 2024-08-22T20:28:06.0138882Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:06.0139352Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:06.0140165Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:06.0140790Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:06.0141242Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:06.0141660Z xfrm_user 57344 1 2024-08-22T20:28:06.0142044Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:06.0142454Z xt_addrtype 16384 2 2024-08-22T20:28:06.0142819Z nft_compat 20480 4 2024-08-22T20:28:06.0143272Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:06.0143868Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:06.0144386Z br_netfilter 36864 0 2024-08-22T20:28:06.0144786Z bridge 307200 1 br_netfilter 2024-08-22T20:28:06.0145218Z stp 16384 1 bridge 2024-08-22T20:28:06.0145618Z llc 16384 2 bridge,stp 2024-08-22T20:28:06.0146058Z overlay 167936 0 2024-08-22T20:28:06.0146447Z tls 114688 0 2024-08-22T20:28:06.0146798Z nls_ascii 16384 1 2024-08-22T20:28:06.0147158Z nls_cp437 20480 1 2024-08-22T20:28:06.0147516Z sunrpc 692224 1 2024-08-22T20:28:06.0147865Z vfat 24576 1 2024-08-22T20:28:06.0148223Z fat 86016 1 vfat 2024-08-22T20:28:06.0148598Z ena 167936 0 2024-08-22T20:28:06.0148957Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:06.0149512Z ptp 36864 1 ena 2024-08-22T20:28:06.0149907Z pps_core 24576 1 ptp 2024-08-22T20:28:06.0150416Z aesni_intel 393216 0 2024-08-22T20:28:06.0150913Z i8042 45056 0 2024-08-22T20:28:06.0151410Z serio 28672 3 i8042 2024-08-22T20:28:06.0151944Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:06.0152601Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:06.0153096Z button 24576 0 2024-08-22T20:28:06.0153457Z sch_fq_codel 20480 17 2024-08-22T20:28:06.0153822Z dm_mod 188416 0 2024-08-22T20:28:06.0154179Z fuse 163840 1 2024-08-22T20:28:06.0154523Z loop 36864 0 2024-08-22T20:28:06.0154886Z dax 45056 1 dm_mod 2024-08-22T20:28:06.0155274Z configfs 57344 1 2024-08-22T20:28:06.0155626Z dmi_sysfs 20480 0 2024-08-22T20:28:06.0155986Z crc32_pclmul 16384 0 2024-08-22T20:28:06.0156352Z crc32c_intel 24576 0 2024-08-22T20:28:06.0156698Z efivarfs 24576 1 2024-08-22T20:28:06.0157047Z + modinfo nvidia 2024-08-22T20:28:06.0157732Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:06.0158402Z alias: char-major-195-* 2024-08-22T20:28:06.0158774Z version: 550.54.15 2024-08-22T20:28:06.0159111Z supported: external 2024-08-22T20:28:06.0159440Z license: NVIDIA 2024-08-22T20:28:06.0159810Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:06.0160278Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:06.0160718Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:06.0161167Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:06.0161651Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:06.0162121Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:06.0162603Z depends: i2c-core,drm 2024-08-22T20:28:06.0162959Z retpoline: Y 2024-08-22T20:28:06.0163249Z name: nvidia 2024-08-22T20:28:06.0163844Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:06.0164515Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:06.0165284Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:06.0165853Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:06.0166410Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:06.0166841Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:06.0167289Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:06.0167707Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:06.0168127Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:06.0168648Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:06.0169189Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:06.0169653Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:06.0170078Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:06.0170486Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:06.0170936Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:06.0171444Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:06.0172009Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:06.0172547Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:06.0173137Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:06.0173720Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:06.0174319Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:06.0174887Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:06.0175369Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:06.0175890Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:06.0176551Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:06.0177034Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:06.0177488Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:06.0177955Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:06.0178420Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:06.0178852Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:06.0179331Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:06.0179861Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:06.0180323Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:06.0180788Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:06.0181280Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:06.0181753Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:06.0182228Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:06.0182693Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:06.0183101Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:06.0183547Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:06.0184004Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:06.0184451Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:06.0184908Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:06.0185373Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:06.0185811Z parm: rm_firmware_active:charp 2024-08-22T20:28:06.0186195Z + set +e 2024-08-22T20:28:06.0186503Z + nvidia-smi 2024-08-22T20:28:06.0365407Z Thu Aug 22 20:28:06 2024 2024-08-22T20:28:06.0366502Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:06.0367598Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:06.0368379Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:06.0369155Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:06.0370034Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:06.0370716Z | | | MIG M. | 2024-08-22T20:28:06.0371248Z |=========================================+========================+======================| 2024-08-22T20:28:06.0589779Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:06.0591473Z | 0% 30C P8 18W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:06.0592595Z | | | N/A | 2024-08-22T20:28:06.0594529Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:06.0595908Z 2024-08-22T20:28:06.0596879Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:06.0597481Z | Processes: | 2024-08-22T20:28:06.0598166Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:06.0598926Z | ID ID Usage | 2024-08-22T20:28:06.0599473Z |=========================================================================================| 2024-08-22T20:28:06.0600109Z | No running processes found | 2024-08-22T20:28:06.0600850Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:06.3706186Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:06.3898168Z NVIDIA A10G 2024-08-22T20:28:06.3963300Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:06.3963937Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:06.3964488Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:06.3965173Z + set -e 2024-08-22T20:28:06.3965488Z INFO: Ignoring allowed status 0 2024-08-22T20:28:06.3972770Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:06.3976199Z + sudo yum install -y yum-utils 2024-08-22T20:28:06.7915198Z Last metadata expiration check: 0:33:46 ago on Thu Aug 22 19:54:20 2024. 2024-08-22T20:28:06.8139815Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:06.8443830Z Dependencies resolved. 2024-08-22T20:28:06.8567617Z Nothing to do. 2024-08-22T20:28:06.8568043Z Complete! 2024-08-22T20:28:06.8961161Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:06.8962461Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:06.8963788Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:07.1429956Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:07.2107202Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:07.7217338Z nvidia-container-toolkit 10 kB/s | 833 B 00:00 2024-08-22T20:28:07.7437122Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:07.7731162Z Dependencies resolved. 2024-08-22T20:28:07.7855376Z Nothing to do. 2024-08-22T20:28:07.7855671Z Complete! 2024-08-22T20:28:07.8245555Z + sudo systemctl restart docker 2024-08-22T20:28:09.9268735Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:09.9502918Z Thu Aug 22 20:28:09 2024 2024-08-22T20:28:09.9503594Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:09.9504418Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:09.9505217Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:09.9506001Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:09.9506875Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:09.9507808Z | | | MIG M. | 2024-08-22T20:28:09.9508363Z |=========================================+========================+======================| 2024-08-22T20:28:09.9708324Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:09.9709031Z | 0% 30C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:09.9709652Z | | | N/A | 2024-08-22T20:28:09.9710345Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:09.9713760Z 2024-08-22T20:28:09.9714437Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:09.9715048Z | Processes: | 2024-08-22T20:28:09.9715736Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:09.9716404Z | ID ID Usage | 2024-08-22T20:28:09.9716954Z |=========================================================================================| 2024-08-22T20:28:09.9719227Z | No running processes found | 2024-08-22T20:28:09.9719979Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:10.4295801Z Command completed after 1 attempt(s). 2024-08-22T20:28:10.4384083Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:10.4384837Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:10.4385417Z # shellcheck disable=SC2046 2024-08-22T20:28:10.4385871Z docker stop $(docker ps -q) || true 2024-08-22T20:28:10.4386356Z # Prune all of the docker images 2024-08-22T20:28:10.4386798Z docker system prune -af 2024-08-22T20:28:10.4400252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:10.4400736Z env: 2024-08-22T20:28:10.4401069Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:10.4401645Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:10.4402115Z PR_NUMBER: 1044 2024-08-22T20:28:10.4404155Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:10.4406581Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:10.4407373Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:10.4408179Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:10.4408837Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:10.4409307Z ##[endgroup] 2024-08-22T20:28:10.4740680Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:10.4741499Z See 'docker stop --help'. 2024-08-22T20:28:10.4741748Z 2024-08-22T20:28:10.4741986Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:10.4742369Z 2024-08-22T20:28:10.4742517Z Stop one or more running containers 2024-08-22T20:28:10.4923023Z Total reclaimed space: 0B 2024-08-22T20:28:10.5000871Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:10.5001421Z with: 2024-08-22T20:28:10.5002061Z github-secret: *** 2024-08-22T20:28:10.5003064Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:10.5004213Z activate-with-label: false 2024-08-22T20:28:10.5004737Z label: with-ssh 2024-08-22T20:28:10.5005170Z remove-existing-keys: true 2024-08-22T20:28:10.5005726Z fail-silently: true 2024-08-22T20:28:10.5006104Z env: 2024-08-22T20:28:10.5006549Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:10.5007161Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:10.5007605Z PR_NUMBER: 1044 2024-08-22T20:28:10.5009876Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:10.5012324Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:10.5013167Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:10.5013989Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:10.5014739Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:10.5015316Z ##[endgroup] 2024-08-22T20:28:10.5847578Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:10.8770445Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:10.9554174Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:10.9568355Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:10.9594474Z Login using: ssh ec2-user@ec2-54-237-13-164.compute-1.amazonaws.com 2024-08-22T20:28:10.9595508Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:10.9596385Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:10.9733929Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:10.9734454Z with: 2024-08-22T20:28:10.9734907Z repository: pytorch/torchchat 2024-08-22T20:28:10.9735409Z ref: refs/pull/1044/merge 2024-08-22T20:28:10.9735873Z path: pytorch/torchchat 2024-08-22T20:28:10.9736383Z fetch-depth: 1 2024-08-22T20:28:10.9736903Z token: *** 2024-08-22T20:28:10.9737257Z ssh-strict: true 2024-08-22T20:28:10.9737750Z persist-credentials: true 2024-08-22T20:28:10.9738174Z clean: true 2024-08-22T20:28:10.9738596Z sparse-checkout-cone-mode: true 2024-08-22T20:28:10.9739155Z fetch-tags: false 2024-08-22T20:28:10.9739530Z lfs: false 2024-08-22T20:28:10.9739931Z set-safe-directory: true 2024-08-22T20:28:10.9740431Z env: 2024-08-22T20:28:10.9740845Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:10.9741395Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:10.9741926Z PR_NUMBER: 1044 2024-08-22T20:28:10.9744119Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:10.9746525Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:10.9747438Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:10.9748315Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:10.9748987Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:10.9749607Z ##[endgroup] 2024-08-22T20:28:11.0633345Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:11.0643029Z ##[group]Getting Git version info 2024-08-22T20:28:11.0644073Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:11.0664984Z [command]/usr/bin/git version 2024-08-22T20:28:11.0717444Z git version 2.40.1 2024-08-22T20:28:11.0739048Z ##[endgroup] 2024-08-22T20:28:11.0752508Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/886f6992-68c6-466e-ab14-a95e1ce3cd6d' before making global git config changes 2024-08-22T20:28:11.0753834Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:11.0757026Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:11.0803502Z ##[group]Initializing the repository 2024-08-22T20:28:11.0806753Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:11.0854017Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:11.0855284Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:11.0856191Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:11.0856914Z hint: 2024-08-22T20:28:11.0857522Z hint: git config --global init.defaultBranch 2024-08-22T20:28:11.0858082Z hint: 2024-08-22T20:28:11.0858778Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:11.0859883Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:11.0860915Z hint: 2024-08-22T20:28:11.0861451Z hint: git branch -m 2024-08-22T20:28:11.0862384Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:11.0867799Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:11.0912652Z ##[endgroup] 2024-08-22T20:28:11.0913355Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:11.0915723Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:11.0959991Z ##[endgroup] 2024-08-22T20:28:11.0960780Z ##[group]Setting up auth 2024-08-22T20:28:11.0965803Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:11.1009388Z [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' || :" 2024-08-22T20:28:11.1371538Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:11.1418629Z [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' || :" 2024-08-22T20:28:11.1771324Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:11.1828079Z ##[endgroup] 2024-08-22T20:28:11.1828761Z ##[group]Fetching the repository 2024-08-22T20:28:11.1835347Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/1044/merge:refs/remotes/pull/1044/merge 2024-08-22T20:28:11.3777633Z remote: Enumerating objects: 237, done. 2024-08-22T20:28:11.3778317Z remote: Counting objects: 0% (1/237) 2024-08-22T20:28:11.3778956Z remote: Counting objects: 1% (3/237) 2024-08-22T20:28:11.3779856Z remote: Counting objects: 2% (5/237) 2024-08-22T20:28:11.3780613Z remote: Counting objects: 3% (8/237) 2024-08-22T20:28:11.3781467Z remote: Counting objects: 4% (10/237) 2024-08-22T20:28:11.3782241Z remote: Counting objects: 5% (12/237) 2024-08-22T20:28:11.3783660Z remote: Counting objects: 6% (15/237) 2024-08-22T20:28:11.3784532Z remote: Counting objects: 7% (17/237) 2024-08-22T20:28:11.3785285Z remote: Counting objects: 8% (19/237) 2024-08-22T20:28:11.3785986Z remote: Counting objects: 9% (22/237) 2024-08-22T20:28:11.3786821Z remote: Counting objects: 10% (24/237) 2024-08-22T20:28:11.3787599Z remote: Counting objects: 11% (27/237) 2024-08-22T20:28:11.3788596Z remote: Counting objects: 12% (29/237) 2024-08-22T20:28:11.3789429Z remote: Counting objects: 13% (31/237) 2024-08-22T20:28:11.3790340Z remote: Counting objects: 14% (34/237) 2024-08-22T20:28:11.3791178Z remote: Counting objects: 15% (36/237) 2024-08-22T20:28:11.3791896Z remote: Counting objects: 16% (38/237) 2024-08-22T20:28:11.3792604Z remote: Counting objects: 17% (41/237) 2024-08-22T20:28:11.3793477Z remote: Counting objects: 18% (43/237) 2024-08-22T20:28:11.3794177Z remote: Counting objects: 19% (46/237) 2024-08-22T20:28:11.3794939Z remote: Counting objects: 20% (48/237) 2024-08-22T20:28:11.3795633Z remote: Counting objects: 21% (50/237) 2024-08-22T20:28:11.3796309Z remote: Counting objects: 22% (53/237) 2024-08-22T20:28:11.3796962Z remote: Counting objects: 23% (55/237) 2024-08-22T20:28:11.3797715Z remote: Counting objects: 24% (57/237) 2024-08-22T20:28:11.3798418Z remote: Counting objects: 25% (60/237) 2024-08-22T20:28:11.3798964Z remote: Counting objects: 26% (62/237) 2024-08-22T20:28:11.3799539Z remote: Counting objects: 27% (64/237) 2024-08-22T20:28:11.3800190Z remote: Counting objects: 28% (67/237) 2024-08-22T20:28:11.3800942Z remote: Counting objects: 29% (69/237) 2024-08-22T20:28:11.3801519Z remote: Counting objects: 30% (72/237) 2024-08-22T20:28:11.3802173Z remote: Counting objects: 31% (74/237) 2024-08-22T20:28:11.3802719Z remote: Counting objects: 32% (76/237) 2024-08-22T20:28:11.3803397Z remote: Counting objects: 33% (79/237) 2024-08-22T20:28:11.3804204Z remote: Counting objects: 34% (81/237) 2024-08-22T20:28:11.3805251Z remote: Counting objects: 35% (83/237) 2024-08-22T20:28:11.3805831Z remote: Counting objects: 36% (86/237) 2024-08-22T20:28:11.3806467Z remote: Counting objects: 37% (88/237) 2024-08-22T20:28:11.3807065Z remote: Counting objects: 38% (91/237) 2024-08-22T20:28:11.3807597Z remote: Counting objects: 39% (93/237) 2024-08-22T20:28:11.3808320Z remote: Counting objects: 40% (95/237) 2024-08-22T20:28:11.3809094Z remote: Counting objects: 41% (98/237) 2024-08-22T20:28:11.3809671Z remote: Counting objects: 42% (100/237) 2024-08-22T20:28:11.3810316Z remote: Counting objects: 43% (102/237) 2024-08-22T20:28:11.3810928Z remote: Counting objects: 44% (105/237) 2024-08-22T20:28:11.3811476Z remote: Counting objects: 45% (107/237) 2024-08-22T20:28:11.3812107Z remote: Counting objects: 46% (110/237) 2024-08-22T20:28:11.3812903Z remote: Counting objects: 47% (112/237) 2024-08-22T20:28:11.3813589Z remote: Counting objects: 48% (114/237) 2024-08-22T20:28:11.3814197Z remote: Counting objects: 49% (117/237) 2024-08-22T20:28:11.3814796Z remote: Counting objects: 50% (119/237) 2024-08-22T20:28:11.3815366Z remote: Counting objects: 51% (121/237) 2024-08-22T20:28:11.3815949Z remote: Counting objects: 52% (124/237) 2024-08-22T20:28:11.3816590Z remote: Counting objects: 53% (126/237) 2024-08-22T20:28:11.3817350Z remote: Counting objects: 54% (128/237) 2024-08-22T20:28:11.3818049Z remote: Counting objects: 55% (131/237) 2024-08-22T20:28:11.3818639Z remote: Counting objects: 56% (133/237) 2024-08-22T20:28:11.3819215Z remote: Counting objects: 57% (136/237) 2024-08-22T20:28:11.3819827Z remote: Counting objects: 58% (138/237) 2024-08-22T20:28:11.3820407Z remote: Counting objects: 59% (140/237) 2024-08-22T20:28:11.3820992Z remote: Counting objects: 60% (143/237) 2024-08-22T20:28:11.3821786Z remote: Counting objects: 61% (145/237) 2024-08-22T20:28:11.3822493Z remote: Counting objects: 62% (147/237) 2024-08-22T20:28:11.3823071Z remote: Counting objects: 63% (150/237) 2024-08-22T20:28:11.3823695Z remote: Counting objects: 64% (152/237) 2024-08-22T20:28:11.3824270Z remote: Counting objects: 65% (155/237) 2024-08-22T20:28:11.3824867Z remote: Counting objects: 66% (157/237) 2024-08-22T20:28:11.3825471Z remote: Counting objects: 67% (159/237) 2024-08-22T20:28:11.3826051Z remote: Counting objects: 68% (162/237) 2024-08-22T20:28:11.3826654Z remote: Counting objects: 69% (164/237) 2024-08-22T20:28:11.3827282Z remote: Counting objects: 70% (166/237) 2024-08-22T20:28:11.3827814Z remote: Counting objects: 71% (169/237) 2024-08-22T20:28:11.3828404Z remote: Counting objects: 72% (171/237) 2024-08-22T20:28:11.3829193Z remote: Counting objects: 73% (174/237) 2024-08-22T20:28:11.3829893Z remote: Counting objects: 74% (176/237) 2024-08-22T20:28:11.3830544Z remote: Counting objects: 75% (178/237) 2024-08-22T20:28:11.3831382Z remote: Counting objects: 76% (181/237) 2024-08-22T20:28:11.3831981Z remote: Counting objects: 77% (183/237) 2024-08-22T20:28:11.3832575Z remote: Counting objects: 78% (185/237) 2024-08-22T20:28:11.3833209Z remote: Counting objects: 79% (188/237) 2024-08-22T20:28:11.3833748Z remote: Counting objects: 80% (190/237) 2024-08-22T20:28:11.3834469Z remote: Counting objects: 81% (192/237) 2024-08-22T20:28:11.3835378Z remote: Counting objects: 82% (195/237) 2024-08-22T20:28:11.3835956Z remote: Counting objects: 83% (197/237) 2024-08-22T20:28:11.3836534Z remote: Counting objects: 84% (200/237) 2024-08-22T20:28:11.3837162Z remote: Counting objects: 85% (202/237) 2024-08-22T20:28:11.3837772Z remote: Counting objects: 86% (204/237) 2024-08-22T20:28:11.3838556Z remote: Counting objects: 87% (207/237) 2024-08-22T20:28:11.3839420Z remote: Counting objects: 88% (209/237) 2024-08-22T20:28:11.3839968Z remote: Counting objects: 89% (211/237) 2024-08-22T20:28:11.3840549Z remote: Counting objects: 90% (214/237) 2024-08-22T20:28:11.3841204Z remote: Counting objects: 91% (216/237) 2024-08-22T20:28:11.3841741Z remote: Counting objects: 92% (219/237) 2024-08-22T20:28:11.3842312Z remote: Counting objects: 93% (221/237) 2024-08-22T20:28:11.3842949Z remote: Counting objects: 94% (223/237) 2024-08-22T20:28:11.3843536Z remote: Counting objects: 95% (226/237) 2024-08-22T20:28:11.3844071Z remote: Counting objects: 96% (228/237) 2024-08-22T20:28:11.3844897Z remote: Counting objects: 97% (230/237) 2024-08-22T20:28:11.3845540Z remote: Counting objects: 98% (233/237) 2024-08-22T20:28:11.3846105Z remote: Counting objects: 99% (235/237) 2024-08-22T20:28:11.3846743Z remote: Counting objects: 100% (237/237) 2024-08-22T20:28:11.3847356Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:28:11.3847974Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:28:11.3848629Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:28:11.3849294Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:28:11.3850049Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:28:11.3850793Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:28:11.3851392Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:28:11.3852004Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:28:11.3852689Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:28:11.3853380Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:28:11.3853987Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:28:11.3854618Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:28:11.3855257Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:28:11.3855861Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:28:11.3856486Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:28:11.3857109Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:28:11.3857706Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:28:11.3858329Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:28:11.3865748Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:28:11.3885730Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:28:11.3888019Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:28:11.3889247Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:28:11.3895853Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:28:11.3906276Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:28:11.3907045Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:28:11.3907707Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:28:11.3908405Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:28:11.3908966Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:28:11.3909588Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:28:11.3910509Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:28:11.3911167Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:28:11.3912486Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:28:11.3913324Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:28:11.3914370Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:28:11.3915243Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:28:11.3915950Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:28:11.3916553Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:28:11.3917413Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:28:11.3918099Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:28:11.3918872Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:28:11.3919504Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:28:11.3920105Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:28:11.3920724Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:28:11.3921433Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:28:11.3922143Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:28:11.3922947Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:28:11.3925758Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:28:11.3928570Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:28:11.3929697Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:28:11.3931008Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:28:11.3931780Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:28:11.3932605Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:28:11.3933362Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:28:11.3934167Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:28:11.3934948Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:28:11.3935758Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:28:11.3936571Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:28:11.3937277Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:28:11.3938041Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:28:11.3938650Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:28:11.3939302Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:28:11.3940046Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:28:11.3940647Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:28:11.3941379Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:28:11.3943852Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:28:11.3946197Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:28:11.3947221Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:28:11.3949672Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:28:11.3950609Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:28:11.3952525Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:28:11.3955101Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:28:11.3958674Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:28:11.3961115Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:28:11.3962338Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:28:11.3963079Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:28:11.3967295Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:28:11.3970254Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:28:11.3971299Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:28:11.3972155Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:28:11.3979718Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:28:11.3980765Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:28:11.3982346Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:28:11.3983119Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:28:11.3984049Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:28:11.3985209Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:28:11.3985929Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:28:11.3986558Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:28:11.3987217Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:28:11.3987805Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:28:11.3988569Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:28:11.3989228Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:28:11.3989810Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:28:11.3990399Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:28:11.3991050Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:28:11.3991634Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:28:11.3992295Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:28:11.3992972Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:28:11.3993801Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:28:11.3994417Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:28:11.3995114Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:28:11.3995678Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:28:11.3996278Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:28:11.3997002Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:28:11.4016154Z Receiving objects: 0% (1/237) 2024-08-22T20:28:11.4016750Z Receiving objects: 1% (3/237) 2024-08-22T20:28:11.4017350Z Receiving objects: 2% (5/237) 2024-08-22T20:28:11.4018036Z Receiving objects: 3% (8/237) 2024-08-22T20:28:11.4020251Z Receiving objects: 4% (10/237) 2024-08-22T20:28:11.4021375Z Receiving objects: 5% (12/237) 2024-08-22T20:28:11.4022015Z Receiving objects: 6% (15/237) 2024-08-22T20:28:11.4022505Z Receiving objects: 7% (17/237) 2024-08-22T20:28:11.4023101Z Receiving objects: 8% (19/237) 2024-08-22T20:28:11.4026319Z Receiving objects: 9% (22/237) 2024-08-22T20:28:11.4026768Z Receiving objects: 10% (24/237) 2024-08-22T20:28:11.4027338Z Receiving objects: 11% (27/237) 2024-08-22T20:28:11.4027815Z Receiving objects: 12% (29/237) 2024-08-22T20:28:11.4028258Z Receiving objects: 13% (31/237) 2024-08-22T20:28:11.4029138Z Receiving objects: 14% (34/237) 2024-08-22T20:28:11.4029658Z Receiving objects: 15% (36/237) 2024-08-22T20:28:11.4032864Z Receiving objects: 16% (38/237) 2024-08-22T20:28:11.4033667Z Receiving objects: 17% (41/237) 2024-08-22T20:28:11.4034279Z Receiving objects: 18% (43/237) 2024-08-22T20:28:11.4035022Z Receiving objects: 19% (46/237) 2024-08-22T20:28:11.4035596Z Receiving objects: 20% (48/237) 2024-08-22T20:28:11.4036276Z Receiving objects: 21% (50/237) 2024-08-22T20:28:11.4036987Z Receiving objects: 22% (53/237) 2024-08-22T20:28:11.4037568Z Receiving objects: 23% (55/237) 2024-08-22T20:28:11.4038228Z Receiving objects: 24% (57/237) 2024-08-22T20:28:11.4038926Z Receiving objects: 25% (60/237) 2024-08-22T20:28:11.4039497Z Receiving objects: 26% (62/237) 2024-08-22T20:28:11.4040068Z Receiving objects: 27% (64/237) 2024-08-22T20:28:11.4040637Z Receiving objects: 28% (67/237) 2024-08-22T20:28:11.4041071Z Receiving objects: 29% (69/237) 2024-08-22T20:28:11.4041578Z Receiving objects: 30% (72/237) 2024-08-22T20:28:11.4042307Z Receiving objects: 31% (74/237) 2024-08-22T20:28:11.4042856Z Receiving objects: 32% (76/237) 2024-08-22T20:28:11.4043409Z Receiving objects: 33% (79/237) 2024-08-22T20:28:11.4043956Z Receiving objects: 34% (81/237) 2024-08-22T20:28:11.4044543Z Receiving objects: 35% (83/237) 2024-08-22T20:28:11.4045311Z Receiving objects: 36% (86/237) 2024-08-22T20:28:11.4045849Z Receiving objects: 37% (88/237) 2024-08-22T20:28:11.4048528Z Receiving objects: 38% (91/237) 2024-08-22T20:28:11.4049672Z Receiving objects: 39% (93/237) 2024-08-22T20:28:11.4050650Z Receiving objects: 40% (95/237) 2024-08-22T20:28:11.4051291Z Receiving objects: 41% (98/237) 2024-08-22T20:28:11.4051877Z Receiving objects: 42% (100/237) 2024-08-22T20:28:11.4052584Z Receiving objects: 43% (102/237) 2024-08-22T20:28:11.4053148Z Receiving objects: 44% (105/237) 2024-08-22T20:28:11.4053587Z Receiving objects: 45% (107/237) 2024-08-22T20:28:11.4054128Z Receiving objects: 46% (110/237) 2024-08-22T20:28:11.4054629Z Receiving objects: 47% (112/237) 2024-08-22T20:28:11.4055218Z Receiving objects: 48% (114/237) 2024-08-22T20:28:11.4055796Z Receiving objects: 49% (117/237) 2024-08-22T20:28:11.4079944Z Receiving objects: 50% (119/237) 2024-08-22T20:28:11.4088689Z Receiving objects: 51% (121/237) 2024-08-22T20:28:11.4089735Z Receiving objects: 52% (124/237) 2024-08-22T20:28:11.4175587Z Receiving objects: 53% (126/237) 2024-08-22T20:28:11.4176166Z Receiving objects: 54% (128/237) 2024-08-22T20:28:11.4182511Z Receiving objects: 55% (131/237) 2024-08-22T20:28:11.4184423Z Receiving objects: 56% (133/237) 2024-08-22T20:28:11.4185216Z Receiving objects: 57% (136/237) 2024-08-22T20:28:11.4185783Z Receiving objects: 58% (138/237) 2024-08-22T20:28:11.4186261Z Receiving objects: 59% (140/237) 2024-08-22T20:28:11.4186939Z Receiving objects: 60% (143/237) 2024-08-22T20:28:11.4187519Z Receiving objects: 61% (145/237) 2024-08-22T20:28:11.4188048Z Receiving objects: 62% (147/237) 2024-08-22T20:28:11.4188639Z Receiving objects: 63% (150/237) 2024-08-22T20:28:11.4189251Z Receiving objects: 64% (152/237) 2024-08-22T20:28:11.4190289Z Receiving objects: 65% (155/237) 2024-08-22T20:28:11.4191036Z Receiving objects: 66% (157/237) 2024-08-22T20:28:11.4191681Z Receiving objects: 67% (159/237) 2024-08-22T20:28:11.4192311Z Receiving objects: 68% (162/237) 2024-08-22T20:28:11.4193015Z Receiving objects: 69% (164/237) 2024-08-22T20:28:11.4193808Z Receiving objects: 70% (166/237) 2024-08-22T20:28:11.4194662Z Receiving objects: 71% (169/237) 2024-08-22T20:28:11.4195387Z Receiving objects: 72% (171/237) 2024-08-22T20:28:11.4196017Z Receiving objects: 73% (174/237) 2024-08-22T20:28:11.4196554Z Receiving objects: 74% (176/237) 2024-08-22T20:28:11.4198636Z Receiving objects: 75% (178/237) 2024-08-22T20:28:11.4199285Z Receiving objects: 76% (181/237) 2024-08-22T20:28:11.4199889Z Receiving objects: 77% (183/237) 2024-08-22T20:28:11.4200948Z Receiving objects: 78% (185/237) 2024-08-22T20:28:11.4201734Z Receiving objects: 79% (188/237) 2024-08-22T20:28:11.4204027Z Receiving objects: 80% (190/237) 2024-08-22T20:28:11.4205362Z Receiving objects: 81% (192/237) 2024-08-22T20:28:11.4206173Z Receiving objects: 82% (195/237) 2024-08-22T20:28:11.4210533Z Receiving objects: 83% (197/237) 2024-08-22T20:28:11.4211597Z Receiving objects: 84% (200/237) 2024-08-22T20:28:11.4213960Z Receiving objects: 85% (202/237) 2024-08-22T20:28:11.4214555Z Receiving objects: 86% (204/237) 2024-08-22T20:28:11.4215278Z Receiving objects: 87% (207/237) 2024-08-22T20:28:11.4216015Z Receiving objects: 88% (209/237) 2024-08-22T20:28:11.4216651Z Receiving objects: 89% (211/237) 2024-08-22T20:28:11.4217556Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:28:11.4219615Z Receiving objects: 90% (214/237) 2024-08-22T20:28:11.4220550Z Receiving objects: 91% (216/237) 2024-08-22T20:28:11.4221371Z Receiving objects: 92% (219/237) 2024-08-22T20:28:11.4222253Z Receiving objects: 93% (221/237) 2024-08-22T20:28:11.4222901Z Receiving objects: 94% (223/237) 2024-08-22T20:28:11.4223631Z Receiving objects: 95% (226/237) 2024-08-22T20:28:11.4225569Z Receiving objects: 96% (228/237) 2024-08-22T20:28:11.4226216Z Receiving objects: 97% (230/237) 2024-08-22T20:28:11.4226946Z Receiving objects: 98% (233/237) 2024-08-22T20:28:11.4227562Z Receiving objects: 99% (235/237) 2024-08-22T20:28:11.4228104Z Receiving objects: 100% (237/237) 2024-08-22T20:28:11.4228827Z Receiving objects: 100% (237/237), 488.09 KiB | 23.24 MiB/s, done. 2024-08-22T20:28:11.4230730Z Resolving deltas: 0% (0/16) 2024-08-22T20:28:11.4233317Z Resolving deltas: 6% (1/16) 2024-08-22T20:28:11.4235250Z Resolving deltas: 12% (2/16) 2024-08-22T20:28:11.4237949Z Resolving deltas: 18% (3/16) 2024-08-22T20:28:11.4238880Z Resolving deltas: 31% (5/16) 2024-08-22T20:28:11.4239518Z Resolving deltas: 37% (6/16) 2024-08-22T20:28:11.4240329Z Resolving deltas: 43% (7/16) 2024-08-22T20:28:11.4241143Z Resolving deltas: 50% (8/16) 2024-08-22T20:28:11.4241665Z Resolving deltas: 56% (9/16) 2024-08-22T20:28:11.4242149Z Resolving deltas: 62% (10/16) 2024-08-22T20:28:11.4242958Z Resolving deltas: 68% (11/16) 2024-08-22T20:28:11.4243691Z Resolving deltas: 75% (12/16) 2024-08-22T20:28:11.4244223Z Resolving deltas: 81% (13/16) 2024-08-22T20:28:11.4244892Z Resolving deltas: 87% (14/16) 2024-08-22T20:28:11.4245348Z Resolving deltas: 93% (15/16) 2024-08-22T20:28:11.4245820Z Resolving deltas: 100% (16/16) 2024-08-22T20:28:11.4246361Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:28:11.4368045Z From https://github.com/pytorch/torchchat 2024-08-22T20:28:11.4368837Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:28:11.4394640Z ##[endgroup] 2024-08-22T20:28:11.4395719Z ##[group]Determining the checkout info 2024-08-22T20:28:11.4397396Z ##[endgroup] 2024-08-22T20:28:11.4398474Z ##[group]Checking out the ref 2024-08-22T20:28:11.4402539Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:28:11.4578246Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:28:11.4578912Z 2024-08-22T20:28:11.4579494Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:11.4580460Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:11.4581598Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:11.4582462Z 2024-08-22T20:28:11.4582996Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:11.4584293Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:11.4585007Z 2024-08-22T20:28:11.4585407Z git switch -c 2024-08-22T20:28:11.4585981Z 2024-08-22T20:28:11.4586272Z Or undo this operation with: 2024-08-22T20:28:11.4586670Z 2024-08-22T20:28:11.4586895Z git switch - 2024-08-22T20:28:11.4587301Z 2024-08-22T20:28:11.4587873Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:11.4588790Z 2024-08-22T20:28:11.4589581Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:28:11.4592061Z ##[endgroup] 2024-08-22T20:28:11.4638196Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:11.4677107Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:28:11.4891607Z Prepare all required actions 2024-08-22T20:28:11.5025409Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:28:11.5026041Z with: 2024-08-22T20:28:11.5026550Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5027146Z docker-build-dir: .ci/docker 2024-08-22T20:28:11.5027660Z working-directory: pytorch/torchchat 2024-08-22T20:28:11.5028341Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:11.5028923Z force-push: false 2024-08-22T20:28:11.5029344Z env: 2024-08-22T20:28:11.5029811Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5030343Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:11.5030817Z PR_NUMBER: 1044 2024-08-22T20:28:11.5033127Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:11.5035467Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:11.5036595Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:11.5037428Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:11.5038134Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:11.5038716Z ##[endgroup] 2024-08-22T20:28:11.5065228Z ##[group]Run set -ex 2024-08-22T20:28:11.5065767Z set -ex 2024-08-22T20:28:11.5066147Z  2024-08-22T20:28:11.5066790Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:28:11.5067857Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:28:11.5068761Z # job could then download the pre-built image as usual 2024-08-22T20:28:11.5069549Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:28:11.5070362Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5071150Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5071758Z  2024-08-22T20:28:11.5072410Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:28:11.5073145Z  exit 0 2024-08-22T20:28:11.5073507Z else 2024-08-22T20:28:11.5074047Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5074600Z fi 2024-08-22T20:28:11.5074941Z  2024-08-22T20:28:11.5075568Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:28:11.5076500Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:28:11.5077356Z  # use it as it is, but first let's extract the tag 2024-08-22T20:28:11.5078174Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:28:11.5079045Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5079821Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5080499Z else 2024-08-22T20:28:11.5081022Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:28:11.5081803Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5082773Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:11.5083595Z fi 2024-08-22T20:28:11.5094907Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:11.5095452Z env: 2024-08-22T20:28:11.5096062Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5096745Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:11.5097178Z PR_NUMBER: 1044 2024-08-22T20:28:11.5099328Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:11.5101747Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:11.5102617Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:11.5103473Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:11.5104143Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:11.5104744Z REPO_NAME: torchchat 2024-08-22T20:28:11.5105284Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5105811Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:28:11.5106405Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:11.5107271Z ##[endgroup] 2024-08-22T20:28:11.5139833Z + [[ ! -d .ci/docker ]] 2024-08-22T20:28:11.5140347Z + echo skip=true 2024-08-22T20:28:11.5140862Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5141697Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:28:11.5142703Z + exit 0 2024-08-22T20:28:11.5143264Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:28:11.5264645Z Prepare all required actions 2024-08-22T20:28:11.5309535Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:28:11.5310145Z with: 2024-08-22T20:28:11.5310576Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5311250Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:11.5311869Z env: 2024-08-22T20:28:11.5312292Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5312852Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:11.5313358Z PR_NUMBER: 1044 2024-08-22T20:28:11.5360647Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:11.5362961Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:11.5363718Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:11.5364428Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:11.5365111Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:11.5365579Z ##[endgroup] 2024-08-22T20:28:11.5385735Z ##[group]Run set -x 2024-08-22T20:28:11.5386097Z set -x 2024-08-22T20:28:11.5386398Z set +e 2024-08-22T20:28:11.5386691Z  2024-08-22T20:28:11.5386967Z login() { 2024-08-22T20:28:11.5387609Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:28:11.5388352Z } 2024-08-22T20:28:11.5388625Z  2024-08-22T20:28:11.5388904Z retry () { 2024-08-22T20:28:11.5389293Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:28:11.5389728Z } 2024-08-22T20:28:11.5390006Z  2024-08-22T20:28:11.5390321Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:28:11.5390723Z  2024-08-22T20:28:11.5390999Z set -e 2024-08-22T20:28:11.5391466Z # ignore output since only exit code is used for conditional 2024-08-22T20:28:11.5392149Z # only pull docker image if it's not available locally 2024-08-22T20:28:11.5392886Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:28:11.5393915Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:28:11.5394353Z fi 2024-08-22T20:28:11.5403088Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:11.5403581Z env: 2024-08-22T20:28:11.5403905Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:11.5404352Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:11.5404820Z PR_NUMBER: 1044 2024-08-22T20:28:11.5406859Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:11.5409129Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:11.5410038Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:11.5410751Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:11.5411353Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:11.5411950Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:11.5412446Z ##[endgroup] 2024-08-22T20:28:11.5439924Z + set +e 2024-08-22T20:28:11.5440937Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:11.5441585Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:11.5447880Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:28:11.5448685Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:12.1194312Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:12.1196021Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:12.1198027Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:12.1198770Z 2024-08-22T20:28:12.1198907Z Login Succeeded 2024-08-22T20:28:12.1219122Z + set -e 2024-08-22T20:28:12.1219708Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:28:12.1379980Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:12.1380588Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:12.2927622Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:28:12.2928526Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:28:12.2929051Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:28:12.2929554Z f3b743645691: Pulling fs layer 2024-08-22T20:28:12.2930220Z 09ec69653086: Pulling fs layer 2024-08-22T20:28:12.2930723Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:28:12.2931215Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:28:12.2931694Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:28:12.2932069Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:28:12.2932449Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:28:12.2932819Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:28:12.2933184Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:28:12.2933541Z 90d96273fa23: Pulling fs layer 2024-08-22T20:28:12.2933904Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:28:12.2934348Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:28:12.2934710Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:28:12.2935071Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:28:12.2935444Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:28:12.2935801Z 784019980816: Pulling fs layer 2024-08-22T20:28:12.2936162Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:28:12.2936527Z 417dce1e59af: Pulling fs layer 2024-08-22T20:28:12.2936969Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:28:12.2937333Z f49fb64d359c: Pulling fs layer 2024-08-22T20:28:12.2937695Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:28:12.2938051Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:28:12.2938434Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:28:12.2938805Z c5058f81a371: Pulling fs layer 2024-08-22T20:28:12.2939142Z 6a40c884dc1c: Waiting 2024-08-22T20:28:12.2939455Z e8f5e731f8e4: Waiting 2024-08-22T20:28:12.2939764Z 21c4fd2610fc: Waiting 2024-08-22T20:28:12.2940082Z ca3686f68fee: Pulling fs layer 2024-08-22T20:28:12.2940432Z db6f5f4c0334: Waiting 2024-08-22T20:28:12.2940740Z af5c0f3f240b: Waiting 2024-08-22T20:28:12.2941044Z 43ef26b4d3a4: Waiting 2024-08-22T20:28:12.2941350Z 7027d2bdfdb1: Waiting 2024-08-22T20:28:12.2941664Z 1c60ace79a8a: Waiting 2024-08-22T20:28:12.2941964Z 6d463d3f66d5: Waiting 2024-08-22T20:28:12.2942285Z fdb9230cd483: Pulling fs layer 2024-08-22T20:28:12.2942643Z bfb071e5ae48: Waiting 2024-08-22T20:28:12.2942957Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:28:12.2943305Z 625bfd303d2d: Waiting 2024-08-22T20:28:12.2943610Z b2ba091c4c7d: Waiting 2024-08-22T20:28:12.2943904Z 90d96273fa23: Waiting 2024-08-22T20:28:12.2944205Z 2b99a72dd557: Waiting 2024-08-22T20:28:12.2944527Z e7fc196062f1: Pulling fs layer 2024-08-22T20:28:12.2945120Z 8cfb81a5220c: Waiting 2024-08-22T20:28:12.2945424Z c5058f81a371: Waiting 2024-08-22T20:28:12.2945725Z 07dcdf002e0e: Waiting 2024-08-22T20:28:12.2946018Z fdb9230cd483: Waiting 2024-08-22T20:28:12.2946326Z a7beba6b9d19: Waiting 2024-08-22T20:28:12.2946630Z f49fb64d359c: Waiting 2024-08-22T20:28:12.2946921Z 09ec69653086: Waiting 2024-08-22T20:28:12.2947222Z dc18f68db4d4: Waiting 2024-08-22T20:28:12.3335332Z 1feefa38b24d: Download complete 2024-08-22T20:28:12.3453994Z f3b743645691: Verifying Checksum 2024-08-22T20:28:12.3454422Z f3b743645691: Download complete 2024-08-22T20:28:12.3720598Z 09ec69653086: Verifying Checksum 2024-08-22T20:28:12.3721030Z 09ec69653086: Download complete 2024-08-22T20:28:13.0907207Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:28:13.0907680Z 2d473b07cdd5: Download complete 2024-08-22T20:28:13.1457710Z af5c0f3f240b: Download complete 2024-08-22T20:28:13.1644501Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:28:13.1645151Z 6d463d3f66d5: Download complete 2024-08-22T20:28:13.2913564Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:28:13.2914123Z 0cb4bb0dd002: Download complete 2024-08-22T20:28:13.3373590Z 6a40c884dc1c: Download complete 2024-08-22T20:28:13.4067618Z 21c4fd2610fc: Download complete 2024-08-22T20:28:13.4483628Z 90d96273fa23: Download complete 2024-08-22T20:28:13.7417729Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:28:13.7418288Z 1c60ace79a8a: Download complete 2024-08-22T20:28:13.7955401Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:28:13.7955994Z 07dcdf002e0e: Download complete 2024-08-22T20:28:14.3808747Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:28:14.3809415Z e8f5e731f8e4: Download complete 2024-08-22T20:28:14.8870304Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:28:14.8870949Z 625bfd303d2d: Download complete 2024-08-22T20:28:14.9168341Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:28:14.9168839Z 43ef26b4d3a4: Download complete 2024-08-22T20:28:14.9259334Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:28:14.9259801Z db6f5f4c0334: Download complete 2024-08-22T20:28:14.9592172Z 784019980816: Download complete 2024-08-22T20:28:14.9956458Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:28:14.9956870Z a7beba6b9d19: Download complete 2024-08-22T20:28:15.1313863Z 2b99a72dd557: Download complete 2024-08-22T20:28:15.1408643Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:28:15.1409264Z 7027d2bdfdb1: Download complete 2024-08-22T20:28:15.2159644Z f49fb64d359c: Download complete 2024-08-22T20:28:15.3020360Z b2ba091c4c7d: Download complete 2024-08-22T20:28:15.3540932Z 8cfb81a5220c: Download complete 2024-08-22T20:28:15.4033855Z c5058f81a371: Verifying Checksum 2024-08-22T20:28:15.4034473Z c5058f81a371: Download complete 2024-08-22T20:28:15.8447183Z ca3686f68fee: Verifying Checksum 2024-08-22T20:28:15.8447653Z ca3686f68fee: Download complete 2024-08-22T20:28:15.8866522Z fdb9230cd483: Verifying Checksum 2024-08-22T20:28:15.8867091Z fdb9230cd483: Download complete 2024-08-22T20:28:15.9253653Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:28:15.9254369Z dc18f68db4d4: Download complete 2024-08-22T20:28:16.5995639Z 2d473b07cdd5: Pull complete 2024-08-22T20:28:16.6231365Z 1feefa38b24d: Pull complete 2024-08-22T20:28:16.6454327Z f3b743645691: Pull complete 2024-08-22T20:28:16.6651979Z 09ec69653086: Pull complete 2024-08-22T20:28:19.2783306Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:28:19.2783903Z bfb071e5ae48: Download complete 2024-08-22T20:28:20.8252137Z 07dcdf002e0e: Pull complete 2024-08-22T20:28:21.4741586Z e7fc196062f1: Verifying Checksum 2024-08-22T20:28:21.4742071Z e7fc196062f1: Download complete 2024-08-22T20:28:23.4667073Z 6d463d3f66d5: Pull complete 2024-08-22T20:28:23.6730729Z af5c0f3f240b: Pull complete 2024-08-22T20:28:25.0354577Z 1c60ace79a8a: Pull complete 2024-08-22T20:28:25.1940820Z 0cb4bb0dd002: Pull complete 2024-08-22T20:28:25.2141646Z 6a40c884dc1c: Pull complete 2024-08-22T20:28:25.2390299Z 21c4fd2610fc: Pull complete 2024-08-22T20:28:25.2601859Z 90d96273fa23: Pull complete 2024-08-22T20:28:28.6396751Z 625bfd303d2d: Pull complete 2024-08-22T20:28:30.1090828Z e8f5e731f8e4: Pull complete 2024-08-22T20:28:33.9877081Z 43ef26b4d3a4: Pull complete 2024-08-22T20:28:35.7589052Z 7027d2bdfdb1: Pull complete 2024-08-22T20:28:35.7768138Z db6f5f4c0334: Pull complete 2024-08-22T20:28:35.7976995Z 784019980816: Pull complete 2024-08-22T20:28:35.8154413Z a7beba6b9d19: Pull complete 2024-08-22T20:29:04.7956412Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:04.7956827Z 417dce1e59af: Download complete 2024-08-22T20:29:56.0579055Z 417dce1e59af: Pull complete 2024-08-22T20:29:56.5251390Z 2b99a72dd557: Pull complete 2024-08-22T20:29:56.6619400Z f49fb64d359c: Pull complete 2024-08-22T20:30:12.0245420Z bfb071e5ae48: Pull complete 2024-08-22T20:30:12.2567370Z b2ba091c4c7d: Pull complete 2024-08-22T20:30:12.4847535Z 8cfb81a5220c: Pull complete 2024-08-22T20:30:12.7086146Z c5058f81a371: Pull complete 2024-08-22T20:30:13.2361234Z ca3686f68fee: Pull complete 2024-08-22T20:30:13.4594597Z fdb9230cd483: Pull complete 2024-08-22T20:30:13.6920546Z dc18f68db4d4: Pull complete 2024-08-22T20:30:32.7886672Z e7fc196062f1: Pull complete 2024-08-22T20:30:32.9053681Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:30:32.9517511Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:30:32.9797921Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:30:32.9924619Z ##[group]Run set -ex 2024-08-22T20:30:32.9924984Z set -ex 2024-08-22T20:30:32.9925392Z { 2024-08-22T20:30:32.9925703Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:30:32.9926123Z  echo "set -eou pipefail"; 2024-08-22T20:30:32.9926551Z  # shellcheck disable=SC2016 2024-08-22T20:30:32.9927024Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:30:32.9927475Z  echo "set -x"; 2024-08-22T20:30:32.9927828Z  echo "${SCRIPT}"; 2024-08-22T20:30:32.9928219Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:32.9928679Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:32.9929592Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:30:32.9940042Z shell: /usr/bin/bash -e {0} 2024-08-22T20:30:32.9940385Z env: 2024-08-22T20:30:32.9940735Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:30:32.9941185Z REPOSITORY: pytorch/torchchat 2024-08-22T20:30:32.9941555Z PR_NUMBER: 1044 2024-08-22T20:30:32.9943592Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:30:32.9945860Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:30:32.9946625Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:30:32.9947557Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:30:32.9948171Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:30:32.9949027Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:30:32.9949443Z ##[endgroup] 2024-08-22T20:30:32.9984543Z + echo '#!/usr/bin/env bash' 2024-08-22T20:30:32.9984959Z + echo 'set -eou pipefail' 2024-08-22T20:30:32.9985396Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:30:32.9985837Z + echo 'set -x' 2024-08-22T20:30:32.9988183Z + echo 'echo "::group::Print machine info" 2024-08-22T20:30:32.9988653Z uname -a 2024-08-22T20:30:32.9988935Z echo "::endgroup::" 2024-08-22T20:30:32.9989138Z 2024-08-22T20:30:32.9993681Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:30:32.9994597Z yum install -y devtoolset-10-binutils 2024-08-22T20:30:32.9995664Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:30:32.9996283Z echo "::endgroup::" 2024-08-22T20:30:32.9996541Z 2024-08-22T20:30:32.9996888Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced 2024-08-22T20:30:32.9997249Z 2024-08-22T20:30:32.9997388Z echo "::group::Completion" 2024-08-22T20:30:32.9997746Z echo "tests complete" 2024-08-22T20:30:32.9998103Z echo "*******************************************" 2024-08-22T20:30:32.9998527Z echo "::endgroup::" 2024-08-22T20:30:32.9998843Z ' 2024-08-22T20:30:32.9999303Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:30:33.0002472Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:31:11.9033899Z Running command: 2024-08-22T20:31:11.9048093Z 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_10515112207" `# 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 --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat:/pytorch/torchchat" -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/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_a1a80b39-b024-4ef9-a293-383e66c9d819":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a1a80b39-b024-4ef9-a293-383e66c9d819" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:31:11.9055065Z 2024-08-22T20:31:11.9055613Z e59cf22c58cf16300fa016292a2158875b669e84c31c32e52c247136efb07c02 2024-08-22T20:31:11.9056800Z Running command: docker exec -t e59cf22c58cf16300fa016292a2158875b669e84c31c32e52c247136efb07c02 /exec 2024-08-22T20:31:11.9057656Z + echo '::group::Print machine info' 2024-08-22T20:31:11.9058401Z ##[group]Print machine info 2024-08-22T20:31:11.9058753Z + uname -a 2024-08-22T20:31:11.9059590Z Linux e59cf22c58cf 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:31:11.9060400Z + echo ::endgroup:: 2024-08-22T20:31:11.9060924Z ##[endgroup] 2024-08-22T20:31:11.9061497Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:31:11.9062475Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:31:11.9063091Z + yum install -y devtoolset-10-binutils 2024-08-22T20:31:11.9063537Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:31:11.9063972Z Loading mirror speeds from cached hostfile 2024-08-22T20:31:11.9064286Z 2024-08-22T20:31:11.9064561Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:31:11.9065132Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:31:11.9065425Z 2024-08-22T20:31:11.9065642Z base | 3.6 kB 00:00 2024-08-22T20:31:11.9066002Z 2024-08-22T20:31:11.9066326Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:31:11.9066733Z 2024-08-22T20:31:11.9067062Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:31:11.9067690Z 2024-08-22T20:31:11.9067912Z extras | 2.9 kB 00:00 2024-08-22T20:31:11.9068271Z 2024-08-22T20:31:11.9068491Z updates | 2.9 kB 00:00 2024-08-22T20:31:11.9068984Z Resolving Dependencies 2024-08-22T20:31:11.9069381Z --> Running transaction check 2024-08-22T20:31:11.9069998Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:31:11.9070991Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:31:11.9071768Z --> Running transaction check 2024-08-22T20:31:11.9072362Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:31:11.9072970Z --> Finished Dependency Resolution 2024-08-22T20:31:11.9073243Z 2024-08-22T20:31:11.9073368Z Dependencies Resolved 2024-08-22T20:31:11.9073575Z 2024-08-22T20:31:11.9073757Z ================================================================================ 2024-08-22T20:31:11.9074336Z Package Arch Version Repository Size 2024-08-22T20:31:11.9074908Z ================================================================================ 2024-08-22T20:31:11.9075348Z Installing: 2024-08-22T20:31:11.9076035Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:31:11.9076626Z Installing for dependencies: 2024-08-22T20:31:11.9077248Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:31:11.9077701Z 2024-08-22T20:31:11.9077824Z Transaction Summary 2024-08-22T20:31:11.9078183Z ================================================================================ 2024-08-22T20:31:11.9078666Z Install 1 Package (+1 Dependent package) 2024-08-22T20:31:11.9078963Z 2024-08-22T20:31:11.9079096Z Total download size: 6.3 M 2024-08-22T20:31:11.9079431Z Installed size: 25 M 2024-08-22T20:31:11.9079757Z Downloading packages: 2024-08-22T20:31:11.9079959Z 2024-08-22T20:31:11.9080381Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:31:11.9080859Z 2024-08-22T20:31:11.9081263Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:31:11.9082012Z -------------------------------------------------------------------------------- 2024-08-22T20:31:11.9082579Z Total 25 MB/s | 6.3 MB 00:00 2024-08-22T20:31:11.9083065Z Running transaction check 2024-08-22T20:31:11.9083404Z Running transaction test 2024-08-22T20:31:11.9083745Z Transaction test succeeded 2024-08-22T20:31:11.9084085Z Running transaction 2024-08-22T20:31:11.9084274Z 2024-08-22T20:31:11.9084653Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:31:11.9085655Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:31:11.9086480Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:31:11.9087292Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:31:11.9088113Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:31:11.9088941Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:31:11.9089745Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:31:11.9090559Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:31:11.9091366Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:31:11.9092174Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:31:11.9092976Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:31:11.9094234Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:31:11.9095199Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:31:11.9096005Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:31:11.9096814Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:31:11.9097621Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:31:11.9098426Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:31:11.9099223Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:31:11.9100032Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:31:11.9100832Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:31:11.9101627Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:31:11.9102436Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:31:11.9103239Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:31:11.9104043Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:31:11.9104978Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:31:11.9105792Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:31:11.9106641Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:31:11.9107436Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:31:11.9108267Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:11.9109022Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:31:11.9109451Z 2024-08-22T20:31:11.9109828Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:31:11.9110644Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:31:11.9111453Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:31:11.9112263Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:31:11.9113066Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:31:11.9113877Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:31:11.9114683Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:31:11.9115524Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:31:11.9116345Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:31:11.9117152Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:31:11.9117954Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:31:11.9118761Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:31:11.9120753Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:31:11.9121560Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:31:11.9122358Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:31:11.9123161Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:31:11.9123973Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:31:11.9124863Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:31:11.9125713Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:31:13.6580482Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:31:13.6581669Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:31:13.6582842Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:31:13.6583935Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:31:13.6584862Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:31:13.6585681Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:31:13.6586561Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:31:13.6587372Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:31:13.6588187Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:31:13.6588995Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:31:13.6589840Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:13.6590799Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:31:13.6592140Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:31:13.6593559Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:31:13.6594639Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:31:13.6595710Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:31:13.6596353Z 2024-08-22T20:31:13.6596752Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:13.6597221Z 2024-08-22T20:31:13.6597614Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:13.6598095Z 2024-08-22T20:31:13.6598207Z Installed: 2024-08-22T20:31:13.6598756Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:31:13.6599215Z 2024-08-22T20:31:13.6599348Z Dependency Installed: 2024-08-22T20:31:13.6599939Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:31:13.6600401Z 2024-08-22T20:31:13.6600511Z Complete! 2024-08-22T20:31:13.6601896Z + export PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:31:13.6604259Z + PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:31:13.6605638Z + echo ::endgroup:: 2024-08-22T20:31:13.6606301Z ##[endgroup] 2024-08-22T20:31:13.6606591Z + TORCHCHAT_DEVICE=cpu 2024-08-22T20:31:13.6606970Z + .ci/scripts/run-docs advanced 2024-08-22T20:31:13.6607586Z ##[group]Create script to run advanced 2024-08-22T20:31:13.6608242Z ##[endgroup] 2024-08-22T20:31:13.6608730Z ##[group]Run advanced 2024-08-22T20:31:13.6609059Z ******************************************* 2024-08-22T20:31:13.6609495Z set -eou pipefail 2024-08-22T20:31:13.6609804Z ./install_requirements.sh 2024-08-22T20:31:13.6610187Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-08-22T20:31:13.6610610Z if false; then 2024-08-22T20:31:13.6610971Z python3 torchchat.py ... --help 2024-08-22T20:31:13.6611328Z fi 2024-08-22T20:31:13.6611587Z MODEL_NAME=stories15M 2024-08-22T20:31:13.6611927Z MODEL_DIR=~/checkpoints/${MODEL_NAME} 2024-08-22T20:31:13.6612335Z MODEL_PATH=${MODEL_DIR}/stories15M.pt 2024-08-22T20:31:13.6612779Z MODEL_OUT=~/torchchat-exports 2024-08-22T20:31:13.6613016Z 2024-08-22T20:31:13.6613360Z mkdir -p ${MODEL_DIR} 2024-08-22T20:31:13.6613712Z mkdir -p ${MODEL_OUT} 2024-08-22T20:31:13.6614405Z python3 generate.py --checkpoint-path ${MODEL_PATH} --prompt "Hello, my name is" --device cpu 2024-08-22T20:31:13.6615385Z python3 export.py --checkpoint-path ${MODEL_PATH} --output-pte-path ${MODEL_NAME}.pte 2024-08-22T20:31:13.6616388Z python3 export.py --checkpoint-path ${MODEL_PATH} --device cpu --output-dso-path ${MODEL_NAME}.so 2024-08-22T20:31:13.6617542Z python3 generate.py --checkpoint-path ${MODEL_PATH} --pte-path ${MODEL_NAME}.pte --device cpu --prompt "Once upon a time" 2024-08-22T20:31:13.6618636Z python3 generate.py --device cpu --dso-path ${MODEL_NAME}.so --prompt "Once upon a time" 2024-08-22T20:31:13.6619264Z if false; then 2024-08-22T20:31:13.6619627Z python3 generate.py --dtype fp32 ... 2024-08-22T20:31:13.6620092Z python3 export.py --dtype fp32 ... 2024-08-22T20:31:13.6620461Z fi 2024-08-22T20:31:13.6620705Z if false; then 2024-08-22T20:31:13.6621080Z python3 ... --gguf-path 2024-08-22T20:31:13.6621476Z fi 2024-08-22T20:31:13.6621838Z echo 'reached end of file without exit command' 2024-08-22T20:31:13.6622265Z exit 1; 2024-08-22T20:31:13.6622519Z exit 1 2024-08-22T20:31:13.6622784Z ******************************************* 2024-08-22T20:31:13.6623211Z + set -eou pipefail 2024-08-22T20:31:13.6623670Z + ./install_requirements.sh 2024-08-22T20:31:13.6624441Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:13.6625424Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:13.6626345Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:31:13.6627167Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:31:13.6627869Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:31:13.6629316Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:31:13.6630295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 14.8 MB/s eta 0:00:00 2024-08-22T20:31:13.6631060Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:31:13.6631675Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:31:13.6632427Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:31:13.6633329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 13.3 MB/s eta 0:00:00 2024-08-22T20:31:13.6634105Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:31:13.6634998Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:31:13.6635977Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:31:13.6636949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 51.4 MB/s eta 0:00:00 2024-08-22T20:31:13.6637722Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:31:13.6638398Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:31:13.6639208Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:31:13.6640129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 42.4 MB/s eta 0:00:00 2024-08-22T20:31:13.6640942Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:31:13.6642156Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:31:13.6643405Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:31:13.6644417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 70.7 MB/s eta 0:00:00 2024-08-22T20:31:13.6645300Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:31:13.6646454Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-08-22T20:31:13.6647664Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:31:13.6648670Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 8.3/18.3 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:31:13.6649739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 17.0/18.3 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:31:13.6650763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:31:13.6651777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:31:13.6652751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:31:13.6653801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 67.8 MB/s eta 0:00:00 2024-08-22T20:31:19.8484724Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:31:19.8485833Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:31:19.8486882Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:31:19.8487805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 68.4 MB/s eta 0:00:00 2024-08-22T20:31:19.8488625Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:31:19.8489865Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:31:19.8491039Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:31:19.8491970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 20.9 MB/s eta 0:00:00 2024-08-22T20:31:19.8493132Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:31:19.8494587Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:31:19.8495445Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:31:19.8496415Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:31:19.8497402Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/26.9 MB 200.0 MB/s eta 0:00:01 2024-08-22T20:31:19.8499658Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 14.8/26.9 MB 227.9 MB/s eta 0:00:01 2024-08-22T20:31:19.8500731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 23.2/26.9 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8501756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8502734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8503743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8504706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8505669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 56.2 MB/s eta 0:00:00 2024-08-22T20:31:19.8506430Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:31:19.8507452Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:31:19.8508435Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:31:19.8509336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 48.2 MB/s eta 0:00:00 2024-08-22T20:31:19.8510096Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:31:19.8510945Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:31:19.8511910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:31:19.8512812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 93.1 MB/s eta 0:00:00 2024-08-22T20:31:19.8513582Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:31:19.8514286Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:31:19.8515078Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:31:19.8516008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 260.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8516979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 260.8 MB/s eta 0:00:01 2024-08-22T20:31:19.8517913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 106.3 MB/s eta 0:00:00 2024-08-22T20:31:19.8518885Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:31:19.8519629Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:31:19.8520423Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:31:19.8521638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 25.2 MB/s eta 0:00:00 2024-08-22T20:31:19.8522560Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.8523381Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:31:19.8524406Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:31:19.8525432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 49.0 MB/s eta 0:00:00 2024-08-22T20:31:19.8526300Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.8527035Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:31:19.8527796Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:31:19.8528720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 20.0 MB/s eta 0:00:00 2024-08-22T20:31:19.8529695Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.8530469Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:31:19.8531249Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:31:19.8532163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 70.6 MB/s eta 0:00:00 2024-08-22T20:31:19.8533031Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.8533754Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:31:19.8534486Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.8535144Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:31:19.8535886Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:31:19.8536801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 24.4 MB/s eta 0:00:00 2024-08-22T20:31:19.8537672Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:31:19.8538417Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:31:21.6204163Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:31:21.6205425Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6206252Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:31:21.6207084Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:31:21.6208643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 43.2 MB/s eta 0:00:00 2024-08-22T20:31:21.6209663Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6210512Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:31:21.6211388Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:31:21.6212431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 43.6 MB/s eta 0:00:00 2024-08-22T20:31:21.6213438Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6214304Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:31:21.6215211Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:31:21.6216239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 25.2 MB/s eta 0:00:00 2024-08-22T20:31:21.6217466Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6218315Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:31:21.6218973Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:21.6219852Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6220723Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:31:21.6221641Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:31:21.6222647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 24.0 MB/s eta 0:00:00 2024-08-22T20:31:21.6223724Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6224881Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:31:21.6225979Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:31:21.6227106Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 5.7/13.3 MB 171.5 MB/s eta 0:00:01 2024-08-22T20:31:21.6228268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 13.1/13.3 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:31:21.6229350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 203.5 MB/s eta 0:00:01 2024-08-22T20:31:21.6230406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 203.5 MB/s eta 0:00:01 2024-08-22T20:31:21.6231773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 67.5 MB/s eta 0:00:00 2024-08-22T20:31:21.6232734Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6233515Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:31:21.6234165Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:21.6234957Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:21.6235862Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:31:21.6236806Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:31:21.6237821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/797.3 MB 231.9 MB/s eta 0:00:04 2024-08-22T20:31:21.6238897Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.5/797.3 MB 221.3 MB/s eta 0:00:04 2024-08-22T20:31:21.6240105Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/797.3 MB 226.0 MB/s eta 0:00:04 2024-08-22T20:31:21.6241420Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.3/797.3 MB 237.7 MB/s eta 0:00:04 2024-08-22T20:31:21.6242794Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/797.3 MB 238.9 MB/s eta 0:00:04 2024-08-22T20:31:21.6243957Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/797.3 MB 245.4 MB/s eta 0:00:04 2024-08-22T20:31:21.6245245Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/797.3 MB 246.3 MB/s eta 0:00:04 2024-08-22T20:31:21.6246433Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/797.3 MB 249.6 MB/s eta 0:00:03 2024-08-22T20:31:21.6247530Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.7/797.3 MB 246.9 MB/s eta 0:00:03 2024-08-22T20:31:21.6248702Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/797.3 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:31:21.6249922Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/797.3 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:31:21.6251142Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.1/797.3 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:31:21.6252407Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.1/797.3 MB 201.0 MB/s eta 0:00:04 2024-08-22T20:31:21.6253486Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/797.3 MB 157.7 MB/s eta 0:00:05 2024-08-22T20:31:21.6254683Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.1/797.3 MB 143.5 MB/s eta 0:00:05 2024-08-22T20:31:21.6255892Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.7/797.3 MB 155.2 MB/s eta 0:00:05 2024-08-22T20:31:21.6256969Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.0/797.3 MB 175.1 MB/s eta 0:00:04 2024-08-22T20:31:21.6258043Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.0/797.3 MB 176.7 MB/s eta 0:00:04 2024-08-22T20:31:22.9403587Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/797.3 MB 179.3 MB/s eta 0:00:04 2024-08-22T20:31:22.9405133Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.7/797.3 MB 183.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9406503Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.3/797.3 MB 188.0 MB/s eta 0:00:04 2024-08-22T20:31:22.9407725Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.4/797.3 MB 200.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9408814Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.7/797.3 MB 176.9 MB/s eta 0:00:04 2024-08-22T20:31:22.9410089Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.7/797.3 MB 152.1 MB/s eta 0:00:05 2024-08-22T20:31:22.9411425Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.6/797.3 MB 142.2 MB/s eta 0:00:05 2024-08-22T20:31:22.9412820Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/797.3 MB 152.4 MB/s eta 0:00:05 2024-08-22T20:31:22.9414265Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.6/797.3 MB 179.3 MB/s eta 0:00:04 2024-08-22T20:31:22.9415362Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.1/797.3 MB 187.4 MB/s eta 0:00:04 2024-08-22T20:31:22.9416438Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.7/797.3 MB 159.1 MB/s eta 0:00:04 2024-08-22T20:31:22.9417485Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203.5/797.3 MB 139.4 MB/s eta 0:00:05 2024-08-22T20:31:22.9418533Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.3/797.3 MB 137.4 MB/s eta 0:00:05 2024-08-22T20:31:22.9419577Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/797.3 MB 143.2 MB/s eta 0:00:05 2024-08-22T20:31:22.9420619Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.4/797.3 MB 144.0 MB/s eta 0:00:05 2024-08-22T20:31:22.9421919Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.7/797.3 MB 151.1 MB/s eta 0:00:04 2024-08-22T20:31:22.9423102Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/797.3 MB 169.5 MB/s eta 0:00:04 2024-08-22T20:31:22.9424152Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.8/797.3 MB 176.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9425206Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.8/797.3 MB 176.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9426237Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.8/797.3 MB 176.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9427286Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.8/797.3 MB 176.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9428346Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.8/797.3 MB 176.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9429415Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.5/797.3 MB 41.8 MB/s eta 0:00:14 2024-08-22T20:31:22.9430454Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.0/797.3 MB 42.2 MB/s eta 0:00:14 2024-08-22T20:31:22.9431497Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 244.4/797.3 MB 157.0 MB/s eta 0:00:04 2024-08-22T20:31:22.9432542Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 248.8/797.3 MB 132.8 MB/s eta 0:00:05 2024-08-22T20:31:22.9433581Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 254.0/797.3 MB 136.7 MB/s eta 0:00:04 2024-08-22T20:31:22.9434743Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 259.2/797.3 MB 152.0 MB/s eta 0:00:04 2024-08-22T20:31:22.9435816Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 264.4/797.3 MB 151.7 MB/s eta 0:00:04 2024-08-22T20:31:22.9436865Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 269.8/797.3 MB 156.0 MB/s eta 0:00:04 2024-08-22T20:31:22.9437904Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 275.8/797.3 MB 167.2 MB/s eta 0:00:04 2024-08-22T20:31:22.9438943Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 282.2/797.3 MB 183.2 MB/s eta 0:00:03 2024-08-22T20:31:22.9440048Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.8/797.3 MB 188.6 MB/s eta 0:00:03 2024-08-22T20:31:22.9441109Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 295.2/797.3 MB 186.6 MB/s eta 0:00:03 2024-08-22T20:31:22.9442262Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 302.1/797.3 MB 195.1 MB/s eta 0:00:03 2024-08-22T20:31:22.9443307Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.0/797.3 MB 195.5 MB/s eta 0:00:03 2024-08-22T20:31:22.9444354Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.0/797.3 MB 195.5 MB/s eta 0:00:03 2024-08-22T20:31:22.9445515Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.0/797.3 MB 195.5 MB/s eta 0:00:03 2024-08-22T20:31:24.2606175Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 303.1/797.3 MB 55.2 MB/s eta 0:00:09 2024-08-22T20:31:24.2607692Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 309.5/797.3 MB 54.7 MB/s eta 0:00:09 2024-08-22T20:31:24.2608989Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 316.7/797.3 MB 226.8 MB/s eta 0:00:03 2024-08-22T20:31:24.2610111Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 323.6/797.3 MB 197.9 MB/s eta 0:00:03 2024-08-22T20:31:24.2611168Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 331.2/797.3 MB 218.0 MB/s eta 0:00:03 2024-08-22T20:31:24.2612237Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 339.2/797.3 MB 224.5 MB/s eta 0:00:03 2024-08-22T20:31:24.2613298Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 347.3/797.3 MB 235.0 MB/s eta 0:00:02 2024-08-22T20:31:24.2614550Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 354.4/797.3 MB 223.3 MB/s eta 0:00:02 2024-08-22T20:31:24.2615620Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 361.7/797.3 MB 196.1 MB/s eta 0:00:03 2024-08-22T20:31:24.2616675Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 365.6/797.3 MB 159.2 MB/s eta 0:00:03 2024-08-22T20:31:24.2617732Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 369.7/797.3 MB 123.9 MB/s eta 0:00:04 2024-08-22T20:31:24.2618787Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 374.3/797.3 MB 121.5 MB/s eta 0:00:04 2024-08-22T20:31:24.2619838Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 377.0/797.3 MB 110.4 MB/s eta 0:00:04 2024-08-22T20:31:24.2620911Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 380.5/797.3 MB 103.7 MB/s eta 0:00:05 2024-08-22T20:31:24.2622098Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 384.4/797.3 MB 97.6 MB/s eta 0:00:05 2024-08-22T20:31:24.2623162Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 388.3/797.3 MB 110.0 MB/s eta 0:00:04 2024-08-22T20:31:24.2624207Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 392.3/797.3 MB 114.8 MB/s eta 0:00:04 2024-08-22T20:31:24.2625254Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 396.5/797.3 MB 117.0 MB/s eta 0:00:04 2024-08-22T20:31:24.2626291Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 401.2/797.3 MB 127.9 MB/s eta 0:00:04 2024-08-22T20:31:24.2627356Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 406.0/797.3 MB 136.2 MB/s eta 0:00:03 2024-08-22T20:31:24.2628416Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 410.8/797.3 MB 138.8 MB/s eta 0:00:03 2024-08-22T20:31:24.2629465Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 415.8/797.3 MB 140.9 MB/s eta 0:00:03 2024-08-22T20:31:24.2630549Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 421.0/797.3 MB 146.3 MB/s eta 0:00:03 2024-08-22T20:31:24.2631591Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 427.0/797.3 MB 163.8 MB/s eta 0:00:03 2024-08-22T20:31:24.2632633Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 432.8/797.3 MB 170.7 MB/s eta 0:00:03 2024-08-22T20:31:24.2633775Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 438.8/797.3 MB 172.4 MB/s eta 0:00:03 2024-08-22T20:31:24.2634816Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 445.0/797.3 MB 178.0 MB/s eta 0:00:02 2024-08-22T20:31:24.2635881Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 450.0/797.3 MB 159.9 MB/s eta 0:00:03 2024-08-22T20:31:24.2636937Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 454.8/797.3 MB 140.6 MB/s eta 0:00:03 2024-08-22T20:31:24.2637985Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 459.6/797.3 MB 138.8 MB/s eta 0:00:03 2024-08-22T20:31:24.2639022Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 464.2/797.3 MB 136.1 MB/s eta 0:00:03 2024-08-22T20:31:24.2640090Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 469.2/797.3 MB 137.8 MB/s eta 0:00:03 2024-08-22T20:31:24.2641138Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 474.8/797.3 MB 156.2 MB/s eta 0:00:03 2024-08-22T20:31:24.2642300Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 479.3/797.3 MB 145.7 MB/s eta 0:00:03 2024-08-22T20:31:24.2643341Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 483.3/797.3 MB 129.4 MB/s eta 0:00:03 2024-08-22T20:31:24.2644385Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 487.4/797.3 MB 116.8 MB/s eta 0:00:03 2024-08-22T20:31:24.2645560Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 491.9/797.3 MB 123.4 MB/s eta 0:00:03 2024-08-22T20:31:24.2646611Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 496.9/797.3 MB 137.4 MB/s eta 0:00:03 2024-08-22T20:31:25.5792355Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 501.8/797.3 MB 142.1 MB/s eta 0:00:03 2024-08-22T20:31:25.5794217Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 507.0/797.3 MB 146.3 MB/s eta 0:00:02 2024-08-22T20:31:25.5795529Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 510.6/797.3 MB 148.5 MB/s eta 0:00:02 2024-08-22T20:31:25.5796588Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 510.6/797.3 MB 148.5 MB/s eta 0:00:02 2024-08-22T20:31:25.5797637Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 513.8/797.3 MB 81.0 MB/s eta 0:00:04 2024-08-22T20:31:25.5798693Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 520.4/797.3 MB 87.2 MB/s eta 0:00:04 2024-08-22T20:31:25.5799989Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 526.9/797.3 MB 188.7 MB/s eta 0:00:02 2024-08-22T20:31:25.5801179Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 533.1/797.3 MB 186.0 MB/s eta 0:00:02 2024-08-22T20:31:25.5802231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 539.5/797.3 MB 184.2 MB/s eta 0:00:02 2024-08-22T20:31:25.5803281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 546.3/797.3 MB 195.0 MB/s eta 0:00:02 2024-08-22T20:31:25.5804407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 553.7/797.3 MB 210.4 MB/s eta 0:00:02 2024-08-22T20:31:25.5805617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 561.1/797.3 MB 212.1 MB/s eta 0:00:02 2024-08-22T20:31:25.5806718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 568.3/797.3 MB 213.6 MB/s eta 0:00:02 2024-08-22T20:31:25.5807858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 572.9/797.3 MB 167.0 MB/s eta 0:00:02 2024-08-22T20:31:25.5808951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 580.6/797.3 MB 223.1 MB/s eta 0:00:01 2024-08-22T20:31:25.5810002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 586.4/797.3 MB 188.1 MB/s eta 0:00:02 2024-08-22T20:31:25.5811043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 592.5/797.3 MB 173.2 MB/s eta 0:00:02 2024-08-22T20:31:25.5812142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 598.5/797.3 MB 177.0 MB/s eta 0:00:02 2024-08-22T20:31:25.5813196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 604.9/797.3 MB 181.0 MB/s eta 0:00:02 2024-08-22T20:31:25.5814312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 611.2/797.3 MB 185.7 MB/s eta 0:00:02 2024-08-22T20:31:25.5815364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 617.6/797.3 MB 183.7 MB/s eta 0:00:01 2024-08-22T20:31:25.5816412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 623.5/797.3 MB 173.3 MB/s eta 0:00:02 2024-08-22T20:31:25.5817499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 628.7/797.3 MB 160.1 MB/s eta 0:00:02 2024-08-22T20:31:25.5818543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 633.9/797.3 MB 152.0 MB/s eta 0:00:02 2024-08-22T20:31:25.5819715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 639.8/797.3 MB 161.2 MB/s eta 0:00:01 2024-08-22T20:31:25.5820892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 646.2/797.3 MB 183.8 MB/s eta 0:00:01 2024-08-22T20:31:25.5821984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 650.8/797.3 MB 161.4 MB/s eta 0:00:01 2024-08-22T20:31:25.5823031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 654.9/797.3 MB 133.2 MB/s eta 0:00:02 2024-08-22T20:31:25.5824066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 659.3/797.3 MB 122.9 MB/s eta 0:00:02 2024-08-22T20:31:25.5825145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 664.0/797.3 MB 129.3 MB/s eta 0:00:02 2024-08-22T20:31:25.5826202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 669.0/797.3 MB 140.3 MB/s eta 0:00:01 2024-08-22T20:31:25.5827264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 674.1/797.3 MB 146.6 MB/s eta 0:00:01 2024-08-22T20:31:25.5828345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 679.2/797.3 MB 147.1 MB/s eta 0:00:01 2024-08-22T20:31:25.5829388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 685.1/797.3 MB 160.2 MB/s eta 0:00:01 2024-08-22T20:31:25.5830517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 691.2/797.3 MB 176.1 MB/s eta 0:00:01 2024-08-22T20:31:25.5831558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 697.6/797.3 MB 183.6 MB/s eta 0:00:01 2024-08-22T20:31:25.5832770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 703.1/797.3 MB 170.8 MB/s eta 0:00:01 2024-08-22T20:31:25.5833828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 708.3/797.3 MB 154.5 MB/s eta 0:00:01 2024-08-22T20:31:27.4308625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 713.1/797.3 MB 144.2 MB/s eta 0:00:01 2024-08-22T20:31:27.4310083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 718.1/797.3 MB 143.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4311205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 723.3/797.3 MB 146.6 MB/s eta 0:00:01 2024-08-22T20:31:27.4312255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 729.0/797.3 MB 158.9 MB/s eta 0:00:01 2024-08-22T20:31:27.4313358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 735.5/797.3 MB 185.3 MB/s eta 0:00:01 2024-08-22T20:31:27.4314672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 741.7/797.3 MB 182.5 MB/s eta 0:00:01 2024-08-22T20:31:27.4315744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 747.9/797.3 MB 180.8 MB/s eta 0:00:01 2024-08-22T20:31:27.4316794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 754.2/797.3 MB 181.2 MB/s eta 0:00:01 2024-08-22T20:31:27.4317835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 760.8/797.3 MB 188.9 MB/s eta 0:00:01 2024-08-22T20:31:27.4318876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 767.8/797.3 MB 201.6 MB/s eta 0:00:01 2024-08-22T20:31:27.4319938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 773.4/797.3 MB 178.2 MB/s eta 0:00:01 2024-08-22T20:31:27.4320959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 779.6/797.3 MB 174.4 MB/s eta 0:00:01 2024-08-22T20:31:27.4321971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 787.3/797.3 MB 223.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4322946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 795.5/797.3 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:31:27.4323936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4325051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4326025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4327154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4328156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4329139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4330115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4331083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4332071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4333063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4334158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4335136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4336114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4337089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4338054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4339022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4340023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4341019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4341985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4342960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4343932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4344901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4345968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4347036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:27.4348012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8107329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8108711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8109855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8110919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8111904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8112922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8113907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8114880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8115843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8116829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8117822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8118818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8119788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8120774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8121756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8122718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8123934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8125056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8126172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8127147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8128132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8129115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8130200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8131189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8132192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8133170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8134147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8135114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8136092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8137171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8138144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8139127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8140108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8141139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8142112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8143086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8144081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8145177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8146154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:28.8147131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1908461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1909959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1911097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1912125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1913125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1914129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1915117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1916096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1917457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1918458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1919464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1920440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1921437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1922421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1923404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1924400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1925671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1926665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1927647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1928616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1929613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1930618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1931651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1932638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1933626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1934608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1935576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1936550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1937631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1938707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1939681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1940671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1941665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1942655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1943655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1944646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1945652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1946651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1947629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:30.1948623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5732075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5733797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5734834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5735831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5736810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5737783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5738752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5739761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5740902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5741881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5742847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5743831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5744810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5745778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5746771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5747770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5748750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5749722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5750697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5751698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5752779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5753768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5754751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5755723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5756692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5757652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5758647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5759724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5760793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5761758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5762736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5763713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5764682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5765767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5766761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5767741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5768708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5769679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5770656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:31.5771727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8181199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8182655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8183715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8184767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8185795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8186801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8187855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8189157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8190193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8191153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8192133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8193102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8194507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8195468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8196470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8197442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8198404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8199366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8200338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8201489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8202582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8203564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8204547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8205607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8206569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8207560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8208558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8209526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8210483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8211454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8212426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8213397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8214529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8215515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8216480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:33.8217419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:31:33.8218341Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:33.8219180Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:31:33.8219986Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:33.8220770Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:31:33.8221579Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:31:33.8222653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 7.5/9.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:31:36.3051833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:31:36.3053107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 100.9 MB/s eta 0:00:00 2024-08-22T20:31:36.3054561Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (0.19.0) 2024-08-22T20:31:36.3055822Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:36.3056790Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:31:36.3057779Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:31:36.3058729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 30.6 MB/s eta 0:00:00 2024-08-22T20:31:36.3059619Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:36.3060315Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:31:36.3060865Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:36.3062023Z [?25hRequirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (10.1.0) 2024-08-22T20:31:36.3063645Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (3.13.1) 2024-08-22T20:31:36.3064849Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:36.3065844Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:31:36.3066864Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:31:36.3067791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 30.2 MB/s eta 0:00:00 2024-08-22T20:31:36.3069086Z [?25hRequirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (23.0) 2024-08-22T20:31:36.3070684Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (6.0.1) 2024-08-22T20:31:36.3072253Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (2.29.0) 2024-08-22T20:31:36.3074175Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (4.65.0) 2024-08-22T20:31:36.3075587Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:36.3076703Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:31:36.3077702Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:31:36.3078664Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:31:36.3079667Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:31:36.3080599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 65.9 MB/s eta 0:00:00 2024-08-22T20:31:36.3081471Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:31:36.3082600Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:31:36.3083750Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:31:36.3084677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 33.8 MB/s eta 0:00:00 2024-08-22T20:31:36.3085661Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:31:36.3086932Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:31:36.3088164Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:31:36.3089064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 88.0 MB/s eta 0:00:00 2024-08-22T20:31:36.3090345Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 18)) (1.26.16) 2024-08-22T20:31:36.3091513Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:31:36.3092536Z Downloading lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-08-22T20:31:36.3093889Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:31:36.3094836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 233.8 MB/s eta 0:00:01 2024-08-22T20:31:36.3095789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 112.6 MB/s eta 0:00:00 2024-08-22T20:31:36.3096637Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:36.3097565Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:31:36.3098326Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:31:36.3099259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 81.5 MB/s eta 0:00:00 2024-08-22T20:31:36.3100136Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:36.3100860Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:31:36.3101583Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:36.3102316Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:31:36.3103418Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r requirements.txt (line 28)) (8.1.7) 2024-08-22T20:31:36.3104622Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:36.3105951Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:31:36.3107322Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:31:36.3108323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 8.2/13.0 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:31:36.3109352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:31:36.3110341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:31:36.3111286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 108.0 MB/s eta 0:00:00 2024-08-22T20:31:36.3112169Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:36.3113139Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:31:38.0343294Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:31:38.0344520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 253.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0345824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 114.4 MB/s eta 0:00:00 2024-08-22T20:31:38.0346731Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0347578Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:31:38.0348463Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:31:38.0349640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 54.4 MB/s eta 0:00:00 2024-08-22T20:31:38.0350506Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0351487Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:31:38.0352499Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:31:38.0353704Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/39.9 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0354865Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16.8/39.9 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:31:38.0355930Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 23.3/39.9 MB 204.5 MB/s eta 0:00:01 2024-08-22T20:31:38.0357012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 30.5/39.9 MB 213.7 MB/s eta 0:00:01 2024-08-22T20:31:38.0358668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 37.7/39.9 MB 220.5 MB/s eta 0:00:01 2024-08-22T20:31:38.0359711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0360694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0361685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0362658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0363643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0364615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0365737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0366718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.0367666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 29.4 MB/s eta 0:00:00 2024-08-22T20:31:38.0368547Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0369275Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:31:38.0370048Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:31:38.0371069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 50.6 MB/s eta 0:00:00 2024-08-22T20:31:38.0372066Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0372814Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:31:38.0373525Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0374238Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:31:38.0375019Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0375793Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:31:38.0376595Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:31:38.0377525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 42.4 MB/s eta 0:00:00 2024-08-22T20:31:38.0378434Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0379186Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:31:38.0379985Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:31:38.0380928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:31:38.0381871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 110.3 MB/s eta 0:00:00 2024-08-22T20:31:38.0382745Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:38.0383600Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:31:38.0384523Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:31:38.0385449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 20.6 MB/s eta 0:00:00 2024-08-22T20:31:38.0386303Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:31:38.0387043Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:31:38.0387825Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:31:38.0388750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 45.3 MB/s eta 0:00:00 2024-08-22T20:31:38.0389991Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 31)) (3.1.4) 2024-08-22T20:31:38.0391146Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:31:38.0391886Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:31:38.0393487Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) (5.9.0) 2024-08-22T20:31:38.0394995Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.9862887Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:31:39.9864434Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:31:39.9865438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 64.6 MB/s eta 0:00:00 2024-08-22T20:31:39.9866809Z [?25hRequirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (4.19.2) 2024-08-22T20:31:39.9868143Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:39.9868962Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:31:39.9869758Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:31:39.9870912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 31.6 MB/s eta 0:00:00 2024-08-22T20:31:39.9871786Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:39.9872508Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:31:39.9873269Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:31:39.9874176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 18.5 MB/s eta 0:00:00 2024-08-22T20:31:39.9875052Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:39.9875779Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:31:39.9876532Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:31:39.9877460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 15.7 MB/s eta 0:00:00 2024-08-22T20:31:39.9878399Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.9879408Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:31:39.9880387Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:31:39.9881314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 39.2 MB/s eta 0:00:00 2024-08-22T20:31:39.9882296Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.9883595Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:31:39.9884648Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:31:39.9885731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 30.5 MB/s eta 0:00:00 2024-08-22T20:31:39.9886684Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.9887722Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:31:39.9888702Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:31:39.9889608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 93.0 MB/s eta 0:00:00 2024-08-22T20:31:39.9890620Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:39.9891449Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:31:39.9892316Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:31:39.9893483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 19.5 MB/s eta 0:00:00 2024-08-22T20:31:39.9895093Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) (2.1.3) 2024-08-22T20:31:39.9896900Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:31:39.9898677Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2024.1) 2024-08-22T20:31:39.9899992Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:39.9901042Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:31:39.9902078Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:31:39.9903005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 55.2 MB/s eta 0:00:00 2024-08-22T20:31:39.9904426Z [?25hRequirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2.0.4) 2024-08-22T20:31:39.9906191Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (3.4) 2024-08-22T20:31:39.9908062Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:31:39.9909456Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:39.9910310Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:31:39.9911119Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:31:39.9912037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 20.9 MB/s eta 0:00:00 2024-08-22T20:31:39.9913033Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:39.9913879Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:31:39.9914662Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:31:39.9915584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 93.1 MB/s eta 0:00:00 2024-08-22T20:31:39.9916536Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.9917474Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:31:39.9918263Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:31:39.9919178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 25.4 MB/s eta 0:00:00 2024-08-22T20:31:39.9920129Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.9920900Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:31:39.9921661Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:31:41.5604741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 87.8 MB/s eta 0:00:00 2024-08-22T20:31:41.5606899Z [?25hRequirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) (1.16.0) 2024-08-22T20:31:41.5608619Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5609534Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:31:41.5610393Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5611198Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:31:41.5611989Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5613038Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:31:41.5614129Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5615172Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:31:41.5616150Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:31:41.5617147Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/41.2 MB 254.4 MB/s eta 0:00:01 2024-08-22T20:31:41.5618216Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16.9/41.2 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:31:41.5619277Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 25.3/41.2 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:31:41.5620325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 33.7/41.2 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:31:41.5621604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5622725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5623698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5624650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5625617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5626609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5627605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5628564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5629545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 32.3 MB/s eta 0:00:00 2024-08-22T20:31:41.5630553Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5631471Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:31:41.5632244Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:31:41.5633162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 47.9 MB/s eta 0:00:00 2024-08-22T20:31:41.5634201Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5635112Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:31:41.5635893Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5636632Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:31:41.5637387Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:31:41.5638326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 205.5 MB/s eta 0:00:01 2024-08-22T20:31:41.5639275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 111.9 MB/s eta 0:00:00 2024-08-22T20:31:41.5640187Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5641185Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:31:41.5642284Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:31:41.5643183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 100.3 MB/s eta 0:00:00 2024-08-22T20:31:41.5644327Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5645758Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:31:41.5646928Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:31:41.5647919Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/23.7 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:31:41.5648980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 16.0/23.7 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:31:41.5650026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:31:41.5651109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:31:41.5652101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:31:41.5653041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 76.9 MB/s eta 0:00:00 2024-08-22T20:31:41.5654113Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:41.5655529Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:31:41.5656720Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:31:42.8634111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 92.2 MB/s eta 0:00:00 2024-08-22T20:31:42.8635355Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:42.8636753Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:31:42.8637935Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:31:42.8639035Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 8.0/14.1 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:31:42.8640077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:31:42.8641347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:31:42.8642443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 97.3 MB/s eta 0:00:00 2024-08-22T20:31:42.8643489Z [?25hCollecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:42.8644966Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:31:42.8646154Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:31:42.8647069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/664.8 MB 234.1 MB/s eta 0:00:03 2024-08-22T20:31:42.8648058Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/664.8 MB 236.2 MB/s eta 0:00:03 2024-08-22T20:31:42.8649130Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.9/664.8 MB 231.4 MB/s eta 0:00:03 2024-08-22T20:31:42.8650218Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.4/664.8 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:31:42.8651286Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/664.8 MB 248.5 MB/s eta 0:00:03 2024-08-22T20:31:42.8652365Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/664.8 MB 239.3 MB/s eta 0:00:03 2024-08-22T20:31:42.8653423Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/664.8 MB 236.5 MB/s eta 0:00:03 2024-08-22T20:31:42.8654492Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/664.8 MB 237.6 MB/s eta 0:00:03 2024-08-22T20:31:42.8655665Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.9/664.8 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:31:42.8656745Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.1/664.8 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:31:42.8657810Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/664.8 MB 239.5 MB/s eta 0:00:03 2024-08-22T20:31:42.8658875Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/664.8 MB 242.6 MB/s eta 0:00:03 2024-08-22T20:31:42.8659937Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.0/664.8 MB 239.9 MB/s eta 0:00:03 2024-08-22T20:31:42.8661006Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.1/664.8 MB 238.2 MB/s eta 0:00:03 2024-08-22T20:31:42.8662087Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/664.8 MB 235.9 MB/s eta 0:00:03 2024-08-22T20:31:42.8663254Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.0/664.8 MB 230.0 MB/s eta 0:00:03 2024-08-22T20:31:42.8664315Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.6/664.8 MB 220.0 MB/s eta 0:00:03 2024-08-22T20:31:42.8665381Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.6/664.8 MB 231.4 MB/s eta 0:00:03 2024-08-22T20:31:42.8666447Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.3/664.8 MB 226.1 MB/s eta 0:00:03 2024-08-22T20:31:42.8667508Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.7/664.8 MB 216.9 MB/s eta 0:00:03 2024-08-22T20:31:42.8668583Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.9/664.8 MB 234.7 MB/s eta 0:00:03 2024-08-22T20:31:42.8669665Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.4/664.8 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:31:42.8670728Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.9/664.8 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:31:42.8671792Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:31:42.8672850Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 204.0/664.8 MB 248.9 MB/s eta 0:00:02 2024-08-22T20:31:42.8673911Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/664.8 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:31:42.8675074Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 221.1/664.8 MB 247.8 MB/s eta 0:00:02 2024-08-22T20:31:42.8676153Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 229.7/664.8 MB 248.9 MB/s eta 0:00:02 2024-08-22T20:31:42.8677208Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 238.2/664.8 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:31:44.1828345Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 246.7/664.8 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:31:44.1829635Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 255.3/664.8 MB 247.8 MB/s eta 0:00:02 2024-08-22T20:31:44.1830756Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 263.6/664.8 MB 243.6 MB/s eta 0:00:02 2024-08-22T20:31:44.1831873Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 272.1/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:31:44.1832938Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 280.7/664.8 MB 249.3 MB/s eta 0:00:02 2024-08-22T20:31:44.1834268Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 289.2/664.8 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:31:44.1835334Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 297.7/664.8 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:31:44.1836396Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 306.2/664.8 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:31:44.1837452Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 314.7/664.8 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:31:44.1838528Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 323.2/664.8 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:31:44.1839582Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 331.7/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:31:44.1840649Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 340.3/664.8 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:31:44.1841701Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 348.7/664.8 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:31:44.1842754Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 357.3/664.8 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:31:44.1843796Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 365.8/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:31:44.1844986Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 374.2/664.8 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:31:44.1846230Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 382.7/664.8 MB 244.7 MB/s eta 0:00:02 2024-08-22T20:31:44.1847296Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 391.3/664.8 MB 248.8 MB/s eta 0:00:02 2024-08-22T20:31:44.1848342Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 399.8/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:31:44.1849389Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 408.3/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:31:44.1850431Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 416.9/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:31:44.1851480Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 425.5/664.8 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:44.1852542Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 433.9/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:31:44.1853688Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 442.5/664.8 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:44.1854736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 451.1/664.8 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:31:44.1855836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 459.6/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:31:44.1856884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 468.1/664.8 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:31:44.1857934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 476.7/664.8 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:44.1859003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 485.3/664.8 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:31:44.1860066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 493.7/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:44.1861115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 502.3/664.8 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:44.1862162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 510.8/664.8 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:31:44.1863208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 519.3/664.8 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:31:44.1864252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 527.8/664.8 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:31:44.1865418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 536.4/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:44.1866617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 544.9/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:31:44.1867660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 553.5/664.8 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:31:44.1868699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 562.0/664.8 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:45.9313576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 570.5/664.8 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:31:45.9315187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 579.1/664.8 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:45.9316357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 587.6/664.8 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:31:45.9317455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 596.1/664.8 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:31:45.9318509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 604.6/664.8 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:31:45.9319571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 613.2/664.8 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:45.9320620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 621.7/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:31:45.9321681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 630.2/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9322750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 638.7/664.8 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:31:45.9323791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 647.2/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:31:45.9324888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 655.7/664.8 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:31:45.9325882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.3/664.8 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:31:45.9326879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9327866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9329126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9330123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9331257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9332245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9333222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9334233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9335444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9336621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9337619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9338609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9339592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9340565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9341550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9342674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9343662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9344651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9345631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9346615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9347595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9348572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9349583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9350661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9351646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9352616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:45.9353598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3132781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3134205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3135579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3136707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3137694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3138670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3139638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3140610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3141871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3142868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3143838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3144826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3145807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3146781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3147763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3148883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3149878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3150857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3151822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3152791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3153788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3154765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3155749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3156729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3157752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3158719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3159687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3160790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3161852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3162816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3163780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3164834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3165806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3166783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3167811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3168794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3169760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3170729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3171704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:47.3172671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6944848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6946263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6947267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6948245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6949207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6950173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6951175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6952151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6953401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6954388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6955377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6956358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6957328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6958335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6959336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6960308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6961274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6962249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6963225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6964464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6965695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6966688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6967675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6968648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6969622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6970604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6971595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6972692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6973673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6974653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6975626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6976586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6977577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6978570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6979547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6980511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6981493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6982468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6983545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:48.6984510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0758074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0759166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0760619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0761631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0762604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0763604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0764615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0765742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0766714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0767704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0768684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0769672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0770640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0771649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0772649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0773629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0774593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0775567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0776735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0777795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0779042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0780031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0781008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0781987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0782972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0783959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0784957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0785926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0786907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0787940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0788915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0790004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0790985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0791965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0792942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0794304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0795286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0796285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0797414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:50.0798387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9165196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9166527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9167593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9168628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9169602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9170612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9171605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9172587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9173548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.7 MB/s eta 0:00:00 2024-08-22T20:31:51.9174589Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:51.9176903Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:31:51.9178080Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:31:51.9179050Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/410.6 MB 238.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9180105Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/410.6 MB 227.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9181182Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/410.6 MB 237.4 MB/s eta 0:00:02 2024-08-22T20:31:51.9182259Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/410.6 MB 243.5 MB/s eta 0:00:02 2024-08-22T20:31:51.9183347Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/410.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:31:51.9184422Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/410.6 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:31:51.9185646Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/410.6 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:31:51.9186720Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/410.6 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:31:51.9187780Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.8/410.6 MB 242.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9188843Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/410.6 MB 241.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9189909Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.5/410.6 MB 241.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9190996Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.9/410.6 MB 240.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9192072Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.4/410.6 MB 244.1 MB/s eta 0:00:02 2024-08-22T20:31:51.9193137Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.9/410.6 MB 243.4 MB/s eta 0:00:02 2024-08-22T20:31:51.9194502Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 125.4/410.6 MB 243.9 MB/s eta 0:00:02 2024-08-22T20:31:51.9195568Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 133.9/410.6 MB 244.5 MB/s eta 0:00:02 2024-08-22T20:31:51.9196623Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 142.4/410.6 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:31:51.9197839Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 150.8/410.6 MB 242.2 MB/s eta 0:00:02 2024-08-22T20:31:51.9198965Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 159.3/410.6 MB 242.6 MB/s eta 0:00:02 2024-08-22T20:31:51.9200024Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 167.8/410.6 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9201075Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 176.2/410.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:31:51.9202135Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 184.7/410.6 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:31:51.9203189Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 193.2/410.6 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:31:51.9204267Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 201.7/410.6 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:31:51.9205568Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 210.1/410.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:31:51.9206629Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 218.6/410.6 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:31:51.9207684Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 223.8/410.6 MB 192.5 MB/s eta 0:00:01 2024-08-22T20:31:53.5226874Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 224.0/410.6 MB 119.1 MB/s eta 0:00:02 2024-08-22T20:31:53.5227992Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 224.2/410.6 MB 85.1 MB/s eta 0:00:03 2024-08-22T20:31:53.5229131Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 224.4/410.6 MB 66.6 MB/s eta 0:00:03 2024-08-22T20:31:53.5230215Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 224.6/410.6 MB 54.4 MB/s eta 0:00:04 2024-08-22T20:31:53.5231278Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 224.8/410.6 MB 45.9 MB/s eta 0:00:05 2024-08-22T20:31:53.5232342Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 230.9/410.6 MB 44.0 MB/s eta 0:00:05 2024-08-22T20:31:53.5233394Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 239.3/410.6 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:31:53.5234458Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 247.8/410.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:31:53.5235738Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 256.3/410.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:31:53.5236928Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 264.8/410.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:31:53.5237981Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 273.1/410.6 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:31:53.5239089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 281.6/410.6 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:31:53.5240144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 290.0/410.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:31:53.5241197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 298.4/410.6 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:31:53.5242265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 306.9/410.6 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:31:53.5243337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 315.3/410.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:31:53.5244378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 323.8/410.6 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:31:53.5245616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 332.1/410.6 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:31:53.5246651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 340.7/410.6 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:31:53.5247690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 349.2/410.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:53.5248842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 357.7/410.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:31:53.5249902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 366.2/410.6 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:31:53.5250942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 374.7/410.6 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:31:53.5251980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 383.2/410.6 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:31:53.5253020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 391.6/410.6 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:31:53.5254031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 400.2/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:31:53.5255037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 408.8/410.6 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:53.5256021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5257122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5258089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5259060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5260042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5261012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5261989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5262988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5263963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5264929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5265888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:53.5266861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9048984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9050201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9051208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9052203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9053176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9054169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9055154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9056166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9057322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9058327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9059318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9060310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9061286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9062307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9063321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9064316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9065292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9066284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9067270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9068385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9069434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9070448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9071444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9072421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9073395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9074374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9075372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9076428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9077415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9078392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9079417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9080388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9081396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9082385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9083381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9084348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9085474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9086448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9087431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:54.9088517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2864231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2865578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2867043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2868406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2869398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2870466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2871459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2872458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2873423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2874397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2875379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2876352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2877538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2878539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2879529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2880559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2881524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2882510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2883503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2884571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2885672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2886654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2887629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2888601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2889569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2890558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2891549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2892512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2893773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2894761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2895732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2896867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2897856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2898832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2899803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2900773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2901754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2902747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2903715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:56.2904802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9628206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9629537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9630724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9632074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9633337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9634394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9635411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9636400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9637378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9638347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9639564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9640606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9641745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9642754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9643796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9644825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9645956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9647006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9647998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9648972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9650005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9651056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9652088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9653102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9654131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9655165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9656235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9657229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9658211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9659222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:31:57.9660319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 2.2 MB/s eta 0:00:00 2024-08-22T20:31:57.9661509Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:57.9662862Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:31:57.9664038Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:31:57.9665113Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/121.6 MB 176.9 MB/s eta 0:00:01 2024-08-22T20:31:57.9666224Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/121.6 MB 180.8 MB/s eta 0:00:01 2024-08-22T20:31:57.9667339Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.6/121.6 MB 185.6 MB/s eta 0:00:01 2024-08-22T20:31:57.9668481Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/121.6 MB 187.3 MB/s eta 0:00:01 2024-08-22T20:31:57.9669559Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/121.6 MB 185.7 MB/s eta 0:00:01 2024-08-22T20:31:57.9670680Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/121.6 MB 185.0 MB/s eta 0:00:01 2024-08-22T20:31:59.3721702Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 44.0/121.6 MB 186.3 MB/s eta 0:00:01 2024-08-22T20:31:59.3723221Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.4/121.6 MB 185.0 MB/s eta 0:00:01 2024-08-22T20:31:59.3724556Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 56.9/121.6 MB 187.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3725727Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 63.7/121.6 MB 197.5 MB/s eta 0:00:01 2024-08-22T20:31:59.3726821Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 70.5/121.6 MB 198.2 MB/s eta 0:00:01 2024-08-22T20:31:59.3727883Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 77.2/121.6 MB 196.5 MB/s eta 0:00:01 2024-08-22T20:31:59.3728931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 84.0/121.6 MB 198.2 MB/s eta 0:00:01 2024-08-22T20:31:59.3729977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 90.9/121.6 MB 199.4 MB/s eta 0:00:01 2024-08-22T20:31:59.3731046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 97.6/121.6 MB 197.0 MB/s eta 0:00:01 2024-08-22T20:31:59.3732095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 104.3/121.6 MB 196.2 MB/s eta 0:00:01 2024-08-22T20:31:59.3733282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 111.1/121.6 MB 198.1 MB/s eta 0:00:01 2024-08-22T20:31:59.3734346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 117.9/121.6 MB 198.1 MB/s eta 0:00:01 2024-08-22T20:31:59.3735373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3736361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3737329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3738334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3739325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3740285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3741303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3742299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3743274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3744338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3745322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3746308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3747283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3748248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3749223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3750195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3751184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3752303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3753282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3754255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3755223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3756184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3757180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3758169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3759130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3760095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:31:59.3761116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8297986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8299812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8300814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8301979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8302957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8304039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8305030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8306005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8306994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8307977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8308955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8309923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8310883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8311849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8312847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8313822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8314798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8315771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8316737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8317681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 5.9 MB/s eta 0:00:00 2024-08-22T20:32:00.8318720Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:00.8320180Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:32:00.8321445Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:00.8322430Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/56.5 MB 225.2 MB/s eta 0:00:01 2024-08-22T20:32:00.8323503Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/56.5 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:00.8324563Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 22.9/56.5 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:32:00.8325711Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 30.8/56.5 MB 227.1 MB/s eta 0:00:01 2024-08-22T20:32:00.8326779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 38.7/56.5 MB 228.7 MB/s eta 0:00:01 2024-08-22T20:32:00.8327845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 46.6/56.5 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:32:00.8328888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 55.0/56.5 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:00.8329893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8330863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8331828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8333479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8334440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8335408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8336380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8337361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8338333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:00.8339289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2156203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2159249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2161234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2162230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2163200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2164175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2165261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2166242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2167223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2168203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2169174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2170147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2171085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.6 MB/s eta 0:00:00 2024-08-22T20:32:02.2172313Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:02.2173705Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:32:02.2174904Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:02.2175892Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/124.2 MB 177.0 MB/s eta 0:00:01 2024-08-22T20:32:02.2176977Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/124.2 MB 191.0 MB/s eta 0:00:01 2024-08-22T20:32:02.2178059Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.0/124.2 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:32:02.2179141Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.0/124.2 MB 206.3 MB/s eta 0:00:01 2024-08-22T20:32:02.2180342Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.3/124.2 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:32:02.2181413Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/124.2 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:32:02.2182479Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 49.0/124.2 MB 213.3 MB/s eta 0:00:01 2024-08-22T20:32:02.2183537Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 56.3/124.2 MB 211.3 MB/s eta 0:00:01 2024-08-22T20:32:02.2184594Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 63.7/124.2 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:32:02.2185663Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 70.9/124.2 MB 212.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2186709Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 78.3/124.2 MB 213.2 MB/s eta 0:00:01 2024-08-22T20:32:02.2187772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 85.7/124.2 MB 214.3 MB/s eta 0:00:01 2024-08-22T20:32:02.2188823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 93.0/124.2 MB 212.6 MB/s eta 0:00:01 2024-08-22T20:32:02.2189868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 100.1/124.2 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:32:02.2190912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 107.5/124.2 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:32:02.2192057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 114.9/124.2 MB 213.9 MB/s eta 0:00:01 2024-08-22T20:32:02.2193077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 122.4/124.2 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:32:02.2194375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:02.2195358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:02.2197571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:02.2198551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:02.2199522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:02.2200508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9609878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9611390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9612417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9613405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9614387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9615379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9616371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9617372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9618357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9619331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9620325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9621307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9622471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 13.9 MB/s eta 0:00:00 2024-08-22T20:32:03.9623638Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.9625032Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:32:03.9626226Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:03.9627228Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/196.0 MB 186.1 MB/s eta 0:00:02 2024-08-22T20:32:03.9628317Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/196.0 MB 187.8 MB/s eta 0:00:01 2024-08-22T20:32:03.9629411Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.0/196.0 MB 205.5 MB/s eta 0:00:01 2024-08-22T20:32:03.9630511Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.3/196.0 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:32:03.9631584Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/196.0 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:32:03.9632658Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/196.0 MB 211.7 MB/s eta 0:00:01 2024-08-22T20:32:03.9633730Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/196.0 MB 212.7 MB/s eta 0:00:01 2024-08-22T20:32:03.9634802Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/196.0 MB 213.1 MB/s eta 0:00:01 2024-08-22T20:32:03.9635980Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/196.0 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:32:03.9637047Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 71.2/196.0 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:03.9638139Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 78.6/196.0 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:32:03.9639202Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 85.9/196.0 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:03.9640265Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 93.1/196.0 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:32:03.9641331Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 100.4/196.0 MB 211.4 MB/s eta 0:00:01 2024-08-22T20:32:03.9642414Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 107.8/196.0 MB 213.0 MB/s eta 0:00:01 2024-08-22T20:32:03.9643481Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 115.1/196.0 MB 212.6 MB/s eta 0:00:01 2024-08-22T20:32:03.9644639Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 122.4/196.0 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:32:03.9645838Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 129.7/196.0 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:32:03.9646901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 137.0/196.0 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:32:03.9647965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 144.2/196.0 MB 210.3 MB/s eta 0:00:01 2024-08-22T20:32:03.9649025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 151.6/196.0 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:32:03.9650111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 158.9/196.0 MB 213.9 MB/s eta 0:00:01 2024-08-22T20:32:03.9651187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 166.2/196.0 MB 212.8 MB/s eta 0:00:01 2024-08-22T20:32:05.5291205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 173.5/196.0 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:32:05.5292734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 180.9/196.0 MB 213.7 MB/s eta 0:00:01 2024-08-22T20:32:05.5294377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 188.2/196.0 MB 212.9 MB/s eta 0:00:01 2024-08-22T20:32:05.5295765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5297512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5298646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5299622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5300607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5301589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5302619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5303615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5304815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5305816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5306794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5307759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5308749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5309735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5310719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5311710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5312701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5313685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5314651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5315619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5316698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5317686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5318651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5319633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5320605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5321571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5322547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5323515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:05.5324570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 9.2 MB/s eta 0:00:00 2024-08-22T20:32:05.5325711Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:05.5327009Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:32:05.5328170Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:05.5329164Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/176.2 MB 181.7 MB/s eta 0:00:01 2024-08-22T20:32:05.5330256Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/176.2 MB 192.5 MB/s eta 0:00:01 2024-08-22T20:32:05.5331334Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.3/176.2 MB 212.9 MB/s eta 0:00:01 2024-08-22T20:32:05.5332413Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.6/176.2 MB 212.6 MB/s eta 0:00:01 2024-08-22T20:32:05.5333514Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.0/176.2 MB 214.7 MB/s eta 0:00:01 2024-08-22T20:32:06.9579607Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/176.2 MB 212.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9581146Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/176.2 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:32:06.9582650Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.8/176.2 MB 212.4 MB/s eta 0:00:01 2024-08-22T20:32:06.9583885Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/176.2 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:32:06.9584961Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 71.4/176.2 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:32:06.9586019Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 78.7/176.2 MB 212.4 MB/s eta 0:00:01 2024-08-22T20:32:06.9587072Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 86.1/176.2 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9588132Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 93.4/176.2 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:32:06.9589201Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 100.7/176.2 MB 211.4 MB/s eta 0:00:01 2024-08-22T20:32:06.9590268Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 107.9/176.2 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:32:06.9591341Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 115.3/176.2 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:32:06.9592395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 122.6/176.2 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:32:06.9593805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 130.0/176.2 MB 214.9 MB/s eta 0:00:01 2024-08-22T20:32:06.9594889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 137.4/176.2 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:06.9595956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 144.6/176.2 MB 212.4 MB/s eta 0:00:01 2024-08-22T20:32:06.9597004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 152.0/176.2 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9598067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 159.4/176.2 MB 214.2 MB/s eta 0:00:01 2024-08-22T20:32:06.9599123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 166.7/176.2 MB 213.2 MB/s eta 0:00:01 2024-08-22T20:32:06.9600152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 174.3/176.2 MB 218.9 MB/s eta 0:00:01 2024-08-22T20:32:06.9601192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9602179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9603333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9604463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9605577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9606552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9607540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9608523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9609517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9610505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9611506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9612487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9613640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9614617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9615768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9616750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9617759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9618730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9619718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:06.9620696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3921938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3924315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3925903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3927082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3928188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3929259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3930304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 9.8 MB/s eta 0:00:00 2024-08-22T20:32:08.3931839Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.3934438Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:32:08.3936508Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:08.3938257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 3.7 MB/s eta 0:00:00 2024-08-22T20:32:08.3939853Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.3941218Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:08.3942831Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:08.3943948Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/209.4 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:32:08.3945375Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/209.4 MB 175.6 MB/s eta 0:00:02 2024-08-22T20:32:08.3946607Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.4/209.4 MB 223.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3948579Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.1/209.4 MB 222.6 MB/s eta 0:00:01 2024-08-22T20:32:08.3949795Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/209.4 MB 228.2 MB/s eta 0:00:01 2024-08-22T20:32:08.3952400Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/209.4 MB 228.2 MB/s eta 0:00:01 2024-08-22T20:32:08.3953857Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/209.4 MB 228.2 MB/s eta 0:00:01 2024-08-22T20:32:08.3955623Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.7/209.4 MB 75.6 MB/s eta 0:00:03 2024-08-22T20:32:08.3957374Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.2/209.4 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:08.3958821Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/209.4 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:32:08.3960478Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.0/209.4 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:08.3961646Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3962788Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3963938Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3965417Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3967032Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3968464Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:08.3969850Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 74.4/209.4 MB 43.0 MB/s eta 0:00:04 2024-08-22T20:32:08.3971639Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 81.9/209.4 MB 41.6 MB/s eta 0:00:04 2024-08-22T20:32:08.3973213Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 89.4/209.4 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:32:08.3974437Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 96.5/209.4 MB 223.7 MB/s eta 0:00:01 2024-08-22T20:32:08.3975736Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 104.2/209.4 MB 206.6 MB/s eta 0:00:01 2024-08-22T20:32:08.3977161Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 112.6/209.4 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:08.3978295Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 118.2/209.4 MB 191.0 MB/s eta 0:00:01 2024-08-22T20:32:08.3979351Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 123.5/209.4 MB 156.1 MB/s eta 0:00:01 2024-08-22T20:32:08.3980423Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 130.6/209.4 MB 199.6 MB/s eta 0:00:01 2024-08-22T20:32:09.8036393Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 137.3/209.4 MB 208.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8037734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 144.3/209.4 MB 206.0 MB/s eta 0:00:01 2024-08-22T20:32:09.8038828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 152.3/209.4 MB 229.9 MB/s eta 0:00:01 2024-08-22T20:32:09.8039906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 158.6/209.4 MB 198.4 MB/s eta 0:00:01 2024-08-22T20:32:09.8040974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 164.7/209.4 MB 175.3 MB/s eta 0:00:01 2024-08-22T20:32:09.8042060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 170.9/209.4 MB 177.4 MB/s eta 0:00:01 2024-08-22T20:32:09.8043138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 176.8/209.4 MB 175.9 MB/s eta 0:00:01 2024-08-22T20:32:09.8044247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 183.1/209.4 MB 177.0 MB/s eta 0:00:01 2024-08-22T20:32:09.8045418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 189.3/209.4 MB 181.5 MB/s eta 0:00:01 2024-08-22T20:32:09.8046467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 196.4/209.4 MB 195.7 MB/s eta 0:00:01 2024-08-22T20:32:09.8047508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 201.6/209.4 MB 172.9 MB/s eta 0:00:01 2024-08-22T20:32:09.8048848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 206.6/209.4 MB 147.0 MB/s eta 0:00:01 2024-08-22T20:32:09.8049838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8051018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8052005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8052979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8053947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8054907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8055906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8056906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8057878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8058850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8059833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8060809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8061875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8062868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8063869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8064864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8065821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8066798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8067764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8068744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8069813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8070788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8071754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8072718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8073675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8074713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8075699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:13.9658735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.2 MB/s eta 0:00:00 2024-08-22T20:32:13.9660402Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9661609Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:32:13.9662562Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:32:13.9663566Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/19.7 MB 124.0 MB/s eta 0:00:01 2024-08-22T20:32:13.9665106Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 8.1/19.7 MB 119.3 MB/s eta 0:00:01 2024-08-22T20:32:13.9666204Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12.3/19.7 MB 117.7 MB/s eta 0:00:01 2024-08-22T20:32:13.9667274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 16.6/19.7 MB 122.9 MB/s eta 0:00:01 2024-08-22T20:32:13.9668305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 128.6 MB/s eta 0:00:01 2024-08-22T20:32:13.9669389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 128.6 MB/s eta 0:00:01 2024-08-22T20:32:13.9670362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 65.4 MB/s eta 0:00:00 2024-08-22T20:32:13.9671427Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9672549Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:32:13.9673834Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:32:13.9674807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 145.5 MB/s eta 0:00:01 2024-08-22T20:32:13.9675803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 87.3 MB/s eta 0:00:00 2024-08-22T20:32:13.9677146Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) (23.1.0) 2024-08-22T20:32:13.9678921Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (67.8.0) 2024-08-22T20:32:13.9680357Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9681222Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:32:13.9682118Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9682987Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:32:13.9683870Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9684719Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:32:13.9685714Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9686550Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:32:13.9687390Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9688308Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:32:13.9689194Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9690035Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:32:13.9690952Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9691895Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:32:13.9692836Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9694333Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:32:13.9695522Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9697089Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-08-22T20:32:13.9698638Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:32:13.9699570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 48.2 MB/s eta 0:00:00 2024-08-22T20:32:13.9700632Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9702020Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-08-22T20:32:13.9703242Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:32:13.9704155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 34.9 MB/s eta 0:00:00 2024-08-22T20:32:13.9705195Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9706530Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-08-22T20:32:13.9707699Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:32:13.9708615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 31.5 MB/s eta 0:00:00 2024-08-22T20:32:13.9709705Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:13.9710602Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:32:13.9711995Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:32:13.9714028Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:32:13.9715966Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:32:13.9717467Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:13.9718331Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:32:13.9719677Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:32:13.9721299Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.9722349Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:32:13.9723344Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:32.8279092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 15.8 MB/s eta 0:00:00 2024-08-22T20:33:32.8280849Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:32.8281732Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:32.8283026Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=ea553a5896e43172af4c069bc6c7c543c68d59cfac3a9e6af2b36d24f27035d6 2024-08-22T20:33:32.8284411Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:32.8285558Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:32.8287289Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=e8dd8a74f6b5de8351862e76e6e10bf45eb13cfa68dd208febcc933386c8ed79 2024-08-22T20:33:32.8288714Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:32.8289664Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:32.8290986Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=50b956cf2f0a53782d53db3cf0bd218dc89b2fbfc6c8bf40be73a14659b7fd7d 2024-08-22T20:33:32.8292361Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:32.8293507Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:33:32.8294951Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=c51562681dc0a6a8a68b99b553f9754ef04408e28f5bf03938a2402591ae91b9 2024-08-22T20:33:32.8296547Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:33:32.8297661Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:33:32.8305312Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, watchdog, tzdata, typing-extensions, triton, tqdm, tornado, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, safetensors, requests, regex, pygments, pycryptodomex, pybind11, protobuf, portalocker, pillow, pathvalidate, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, mdurl, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, cachetools, blinker, aiohappyeyeballs, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pydeck, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, markdown-it-py, huggingface_hub, gitdb, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, rich, nvidia-cusolver-cu12, gitpython, aiohttp, transformers, torch, DataProperty, altair, tabledata, streamlit, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-08-22T20:33:32.8311169Z Attempting uninstall: tqdm 2024-08-22T20:33:32.8311581Z Found existing installation: tqdm 4.65.0 2024-08-22T20:33:32.8312084Z Uninstalling tqdm-4.65.0: 2024-08-22T20:33:32.8312529Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:33:32.8312965Z Attempting uninstall: requests 2024-08-22T20:33:32.8313423Z Found existing installation: requests 2.29.0 2024-08-22T20:33:32.8313919Z Uninstalling requests-2.29.0: 2024-08-22T20:33:32.8314622Z Successfully uninstalled requests-2.29.0 2024-08-22T20:33:32.8315066Z Attempting uninstall: cmake 2024-08-22T20:33:32.8315465Z Found existing installation: cmake 3.18.2 2024-08-22T20:33:32.8315951Z Uninstalling cmake-3.18.2: 2024-08-22T20:33:32.8316405Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:33:32.8326773Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 watchdog-4.0.2 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstd-1.5.5.1 2024-08-22T20:33:32.8338287Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:33:32.8339671Z + pip3 uninstall -y triton 2024-08-22T20:33:32.8340078Z Found existing installation: triton 3.0.0 2024-08-22T20:33:32.8340537Z Uninstalling triton-3.0.0: 2024-08-22T20:33:32.8340969Z Successfully uninstalled triton-3.0.0 2024-08-22T20:33:32.8342477Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:33:32.8344239Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:33:32.8345250Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:33:32.8346031Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:33:32.8347034Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.5.0.dev20240814%2Bcu121-cp311-cp311-linux_x86_64.whl (778.6 MB) 2024-08-22T20:33:32.8348278Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:33:32.8349407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/778.6 MB 242.4 MB/s eta 0:00:04 2024-08-22T20:33:32.8350447Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.2/778.6 MB 234.6 MB/s eta 0:00:04 2024-08-22T20:33:32.8351527Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/778.6 MB 226.6 MB/s eta 0:00:04 2024-08-22T20:33:32.8352605Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.1/778.6 MB 232.0 MB/s eta 0:00:04 2024-08-22T20:33:32.8353800Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/778.6 MB 228.7 MB/s eta 0:00:04 2024-08-22T20:33:32.8354980Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.1/778.6 MB 235.9 MB/s eta 0:00:04 2024-08-22T20:33:32.8356067Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/778.6 MB 243.3 MB/s eta 0:00:03 2024-08-22T20:33:32.8357142Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/778.6 MB 233.6 MB/s eta 0:00:04 2024-08-22T20:33:32.8358220Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.6/778.6 MB 234.9 MB/s eta 0:00:04 2024-08-22T20:33:34.1475119Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/778.6 MB 234.1 MB/s eta 0:00:03 2024-08-22T20:33:34.1476334Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.0/778.6 MB 239.9 MB/s eta 0:00:03 2024-08-22T20:33:34.1477447Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/778.6 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:33:34.1478518Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.4/778.6 MB 236.7 MB/s eta 0:00:03 2024-08-22T20:33:34.1479591Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.5/778.6 MB 236.6 MB/s eta 0:00:03 2024-08-22T20:33:34.1480654Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.9/778.6 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:33:34.1481726Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.0/778.6 MB 236.8 MB/s eta 0:00:03 2024-08-22T20:33:34.1482815Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.0/778.6 MB 234.7 MB/s eta 0:00:03 2024-08-22T20:33:34.1483901Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.0/778.6 MB 231.4 MB/s eta 0:00:03 2024-08-22T20:33:34.1485068Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/778.6 MB 232.6 MB/s eta 0:00:03 2024-08-22T20:33:34.1486131Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.4/778.6 MB 241.1 MB/s eta 0:00:03 2024-08-22T20:33:34.1487204Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.8/778.6 MB 243.6 MB/s eta 0:00:03 2024-08-22T20:33:34.1488270Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.3/778.6 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:33:34.1489641Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.5/778.6 MB 240.4 MB/s eta 0:00:03 2024-08-22T20:33:34.1490865Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.8/778.6 MB 242.0 MB/s eta 0:00:03 2024-08-22T20:33:34.1492047Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.0/778.6 MB 239.3 MB/s eta 0:00:03 2024-08-22T20:33:34.1493429Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/778.6 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:33:34.1494496Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.6/778.6 MB 237.3 MB/s eta 0:00:03 2024-08-22T20:33:34.1495557Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.7/778.6 MB 234.7 MB/s eta 0:00:03 2024-08-22T20:33:34.1496632Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 236.9/778.6 MB 237.8 MB/s eta 0:00:03 2024-08-22T20:33:34.1497709Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 245.4/778.6 MB 245.5 MB/s eta 0:00:03 2024-08-22T20:33:34.1498757Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 253.4/778.6 MB 234.9 MB/s eta 0:00:03 2024-08-22T20:33:34.1499816Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 261.8/778.6 MB 242.9 MB/s eta 0:00:03 2024-08-22T20:33:34.1500870Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 269.9/778.6 MB 238.6 MB/s eta 0:00:03 2024-08-22T20:33:34.1501931Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 278.1/778.6 MB 238.2 MB/s eta 0:00:03 2024-08-22T20:33:34.1503141Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 286.3/778.6 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:33:34.1504218Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 294.3/778.6 MB 236.2 MB/s eta 0:00:03 2024-08-22T20:33:34.1505277Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 302.4/778.6 MB 234.9 MB/s eta 0:00:03 2024-08-22T20:33:34.1506330Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 310.5/778.6 MB 234.7 MB/s eta 0:00:02 2024-08-22T20:33:34.1507390Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 318.4/778.6 MB 230.8 MB/s eta 0:00:02 2024-08-22T20:33:34.1508458Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 326.3/778.6 MB 231.1 MB/s eta 0:00:02 2024-08-22T20:33:34.1509538Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 334.4/778.6 MB 234.6 MB/s eta 0:00:02 2024-08-22T20:33:34.1510723Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 342.5/778.6 MB 234.0 MB/s eta 0:00:02 2024-08-22T20:33:34.1511790Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 350.5/778.6 MB 232.9 MB/s eta 0:00:02 2024-08-22T20:33:34.1512847Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 358.6/778.6 MB 235.4 MB/s eta 0:00:02 2024-08-22T20:33:34.1513906Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 366.7/778.6 MB 236.3 MB/s eta 0:00:02 2024-08-22T20:33:34.1514956Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 374.9/778.6 MB 236.7 MB/s eta 0:00:02 2024-08-22T20:33:34.1516032Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 383.0/778.6 MB 237.5 MB/s eta 0:00:02 2024-08-22T20:33:35.4680098Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 391.1/778.6 MB 236.0 MB/s eta 0:00:02 2024-08-22T20:33:35.4681302Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 399.4/778.6 MB 239.6 MB/s eta 0:00:02 2024-08-22T20:33:35.4682370Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 407.6/778.6 MB 237.6 MB/s eta 0:00:02 2024-08-22T20:33:35.4683442Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 416.0/778.6 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:33:35.4684502Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 424.4/778.6 MB 243.6 MB/s eta 0:00:02 2024-08-22T20:33:35.4686016Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 432.5/778.6 MB 236.4 MB/s eta 0:00:02 2024-08-22T20:33:35.4687076Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 440.6/778.6 MB 237.0 MB/s eta 0:00:02 2024-08-22T20:33:35.4688150Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 448.8/778.6 MB 236.9 MB/s eta 0:00:02 2024-08-22T20:33:35.4689215Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 456.8/778.6 MB 230.5 MB/s eta 0:00:02 2024-08-22T20:33:35.4690273Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 465.0/778.6 MB 236.1 MB/s eta 0:00:02 2024-08-22T20:33:35.4691327Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 473.3/778.6 MB 241.3 MB/s eta 0:00:02 2024-08-22T20:33:35.4692380Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 481.7/778.6 MB 243.2 MB/s eta 0:00:02 2024-08-22T20:33:35.4693791Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 489.9/778.6 MB 239.4 MB/s eta 0:00:02 2024-08-22T20:33:35.4695018Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 498.4/778.6 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:33:35.4696076Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 506.8/778.6 MB 246.8 MB/s eta 0:00:02 2024-08-22T20:33:35.4697129Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 515.3/778.6 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:33:35.4698175Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 523.8/778.6 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:33:35.4699226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 532.3/778.6 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:33:35.4700296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 540.7/778.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:35.4701373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 549.2/778.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:33:35.4702425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 557.7/778.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:35.4703477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 566.1/778.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:33:35.4704522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 574.6/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:35.4705579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 583.0/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:33:35.4706788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 591.5/778.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:35.4707924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 600.0/778.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:33:35.4708964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 608.4/778.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:35.4710012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 617.0/778.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:33:35.4711057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 625.5/778.6 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:33:35.4712103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 634.0/778.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:35.4713155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 642.4/778.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:33:35.4714221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 650.8/778.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:33:35.4715264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 659.2/778.6 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:33:35.4716308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 667.6/778.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:35.4717346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 676.0/778.6 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:35.4718393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 684.5/778.6 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:33:35.4719455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 693.0/778.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:35.4720517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 701.5/778.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:37.2939828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 709.9/778.6 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2941045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 718.4/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:37.2942160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 726.6/778.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:33:37.2943220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 734.7/778.6 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:33:37.2944523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 743.1/778.6 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:33:37.2945728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 751.5/778.6 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:33:37.2946755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 759.8/778.6 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:37.2947752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 768.3/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:37.2948737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 776.8/778.6 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:33:37.2949719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2950700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2951691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2952692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2953660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2954635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2955620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2956598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2957677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2958679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2959672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2960663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2961638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2962618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2963617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2964589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2965803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2966787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2967763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2968738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2969703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2970699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2971699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2972671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2973642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2974622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2975600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2976732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2977720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:37.2978697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6771872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6773076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6774172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6775279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6776414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6777695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6778851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6779936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6780996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6782058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6783202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6784295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6785349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6786417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6787587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6788657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6789909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6791033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6792276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6793693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6794798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6795866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6796994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6798078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6799163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6800231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6801339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6802389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6803449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6804536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6805771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6806841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6807915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6808983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6810069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6811113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6812386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6813591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6815135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:38.6816120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0582838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0584054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0585176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0586173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0587182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0588154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0589151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0590137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0591113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0592335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0593674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0594665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0595643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0596613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0597597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0598595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0599718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0600693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0601669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0602640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0603614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0604605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0605671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0606661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0607622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0608613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0609582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0610553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0611665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0612650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0613620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0614591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0615552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0616525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0618015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0619094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0620288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0621365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0622346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:40.0623387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4373657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4375005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4376260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4377345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4378412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4379517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4380612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4381961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4383088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4384337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4385450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4386563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4387617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4388676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4389801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4390918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4391978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4393038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4394789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4396117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4397662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4398852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4399968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4401035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4402099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4403197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4404286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4405500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4406785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4407878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4408939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4410005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4411099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4412181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4413264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4414339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4415433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4416498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4417555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:41.4418741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8176341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8177602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8178610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8179604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8180583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8181548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8182545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8183775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8184754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8185710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8186702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8188677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8189670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8190639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8191635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8192611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8193902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8194883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8195860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8197018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8198002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8198983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8199962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8200934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8201896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8202887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8203906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8205158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8206130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8207100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8208066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8209048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8210038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8211032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8212004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8212966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8213935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8214903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8215967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:42.8217013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6211598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6213075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6214163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6215170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6216147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6217168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6218167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6219139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6220123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6221103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6222073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6223349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6224354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6225340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6226317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6227433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6228409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6229398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6230359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6231505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:44.6232478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.3 MB/s eta 0:00:00 2024-08-22T20:33:44.6233634Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.13.1) 2024-08-22T20:33:44.6235070Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:33:44.6236575Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:33:44.6237897Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:33:44.6239219Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:33:44.6240684Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:33:44.6242299Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:33:44.6243904Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:33:44.6245589Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (9.1.0.70) 2024-08-22T20:33:44.6247129Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.3.1) 2024-08-22T20:33:44.6248676Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.0.2.54) 2024-08-22T20:33:44.6250237Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (10.3.2.106) 2024-08-22T20:33:44.6251825Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.4.5.107) 2024-08-22T20:33:44.6253419Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.0.106) 2024-08-22T20:33:44.6254563Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:33:44.6255791Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2024-08-22T20:33:44.6256968Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:33:44.6257971Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/188.7 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:33:44.6259052Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.6/188.7 MB 210.3 MB/s eta 0:00:01 2024-08-22T20:33:44.6260133Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.1/188.7 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:33:44.6261201Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.4/188.7 MB 215.1 MB/s eta 0:00:01 2024-08-22T20:33:44.6262288Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.2/188.7 MB 224.2 MB/s eta 0:00:01 2024-08-22T20:33:44.6263347Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.7/188.7 MB 219.6 MB/s eta 0:00:01 2024-08-22T20:33:44.6264522Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.3/188.7 MB 218.7 MB/s eta 0:00:01 2024-08-22T20:33:46.1001771Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/188.7 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:33:46.1003330Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 68.1/188.7 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:46.1004594Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 76.1/188.7 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:33:46.1005818Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 83.9/188.7 MB 228.7 MB/s eta 0:00:01 2024-08-22T20:33:46.1006931Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 92.0/188.7 MB 233.8 MB/s eta 0:00:01 2024-08-22T20:33:46.1008036Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 100.2/188.7 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:33:46.1009104Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 108.1/188.7 MB 232.2 MB/s eta 0:00:01 2024-08-22T20:33:46.1010174Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 116.2/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:33:46.1011233Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 124.6/188.7 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:33:46.1012295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 132.5/188.7 MB 232.6 MB/s eta 0:00:01 2024-08-22T20:33:46.1013608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 140.5/188.7 MB 230.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1014820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 148.5/188.7 MB 231.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1015884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 156.2/188.7 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:46.1016943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 164.2/188.7 MB 228.5 MB/s eta 0:00:01 2024-08-22T20:33:46.1017991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 172.4/188.7 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:33:46.1019053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 180.5/188.7 MB 235.2 MB/s eta 0:00:01 2024-08-22T20:33:46.1020108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1021130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1022111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1023112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1024107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1025086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1026162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1027156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1028155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1029136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1030108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1031097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1032095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1033095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1034855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1035856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1036838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1037806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1038785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1039785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1040787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1041755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:46.1042733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4796787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4798244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4799719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4801042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4802333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4803450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4804422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4805514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4806539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4807539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4808692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4809664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4810638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4811608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4812588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4813571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4814557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4815548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4816521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4817483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4818462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4819443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4820513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4821574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4822553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4823521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4824486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4825531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4826529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4827499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4828487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4829458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4830430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4831402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4832363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4833360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4834349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4835363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4836331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:47.4837305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9459138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9460938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9462262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9463245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9464237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9465307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9466338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9467368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9468384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9469434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9470464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9471432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9472475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9473508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9474605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9475742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9476726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9477740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.5 MB/s eta 0:00:00 2024-08-22T20:33:48.9479008Z [?25hRequirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:33:48.9480242Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:33:48.9481419Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2Bdedb7bdf33-cp311-cp311-linux_x86_64.whl (239.5 MB) 2024-08-22T20:33:48.9482603Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:33:48.9483800Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/239.5 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:33:48.9484970Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/239.5 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:33:48.9486157Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.9/239.5 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:33:48.9487237Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/239.5 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9488304Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/239.5 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:48.9489443Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/239.5 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:33:48.9490530Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/239.5 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:48.9491652Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/239.5 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:33:48.9492720Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.2/239.5 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:48.9493951Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 83.7/239.5 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:48.9495076Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 92.1/239.5 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:33:48.9496451Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 100.5/239.5 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:48.9497535Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 109.0/239.5 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:48.9498602Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 117.2/239.5 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:33:48.9499718Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 125.7/239.5 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:48.9500776Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 133.8/239.5 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:33:48.9501892Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 142.1/239.5 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:33:48.9502981Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 150.4/239.5 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:33:50.4382546Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 158.7/239.5 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:33:50.4384028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 167.2/239.5 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:33:50.4385111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 175.6/239.5 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:33:50.4386189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 183.7/239.5 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:33:50.4387267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 191.8/239.5 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:33:50.4388364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 200.0/239.5 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4389433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 208.1/239.5 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:33:50.4390507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 216.3/239.5 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:33:50.4391570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 224.5/239.5 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:33:50.4392621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 233.0/239.5 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:33:50.4394024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4395231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4396216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4397228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4398207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4399173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4400153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4401129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4402123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4403235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4404240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4405349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4406328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4407292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4408289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4409268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4410252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4411229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4412212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4413191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4414165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4415245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4416335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4417309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4418270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4419237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4420204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4421184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:50.4422142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7840679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7842101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7843175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7844175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7845242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7846528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7847518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7848501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7849475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7850439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7851420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7852407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7853535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7854502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7855486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7856459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7857434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7858393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7859378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7860364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7861346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7862314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7863292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7864263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7865358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7866343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7867366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7868336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7869296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7870269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7871260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7872228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7873277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7874251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7875218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7876184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7877144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7878137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7879131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:51.7880105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:35:41.9010992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 4.0 MB/s eta 0:00:00 2024-08-22T20:35:41.9011854Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:41.9018545Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:35:41.9019589Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:35:41.9021001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:35:41.9022023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:35:41.9023014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:35:41.9023995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:35:41.9024970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 42.3 MB/s eta 0:00:00 2024-08-22T20:35:41.9026406Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.5.0.dev20240814) (12.6.20) 2024-08-22T20:35:41.9028146Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:35:41.9029833Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.3) 2024-08-22T20:35:41.9030986Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:35:41.9031600Z Attempting uninstall: sympy 2024-08-22T20:35:41.9032056Z Found existing installation: sympy 1.13.2 2024-08-22T20:35:41.9032577Z Uninstalling sympy-1.13.2: 2024-08-22T20:35:41.9033041Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:35:41.9033553Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:35:41.9034129Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:35:41.9034698Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:35:41.9035253Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:35:41.9037230Z Attempting uninstall: torch 2024-08-22T20:35:41.9037650Z Found existing installation: torch 2.4.0 2024-08-22T20:35:41.9038135Z Uninstalling torch-2.4.0: 2024-08-22T20:35:41.9038591Z Successfully uninstalled torch-2.4.0 2024-08-22T20:35:41.9039574Z Successfully installed nvidia-nccl-cu12-2.21.5 pytorch-triton-3.0.0+dedb7bdf33 sympy-1.13.1 torch-2.5.0.dev20240814+cu121 2024-08-22T20:35:41.9041509Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:35:41.9043294Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:41.9044252Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:41.9045632Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-3074ggzm 2024-08-22T20:35:41.9047150Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-3074ggzm 2024-08-22T20:35:41.9048273Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:35:41.9049358Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:41.9050321Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:41.9051158Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:41.9051958Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:35:41.9052603Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:35:41.9053382Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / - done 2024-08-22T20:35:41.9054870Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019164 sha256=7a2a3df1db2b106700b4687716f703ba67e6fdc5fe7319f2e3b14eaad0a2fa7d 2024-08-22T20:35:41.9056348Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:35:41.9057208Z Successfully built torchao 2024-08-22T20:35:41.9057590Z Installing collected packages: torchao 2024-08-22T20:35:41.9058123Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:35:41.9059688Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:35:41.9061085Z + python3 scripts/patch_triton.py 2024-08-22T20:35:41.9061505Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-08-22T20:35:41.9061904Z + ./scripts/install_et.sh 2024-08-22T20:35:41.9062266Z ++ dirname ./scripts/install_et.sh 2024-08-22T20:35:41.9062669Z + source ./scripts/install_utils.sh 2024-08-22T20:35:41.9063094Z ++ set -ex pipefail 2024-08-22T20:35:41.9064823Z ++ COMMON_CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON' 2024-08-22T20:35:41.9066394Z + '[' '' == '' ']' 2024-08-22T20:35:41.9066738Z + ET_BUILD_DIR=et-build 2024-08-22T20:35:41.9067079Z + ENABLE_ET_PYBIND=pipefail 2024-08-22T20:35:41.9067433Z + pushd /pytorch/torchchat 2024-08-22T20:35:41.9067806Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:35:41.9068211Z + find_cmake_prefix_path 2024-08-22T20:35:41.9068863Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-08-22T20:35:41.9069600Z + path=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:35:41.9070220Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:35:41.9070732Z + install_pip_dependencies 2024-08-22T20:35:41.9071161Z + echo 'Intalling common pip packages' 2024-08-22T20:35:41.9071631Z Intalling common pip packages 2024-08-22T20:35:41.9072098Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-08-22T20:35:41.9072874Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:35:41.9073879Z Requirement already satisfied: cmake>=3.19 in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:35:41.9074880Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (1.11.1.1) 2024-08-22T20:35:41.9075846Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:35:41.9077596Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:35:41.9079098Z + pushd /pytorch/torchchat 2024-08-22T20:35:41.9079564Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:35:41.9080129Z + pip3 install -r ./requirements.txt 2024-08-22T20:35:41.9080808Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:35:41.9082025Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 4)) (0.24.6) 2024-08-22T20:35:41.9083444Z Requirement already satisfied: gguf in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 7)) (0.9.1) 2024-08-22T20:35:41.9084897Z Requirement already satisfied: tiktoken in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 10)) (0.7.0) 2024-08-22T20:35:41.9087727Z Requirement already satisfied: snakeviz in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 13)) (2.2.0) 2024-08-22T20:35:41.9089398Z Requirement already satisfied: sentencepiece in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 14)) (0.2.0) 2024-08-22T20:35:41.9091088Z Requirement already satisfied: numpy<2.0 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 15)) (1.26.4) 2024-08-22T20:35:41.9092926Z Requirement already satisfied: lm-eval==0.4.2 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:35:41.9095033Z Requirement already satisfied: blobfile in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 18)) (2.1.1) 2024-08-22T20:35:41.9096423Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 22)) (0.38.4) 2024-08-22T20:35:41.9097838Z Requirement already satisfied: cmake>=3.24 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 23)) (3.30.2) 2024-08-22T20:35:41.9099256Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 24)) (1.11.1.1) 2024-08-22T20:35:41.9100648Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 25)) (1.5.5.1) 2024-08-22T20:35:41.9102057Z Requirement already satisfied: streamlit in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 28)) (1.37.1) 2024-08-22T20:35:42.5805639Z Requirement already satisfied: flask in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 31)) (3.0.3) 2024-08-22T20:35:42.5807531Z Requirement already satisfied: accelerate>=0.21.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.33.0) 2024-08-22T20:35:42.5809580Z Requirement already satisfied: evaluate in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:35:42.5811215Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.0) 2024-08-22T20:35:42.5812818Z Requirement already satisfied: jsonlines in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:35:42.5814379Z Requirement already satisfied: numexpr in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:35:42.5815944Z Requirement already satisfied: peft>=0.2.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.12.0) 2024-08-22T20:35:42.5817549Z Requirement already satisfied: pybind11>=2.6.2 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.13.5) 2024-08-22T20:35:42.5819152Z Requirement already satisfied: pytablewriter in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.2.0) 2024-08-22T20:35:42.5820780Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.2) 2024-08-22T20:35:42.5822587Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.3) 2024-08-22T20:35:42.5824237Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.5.1) 2024-08-22T20:35:42.5825843Z Requirement already satisfied: sqlitedict in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:35:42.5827720Z Requirement already satisfied: torch>=1.8 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.5.0.dev20240814+cu121) 2024-08-22T20:35:42.5829415Z Requirement already satisfied: tqdm-multiprocess in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.0.11) 2024-08-22T20:35:42.5831083Z Requirement already satisfied: transformers>=4.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.44.2) 2024-08-22T20:35:42.5832827Z Requirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.0) 2024-08-22T20:35:42.5834631Z Requirement already satisfied: dill in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.3.8) 2024-08-22T20:35:42.5836437Z Requirement already satisfied: word2number in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1) 2024-08-22T20:35:42.5838318Z Requirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.1.0) 2024-08-22T20:35:42.5840193Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (3.13.1) 2024-08-22T20:35:42.5842098Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2024.6.1) 2024-08-22T20:35:42.5844045Z Requirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (23.0) 2024-08-22T20:35:42.5845853Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (6.0.1) 2024-08-22T20:35:42.5847416Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2.32.3) 2024-08-22T20:35:42.5848985Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.66.5) 2024-08-22T20:35:42.5850651Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.12.2) 2024-08-22T20:35:42.5852317Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/lib/python3.11/site-packages (from tiktoken->-r ./requirements.txt (line 10)) (2024.7.24) 2024-08-22T20:35:42.5853873Z Requirement already satisfied: tornado>=2.0 in /opt/conda/lib/python3.11/site-packages (from snakeviz->-r ./requirements.txt (line 13)) (6.4.1) 2024-08-22T20:35:42.5855420Z Requirement already satisfied: pycryptodomex~=3.8 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (3.20.0) 2024-08-22T20:35:42.5857005Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (1.26.16) 2024-08-22T20:35:42.5858537Z Requirement already satisfied: lxml~=4.9 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (4.9.4) 2024-08-22T20:35:42.5860138Z Requirement already satisfied: altair<6,>=4.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.4.0) 2024-08-22T20:35:42.5861686Z Requirement already satisfied: blinker<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (1.8.2) 2024-08-22T20:35:42.5863307Z Requirement already satisfied: cachetools<6,>=4.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.5.0) 2024-08-22T20:35:42.5864844Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.1.7) 2024-08-22T20:35:42.5866374Z Requirement already satisfied: pandas<3,>=1.3.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (2.2.2) 2024-08-22T20:35:42.5867930Z Requirement already satisfied: pillow<11,>=7.1.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (10.4.0) 2024-08-22T20:35:42.5869503Z Requirement already satisfied: protobuf<6,>=3.20 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.27.3) 2024-08-22T20:35:42.5871134Z Requirement already satisfied: pyarrow>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (17.0.0) 2024-08-22T20:35:42.5872736Z Requirement already satisfied: rich<14,>=10.14.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (13.7.1) 2024-08-22T20:35:42.5874288Z Requirement already satisfied: tenacity<9,>=8.1.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.5.0) 2024-08-22T20:35:42.5875836Z Requirement already satisfied: toml<2,>=0.10.1 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.10.2) 2024-08-22T20:35:42.5877446Z Requirement already satisfied: gitpython!=3.1.19,<4,>=3.0.7 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (3.1.43) 2024-08-22T20:35:42.5879060Z Requirement already satisfied: pydeck<1,>=0.8.0b4 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.9.1) 2024-08-22T20:35:42.5880633Z Requirement already satisfied: watchdog<5,>=2.1.5 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (4.0.2) 2024-08-22T20:35:42.5882169Z Requirement already satisfied: Werkzeug>=3.0.0 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (3.0.4) 2024-08-22T20:35:42.5883670Z Requirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (3.1.4) 2024-08-22T20:35:42.5885250Z Requirement already satisfied: itsdangerous>=2.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (2.2.0) 2024-08-22T20:35:42.5886891Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (5.9.0) 2024-08-22T20:35:42.5888680Z Requirement already satisfied: safetensors>=0.3.1 in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.4) 2024-08-22T20:35:42.5890449Z Requirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (4.19.2) 2024-08-22T20:35:42.5892155Z Requirement already satisfied: narwhals>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (1.5.2) 2024-08-22T20:35:48.3186537Z Requirement already satisfied: xxhash in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:35:48.3188877Z Requirement already satisfied: multiprocess in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.70.16) 2024-08-22T20:35:48.3190999Z Requirement already satisfied: aiohttp in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.10.5) 2024-08-22T20:35:48.3192812Z Requirement already satisfied: gitdb<5,>=4.0.1 in /opt/conda/lib/python3.11/site-packages (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (4.0.11) 2024-08-22T20:35:48.3194909Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r ./requirements.txt (line 31)) (2.1.3) 2024-08-22T20:35:48.3196700Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:35:48.3198487Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:35:48.3200243Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:35:48.3202177Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2.0.4) 2024-08-22T20:35:48.3203939Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (3.4) 2024-08-22T20:35:48.3205744Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:35:48.3207551Z Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/conda/lib/python3.11/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (3.0.0) 2024-08-22T20:35:48.3209386Z Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /opt/conda/lib/python3.11/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (2.18.0) 2024-08-22T20:35:48.3211192Z Requirement already satisfied: absl-py in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:35:48.3212922Z Requirement already satisfied: nltk in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.9.1) 2024-08-22T20:35:48.3214734Z Requirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.16.0) 2024-08-22T20:35:48.3216531Z Requirement already satisfied: portalocker in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:35:48.3218317Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.9.0) 2024-08-22T20:35:48.3220093Z Requirement already satisfied: colorama in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.6) 2024-08-22T20:35:48.3221871Z Requirement already satisfied: scipy>=1.6.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.14.1) 2024-08-22T20:35:48.3223699Z Requirement already satisfied: joblib>=1.2.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.2) 2024-08-22T20:35:48.3225613Z Requirement already satisfied: threadpoolctl>=3.1.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:35:48.3227515Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.3) 2024-08-22T20:35:48.3229352Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:35:48.3231338Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:35:48.3233316Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:35:48.3235293Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (9.1.0.70) 2024-08-22T20:35:48.3237196Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.3.1) 2024-08-22T20:35:48.3239199Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (11.0.2.54) 2024-08-22T20:35:48.3241134Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.3.2.106) 2024-08-22T20:35:48.3243088Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (11.4.5.107) 2024-08-22T20:35:48.3245179Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.0.106) 2024-08-22T20:35:48.3247077Z Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.5) 2024-08-22T20:35:48.3250000Z Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:35:48.3251960Z Requirement already satisfied: pytorch-triton==3.0.0+dedb7bdf33 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.0.0+dedb7bdf33) 2024-08-22T20:35:48.3253811Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.13.1) 2024-08-22T20:35:48.3255763Z Requirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.6.20) 2024-08-22T20:35:48.3257807Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.0) 2024-08-22T20:35:48.3259688Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers>=4.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.1) 2024-08-22T20:35:48.3261471Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (23.1.0) 2024-08-22T20:35:48.3263240Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (67.8.0) 2024-08-22T20:35:48.3265057Z Requirement already satisfied: DataProperty<2,>=1.0.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.0.1) 2024-08-22T20:35:48.3266970Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1.3) 2024-08-22T20:35:48.3268811Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.2.0) 2024-08-22T20:35:48.3270635Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.3) 2024-08-22T20:35:48.3272431Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.6) 2024-08-22T20:36:01.1462283Z Requirement already satisfied: typepy[datetime]<2,>=1.3.2 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.2) 2024-08-22T20:36:01.1465014Z Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.0) 2024-08-22T20:36:01.1467335Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.1) 2024-08-22T20:36:01.1469513Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.1) 2024-08-22T20:36:01.1471609Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (6.0.5) 2024-08-22T20:36:01.1474009Z Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.9.4) 2024-08-22T20:36:01.1476006Z Requirement already satisfied: smmap<6,>=3.0.1 in /opt/conda/lib/python3.11/site-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (5.0.1) 2024-08-22T20:36:01.1478072Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:36:01.1480080Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.30.2) 2024-08-22T20:36:01.1481963Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.10.6) 2024-08-22T20:36:01.1483849Z Requirement already satisfied: mdurl~=0.1 in /opt/conda/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (0.1.2) 2024-08-22T20:36:01.1485963Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:36:01.1488192Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:01.1489587Z + popd 2024-08-22T20:36:01.1489892Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:01.1490281Z + clone_executorch 2024-08-22T20:36:01.1490768Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-08-22T20:36:01.1491412Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-08-22T20:36:01.1492140Z + rm -rf /pytorch/torchchat/et-build 2024-08-22T20:36:01.1492621Z + mkdir -p /pytorch/torchchat/et-build/src 2024-08-22T20:36:01.1493112Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:36:01.1494116Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:01.1494779Z + git clone https://github.com/pytorch/executorch.git 2024-08-22T20:36:01.1495302Z Cloning into 'executorch'... 2024-08-22T20:36:01.1495756Z remote: Enumerating objects: 110866, done. 2024-08-22T20:36:01.1496269Z remote: Counting objects: 0% (1/3472) 2024-08-22T20:36:01.1496768Z remote: Counting objects: 1% (35/3472) 2024-08-22T20:36:01.1497261Z remote: Counting objects: 2% (70/3472) 2024-08-22T20:36:01.1497765Z remote: Counting objects: 3% (105/3472) 2024-08-22T20:36:01.1498272Z remote: Counting objects: 4% (139/3472) 2024-08-22T20:36:01.1498776Z remote: Counting objects: 5% (174/3472) 2024-08-22T20:36:01.1499281Z remote: Counting objects: 6% (209/3472) 2024-08-22T20:36:01.1499793Z remote: Counting objects: 7% (244/3472) 2024-08-22T20:36:01.1500294Z remote: Counting objects: 8% (278/3472) 2024-08-22T20:36:01.1500797Z remote: Counting objects: 9% (313/3472) 2024-08-22T20:36:01.1501309Z remote: Counting objects: 10% (348/3472) 2024-08-22T20:36:01.1501951Z remote: Counting objects: 11% (382/3472) 2024-08-22T20:36:01.1502456Z remote: Counting objects: 12% (417/3472) 2024-08-22T20:36:01.1502960Z remote: Counting objects: 13% (452/3472) 2024-08-22T20:36:01.1503452Z remote: Counting objects: 14% (487/3472) 2024-08-22T20:36:01.1503948Z remote: Counting objects: 15% (521/3472) 2024-08-22T20:36:01.1504446Z remote: Counting objects: 16% (556/3472) 2024-08-22T20:36:01.1504939Z remote: Counting objects: 17% (591/3472) 2024-08-22T20:36:01.1505441Z remote: Counting objects: 18% (625/3472) 2024-08-22T20:36:01.1505942Z remote: Counting objects: 19% (660/3472) 2024-08-22T20:36:01.1506431Z remote: Counting objects: 20% (695/3472) 2024-08-22T20:36:01.1506934Z remote: Counting objects: 21% (730/3472) 2024-08-22T20:36:01.1507428Z remote: Counting objects: 22% (764/3472) 2024-08-22T20:36:01.1507918Z remote: Counting objects: 23% (799/3472) 2024-08-22T20:36:01.1508421Z remote: Counting objects: 24% (834/3472) 2024-08-22T20:36:01.1508930Z remote: Counting objects: 25% (868/3472) 2024-08-22T20:36:01.1509420Z remote: Counting objects: 26% (903/3472) 2024-08-22T20:36:01.1509919Z remote: Counting objects: 27% (938/3472) 2024-08-22T20:36:01.1510415Z remote: Counting objects: 28% (973/3472) 2024-08-22T20:36:01.1510914Z remote: Counting objects: 29% (1007/3472) 2024-08-22T20:36:01.1511428Z remote: Counting objects: 30% (1042/3472) 2024-08-22T20:36:01.1511941Z remote: Counting objects: 31% (1077/3472) 2024-08-22T20:36:01.1512454Z remote: Counting objects: 32% (1112/3472) 2024-08-22T20:36:01.1512960Z remote: Counting objects: 33% (1146/3472) 2024-08-22T20:36:01.1513472Z remote: Counting objects: 34% (1181/3472) 2024-08-22T20:36:01.1513983Z remote: Counting objects: 35% (1216/3472) 2024-08-22T20:36:01.1514480Z remote: Counting objects: 36% (1250/3472) 2024-08-22T20:36:01.1514984Z remote: Counting objects: 37% (1285/3472) 2024-08-22T20:36:01.1515487Z remote: Counting objects: 38% (1320/3472) 2024-08-22T20:36:01.1516032Z remote: Counting objects: 39% (1355/3472) 2024-08-22T20:36:01.1516533Z remote: Counting objects: 40% (1389/3472) 2024-08-22T20:36:01.1517039Z remote: Counting objects: 41% (1424/3472) 2024-08-22T20:36:01.1517542Z remote: Counting objects: 42% (1459/3472) 2024-08-22T20:36:01.1518034Z remote: Counting objects: 43% (1493/3472) 2024-08-22T20:36:01.1518535Z remote: Counting objects: 44% (1528/3472) 2024-08-22T20:36:01.1519086Z remote: Counting objects: 45% (1563/3472) 2024-08-22T20:36:01.1519579Z remote: Counting objects: 46% (1598/3472) 2024-08-22T20:36:01.1520080Z remote: Counting objects: 47% (1632/3472) 2024-08-22T20:36:01.1520711Z remote: Counting objects: 48% (1667/3472) 2024-08-22T20:36:01.1521207Z remote: Counting objects: 49% (1702/3472) 2024-08-22T20:36:01.1521711Z remote: Counting objects: 50% (1736/3472) 2024-08-22T20:36:01.1522211Z remote: Counting objects: 51% (1771/3472) 2024-08-22T20:36:01.1522710Z remote: Counting objects: 52% (1806/3472) 2024-08-22T20:36:01.1523213Z remote: Counting objects: 53% (1841/3472) 2024-08-22T20:36:01.1523712Z remote: Counting objects: 54% (1875/3472) 2024-08-22T20:36:01.1524202Z remote: Counting objects: 55% (1910/3472) 2024-08-22T20:36:01.1524701Z remote: Counting objects: 56% (1945/3472) 2024-08-22T20:36:01.1525287Z remote: Counting objects: 57% (1980/3472) 2024-08-22T20:36:01.1525785Z remote: Counting objects: 58% (2014/3472) 2024-08-22T20:36:01.1526290Z remote: Counting objects: 59% (2049/3472) 2024-08-22T20:36:01.1526788Z remote: Counting objects: 60% (2084/3472) 2024-08-22T20:36:01.1527282Z remote: Counting objects: 61% (2118/3472) 2024-08-22T20:36:01.1527795Z remote: Counting objects: 62% (2153/3472) 2024-08-22T20:36:01.1528297Z remote: Counting objects: 63% (2188/3472) 2024-08-22T20:36:01.1528811Z remote: Counting objects: 64% (2223/3472) 2024-08-22T20:36:01.1529335Z remote: Counting objects: 65% (2257/3472) 2024-08-22T20:36:01.1529928Z remote: Counting objects: 66% (2292/3472) 2024-08-22T20:36:01.1530425Z remote: Counting objects: 67% (2327/3472) 2024-08-22T20:36:01.1530936Z remote: Counting objects: 68% (2361/3472) 2024-08-22T20:36:01.1531434Z remote: Counting objects: 69% (2396/3472) 2024-08-22T20:36:01.1531926Z remote: Counting objects: 70% (2431/3472) 2024-08-22T20:36:01.1532429Z remote: Counting objects: 71% (2466/3472) 2024-08-22T20:36:01.1532929Z remote: Counting objects: 72% (2500/3472) 2024-08-22T20:36:01.1533429Z remote: Counting objects: 73% (2535/3472) 2024-08-22T20:36:01.1533928Z remote: Counting objects: 74% (2570/3472) 2024-08-22T20:36:01.1534430Z remote: Counting objects: 75% (2604/3472) 2024-08-22T20:36:01.1534934Z remote: Counting objects: 76% (2639/3472) 2024-08-22T20:36:01.1535427Z remote: Counting objects: 77% (2674/3472) 2024-08-22T20:36:01.1535925Z remote: Counting objects: 78% (2709/3472) 2024-08-22T20:36:01.1536422Z remote: Counting objects: 79% (2743/3472) 2024-08-22T20:36:01.1536926Z remote: Counting objects: 80% (2778/3472) 2024-08-22T20:36:01.1537426Z remote: Counting objects: 81% (2813/3472) 2024-08-22T20:36:01.1537923Z remote: Counting objects: 82% (2848/3472) 2024-08-22T20:36:01.1538424Z remote: Counting objects: 83% (2882/3472) 2024-08-22T20:36:01.1538924Z remote: Counting objects: 84% (2917/3472) 2024-08-22T20:36:01.1539425Z remote: Counting objects: 85% (2952/3472) 2024-08-22T20:36:01.1539927Z remote: Counting objects: 86% (2986/3472) 2024-08-22T20:36:01.1540429Z remote: Counting objects: 87% (3021/3472) 2024-08-22T20:36:01.1540932Z remote: Counting objects: 88% (3056/3472) 2024-08-22T20:36:01.1541436Z remote: Counting objects: 89% (3091/3472) 2024-08-22T20:36:01.1541942Z remote: Counting objects: 90% (3125/3472) 2024-08-22T20:36:01.1542446Z remote: Counting objects: 91% (3160/3472) 2024-08-22T20:36:01.1542946Z remote: Counting objects: 92% (3195/3472) 2024-08-22T20:36:01.1543454Z remote: Counting objects: 93% (3229/3472) 2024-08-22T20:36:01.1543957Z remote: Counting objects: 94% (3264/3472) 2024-08-22T20:36:01.1544550Z remote: Counting objects: 95% (3299/3472) 2024-08-22T20:36:01.1545065Z remote: Counting objects: 96% (3334/3472) 2024-08-22T20:36:01.1545569Z remote: Counting objects: 97% (3368/3472) 2024-08-22T20:36:01.1546068Z remote: Counting objects: 98% (3403/3472) 2024-08-22T20:36:01.1546573Z remote: Counting objects: 99% (3438/3472) 2024-08-22T20:36:01.1547079Z remote: Counting objects: 100% (3472/3472) 2024-08-22T20:36:01.1547611Z remote: Counting objects: 100% (3472/3472), done. 2024-08-22T20:36:01.1548207Z remote: Compressing objects: 0% (1/1587) 2024-08-22T20:36:01.1548849Z remote: Compressing objects: 1% (16/1587) 2024-08-22T20:36:01.1549397Z remote: Compressing objects: 2% (32/1587) 2024-08-22T20:36:01.1549930Z remote: Compressing objects: 3% (48/1587) 2024-08-22T20:36:01.1550456Z remote: Compressing objects: 4% (64/1587) 2024-08-22T20:36:01.1550988Z remote: Compressing objects: 5% (80/1587) 2024-08-22T20:36:01.1551506Z remote: Compressing objects: 6% (96/1587) 2024-08-22T20:36:01.1552040Z remote: Compressing objects: 7% (112/1587) 2024-08-22T20:36:01.1552577Z remote: Compressing objects: 8% (127/1587) 2024-08-22T20:36:01.1553111Z remote: Compressing objects: 9% (143/1587) 2024-08-22T20:36:01.1553650Z remote: Compressing objects: 10% (159/1587) 2024-08-22T20:36:02.7146449Z remote: Compressing objects: 11% (175/1587) 2024-08-22T20:36:02.7147306Z remote: Compressing objects: 12% (191/1587) 2024-08-22T20:36:02.7148050Z remote: Compressing objects: 13% (207/1587) 2024-08-22T20:36:02.7148791Z remote: Compressing objects: 14% (223/1587) 2024-08-22T20:36:02.7149547Z remote: Compressing objects: 15% (239/1587) 2024-08-22T20:36:02.7150323Z remote: Compressing objects: 16% (254/1587) 2024-08-22T20:36:02.7150855Z remote: Compressing objects: 17% (270/1587) 2024-08-22T20:36:02.7151678Z remote: Compressing objects: 18% (286/1587) 2024-08-22T20:36:02.7152213Z remote: Compressing objects: 19% (302/1587) 2024-08-22T20:36:02.7152799Z remote: Compressing objects: 20% (318/1587) 2024-08-22T20:36:02.7153371Z remote: Compressing objects: 21% (334/1587) 2024-08-22T20:36:02.7154218Z remote: Compressing objects: 22% (350/1587) 2024-08-22T20:36:02.7154928Z remote: Compressing objects: 23% (366/1587) 2024-08-22T20:36:02.7155602Z remote: Compressing objects: 24% (381/1587) 2024-08-22T20:36:02.7156222Z remote: Compressing objects: 25% (397/1587) 2024-08-22T20:36:02.7156824Z remote: Compressing objects: 26% (413/1587) 2024-08-22T20:36:02.7157484Z remote: Compressing objects: 27% (429/1587) 2024-08-22T20:36:02.7158133Z remote: Compressing objects: 28% (445/1587) 2024-08-22T20:36:02.7158715Z remote: Compressing objects: 29% (461/1587) 2024-08-22T20:36:02.7159386Z remote: Compressing objects: 30% (477/1587) 2024-08-22T20:36:02.7160030Z remote: Compressing objects: 31% (492/1587) 2024-08-22T20:36:02.7160623Z remote: Compressing objects: 32% (508/1587) 2024-08-22T20:36:02.7161292Z remote: Compressing objects: 33% (524/1587) 2024-08-22T20:36:02.7161930Z remote: Compressing objects: 34% (540/1587) 2024-08-22T20:36:02.7162511Z remote: Compressing objects: 35% (556/1587) 2024-08-22T20:36:02.7163179Z remote: Compressing objects: 36% (572/1587) 2024-08-22T20:36:02.7163823Z remote: Compressing objects: 37% (588/1587) 2024-08-22T20:36:02.7164440Z remote: Compressing objects: 38% (604/1587) 2024-08-22T20:36:02.7165244Z remote: Compressing objects: 39% (619/1587) 2024-08-22T20:36:02.7165891Z remote: Compressing objects: 40% (635/1587) 2024-08-22T20:36:02.7166543Z remote: Compressing objects: 41% (651/1587) 2024-08-22T20:36:02.7167252Z remote: Compressing objects: 42% (667/1587) 2024-08-22T20:36:02.7167873Z remote: Compressing objects: 43% (683/1587) 2024-08-22T20:36:02.7168493Z remote: Compressing objects: 44% (699/1587) 2024-08-22T20:36:02.7169160Z remote: Compressing objects: 45% (715/1587) 2024-08-22T20:36:02.7169779Z remote: Compressing objects: 46% (731/1587) 2024-08-22T20:36:02.7170401Z remote: Compressing objects: 47% (746/1587) 2024-08-22T20:36:02.7171087Z remote: Compressing objects: 48% (762/1587) 2024-08-22T20:36:02.7171718Z remote: Compressing objects: 49% (778/1587) 2024-08-22T20:36:02.7172364Z remote: Compressing objects: 50% (794/1587) 2024-08-22T20:36:02.7173094Z remote: Compressing objects: 51% (810/1587) 2024-08-22T20:36:02.7173723Z remote: Compressing objects: 52% (826/1587) 2024-08-22T20:36:02.7174370Z remote: Compressing objects: 53% (842/1587) 2024-08-22T20:36:02.7175189Z remote: Compressing objects: 54% (857/1587) 2024-08-22T20:36:02.7175820Z remote: Compressing objects: 55% (873/1587) 2024-08-22T20:36:02.7176469Z remote: Compressing objects: 56% (889/1587) 2024-08-22T20:36:02.7177110Z remote: Compressing objects: 57% (905/1587) 2024-08-22T20:36:02.7177750Z remote: Compressing objects: 58% (921/1587) 2024-08-22T20:36:02.7178405Z remote: Compressing objects: 59% (937/1587) 2024-08-22T20:36:02.7179044Z remote: Compressing objects: 60% (953/1587) 2024-08-22T20:36:02.7179689Z remote: Compressing objects: 61% (969/1587) 2024-08-22T20:36:02.7180316Z remote: Compressing objects: 62% (984/1587) 2024-08-22T20:36:02.7180960Z remote: Compressing objects: 63% (1000/1587) 2024-08-22T20:36:02.7181627Z remote: Compressing objects: 64% (1016/1587) 2024-08-22T20:36:02.7182273Z remote: Compressing objects: 65% (1032/1587) 2024-08-22T20:36:02.7182928Z remote: Compressing objects: 66% (1048/1587) 2024-08-22T20:36:02.7183592Z remote: Compressing objects: 67% (1064/1587) 2024-08-22T20:36:02.7184244Z remote: Compressing objects: 68% (1080/1587) 2024-08-22T20:36:02.7184896Z remote: Compressing objects: 69% (1096/1587) 2024-08-22T20:36:02.7185645Z remote: Compressing objects: 70% (1111/1587) 2024-08-22T20:36:02.7186381Z remote: Compressing objects: 71% (1127/1587) 2024-08-22T20:36:02.7187099Z remote: Compressing objects: 72% (1143/1587) 2024-08-22T20:36:02.7187699Z remote: Compressing objects: 73% (1159/1587) 2024-08-22T20:36:02.7188339Z remote: Compressing objects: 74% (1175/1587) 2024-08-22T20:36:02.7189046Z remote: Compressing objects: 75% (1191/1587) 2024-08-22T20:36:02.7189654Z remote: Compressing objects: 76% (1207/1587) 2024-08-22T20:36:02.7190287Z remote: Compressing objects: 77% (1222/1587) 2024-08-22T20:36:02.7190992Z remote: Compressing objects: 78% (1238/1587) 2024-08-22T20:36:02.7191592Z remote: Compressing objects: 79% (1254/1587) 2024-08-22T20:36:02.7192228Z remote: Compressing objects: 80% (1270/1587) 2024-08-22T20:36:02.7192945Z remote: Compressing objects: 81% (1286/1587) 2024-08-22T20:36:02.7193897Z remote: Compressing objects: 82% (1302/1587) 2024-08-22T20:36:02.7194562Z remote: Compressing objects: 83% (1318/1587) 2024-08-22T20:36:02.7195276Z remote: Compressing objects: 84% (1334/1587) 2024-08-22T20:36:02.7195880Z remote: Compressing objects: 85% (1349/1587) 2024-08-22T20:36:02.7196541Z remote: Compressing objects: 86% (1365/1587) 2024-08-22T20:36:02.7197234Z remote: Compressing objects: 87% (1381/1587) 2024-08-22T20:36:02.7197836Z remote: Compressing objects: 88% (1397/1587) 2024-08-22T20:36:02.7198495Z remote: Compressing objects: 89% (1413/1587) 2024-08-22T20:36:02.7199197Z remote: Compressing objects: 90% (1429/1587) 2024-08-22T20:36:02.7199796Z remote: Compressing objects: 91% (1445/1587) 2024-08-22T20:36:02.7200454Z remote: Compressing objects: 92% (1461/1587) 2024-08-22T20:36:02.7201144Z remote: Compressing objects: 93% (1476/1587) 2024-08-22T20:36:02.7201802Z remote: Compressing objects: 94% (1492/1587) 2024-08-22T20:36:02.7202514Z remote: Compressing objects: 95% (1508/1587) 2024-08-22T20:36:02.7203251Z remote: Compressing objects: 96% (1524/1587) 2024-08-22T20:36:02.7203905Z remote: Compressing objects: 97% (1540/1587) 2024-08-22T20:36:02.7204617Z remote: Compressing objects: 98% (1556/1587) 2024-08-22T20:36:02.7205471Z remote: Compressing objects: 99% (1572/1587) 2024-08-22T20:36:02.7206097Z remote: Compressing objects: 100% (1587/1587) 2024-08-22T20:36:02.7206772Z remote: Compressing objects: 100% (1587/1587), done. 2024-08-22T20:36:02.7207407Z Receiving objects: 0% (1/110866) 2024-08-22T20:36:02.7207887Z Receiving objects: 1% (1109/110866) 2024-08-22T20:36:02.7208389Z Receiving objects: 2% (2218/110866) 2024-08-22T20:36:02.7208931Z Receiving objects: 3% (3326/110866) 2024-08-22T20:36:02.7209422Z Receiving objects: 4% (4435/110866) 2024-08-22T20:36:02.7209920Z Receiving objects: 5% (5544/110866) 2024-08-22T20:36:02.7210633Z Receiving objects: 6% (6652/110866) 2024-08-22T20:36:02.7211128Z Receiving objects: 7% (7761/110866) 2024-08-22T20:36:02.7211588Z Receiving objects: 8% (8870/110866) 2024-08-22T20:36:02.7212148Z Receiving objects: 9% (9978/110866) 2024-08-22T20:36:02.7212655Z Receiving objects: 10% (11087/110866) 2024-08-22T20:36:02.7213129Z Receiving objects: 11% (12196/110866) 2024-08-22T20:36:02.7213699Z Receiving objects: 12% (13304/110866) 2024-08-22T20:36:02.7214299Z Receiving objects: 13% (14413/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7214965Z Receiving objects: 14% (15522/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7215728Z Receiving objects: 15% (16630/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7216423Z Receiving objects: 16% (17739/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7217076Z Receiving objects: 17% (18848/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7217839Z Receiving objects: 18% (19956/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7218616Z Receiving objects: 19% (21065/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7219290Z Receiving objects: 20% (22174/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7220038Z Receiving objects: 21% (23282/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7220845Z Receiving objects: 22% (24391/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7221521Z Receiving objects: 23% (25500/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7222267Z Receiving objects: 24% (26608/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7222973Z Receiving objects: 25% (27717/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7223626Z Receiving objects: 26% (28826/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7224363Z Receiving objects: 27% (29934/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7225070Z Receiving objects: 28% (31043/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7225752Z Receiving objects: 29% (32152/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7226484Z Receiving objects: 30% (33260/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7227185Z Receiving objects: 31% (34369/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7227865Z Receiving objects: 32% (35478/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7228565Z Receiving objects: 32% (35506/110866), 21.51 MiB | 43.01 MiB/s 2024-08-22T20:36:02.7229319Z Receiving objects: 33% (36586/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7230000Z Receiving objects: 34% (37695/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7230691Z Receiving objects: 35% (38804/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7231398Z Receiving objects: 36% (39912/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7232084Z Receiving objects: 37% (41021/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7232776Z Receiving objects: 38% (42130/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7233497Z Receiving objects: 39% (43238/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7234248Z Receiving objects: 40% (44347/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7234998Z Receiving objects: 41% (45456/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7235642Z Receiving objects: 42% (46564/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7236327Z Receiving objects: 43% (47673/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7237073Z Receiving objects: 44% (48782/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7237720Z Receiving objects: 45% (49890/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7238467Z Receiving objects: 46% (50999/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7239226Z Receiving objects: 47% (52108/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7239870Z Receiving objects: 48% (53216/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7240552Z Receiving objects: 49% (54325/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7241300Z Receiving objects: 50% (55433/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7242392Z Receiving objects: 51% (56542/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7243100Z Receiving objects: 52% (57651/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7243843Z Receiving objects: 53% (58759/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7244500Z Receiving objects: 54% (59868/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7245304Z Receiving objects: 55% (60977/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7246043Z Receiving objects: 56% (62085/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7246750Z Receiving objects: 57% (63194/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7247399Z Receiving objects: 58% (64303/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7248134Z Receiving objects: 59% (65411/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7248837Z Receiving objects: 60% (66520/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7249483Z Receiving objects: 61% (67629/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:02.7250247Z Receiving objects: 62% (68737/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9179036Z Receiving objects: 63% (69846/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9180311Z Receiving objects: 64% (70955/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9181631Z Receiving objects: 65% (72063/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9182873Z Receiving objects: 66% (73172/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9183845Z Receiving objects: 67% (74281/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9184958Z Receiving objects: 68% (75389/110866), 46.44 MiB | 46.43 MiB/s 2024-08-22T20:36:05.9185905Z Receiving objects: 69% (76498/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9186853Z Receiving objects: 70% (77607/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9187941Z Receiving objects: 71% (78715/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9189009Z Receiving objects: 72% (79824/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9189979Z Receiving objects: 73% (80933/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9191072Z Receiving objects: 74% (82041/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9192048Z Receiving objects: 75% (83150/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9193015Z Receiving objects: 76% (84259/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9194282Z Receiving objects: 77% (85367/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9195259Z Receiving objects: 78% (86476/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9196212Z Receiving objects: 79% (87585/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9197269Z Receiving objects: 80% (88693/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9198274Z Receiving objects: 81% (89802/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9199197Z Receiving objects: 82% (90911/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9200259Z Receiving objects: 83% (92019/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9201388Z Receiving objects: 84% (93128/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9202365Z Receiving objects: 85% (94237/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9203384Z Receiving objects: 86% (95345/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9204414Z Receiving objects: 87% (96454/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9205512Z Receiving objects: 88% (97563/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9206527Z Receiving objects: 89% (98671/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9207521Z Receiving objects: 90% (99780/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9208477Z Receiving objects: 91% (100889/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9209500Z Receiving objects: 92% (101997/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9210531Z Receiving objects: 93% (103106/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9211488Z Receiving objects: 94% (104215/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9212873Z Receiving objects: 95% (105323/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9213869Z Receiving objects: 96% (106432/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9214834Z Receiving objects: 97% (107541/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9215951Z Receiving objects: 98% (108649/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9216892Z Receiving objects: 99% (109758/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9218388Z remote: Total 110866 (delta 2184), reused 2852 (delta 1851), pack-reused 107394 (from 1) 2024-08-22T20:36:05.9219696Z Receiving objects: 100% (110866/110866), 64.67 MiB | 43.11 MiB/s 2024-08-22T20:36:05.9220779Z Receiving objects: 100% (110866/110866), 84.65 MiB | 43.11 MiB/s, done. 2024-08-22T20:36:05.9221718Z Resolving deltas: 0% (0/85569) 2024-08-22T20:36:05.9222474Z Resolving deltas: 1% (859/85569) 2024-08-22T20:36:05.9223111Z Resolving deltas: 2% (1712/85569) 2024-08-22T20:36:05.9223845Z Resolving deltas: 3% (2568/85569) 2024-08-22T20:36:05.9224675Z Resolving deltas: 4% (3423/85569) 2024-08-22T20:36:05.9225313Z Resolving deltas: 5% (4279/85569) 2024-08-22T20:36:05.9226022Z Resolving deltas: 6% (5136/85569) 2024-08-22T20:36:05.9226783Z Resolving deltas: 7% (5990/85569) 2024-08-22T20:36:05.9227600Z Resolving deltas: 8% (6848/85569) 2024-08-22T20:36:05.9228320Z Resolving deltas: 9% (7703/85569) 2024-08-22T20:36:05.9229085Z Resolving deltas: 10% (8560/85569) 2024-08-22T20:36:05.9229769Z Resolving deltas: 11% (9413/85569) 2024-08-22T20:36:05.9230485Z Resolving deltas: 12% (10269/85569) 2024-08-22T20:36:05.9231241Z Resolving deltas: 13% (11127/85569) 2024-08-22T20:36:05.9231916Z Resolving deltas: 14% (11980/85569) 2024-08-22T20:36:05.9232685Z Resolving deltas: 15% (12836/85569) 2024-08-22T20:36:05.9233477Z Resolving deltas: 16% (13692/85569) 2024-08-22T20:36:05.9234175Z Resolving deltas: 17% (14550/85569) 2024-08-22T20:36:05.9234851Z Resolving deltas: 18% (15404/85569) 2024-08-22T20:36:05.9235636Z Resolving deltas: 19% (16259/85569) 2024-08-22T20:36:05.9236321Z Resolving deltas: 20% (17114/85569) 2024-08-22T20:36:05.9236996Z Resolving deltas: 21% (17970/85569) 2024-08-22T20:36:05.9237812Z Resolving deltas: 22% (18826/85569) 2024-08-22T20:36:05.9238449Z Resolving deltas: 23% (19681/85569) 2024-08-22T20:36:05.9239132Z Resolving deltas: 24% (20537/85569) 2024-08-22T20:36:05.9239968Z Resolving deltas: 25% (21393/85569) 2024-08-22T20:36:05.9240609Z Resolving deltas: 26% (22253/85569) 2024-08-22T20:36:05.9241394Z Resolving deltas: 27% (23104/85569) 2024-08-22T20:36:05.9242197Z Resolving deltas: 28% (23960/85569) 2024-08-22T20:36:05.9242826Z Resolving deltas: 29% (24817/85569) 2024-08-22T20:36:05.9243506Z Resolving deltas: 30% (25671/85569) 2024-08-22T20:36:05.9244308Z Resolving deltas: 31% (26527/85569) 2024-08-22T20:36:05.9245089Z Resolving deltas: 32% (27383/85569) 2024-08-22T20:36:05.9245767Z Resolving deltas: 33% (28238/85569) 2024-08-22T20:36:05.9246586Z Resolving deltas: 34% (29094/85569) 2024-08-22T20:36:05.9247201Z Resolving deltas: 35% (29950/85569) 2024-08-22T20:36:05.9247848Z Resolving deltas: 36% (30805/85569) 2024-08-22T20:36:05.9248605Z Resolving deltas: 37% (31661/85569) 2024-08-22T20:36:05.9249210Z Resolving deltas: 38% (32517/85569) 2024-08-22T20:36:05.9249972Z Resolving deltas: 39% (33372/85569) 2024-08-22T20:36:05.9250736Z Resolving deltas: 40% (34228/85569) 2024-08-22T20:36:05.9251341Z Resolving deltas: 41% (35084/85569) 2024-08-22T20:36:05.9252051Z Resolving deltas: 42% (35939/85569) 2024-08-22T20:36:05.9252823Z Resolving deltas: 43% (36795/85569) 2024-08-22T20:36:05.9253464Z Resolving deltas: 44% (37651/85569) 2024-08-22T20:36:05.9254163Z Resolving deltas: 45% (38507/85569) 2024-08-22T20:36:05.9254921Z Resolving deltas: 46% (39363/85569) 2024-08-22T20:36:05.9255555Z Resolving deltas: 47% (40218/85569) 2024-08-22T20:36:05.9256253Z Resolving deltas: 48% (41074/85569) 2024-08-22T20:36:05.9257024Z Resolving deltas: 49% (41929/85569) 2024-08-22T20:36:05.9257906Z Resolving deltas: 50% (42785/85569) 2024-08-22T20:36:05.9258588Z Resolving deltas: 51% (43641/85569) 2024-08-22T20:36:05.9259362Z Resolving deltas: 52% (44496/85569) 2024-08-22T20:36:05.9260023Z Resolving deltas: 53% (45352/85569) 2024-08-22T20:36:05.9260694Z Resolving deltas: 54% (46208/85569) 2024-08-22T20:36:05.9261465Z Resolving deltas: 55% (47065/85569) 2024-08-22T20:36:05.9262117Z Resolving deltas: 56% (47919/85569) 2024-08-22T20:36:05.9262790Z Resolving deltas: 57% (48776/85569) 2024-08-22T20:36:05.9263552Z Resolving deltas: 58% (49631/85569) 2024-08-22T20:36:05.9264214Z Resolving deltas: 59% (50486/85569) 2024-08-22T20:36:05.9264879Z Resolving deltas: 60% (51342/85569) 2024-08-22T20:36:05.9265661Z Resolving deltas: 61% (52198/85569) 2024-08-22T20:36:05.9266372Z Resolving deltas: 62% (53053/85569) 2024-08-22T20:36:05.9267046Z Resolving deltas: 63% (53909/85569) 2024-08-22T20:36:05.9267863Z Resolving deltas: 64% (54765/85569) 2024-08-22T20:36:05.9268508Z Resolving deltas: 65% (55620/85569) 2024-08-22T20:36:05.9269186Z Resolving deltas: 66% (56477/85569) 2024-08-22T20:36:05.9270036Z Resolving deltas: 67% (57332/85569) 2024-08-22T20:36:05.9270665Z Resolving deltas: 68% (58187/85569) 2024-08-22T20:36:05.9271348Z Resolving deltas: 69% (59044/85569) 2024-08-22T20:36:05.9272257Z Resolving deltas: 70% (59899/85569) 2024-08-22T20:36:05.9272892Z Resolving deltas: 71% (60755/85569) 2024-08-22T20:36:05.9273606Z Resolving deltas: 72% (61610/85569) 2024-08-22T20:36:05.9274460Z Resolving deltas: 73% (62467/85569) 2024-08-22T20:36:05.9275110Z Resolving deltas: 74% (63322/85569) 2024-08-22T20:36:05.9275807Z Resolving deltas: 74% (63558/85569) 2024-08-22T20:36:05.9276579Z Resolving deltas: 75% (64177/85569) 2024-08-22T20:36:05.9277209Z Resolving deltas: 76% (65034/85569) 2024-08-22T20:36:05.9277903Z Resolving deltas: 77% (65889/85569) 2024-08-22T20:36:05.9278692Z Resolving deltas: 78% (66744/85569) 2024-08-22T20:36:05.9279319Z Resolving deltas: 79% (67600/85569) 2024-08-22T20:36:05.9280020Z Resolving deltas: 80% (68456/85569) 2024-08-22T20:36:05.9280784Z Resolving deltas: 81% (69311/85569) 2024-08-22T20:36:05.9281415Z Resolving deltas: 82% (70168/85569) 2024-08-22T20:36:05.9282117Z Resolving deltas: 83% (71023/85569) 2024-08-22T20:36:05.9282971Z Resolving deltas: 84% (71878/85569) 2024-08-22T20:36:05.9283608Z Resolving deltas: 85% (72734/85569) 2024-08-22T20:36:05.9284300Z Resolving deltas: 86% (73590/85569) 2024-08-22T20:36:05.9285196Z Resolving deltas: 87% (74446/85569) 2024-08-22T20:36:05.9285869Z Resolving deltas: 88% (75301/85569) 2024-08-22T20:36:05.9286566Z Resolving deltas: 89% (76157/85569) 2024-08-22T20:36:05.9287317Z Resolving deltas: 90% (77013/85569) 2024-08-22T20:36:05.9287970Z Resolving deltas: 91% (77868/85569) 2024-08-22T20:36:05.9288647Z Resolving deltas: 92% (78724/85569) 2024-08-22T20:36:05.9289429Z Resolving deltas: 93% (79582/85569) 2024-08-22T20:36:05.9290159Z Resolving deltas: 94% (80435/85569) 2024-08-22T20:36:05.9290845Z Resolving deltas: 95% (81291/85569) 2024-08-22T20:36:05.9291692Z Resolving deltas: 96% (82147/85569) 2024-08-22T20:36:05.9292351Z Resolving deltas: 97% (83002/85569) 2024-08-22T20:36:05.9293027Z Resolving deltas: 98% (83858/85569) 2024-08-22T20:36:05.9294040Z Resolving deltas: 99% (84716/85569) 2024-08-22T20:36:05.9294711Z Resolving deltas: 100% (85569/85569) 2024-08-22T20:36:05.9295411Z Resolving deltas: 100% (85569/85569), done. 2024-08-22T20:36:05.9296223Z + cd executorch 2024-08-22T20:36:05.9296937Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-08-22T20:36:05.9297768Z + git checkout 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:36:05.9298985Z Note: switching to '91298923a0076c1b41059efb6dad2876426e4b03'. 2024-08-22T20:36:05.9299565Z 2024-08-22T20:36:05.9300182Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:36:05.9301252Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:36:05.9302398Z state without impacting any branches by switching back to a branch. 2024-08-22T20:36:05.9303023Z 2024-08-22T20:36:05.9303388Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:36:05.9304266Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:36:05.9304806Z 2024-08-22T20:36:05.9305071Z git switch -c 2024-08-22T20:36:05.9305457Z 2024-08-22T20:36:05.9305662Z Or undo this operation with: 2024-08-22T20:36:05.9305958Z 2024-08-22T20:36:05.9306160Z git switch - 2024-08-22T20:36:05.9306434Z 2024-08-22T20:36:05.9306788Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:36:05.9307318Z 2024-08-22T20:36:05.9307635Z HEAD is now at 91298923a immutable accessors in graph signature (#4433) 2024-08-22T20:36:05.9308427Z + echo 'Install executorch: submodule update' 2024-08-22T20:36:05.9309003Z Install executorch: submodule update 2024-08-22T20:36:05.9309485Z + git submodule sync 2024-08-22T20:36:05.9501857Z + git submodule update --init 2024-08-22T20:36:05.9503243Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2024-08-22T20:36:05.9505985Z Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib' 2024-08-22T20:36:05.9507876Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2024-08-22T20:36:05.9509942Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-08-22T20:36:05.9511775Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-08-22T20:36:42.8153019Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-08-22T20:36:42.8154885Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-08-22T20:36:42.8158574Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-08-22T20:36:42.8160474Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-08-22T20:36:42.8162746Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-08-22T20:36:42.8164535Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-08-22T20:36:42.8166208Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-08-22T20:36:42.8167809Z Submodule 'extension/llm/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/third-party/abseil-cpp' 2024-08-22T20:36:42.8169597Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2024-08-22T20:36:42.8171722Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2024-08-22T20:36:42.8173700Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-08-22T20:36:42.8175176Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-08-22T20:36:42.8176825Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-08-22T20:36:42.8178052Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-08-22T20:36:42.8179348Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-08-22T20:36:42.8180657Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-08-22T20:36:42.8181960Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-08-22T20:36:42.8183270Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-08-22T20:36:42.8184515Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-08-22T20:36:42.8185713Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-08-22T20:36:42.8186887Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-08-22T20:36:42.8188284Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-08-22T20:36:42.8189452Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-08-22T20:36:42.8190523Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-08-22T20:36:42.8191583Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-08-22T20:36:42.8192676Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-08-22T20:36:42.8194089Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-08-22T20:36:42.8195319Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-08-22T20:36:42.8196368Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-08-22T20:36:42.8197342Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-08-22T20:36:42.8198373Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/abseil-cpp'... 2024-08-22T20:36:42.8199408Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/re2'... 2024-08-22T20:36:42.8200489Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/sentencepiece'... 2024-08-22T20:36:42.8201610Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-08-22T20:36:42.8202651Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-08-22T20:36:42.8203555Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-08-22T20:36:42.8204436Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-08-22T20:36:42.8205438Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-08-22T20:36:42.8206359Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-08-22T20:36:42.8207259Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-08-22T20:36:42.8208255Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-08-22T20:36:42.8209378Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-08-22T20:36:42.8210675Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-08-22T20:36:42.8211947Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-08-22T20:36:42.8213438Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-22T20:36:42.8214701Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-08-22T20:36:42.8215876Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-22T20:36:42.8217061Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-22T20:36:42.8218251Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1d139a3b4b7155889c88c31f370a82c48e7ca89c' 2024-08-22T20:36:42.8219445Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-08-22T20:36:42.8220671Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-22T20:36:42.8221843Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-08-22T20:36:42.8222916Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-08-22T20:36:42.8224190Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2024-08-22T20:36:42.8225349Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2024-08-22T20:36:42.8226524Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2024-08-22T20:36:42.8227727Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-08-22T20:36:42.8228848Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2024-08-22T20:36:42.8229869Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2024-08-22T20:36:42.8230867Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-08-22T20:36:42.8231940Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-22T20:36:42.8232972Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-08-22T20:36:42.8233998Z Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b' 2024-08-22T20:36:42.8235088Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-08-22T20:36:42.8235739Z + popd 2024-08-22T20:36:42.8236040Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:42.8236460Z + install_executorch_libs pipefail 2024-08-22T20:36:42.8238891Z + export 'CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install' 2024-08-22T20:36:42.8243116Z + CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install' 2024-08-22T20:36:42.8245414Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-08-22T20:36:42.8245918Z + CMAKE_BUILD_ARGS='--target install' 2024-08-22T20:36:42.8246343Z + install_executorch_python_libs pipefail 2024-08-22T20:36:42.8246964Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-08-22T20:36:44.9608100Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:36:44.9609015Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:44.9609762Z + cd executorch 2024-08-22T20:36:44.9610415Z + echo 'Building and installing python libraries' 2024-08-22T20:36:44.9611069Z Building and installing python libraries 2024-08-22T20:36:44.9611556Z + '[' pipefail = false ']' 2024-08-22T20:36:44.9611957Z + echo 'Installing pybind' 2024-08-22T20:36:44.9612307Z Installing pybind 2024-08-22T20:36:44.9612739Z + bash ./install_requirements.sh --pybind xnnpack 2024-08-22T20:36:44.9613479Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:36:44.9614166Z Collecting torch==2.5.0.dev20240716 2024-08-22T20:36:44.9615152Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (172.4 MB) 2024-08-22T20:36:44.9616394Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.4 MB ? eta -:--:-- 2024-08-22T20:36:44.9617422Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/172.4 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:36:44.9618771Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/172.4 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:36:44.9619876Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/172.4 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:36:44.9620949Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/172.4 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:36:44.9622038Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/172.4 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:36:44.9623162Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.6/172.4 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:36:44.9624272Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/172.4 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:36:44.9625367Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 67.8/172.4 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:36:44.9626437Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 76.4/172.4 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:36:44.9627501Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 85.0/172.4 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:36:44.9628577Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 93.6/172.4 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:36:44.9629643Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 102.3/172.4 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9630892Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 110.9/172.4 MB 250.7 MB/s eta 0:00:01 2024-08-22T20:36:44.9631970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 119.6/172.4 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:36:44.9633039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 128.1/172.4 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:36:44.9634113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 136.7/172.4 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:36:44.9635175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 145.3/172.4 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:36:44.9636234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 153.9/172.4 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:36:44.9637318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 162.5/172.4 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:36:44.9638978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 171.2/172.4 MB 251.6 MB/s eta 0:00:01 2024-08-22T20:36:44.9640006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9640993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9641986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9642970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9643971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9645059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9646070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9647059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9648032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9649015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9650008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9651105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9652108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9653147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:36:44.9654134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8277598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8279279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8280717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8282224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8283253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8284241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8285332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.4/172.4 MB 12.0 MB/s eta 0:00:00 2024-08-22T20:37:04.8286063Z [?25hCollecting torchvision==0.20.0.dev20240716 2024-08-22T20:37:04.8287143Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (1.8 MB) 2024-08-22T20:37:04.8288366Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:37:04.8289324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 75.2 MB/s eta 0:00:00 2024-08-22T20:37:04.8290299Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:37:04.8291302Z Requirement already satisfied: pip>=23 in /opt/conda/lib/python3.11/site-packages (23.1.2) 2024-08-22T20:37:04.8292271Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-08-22T20:37:04.8294117Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-08-22T20:37:04.8294847Z Collecting tomli 2024-08-22T20:37:04.8295323Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:37:04.8296113Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:37:04.8297379Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:37:04.8298013Z Collecting timm==1.0.7 2024-08-22T20:37:04.8298461Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2024-08-22T20:37:04.8299249Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2024-08-22T20:37:04.8300199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 2.3/2.3 MB 85.8 MB/s eta 0:00:01 2024-08-22T20:37:04.8301143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 54.2 MB/s eta 0:00:00 2024-08-22T20:37:04.8301844Z [?25hCollecting torchaudio==2.4.0.dev20240716 2024-08-22T20:37:04.8302894Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.4.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (1.7 MB) 2024-08-22T20:37:04.8304079Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:37:04.8305023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 96.9 MB/s eta 0:00:00 2024-08-22T20:37:04.8305679Z [?25hCollecting torchsr==1.0.4 2024-08-22T20:37:04.8306328Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-08-22T20:37:04.8306811Z Collecting transformers==4.42.4 2024-08-22T20:37:04.8307369Z Downloading transformers-4.42.4-py3-none-any.whl (9.3 MB) 2024-08-22T20:37:04.8308174Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.3 MB ? eta -:--:-- 2024-08-22T20:37:04.8309157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 7.9/9.3 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:37:04.8310172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.3/9.3 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:37:04.8311144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 96.7 MB/s eta 0:00:00 2024-08-22T20:37:04.8312288Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.13.1) 2024-08-22T20:37:04.8313735Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (4.12.2) 2024-08-22T20:37:04.8315118Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (1.13.1) 2024-08-22T20:37:04.8316429Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.3) 2024-08-22T20:37:04.8317714Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.1.4) 2024-08-22T20:37:04.8319064Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (2024.6.1) 2024-08-22T20:37:04.8320521Z Requirement already satisfied: numpy in /opt/conda/lib/python3.11/site-packages (from torchvision==0.20.0.dev20240716) (1.26.4) 2024-08-22T20:37:04.8321960Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.11/site-packages (from torchvision==0.20.0.dev20240716) (10.4.0) 2024-08-22T20:37:04.8323325Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.24.6) 2024-08-22T20:37:04.8324561Z Requirement already satisfied: safetensors in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.4.4) 2024-08-22T20:37:04.8325980Z Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (23.0) 2024-08-22T20:37:04.8327361Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2024.7.24) 2024-08-22T20:37:04.8328704Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2.32.3) 2024-08-22T20:37:04.8330123Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (0.19.1) 2024-08-22T20:37:04.8331570Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (4.66.5) 2024-08-22T20:37:04.8332967Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240716) (2.1.3) 2024-08-22T20:37:04.8334463Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (2.0.4) 2024-08-22T20:37:04.8335909Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (3.4) 2024-08-22T20:37:04.8337353Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (1.26.16) 2024-08-22T20:37:04.8338899Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (2024.7.4) 2024-08-22T20:37:04.8340388Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy->torch==2.5.0.dev20240716) (1.3.0) 2024-08-22T20:37:04.8341542Z Installing collected packages: tomli, torch, torchvision, torchaudio, transformers, torchsr, timm 2024-08-22T20:37:04.8342239Z Attempting uninstall: torch 2024-08-22T20:37:04.8342716Z Found existing installation: torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:04.8343323Z Uninstalling torch-2.5.0.dev20240814+cu121: 2024-08-22T20:37:04.8343925Z Successfully uninstalled torch-2.5.0.dev20240814+cu121 2024-08-22T20:37:04.8344434Z Attempting uninstall: transformers 2024-08-22T20:37:04.8344902Z Found existing installation: transformers 4.44.2 2024-08-22T20:37:04.8345449Z Uninstalling transformers-4.44.2: 2024-08-22T20:37:04.8345975Z Successfully uninstalled transformers-4.44.2 2024-08-22T20:37:08.2932769Z Successfully installed timm-1.0.7 tomli-2.0.1 torch-2.5.0.dev20240716+cpu torchaudio-2.4.0.dev20240716+cpu torchsr-1.0.4 torchvision-0.20.0.dev20240716+cpu transformers-4.42.4 2024-08-22T20:37:08.2935753Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:37:08.2937705Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-08-22T20:37:08.2938756Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-08-22T20:37:08.2939533Z Looking in indexes: https://pypi.org/simple, 2024-08-22T20:37:08.2940247Z Processing /pytorch/torchchat/et-build/src/executorch 2024-08-22T20:37:08.2940872Z Running command Preparing metadata (pyproject.toml) 2024-08-22T20:37:08.2942660Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:37:08.2944019Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:08.2944644Z running dist_info 2024-08-22T20:37:08.2945269Z creating /tmp/pip-modern-metadata-sgovou4y/executorch.egg-info 2024-08-22T20:37:08.2946178Z writing /tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/PKG-INFO 2024-08-22T20:37:08.2947295Z writing dependency_links to /tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/dependency_links.txt 2024-08-22T20:37:08.2948540Z writing entry points to /tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/entry_points.txt 2024-08-22T20:37:08.2949717Z writing requirements to /tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/requires.txt 2024-08-22T20:37:08.2950925Z writing top-level names to /tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/top_level.txt 2024-08-22T20:37:08.2952113Z writing manifest file '/tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:08.2953283Z reading manifest file '/tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:08.2954281Z adding license file 'LICENSE' 2024-08-22T20:37:08.2955089Z writing manifest file '/tmp/pip-modern-metadata-sgovou4y/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:08.2956147Z creating '/tmp/pip-modern-metadata-sgovou4y/executorch-0.4.0a0+9129892.dist-info' 2024-08-22T20:37:08.2956947Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:37:08.2957923Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2958862Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2959523Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:37:08.2960499Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2961433Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2962134Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:37:08.2963141Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2964071Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2964742Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:37:08.2965779Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/467.5 kB ? eta -:--:-- 2024-08-22T20:37:08.2966723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.5/467.5 kB 17.9 MB/s eta 0:00:00 2024-08-22T20:37:08.2967913Z [?25hRequirement already satisfied: mpmath==1.3.0 in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.3.0) 2024-08-22T20:37:08.2969345Z Requirement already satisfied: numpy>=1.25.2 in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.26.4) 2024-08-22T20:37:08.2970746Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (23.0) 2024-08-22T20:37:08.2972093Z Requirement already satisfied: pandas in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (2.2.2) 2024-08-22T20:37:08.2973393Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2974360Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2975072Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:37:08.2976036Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2977046Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2977667Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:37:08.2978449Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/341.8 kB ? eta -:--:-- 2024-08-22T20:37:08.2979393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 47.4 MB/s eta 0:00:00 2024-08-22T20:37:08.2980575Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2981555Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2982222Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:37:08.2983025Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-08-22T20:37:08.2983943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 9.7 MB/s eta 0:00:00 2024-08-22T20:37:08.2985110Z [?25hRequirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (6.0.1) 2024-08-22T20:37:08.2986595Z Requirement already satisfied: ruamel.yaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (0.17.21) 2024-08-22T20:37:08.2987968Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.13.1) 2024-08-22T20:37:08.2989315Z Requirement already satisfied: tabulate in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (0.9.0) 2024-08-22T20:37:08.2990758Z Requirement already satisfied: attrs>=22.2.0 in /opt/conda/lib/python3.11/site-packages (from hypothesis->executorch==0.4.0a0+9129892) (23.1.0) 2024-08-22T20:37:08.2992174Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.2993688Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.2994585Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:37:08.2995830Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2.9.0.post0) 2024-08-22T20:37:08.2997393Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:37:08.2998892Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:37:08.3000246Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.3001215Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.3001904Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:37:08.3002851Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.3003828Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.3004521Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:37:08.3005563Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:08.3006564Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:37:08.3007281Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:37:08.3008072Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-08-22T20:37:08.3009008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 11.5 MB/s eta 0:00:00 2024-08-22T20:37:08.3010361Z [?25hRequirement already satisfied: six>=1.5 in /opt/conda/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.4.0a0+9129892) (1.16.0) 2024-08-22T20:37:08.3011606Z Building wheels for collected packages: executorch 2024-08-22T20:37:08.3012216Z Running command Building wheel for executorch (pyproject.toml) 2024-08-22T20:37:08.3013554Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:37:08.3014796Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:08.3015363Z running bdist_wheel 2024-08-22T20:37:08.3015685Z running build 2024-08-22T20:37:15.4574752Z command options for 'CustomBuild': 2024-08-22T20:37:15.4575432Z build_base = pip-out 2024-08-22T20:37:15.4575974Z build_purelib = pip-out/lib 2024-08-22T20:37:15.4576705Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:15.4577551Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:15.4578267Z build_scripts = pip-out/scripts-3.11 2024-08-22T20:37:15.4578989Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:15.4579678Z plat_name = linux-x86_64 2024-08-22T20:37:15.4580155Z compiler = None 2024-08-22T20:37:15.4580959Z parallel = 15 2024-08-22T20:37:15.4581368Z debug = None 2024-08-22T20:37:15.4581758Z force = None 2024-08-22T20:37:15.4582218Z executable = /opt/conda/bin/python 2024-08-22T20:37:15.4583016Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-08-22T20:37:15.4583899Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:15.4584975Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:15.4586200Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-08-22T20:37:15.4587076Z temporarily unsetting HOME while running as root 2024-08-22T20:37:15.4592769Z cmake -S /pytorch/torchchat/et-build/src/executorch -B /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install -DEXECUTORCH_BUILD_XNNPACK=ON 2024-08-22T20:37:15.4598542Z -- The C compiler identification is GNU 9.3.1 2024-08-22T20:37:15.4599097Z -- The CXX compiler identification is GNU 9.3.1 2024-08-22T20:37:15.4599615Z -- Detecting C compiler ABI info 2024-08-22T20:37:15.4600136Z -- Detecting C compiler ABI info - done 2024-08-22T20:37:15.4600817Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-08-22T20:37:15.4601466Z -- Detecting C compile features 2024-08-22T20:37:15.4601914Z -- Detecting C compile features - done 2024-08-22T20:37:15.4602387Z -- Detecting CXX compiler ABI info 2024-08-22T20:37:15.4602867Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:37:15.4603568Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-08-22T20:37:15.4604237Z -- Detecting CXX compile features 2024-08-22T20:37:15.4604709Z -- Detecting CXX compile features - done 2024-08-22T20:37:15.4605570Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:37:15.4606130Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-08-22T20:37:15.4606666Z -- Check if compiler accepts -pthread 2024-08-22T20:37:15.4607170Z -- Check if compiler accepts -pthread - yes 2024-08-22T20:37:15.4607647Z -- Found Threads: TRUE 2024-08-22T20:37:15.4608781Z -- Downloading FXdiv to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it) 2024-08-22T20:37:15.4609877Z -- Configuring done (0.0s) 2024-08-22T20:37:15.4610281Z -- Generating done (0.0s) 2024-08-22T20:37:15.4611273Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FXdiv-download 2024-08-22T20:37:15.4612256Z [ 11%] Creating directories for 'fxdiv' 2024-08-22T20:37:15.4612820Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-08-22T20:37:15.4613365Z Cloning into 'FXdiv-source'... 2024-08-22T20:37:15.4613766Z Already on 'master' 2024-08-22T20:37:15.4614211Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:15.4614753Z [ 33%] Performing update step for 'fxdiv' 2024-08-22T20:37:15.4615255Z -- Fetching latest from the remote origin 2024-08-22T20:37:15.4615874Z [ 44%] No patch step for 'fxdiv' 2024-08-22T20:37:15.4616336Z [ 55%] No configure step for 'fxdiv' 2024-08-22T20:37:15.4616786Z [ 66%] No build step for 'fxdiv' 2024-08-22T20:37:15.4617226Z [ 77%] No install step for 'fxdiv' 2024-08-22T20:37:15.4617674Z [ 88%] No test step for 'fxdiv' 2024-08-22T20:37:15.4618081Z [100%] Completed 'fxdiv' 2024-08-22T20:37:15.4618425Z [100%] Built target fxdiv 2024-08-22T20:37:15.4618870Z -- Looking for pthread_create in pthreads 2024-08-22T20:37:15.4619422Z -- Looking for pthread_create in pthreads - not found 2024-08-22T20:37:15.4619975Z -- Looking for pthread_create in pthread 2024-08-22T20:37:15.4620511Z -- Looking for pthread_create in pthread - found 2024-08-22T20:37:15.4621086Z -- Using python executable '/opt/conda/bin/python' 2024-08-22T20:37:15.4622549Z -- Resolved buck2 as /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284. 2024-08-22T20:37:15.4623803Z -- Killing buck2 daemon 2024-08-22T20:37:15.4624221Z -- executorch: Generating source lists 2024-08-22T20:37:15.4625332Z -- executorch: Generating source file list /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-08-22T20:37:15.4626964Z -- executorch: Using sources file /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-08-22T20:37:15.4627964Z -- Proceeding with version: 24.3.25.0 2024-08-22T20:37:15.4628406Z -- Looking for strtof_l 2024-08-22T20:37:15.4628803Z -- Looking for strtof_l - found 2024-08-22T20:37:15.4629233Z -- Looking for strtoull_l 2024-08-22T20:37:15.4629635Z -- Looking for strtoull_l - found 2024-08-22T20:37:15.4630067Z -- Looking for realpath 2024-08-22T20:37:15.4630460Z -- Looking for realpath - found 2024-08-22T20:37:15.4630863Z -- CMAKE_CXX_FLAGS: 2024-08-22T20:37:15.4631282Z -- executorch: Using PAL default 'posix' 2024-08-22T20:37:15.4631756Z -- Generating operator lib: 2024-08-22T20:37:15.4632161Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:15.4632911Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:15.4633612Z -- ROOT_OPS: 2024-08-22T20:37:15.4633941Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:15.4635921Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml" 2024-08-22T20:37:15.4637880Z -- Generating kernel bindings: 2024-08-22T20:37:15.4638314Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:15.4639044Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:15.4639759Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:15.4642641Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2024-08-22T20:37:15.4645383Z -- Generating operator lib: 2024-08-22T20:37:15.4645795Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:15.4646229Z -- KERNEL_LIBS: portable_kernels 2024-08-22T20:37:15.4646663Z -- DEPS: executorch 2024-08-22T20:37:15.4647032Z -- Generating operator lib: 2024-08-22T20:37:15.4647450Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:15.4648233Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:15.4649047Z -- ROOT_OPS: 2024-08-22T20:37:15.4649388Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:15.4651391Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml" 2024-08-22T20:37:15.4653292Z -- Generating kernel bindings: 2024-08-22T20:37:15.4653719Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:15.4654502Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:15.4655249Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:15.4658157Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2024-08-22T20:37:15.4660864Z -- Generating operator lib: 2024-08-22T20:37:15.4661285Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:15.4661726Z -- KERNEL_LIBS: optimized_kernels 2024-08-22T20:37:15.4662145Z -- DEPS: executorch 2024-08-22T20:37:15.4662525Z -- Generating operator lib: 2024-08-22T20:37:15.4662959Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:15.4663740Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:15.4664453Z -- ROOT_OPS: 2024-08-22T20:37:15.4664789Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:15.4666765Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml" 2024-08-22T20:37:15.4668630Z -- Generating kernel bindings: 2024-08-22T20:37:15.4669065Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:15.4669474Z -- FUNCTIONS_YAML: 2024-08-22T20:37:15.4670161Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:16.6437912Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2024-08-22T20:37:16.6443501Z -- Generating operator lib: 2024-08-22T20:37:16.6443947Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:16.6444384Z -- OPS_SCHEMA_YAML: 2024-08-22T20:37:16.6447496Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_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 2024-08-22T20:37:16.6449797Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:16.6453703Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/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::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_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" 2024-08-22T20:37:16.6457140Z -- Generating kernel bindings: 2024-08-22T20:37:16.6457589Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:16.6458016Z -- FUNCTIONS_YAML: 2024-08-22T20:37:16.6458734Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:16.6459499Z -- Generating custom ops aot lib: 2024-08-22T20:37:16.6459954Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:16.6460861Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2024-08-22T20:37:16.6462226Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2024-08-22T20:37:16.6463613Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2024-08-22T20:37:16.6464989Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2024-08-22T20:37:16.6466355Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2024-08-22T20:37:16.6467726Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2024-08-22T20:37:16.6469073Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2024-08-22T20:37:16.6470406Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2024-08-22T20:37:16.6471768Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2024-08-22T20:37:16.6473182Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2024-08-22T20:37:16.6474651Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:16.6475596Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:16.6476096Z Call Stack (most recent call first): 2024-08-22T20:37:16.6477015Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:16.6477864Z build/Codegen.cmake:143 (find_package) 2024-08-22T20:37:16.6478417Z kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib) 2024-08-22T20:37:16.6478815Z 2024-08-22T20:37:16.6478821Z 2024-08-22T20:37:16.6479224Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-08-22T20:37:16.6479862Z -- Generating operator lib: 2024-08-22T20:37:16.6480283Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:16.6480738Z -- KERNEL_LIBS: quantized_kernels 2024-08-22T20:37:16.6481158Z -- DEPS: executorch 2024-08-22T20:37:16.6481540Z -- Merging kernel yaml files: 2024-08-22T20:37:16.6482415Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:16.6483803Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-08-22T20:37:16.6485192Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-08-22T20:37:16.6486061Z -- Generating operator lib: 2024-08-22T20:37:16.6486510Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:16.6487555Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-08-22T20:37:16.6488473Z -- ROOT_OPS: 2024-08-22T20:37:16.6488815Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:16.6491055Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml" 2024-08-22T20:37:16.6493514Z -- Generating kernel bindings: 2024-08-22T20:37:16.6494038Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:16.6495071Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-08-22T20:37:16.6496005Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:16.6499010Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2024-08-22T20:37:16.6501804Z -- Generating operator lib: 2024-08-22T20:37:16.6502260Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:16.6502806Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-08-22T20:37:16.6503302Z -- DEPS: executorch 2024-08-22T20:37:16.6503993Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-08-22T20:37:16.6504834Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:16.6505383Z CMake. 2024-08-22T20:37:16.6505540Z 2024-08-22T20:37:16.6505851Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:16.6506592Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:16.6507196Z 2024-08-22T20:37:16.6507201Z 2024-08-22T20:37:16.6507396Z -- Looking for C++ include unistd.h 2024-08-22T20:37:16.6507886Z -- Looking for C++ include unistd.h - found 2024-08-22T20:37:16.6508374Z -- Looking for C++ include stdint.h 2024-08-22T20:37:16.6508869Z -- Looking for C++ include stdint.h - found 2024-08-22T20:37:16.6509364Z -- Looking for C++ include inttypes.h 2024-08-22T20:37:16.6509861Z -- Looking for C++ include inttypes.h - found 2024-08-22T20:37:16.6510371Z -- Looking for C++ include sys/types.h 2024-08-22T20:37:16.6510876Z -- Looking for C++ include sys/types.h - found 2024-08-22T20:37:16.6511367Z -- Looking for C++ include sys/stat.h 2024-08-22T20:37:16.6511871Z -- Looking for C++ include sys/stat.h - found 2024-08-22T20:37:16.6512371Z -- Looking for C++ include fnmatch.h 2024-08-22T20:37:16.6512917Z -- Looking for C++ include fnmatch.h - found 2024-08-22T20:37:16.6513409Z -- Looking for C++ include stddef.h 2024-08-22T20:37:16.6513904Z -- Looking for C++ include stddef.h - found 2024-08-22T20:37:16.6514376Z -- Check size of uint32_t 2024-08-22T20:37:16.6514782Z -- Check size of uint32_t - done 2024-08-22T20:37:16.6515202Z -- Looking for strtoll 2024-08-22T20:37:16.6515590Z -- Looking for strtoll - found 2024-08-22T20:37:16.6516178Z -- The ASM compiler identification is GNU 2024-08-22T20:37:16.6516763Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-08-22T20:37:16.6518018Z -- Downloading FP16 to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source (define FP16_SOURCE_DIR to avoid it) 2024-08-22T20:37:16.6519093Z -- Configuring done (0.0s) 2024-08-22T20:37:16.6519495Z -- Generating done (0.0s) 2024-08-22T20:37:16.6520481Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download 2024-08-22T20:37:16.6521454Z [ 11%] Creating directories for 'fp16' 2024-08-22T20:37:16.6522114Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-08-22T20:37:16.6522703Z -- Downloading... 2024-08-22T20:37:16.6523870Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:19.5041266Z timeout='none' 2024-08-22T20:37:19.5041888Z inactivity timeout='none' 2024-08-22T20:37:19.5043000Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:19.5044059Z -- [download 13% complete] 2024-08-22T20:37:19.5044467Z -- [download 31% complete] 2024-08-22T20:37:19.5044920Z -- [download 43% complete] 2024-08-22T20:37:19.5045590Z -- [download 61% complete] 2024-08-22T20:37:19.5046059Z -- [download 76% complete] 2024-08-22T20:37:19.5046463Z -- [download 84% complete] 2024-08-22T20:37:19.5046863Z -- [download 100% complete] 2024-08-22T20:37:19.5047273Z -- verifying file... 2024-08-22T20:37:19.5048485Z file='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:19.5049628Z -- Downloading... done 2024-08-22T20:37:19.5050089Z -- extracting... 2024-08-22T20:37:19.5051504Z src='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:19.5053504Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-08-22T20:37:19.5054602Z -- extracting... [tar xfz] 2024-08-22T20:37:19.5055152Z -- extracting... [analysis] 2024-08-22T20:37:19.5055701Z -- extracting... [rename] 2024-08-22T20:37:19.5056198Z -- extracting... [clean up] 2024-08-22T20:37:19.5056697Z -- extracting... done 2024-08-22T20:37:19.5058599Z [ 33%] No update step for 'fp16' 2024-08-22T20:37:19.5059304Z [ 44%] No patch step for 'fp16' 2024-08-22T20:37:19.5059898Z [ 55%] No configure step for 'fp16' 2024-08-22T20:37:19.5060423Z [ 66%] No build step for 'fp16' 2024-08-22T20:37:19.5060908Z [ 77%] No install step for 'fp16' 2024-08-22T20:37:19.5061403Z [ 88%] No test step for 'fp16' 2024-08-22T20:37:19.5061859Z [100%] Completed 'fp16' 2024-08-22T20:37:19.5062222Z [100%] Built target fp16 2024-08-22T20:37:19.5063307Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:19.5064528Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:19.5065150Z CMake. 2024-08-22T20:37:19.5065320Z 2024-08-22T20:37:19.5065658Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:19.5066504Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:19.5067028Z 2024-08-22T20:37:19.5067033Z 2024-08-22T20:37:19.5068124Z -- Downloading PSimd to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source (define PSIMD_SOURCE_DIR to avoid it) 2024-08-22T20:37:19.5069734Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:19.5070482Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:19.5071036Z CMake. 2024-08-22T20:37:19.5071199Z 2024-08-22T20:37:19.5071508Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:19.5072250Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:19.5072706Z 2024-08-22T20:37:19.5072711Z 2024-08-22T20:37:19.5072892Z -- Configuring done (0.0s) 2024-08-22T20:37:19.5073305Z -- Generating done (0.0s) 2024-08-22T20:37:19.5074301Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-download 2024-08-22T20:37:19.5075314Z [ 11%] Creating directories for 'psimd' 2024-08-22T20:37:19.5075890Z [ 22%] Performing download step (git clone) for 'psimd' 2024-08-22T20:37:19.5076434Z Cloning into 'psimd-source'... 2024-08-22T20:37:19.5076857Z Already on 'master' 2024-08-22T20:37:19.5077314Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:19.5077862Z [ 33%] Performing update step for 'psimd' 2024-08-22T20:37:19.5078377Z -- Fetching latest from the remote origin 2024-08-22T20:37:19.5078873Z [ 44%] No patch step for 'psimd' 2024-08-22T20:37:19.5079339Z [ 55%] No configure step for 'psimd' 2024-08-22T20:37:19.5079798Z [ 66%] No build step for 'psimd' 2024-08-22T20:37:19.5080251Z [ 77%] No install step for 'psimd' 2024-08-22T20:37:19.5080705Z [ 88%] No test step for 'psimd' 2024-08-22T20:37:19.5081127Z [100%] Completed 'psimd' 2024-08-22T20:37:19.5081488Z [100%] Built target psimd 2024-08-22T20:37:19.5082459Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:19.5083558Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:19.5084124Z CMake. 2024-08-22T20:37:19.5084284Z 2024-08-22T20:37:19.5084601Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:19.5085496Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:19.5085956Z 2024-08-22T20:37:19.5085962Z 2024-08-22T20:37:19.5086137Z -- pybind11 v2.12.0 dev1 2024-08-22T20:37:19.5086872Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-08-22T20:37:19.5087771Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-08-22T20:37:19.5088607Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-08-22T20:37:19.5089348Z the cmake_policy command to set the policy and suppress this warning. 2024-08-22T20:37:19.5089940Z 2024-08-22T20:37:19.5090102Z Call Stack (most recent call first): 2024-08-22T20:37:19.5090807Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-08-22T20:37:19.5091673Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-08-22T20:37:19.5092421Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-08-22T20:37:19.5093580Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:37:19.5094100Z 2024-08-22T20:37:19.5094872Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-08-22T20:37:19.5095749Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-08-22T20:37:19.5096284Z -- Performing Test HAS_FLTO 2024-08-22T20:37:19.5096718Z -- Performing Test HAS_FLTO - Success 2024-08-22T20:37:19.5097491Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-08-22T20:37:19.5098345Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:19.5098893Z CMake. 2024-08-22T20:37:19.5099059Z 2024-08-22T20:37:19.5099362Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:19.5100271Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:19.5100724Z 2024-08-22T20:37:19.5100730Z 2024-08-22T20:37:19.5101148Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-08-22T20:37:19.5102064Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-08-22T20:37:19.5102833Z -- Setting GNU C compiler options with c11 and Posix 2024-08-22T20:37:19.5103386Z -- Disabling -pedantic for GCC >= 8.0 2024-08-22T20:37:19.5104079Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-08-22T20:37:19.5104725Z -- GCC_VERSION: 9 2024-08-22T20:37:19.5104925Z 2024-08-22T20:37:19.5105918Z -- 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 2024-08-22T20:37:19.5107527Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:19.5108474Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:19.5108972Z Call Stack (most recent call first): 2024-08-22T20:37:19.5109907Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:19.5110745Z CMakeLists.txt:671 (find_package) 2024-08-22T20:37:19.5111034Z 2024-08-22T20:37:19.5111039Z 2024-08-22T20:37:19.5112120Z -- executorch: Using source file list /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/examples/models/llama2/custom_ops/../../../../executorch_srcs.cmake 2024-08-22T20:37:19.5113833Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:19.5114803Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:19.5115296Z Call Stack (most recent call first): 2024-08-22T20:37:19.5116225Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:19.5117195Z examples/models/llama2/custom_ops/CMakeLists.txt:81 (find_package) 2024-08-22T20:37:19.5117621Z 2024-08-22T20:37:19.5117626Z 2024-08-22T20:37:19.5117743Z -- 2024-08-22T20:37:19.5118055Z -- ******** Summary ******** 2024-08-22T20:37:19.5118509Z -- CMAKE_BUILD_TYPE : Release 2024-08-22T20:37:19.5119000Z -- CMAKE_CXX_STANDARD : 17 2024-08-22T20:37:19.5119489Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-08-22T20:37:19.5119964Z -- CMAKE_TOOLCHAIN_FILE : 2024-08-22T20:37:19.5121307Z -- BUCK2 : /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284 2024-08-22T20:37:19.5122988Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-08-22T20:37:19.5123636Z -- FLATC_EXECUTABLE : flatc 2024-08-22T20:37:19.5124226Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-08-22T20:37:19.5124828Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-08-22T20:37:19.5125499Z -- EXECUTORCH_LOG_LEVEL : Info 2024-08-22T20:37:19.5126051Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-08-22T20:37:19.5126594Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-08-22T20:37:19.5127132Z -- EXECUTORCH_BUILD_COREML : OFF 2024-08-22T20:37:19.5127676Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-08-22T20:37:19.5128216Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-08-22T20:37:19.5128775Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-08-22T20:37:19.5129327Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-08-22T20:37:19.5129868Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-08-22T20:37:19.5130408Z -- EXECUTORCH_BUILD_FLATC : ON 2024-08-22T20:37:19.5131033Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-08-22T20:37:19.5131559Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-08-22T20:37:19.5132093Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-08-22T20:37:19.5132628Z -- EXECUTORCH_BUILD_MPS : OFF 2024-08-22T20:37:19.5133156Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-08-22T20:37:19.5133688Z -- EXECUTORCH_BUILD_QNN : OFF 2024-08-22T20:37:19.5134229Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-08-22T20:37:19.5134767Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-08-22T20:37:19.5135311Z -- EXECUTORCH_BUILD_SDK : OFF 2024-08-22T20:37:19.5135852Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-08-22T20:37:19.5136380Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-08-22T20:37:19.5136919Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-08-22T20:37:19.5137458Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-08-22T20:37:19.5137996Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-08-22T20:37:19.5138488Z -- Configuring done (9.4s) 2024-08-22T20:37:19.5138891Z -- Generating done (1.7s) 2024-08-22T20:37:19.5139800Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:19.5140626Z restored HOME 2024-08-22T20:37:32.2473047Z cmake --build /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out -j15 --target flatc --target portable_lib --target custom_ops_aot_lib --target install 2024-08-22T20:37:32.2475218Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-22T20:37:32.2476748Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-22T20:37:32.2478272Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-22T20:37:32.2479613Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-22T20:37:32.2480988Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-22T20:37:32.2482405Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-22T20:37:32.2483813Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-22T20:37:32.2485301Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-22T20:37:32.2486728Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-22T20:37:32.2488567Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2024-08-22T20:37:32.2489963Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-22T20:37:32.2491341Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-22T20:37:32.2492675Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-22T20:37:32.2494361Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-22T20:37:32.2495770Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-22T20:37:32.2497182Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-22T20:37:32.2498585Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-22T20:37:32.2499984Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-22T20:37:32.2501368Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-22T20:37:32.2503117Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-22T20:37:32.2504576Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-22T20:37:32.2506104Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-22T20:37:32.2507701Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-22T20:37:32.2509219Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-22T20:37:32.2510733Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-22T20:37:32.2512292Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-22T20:37:32.2513809Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-22T20:37:32.2515403Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-22T20:37:32.2517141Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-22T20:37:32.2518783Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-22T20:37:32.2520447Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-22T20:37:32.2522253Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-22T20:37:32.2524115Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-22T20:37:32.2526183Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-22T20:37:32.2528074Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-22T20:37:32.2529756Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-22T20:37:32.2531564Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-22T20:37:32.2533008Z [100%] Linking CXX executable flatc 2024-08-22T20:37:32.2533555Z [100%] Built target flatc 2024-08-22T20:37:32.2534536Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-08-22T20:37:32.2536574Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-22T20:37:32.2538950Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-22T20:37:32.2540699Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-08-22T20:37:32.2542484Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-22T20:37:32.2544221Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-08-22T20:37:32.2545668Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-08-22T20:37:32.2547354Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-22T20:37:32.2549039Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-08-22T20:37:32.2550565Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-22T20:37:32.2552039Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-22T20:37:32.2553580Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-08-22T20:37:32.2555263Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-08-22T20:37:32.2556798Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-08-22T20:37:32.2558291Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-22T20:37:32.2559400Z [ 10%] Built target microkernel-utils 2024-08-22T20:37:32.2560768Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-08-22T20:37:32.2562674Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-08-22T20:37:32.2564513Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-08-22T20:37:32.2566256Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-22T20:37:32.2567784Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-08-22T20:37:32.2569566Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-08-22T20:37:32.2570658Z [ 20%] Built target flatc 2024-08-22T20:37:32.2571838Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-08-22T20:37:32.2572989Z [ 20%] Generating common_schema headers 2024-08-22T20:37:32.2574226Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-08-22T20:37:32.2575722Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-08-22T20:37:32.2576832Z [ 20%] Built target common_schema 2024-08-22T20:37:32.2578110Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-08-22T20:37:32.2579886Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-08-22T20:37:32.2580992Z [ 30%] Generating xnnpack_schema headers 2024-08-22T20:37:32.2582101Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-08-22T20:37:32.2583190Z [ 30%] Built target xnnpack_schema 2024-08-22T20:37:32.2584504Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-08-22T20:37:32.2585707Z [ 30%] Generating bundled_program headers 2024-08-22T20:37:32.2586407Z [ 30%] Built target bundled_program_schema 2024-08-22T20:37:32.2587808Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:37:32.2589286Z [ 30%] Generating program_schema headers 2024-08-22T20:37:32.2590637Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-08-22T20:37:32.2591728Z [ 30%] Built target program_schema 2024-08-22T20:37:32.2592715Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-08-22T20:37:32.2594996Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:37:32.2596525Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-08-22T20:37:32.2598084Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-08-22T20:37:32.2599710Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:37:32.2601603Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-08-22T20:37:34.5650302Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-08-22T20:37:34.5652793Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-08-22T20:37:34.5654693Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-08-22T20:37:34.5656623Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-08-22T20:37:34.5658540Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-08-22T20:37:34.5660310Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-08-22T20:37:34.5662156Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-08-22T20:37:34.5663734Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-08-22T20:37:34.5665439Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-08-22T20:37:34.5666482Z [ 40%] Linking C static library libcpuinfo.a 2024-08-22T20:37:34.5667166Z [ 40%] Built target cpuinfo 2024-08-22T20:37:34.5668175Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:37:34.5669890Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-08-22T20:37:34.5671526Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:37:34.5673225Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-08-22T20:37:34.5674885Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-08-22T20:37:34.5676651Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-08-22T20:37:34.5678273Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:37:34.5680018Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:37:34.5681996Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-08-22T20:37:34.5683712Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:37:34.5686027Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-08-22T20:37:34.5687698Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-08-22T20:37:34.5689981Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-08-22T20:37:34.5691877Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-08-22T20:37:34.5695869Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-08-22T20:37:34.5697293Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-08-22T20:37:34.5698655Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-08-22T20:37:34.5700433Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-08-22T20:37:34.5702033Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-08-22T20:37:34.5703862Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-08-22T20:37:34.5705569Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-08-22T20:37:34.5707022Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-08-22T20:37:34.5708910Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/default/posix.cpp.o 2024-08-22T20:37:34.5711292Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-08-22T20:37:34.5712964Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-08-22T20:37:34.5714740Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-08-22T20:37:34.5715923Z [ 40%] Linking C static library libpthreadpool.a 2024-08-22T20:37:34.5716670Z [ 40%] Built target pthreadpool 2024-08-22T20:37:34.5718034Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-22T20:37:34.5720069Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-22T20:37:34.5722113Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-22T20:37:34.5724218Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-22T20:37:34.5726551Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-22T20:37:34.5728577Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-22T20:37:34.5730413Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-22T20:37:34.5732162Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-22T20:37:34.5734247Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-22T20:37:34.5736452Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-22T20:37:34.5738310Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-22T20:37:34.5740357Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-08-22T20:37:34.5742567Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-08-22T20:37:34.5744776Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-08-22T20:37:34.5746876Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-08-22T20:37:34.5748669Z [ 50%] Built target allocator 2024-08-22T20:37:34.5749243Z [ 50%] Built target logging 2024-08-22T20:37:34.5750599Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-08-22T20:37:34.5754101Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-08-22T20:37:34.5755468Z [ 50%] Built target normalization 2024-08-22T20:37:34.5757065Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-22T20:37:34.5759359Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-08-22T20:37:34.5760844Z [ 50%] Built target post-operation 2024-08-22T20:37:34.5762392Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-22T20:37:34.5763935Z [ 50%] Built target hardware-config 2024-08-22T20:37:34.5765657Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-22T20:37:34.5767904Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-08-22T20:37:34.5769094Z [ 50%] Built target flatcc 2024-08-22T20:37:34.5770289Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-22T20:37:34.5772127Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-08-22T20:37:34.5773369Z [ 50%] Built target flatccrt 2024-08-22T20:37:34.5774508Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-22T20:37:34.5775523Z [ 50%] Built target memory 2024-08-22T20:37:34.5776058Z [ 50%] Built target indirection 2024-08-22T20:37:34.5777363Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-22T20:37:34.5779321Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-22T20:37:34.5780473Z [ 50%] Built target mutex 2024-08-22T20:37:34.5781708Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-08-22T20:37:34.5783526Z [ 50%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-08-22T20:37:34.5784662Z [ 50%] Built target operator-utils 2024-08-22T20:37:34.5786087Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-22T20:37:34.5787528Z [ 50%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:37:34.5788418Z [ 50%] Built target executorch_no_prim_ops 2024-08-22T20:37:34.5789806Z [ 50%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-08-22T20:37:34.5791575Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-22T20:37:34.5792691Z [ 50%] Built target flatcc_cli 2024-08-22T20:37:34.5794701Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-22T20:37:34.5795946Z [ 50%] Built target cache 2024-08-22T20:37:34.5796837Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-08-22T20:37:39.1127791Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-08-22T20:37:39.1129295Z [ 50%] Generating selected_operators.yaml for quantized_ops_aot_lib 2024-08-22T20:37:39.1130301Z [ 50%] Built target microparams-init 2024-08-22T20:37:39.1130916Z [ 50%] Generating etdump headers 2024-08-22T20:37:39.1131526Z [ 50%] Built target etdump_schema 2024-08-22T20:37:39.1133357Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-08-22T20:37:39.1134711Z [ 50%] Built target operator-run 2024-08-22T20:37:39.1135620Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-08-22T20:37:39.1137403Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-08-22T20:37:39.1141602Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_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 2024-08-22T20:37:39.1145159Z [ 50%] Generating code for kernel registration 2024-08-22T20:37:39.1145839Z [ 50%] Built target jit 2024-08-22T20:37:39.1146777Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-08-22T20:37:39.1149279Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-08-22T20:37:39.1151498Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-08-22T20:37:39.1153694Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-08-22T20:37:39.1155879Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:37:39.1158020Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:37:39.1160291Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:37:39.1162588Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:37:39.1164852Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:37:39.1167436Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:37:39.1169687Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:37:39.1171960Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:37:39.1174077Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-22T20:37:39.1175421Z [ 60%] Linking CXX static library libexecutorch.a 2024-08-22T20:37:39.1176110Z [ 60%] Built target executorch 2024-08-22T20:37:39.1177167Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-08-22T20:37:39.1178630Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:37:39.1179886Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-08-22T20:37:39.1181260Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:37:39.1182698Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-08-22T20:37:39.1184152Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-08-22T20:37:39.1185690Z [ 60%] Built target packing 2024-08-22T20:37:39.1186589Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-08-22T20:37:39.1188051Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-08-22T20:37:39.1189691Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:37:39.1191567Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2024-08-22T20:37:39.1193073Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-08-22T20:37:39.1194333Z [ 60%] Built target extension_data_loader 2024-08-22T20:37:39.1195784Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-22T20:37:39.1197853Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-22T20:37:39.1200026Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-22T20:37:39.1201803Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-08-22T20:37:39.1203764Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:37:39.1205998Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-22T20:37:39.1208021Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2024-08-22T20:37:39.1210002Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-22T20:37:39.1211760Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:37:39.1213102Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-08-22T20:37:39.1214037Z [ 60%] Linking CXX static library libbundled_program.a 2024-08-22T20:37:39.1214790Z [ 60%] Built target bundled_program 2024-08-22T20:37:39.1215802Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-08-22T20:37:39.1216984Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-08-22T20:37:39.1218193Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-08-22T20:37:39.1219691Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:37:39.1221644Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-22T20:37:39.1222957Z [ 60%] Linking CXX static library libetdump.a 2024-08-22T20:37:39.1223625Z [ 60%] Built target etdump 2024-08-22T20:37:39.1224586Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2024-08-22T20:37:39.1226519Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-22T20:37:39.1228208Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:37:39.1229669Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:37:39.1231646Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-22T20:37:39.1233298Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-08-22T20:37:39.1236156Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-08-22T20:37:39.1238046Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-22T20:37:39.1240638Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-22T20:37:39.1242421Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:37:39.1243981Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-08-22T20:37:39.1245731Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-08-22T20:37:39.1247360Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:37:39.1249507Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-22T20:37:39.1251673Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-22T20:37:39.1253326Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-08-22T20:37:39.1255506Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-22T20:37:39.1257791Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-22T20:37:39.1259673Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:37:39.1261237Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-08-22T20:37:45.2922050Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2024-08-22T20:37:45.2924070Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-22T20:37:45.2926499Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-22T20:37:45.2928754Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-22T20:37:45.2930743Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-22T20:37:45.2932763Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-22T20:37:45.2934910Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-22T20:37:45.2937043Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-22T20:37:45.2939255Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-08-22T20:37:45.2941494Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-22T20:37:45.2943521Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-22T20:37:45.2945482Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-22T20:37:45.2947106Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-08-22T20:37:45.2948230Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-08-22T20:37:45.2949770Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-22T20:37:45.2951040Z [ 60%] Built target quantized_kernels 2024-08-22T20:37:45.2952465Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-08-22T20:37:45.2953937Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-22T20:37:45.2955559Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-08-22T20:37:45.2956610Z [ 60%] Generating code for kernel registration 2024-08-22T20:37:45.2957756Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:37:45.2958990Z [ 60%] Built target microkernels-prod 2024-08-22T20:37:45.2959977Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-08-22T20:37:45.2960988Z [ 60%] Built target operators 2024-08-22T20:37:45.2962297Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-22T20:37:45.2964068Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-22T20:37:45.2965932Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-08-22T20:37:45.2967639Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-22T20:37:45.2969862Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-22T20:37:45.2971691Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-22T20:37:45.2973622Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-22T20:37:45.2975678Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-22T20:37:45.2977701Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-22T20:37:45.2979478Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-08-22T20:37:45.2981522Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-22T20:37:45.2983604Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-22T20:37:45.2985565Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:37:45.2987765Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-22T20:37:45.2989316Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-08-22T20:37:45.2991140Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-22T20:37:45.2993041Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-22T20:37:45.2995695Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-22T20:37:45.2997082Z [ 60%] Linking CXX static library libquantized_ops_lib.a 2024-08-22T20:37:45.2998568Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-22T20:37:45.2999749Z [ 60%] Built target quantized_ops_lib 2024-08-22T20:37:45.3000875Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:37:45.3002416Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-08-22T20:37:45.3003862Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-08-22T20:37:45.3006419Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-22T20:37:45.3008068Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-08-22T20:37:45.3009583Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:37:45.3011112Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-08-22T20:37:45.3012995Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-22T20:37:45.3015192Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-22T20:37:45.3017217Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-22T20:37:45.3018830Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-08-22T20:37:45.3020582Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-22T20:37:45.3023000Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-22T20:37:45.3024703Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-08-22T20:37:45.3025870Z [ 70%] Linking CXX static library libutil.a 2024-08-22T20:37:45.3026491Z [ 70%] Built target util 2024-08-22T20:37:45.3027478Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2024-08-22T20:37:45.3029075Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-08-22T20:37:45.3030892Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-22T20:37:45.3032935Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-22T20:37:45.3035062Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-22T20:37:45.3037218Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-22T20:37:45.3039253Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-22T20:37:45.3040943Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-08-22T20:37:45.3042739Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-22T20:37:45.3044376Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-08-22T20:37:45.3046621Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-22T20:37:45.3048587Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-22T20:37:45.3050616Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-22T20:37:45.3052486Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-22T20:37:45.3054336Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-22T20:37:45.3056083Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-22T20:37:55.8907342Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-22T20:37:55.8910091Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-22T20:37:55.8912306Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-22T20:37:55.8914490Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-22T20:37:55.8916491Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-22T20:37:55.8918521Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-22T20:37:55.8920571Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-22T20:37:55.8922503Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-22T20:37:55.8924579Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-22T20:37:55.8927044Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-22T20:37:55.8929623Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-22T20:37:55.8931691Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-22T20:37:55.8933851Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-22T20:37:55.8935981Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-22T20:37:55.8938028Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-22T20:37:55.8940091Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-22T20:37:55.8941997Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-22T20:37:55.8943946Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-22T20:37:55.8945915Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-22T20:37:55.8947765Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-22T20:37:55.8948844Z [ 70%] Built target subgraph 2024-08-22T20:37:55.8950228Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-22T20:37:55.8952272Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-22T20:37:55.8954420Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-22T20:37:55.8956520Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-22T20:37:55.8958567Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-22T20:37:55.8960645Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-22T20:37:55.8962686Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-22T20:37:55.8965179Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-22T20:37:55.8967259Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-22T20:37:55.8969721Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-22T20:37:55.8971731Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-22T20:37:55.8973650Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-22T20:37:55.8975676Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-22T20:37:55.8977731Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-22T20:37:55.8979782Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-22T20:37:55.8981786Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-22T20:37:55.8983725Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-22T20:37:55.8986172Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-22T20:37:55.8988308Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-22T20:37:55.8989893Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:37:55.8991622Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-22T20:37:55.8994288Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-22T20:37:55.8996274Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-22T20:37:55.8998418Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-22T20:37:55.9000117Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-08-22T20:37:55.9001989Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-22T20:37:55.9004011Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-22T20:37:55.9006306Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-22T20:37:55.9008289Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-22T20:37:55.9010294Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-22T20:37:55.9012235Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-22T20:37:55.9013924Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-08-22T20:37:55.9015643Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-22T20:37:55.9017344Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-22T20:37:55.9018553Z [ 70%] Linking CXX static library libXNNPACK.a 2024-08-22T20:37:55.9019237Z [ 70%] Built target XNNPACK 2024-08-22T20:37:55.9020249Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-08-22T20:37:55.9021748Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-08-22T20:37:55.9023931Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-08-22T20:37:55.9025398Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-08-22T20:37:55.9026985Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-08-22T20:37:55.9028602Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-08-22T20:37:55.9030187Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-08-22T20:37:55.9031679Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-08-22T20:37:55.9033171Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-08-22T20:37:55.9034766Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-08-22T20:37:55.9036405Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-08-22T20:37:55.9037821Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-08-22T20:37:55.9039871Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2024-08-22T20:37:55.9041566Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-08-22T20:37:55.9043199Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-08-22T20:37:55.9045270Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-08-22T20:38:17.9414867Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2024-08-22T20:38:17.9417725Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-08-22T20:38:17.9419787Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-08-22T20:38:17.9421772Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-08-22T20:38:17.9423283Z [ 70%] Linking CXX static library libxnnpack_backend.a 2024-08-22T20:38:17.9510495Z [ 70%] Built target xnnpack_backend 2024-08-22T20:38:17.9511617Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:38:17.9513178Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:17.9514734Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-08-22T20:38:17.9516322Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-08-22T20:38:17.9696181Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-08-22T20:38:17.9697469Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:38:17.9698789Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-08-22T20:38:17.9700088Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-08-22T20:38:17.9701336Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-08-22T20:38:17.9702560Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-08-22T20:38:17.9703793Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-08-22T20:38:17.9705108Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-08-22T20:38:17.9821724Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-08-22T20:38:17.9823249Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-08-22T20:38:17.9824721Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-08-22T20:38:17.9826032Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-08-22T20:38:17.9827374Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-08-22T20:38:17.9828634Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-08-22T20:38:17.9829951Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-08-22T20:38:17.9831243Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-08-22T20:38:17.9832782Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-08-22T20:38:18.0096423Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-08-22T20:38:18.0099541Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-08-22T20:38:18.0101267Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-08-22T20:38:18.0102870Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-08-22T20:38:18.0104299Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:38:18.0105787Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-08-22T20:38:18.0107453Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-08-22T20:38:18.0109299Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-08-22T20:38:18.0110982Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-08-22T20:38:18.0112635Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-08-22T20:38:18.0114179Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-08-22T20:38:18.0115712Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-08-22T20:38:18.0117268Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-08-22T20:38:18.0118884Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-08-22T20:38:18.0120433Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-08-22T20:38:18.0121919Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-08-22T20:38:18.0123472Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-08-22T20:38:18.0125298Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-08-22T20:38:18.0126752Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-08-22T20:38:18.0128229Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-08-22T20:38:18.0129756Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-08-22T20:38:18.0131344Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-08-22T20:38:18.0132995Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-08-22T20:38:18.0134990Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-08-22T20:38:18.0136494Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-08-22T20:38:18.0138034Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-08-22T20:38:18.0139550Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-08-22T20:38:18.0141036Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:38:18.0142726Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-08-22T20:38:18.0144315Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-08-22T20:38:18.0145804Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:38:18.0147292Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-08-22T20:38:18.0148727Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:38:18.0150460Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-08-22T20:38:18.0151990Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-08-22T20:38:18.0153566Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-08-22T20:38:18.0155232Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-08-22T20:38:18.0156948Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-08-22T20:38:18.0158464Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-08-22T20:38:18.0159916Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-08-22T20:38:18.0161467Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-08-22T20:38:18.0162786Z [ 80%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:38:18.0164111Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-08-22T20:38:18.0165530Z [ 80%] Built target quantized_ops_aot_lib 2024-08-22T20:38:18.0166701Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-08-22T20:38:18.0168379Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-08-22T20:38:18.0169998Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-08-22T20:38:18.0171619Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-08-22T20:38:18.0173189Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-08-22T20:38:18.0174855Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-08-22T20:38:18.0178110Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-08-22T20:38:18.0179783Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-08-22T20:38:18.0181331Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-08-22T20:38:18.0182866Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-08-22T20:38:18.0184353Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-08-22T20:38:18.0186274Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-08-22T20:41:18.1607709Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-08-22T20:41:18.1609330Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-08-22T20:41:18.1629292Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-08-22T20:41:18.1630812Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-08-22T20:41:18.1632149Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-08-22T20:41:18.1640706Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-08-22T20:41:18.1642056Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-08-22T20:41:18.1643386Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-08-22T20:41:18.1644648Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-08-22T20:41:18.1646578Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-08-22T20:41:18.1647618Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-08-22T20:41:18.1648623Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-08-22T20:41:18.1649702Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-08-22T20:41:18.1650907Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-08-22T20:41:18.1654893Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-08-22T20:41:18.1656267Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-08-22T20:41:18.1657503Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:41:18.1658730Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-08-22T20:41:18.1660108Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-08-22T20:41:18.1661347Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-08-22T20:41:18.1662572Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-08-22T20:41:18.1700864Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-08-22T20:41:18.1702471Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-08-22T20:41:18.1703964Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-08-22T20:41:18.1705389Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-08-22T20:41:18.1706905Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-08-22T20:41:18.1708915Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-08-22T20:41:18.1710421Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-08-22T20:41:18.1711916Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-08-22T20:41:18.1713415Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-08-22T20:41:18.1714879Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-08-22T20:41:18.1718040Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-08-22T20:41:18.1719878Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-08-22T20:41:18.1721515Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-08-22T20:41:18.1723421Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-08-22T20:41:18.1725525Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-08-22T20:41:18.1727017Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-08-22T20:41:18.1728556Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-08-22T20:41:18.1730092Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-08-22T20:41:18.1731666Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-08-22T20:41:18.1733464Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-08-22T20:41:18.1735171Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-08-22T20:41:18.1736919Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-08-22T20:41:18.1738733Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-08-22T20:41:18.1740495Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-08-22T20:41:18.1742228Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-08-22T20:41:18.1743936Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-08-22T20:41:18.1745696Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-08-22T20:41:18.1746930Z [ 90%] Linking CXX static library libportable_kernels.a 2024-08-22T20:41:18.1747643Z [ 90%] Built target portable_kernels 2024-08-22T20:41:18.1748435Z [ 90%] Generating selected_operators.yaml for portable_ops_lib 2024-08-22T20:41:18.1749335Z [100%] Generating code for kernel registration 2024-08-22T20:41:18.1750929Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:41:18.1752609Z [100%] Linking CXX static library libportable_ops_lib.a 2024-08-22T20:41:18.1753403Z [100%] Built target portable_ops_lib 2024-08-22T20:41:18.1754510Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-08-22T20:41:18.1756258Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:41:18.1757210Z [100%] Built target portable_lib 2024-08-22T20:41:18.1758554Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-08-22T20:41:18.1759887Z [ 0%] Built target microkernel-utils 2024-08-22T20:41:18.1761124Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-08-22T20:41:18.1762909Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-08-22T20:41:18.1765015Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-08-22T20:41:18.1766791Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-08-22T20:41:18.1768796Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-08-22T20:41:18.1770601Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-08-22T20:41:18.1772215Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-08-22T20:41:18.1773838Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-08-22T20:41:18.1774899Z [ 9%] Built target flatccrt 2024-08-22T20:41:18.1775460Z [ 9%] Built target pthreadpool 2024-08-22T20:41:18.1776768Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-08-22T20:41:18.1778565Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-08-22T20:41:18.1779691Z [ 18%] Built target cpuinfo 2024-08-22T20:41:18.1780240Z [ 18%] Built target flatcc 2024-08-22T20:41:18.1781499Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-08-22T20:41:18.1782566Z [ 18%] Built target allocator 2024-08-22T20:41:18.1783315Z [ 27%] Built target flatc 2024-08-22T20:41:18.1783874Z [ 27%] Built target logging 2024-08-22T20:41:18.1785080Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-08-22T20:41:18.1786850Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-08-22T20:41:18.1788060Z [ 27%] Built target indirection 2024-08-22T20:41:18.1788827Z [ 27%] Built target microparams-init 2024-08-22T20:41:18.1790202Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-08-22T20:41:18.1792168Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-08-22T20:41:18.1793962Z [ 36%] Built target microkernels-prod 2024-08-22T20:41:18.1794685Z [ 36%] Built target normalization 2024-08-22T20:41:18.1795336Z [ 45%] Built target packing 2024-08-22T20:41:18.1795937Z [ 45%] Built target memory 2024-08-22T20:41:18.1796534Z [ 45%] Built target mutex 2024-08-22T20:41:18.1797223Z [ 45%] Built target operator-utils 2024-08-22T20:41:18.1797902Z [ 45%] Built target flatcc_cli 2024-08-22T20:41:18.1798621Z [ 45%] Built target operator-run 2024-08-22T20:41:18.1799317Z [ 45%] Built target bundled_program_schema 2024-08-22T20:41:18.1800793Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-08-22T20:41:53.9873353Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-08-22T20:41:53.9874441Z [ 45%] Generating common_schema headers 2024-08-22T20:41:53.9900096Z [ 54%] Built target xnnpack_schema 2024-08-22T20:41:53.9901995Z [ 54%] Built target post-operation 2024-08-22T20:41:53.9903482Z [ 54%] Built target common_schema 2024-08-22T20:41:53.9904568Z [ 54%] Built target hardware-config 2024-08-22T20:41:53.9905187Z [ 54%] Built target jit 2024-08-22T20:41:53.9907425Z [ 54%] Built target cache 2024-08-22T20:41:53.9933255Z [ 54%] Generating program_schema headers 2024-08-22T20:41:53.9934830Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-08-22T20:41:53.9935913Z [ 54%] Built target etdump_schema 2024-08-22T20:41:53.9937113Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-08-22T20:41:53.9938193Z [ 54%] Built target operators 2024-08-22T20:41:53.9938731Z [ 54%] Built target program_schema 2024-08-22T20:41:53.9939966Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-08-22T20:41:53.9944047Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-08-22T20:41:53.9945902Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-08-22T20:41:53.9947072Z [ 72%] Built target subgraph 2024-08-22T20:41:53.9948066Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:41:53.9949107Z [ 72%] Built target XNNPACK 2024-08-22T20:41:53.9950113Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:41:53.9951570Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:41:53.9953116Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:41:53.9954743Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:41:53.9957615Z [ 72%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:41:53.9958393Z [ 72%] Built target executorch_no_prim_ops 2024-08-22T20:41:53.9959024Z [ 72%] Built target executorch 2024-08-22T20:41:53.9959600Z [ 72%] Built target xnnpack_backend 2024-08-22T20:41:53.9960553Z [ 72%] Built target extension_data_loader 2024-08-22T20:41:53.9961230Z [ 72%] Built target bundled_program 2024-08-22T20:41:53.9961802Z [ 72%] Built target etdump 2024-08-22T20:41:53.9962328Z [ 72%] Built target quantized_kernels 2024-08-22T20:41:53.9962963Z [ 72%] Built target quantized_ops_lib 2024-08-22T20:41:53.9963583Z [ 72%] Built target util 2024-08-22T20:41:53.9964128Z [ 90%] Built target portable_kernels 2024-08-22T20:41:53.9964784Z [100%] Built target portable_ops_lib 2024-08-22T20:41:53.9965714Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:41:53.9966528Z [100%] Built target quantized_ops_aot_lib 2024-08-22T20:41:53.9967732Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:41:53.9968643Z [100%] Built target portable_lib 2024-08-22T20:41:53.9969285Z [100%] Linking CXX static library libeigen_blas.a 2024-08-22T20:41:53.9969973Z [100%] Built target eigen_blas 2024-08-22T20:41:53.9970932Z [100%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-08-22T20:41:53.9972036Z [100%] Linking CXX static library libcpublas.a 2024-08-22T20:41:53.9972709Z [100%] Built target cpublas 2024-08-22T20:41:53.9973817Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2024-08-22T20:41:53.9975768Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:41:53.9977649Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-08-22T20:41:53.9979742Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:41:53.9982294Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:41:53.9984155Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:41:53.9984825Z | ^ 2024-08-22T20:41:53.9985538Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:41:53.9986336Z [100%] Built target custom_ops_aot_lib 2024-08-22T20:41:53.9987581Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-08-22T20:41:53.9989324Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-08-22T20:41:53.9991093Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-08-22T20:41:53.9993884Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-22T20:41:53.9995467Z [ 0%] Built target microkernel-utils 2024-08-22T20:41:53.9996126Z [ 0%] Built target pthreadpool 2024-08-22T20:41:53.9997887Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-22T20:41:53.9999741Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-22T20:41:54.0001664Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-22T20:41:54.0002873Z [ 1%] Built target flatccrt 2024-08-22T20:41:54.0004105Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-22T20:41:54.0005451Z [ 2%] Built target cpuinfo 2024-08-22T20:41:54.0006786Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-08-22T20:41:54.0007921Z [ 2%] Built target flatcc 2024-08-22T20:41:54.0008469Z [ 2%] Built target allocator 2024-08-22T20:41:54.0009027Z [ 2%] Built target logging 2024-08-22T20:41:54.0010236Z [ 2%] Built target indirection 2024-08-22T20:41:54.0010868Z [ 3%] Built target eigen_blas 2024-08-22T20:41:54.0011598Z [ 4%] Built target microkernels-prod 2024-08-22T20:41:54.0012205Z [ 5%] Built target flatc 2024-08-22T20:41:54.0012741Z [ 5%] Built target microparams-init 2024-08-22T20:41:54.0013922Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-08-22T20:41:54.0015097Z [ 5%] Built target normalization 2024-08-22T20:41:54.0015676Z [ 6%] Built target packing 2024-08-22T20:41:54.0017002Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-08-22T20:41:54.0018234Z [ 6%] Built target memory 2024-08-22T20:41:54.0019541Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-08-22T20:41:54.0020715Z [ 6%] Built target mutex 2024-08-22T20:41:54.0021425Z [ 6%] Built target operator-utils 2024-08-22T20:41:54.0022774Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-08-22T20:41:54.0024727Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-08-22T20:41:54.0025886Z [ 6%] Built target flatcc_cli 2024-08-22T20:41:54.0026562Z [ 6%] Built target operator-run 2024-08-22T20:41:54.0027873Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-08-22T20:41:54.0029095Z [ 6%] Built target bundled_program_schema 2024-08-22T20:41:54.0030562Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-08-22T20:41:54.0031862Z [ 6%] Generating common_schema headers 2024-08-22T20:41:54.0033298Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:41:54.0035351Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:41:54.0036623Z [ 7%] Built target xnnpack_schema 2024-08-22T20:41:54.0037238Z [ 7%] Built target common_schema 2024-08-22T20:41:54.0038626Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-08-22T20:41:54.0039957Z [ 7%] Built target post-operation 2024-08-22T20:41:54.0040649Z [ 7%] Built target hardware-config 2024-08-22T20:41:54.0042113Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:41:54.0043779Z [ 7%] Built target jit 2024-08-22T20:41:54.0044293Z [ 7%] Built target cache 2024-08-22T20:41:54.0045857Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-08-22T20:41:54.0047888Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-08-22T20:41:54.0049194Z [ 7%] Built target etdump_schema 2024-08-22T20:41:54.0049828Z [ 7%] Built target operators 2024-08-22T20:41:54.0050449Z [ 7%] Generating program_schema headers 2024-08-22T20:41:54.0051937Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-08-22T20:41:54.0053993Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-08-22T20:41:54.0055242Z [ 7%] Built target program_schema 2024-08-22T20:41:54.0055855Z [ 8%] Built target subgraph 2024-08-22T20:41:54.0056410Z [ 8%] Built target XNNPACK 2024-08-22T20:41:54.0057429Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:41:54.0059150Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:41:54.0060776Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:41:54.0062472Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:41:54.0064015Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:41:54.0065157Z [ 8%] Linking C static library libcpuinfo_internals.a 2024-08-22T20:41:54.0065890Z [ 8%] Built target cpuinfo_internals 2024-08-22T20:41:54.0066684Z [ 8%] Built target convolution-test-helpers 2024-08-22T20:41:54.4681418Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-08-22T20:41:54.4683925Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-08-22T20:41:54.4686494Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-08-22T20:41:54.4689000Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-08-22T20:41:54.4691186Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-08-22T20:41:54.4693660Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-08-22T20:41:54.4695883Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-08-22T20:41:54.4698150Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-08-22T20:41:54.4700574Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-08-22T20:41:54.4703211Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-08-22T20:41:54.4705838Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-08-22T20:41:54.4708458Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-08-22T20:41:54.4711475Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-08-22T20:41:54.4713816Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-08-22T20:41:54.4716258Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-08-22T20:41:54.4718714Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-08-22T20:41:54.4721245Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:41:54.4723853Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:41:54.4726716Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:41:54.4729701Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:41:54.4732349Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:41:54.4734935Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:41:54.4737487Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:41:54.4740053Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:41:54.4742539Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-08-22T20:41:54.4744977Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-08-22T20:41:54.4747423Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-08-22T20:41:54.4749889Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-08-22T20:41:54.4752441Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-08-22T20:41:54.4754828Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-08-22T20:41:54.4757384Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-08-22T20:41:54.4759865Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-08-22T20:41:54.4762149Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-08-22T20:41:54.4764455Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-08-22T20:41:54.4767023Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-08-22T20:41:54.4769455Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:41:54.4772302Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:41:54.4774874Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:41:54.4777397Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:41:54.4780018Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-08-22T20:41:54.4782465Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-08-22T20:41:54.4784995Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-08-22T20:41:54.4787559Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:41:54.4790386Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:41:54.4793204Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:41:54.4798819Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-08-22T20:41:54.4802330Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:41:54.4805314Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:41:54.4808284Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:41:54.4811147Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:41:54.4814098Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-08-22T20:41:54.4817066Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:41:54.4820077Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-08-22T20:41:54.4823001Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-08-22T20:41:54.9858252Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-08-22T20:41:54.9861134Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-08-22T20:41:54.9863767Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-08-22T20:41:54.9866681Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:41:54.9869849Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:41:54.9872901Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:41:54.9875926Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-08-22T20:41:54.9878969Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:41:54.9882146Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-08-22T20:41:54.9886276Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-08-22T20:41:54.9889525Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-08-22T20:41:54.9892534Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:41:54.9897438Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:41:54.9900453Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:41:54.9903521Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:41:54.9906340Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-08-22T20:41:54.9908674Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:41:54.9910821Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:41:54.9913782Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-08-22T20:41:54.9916682Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:41:54.9919559Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-08-22T20:41:54.9923880Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:41:54.9927465Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:41:54.9930428Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:41:54.9933900Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:41:54.9936879Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-08-22T20:41:54.9939807Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:41:54.9942873Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:41:54.9945852Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-08-22T20:41:54.9948757Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:41:54.9951959Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-08-22T20:41:54.9955052Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:41:54.9957901Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-08-22T20:41:54.9960254Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-08-22T20:41:54.9962436Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-08-22T20:41:54.9965241Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:41:54.9968099Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-08-22T20:41:54.9970628Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-08-22T20:41:54.9972894Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-08-22T20:41:54.9975126Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-08-22T20:41:54.9977335Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-08-22T20:41:54.9979525Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-08-22T20:41:54.9981693Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-08-22T20:41:54.9983835Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-08-22T20:41:54.9985868Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-08-22T20:41:54.9987946Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-08-22T20:41:54.9991094Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-08-22T20:41:54.9993651Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-08-22T20:41:54.9995740Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-08-22T20:41:54.9997873Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4526075Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-08-22T20:41:55.4528904Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-08-22T20:41:55.4531729Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-08-22T20:41:55.4534945Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4537813Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-08-22T20:41:55.4540545Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-08-22T20:41:55.4543242Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-08-22T20:41:55.4546053Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4549007Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-08-22T20:41:55.4550837Z [ 10%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:41:55.4552805Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-08-22T20:41:55.4555667Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-08-22T20:41:55.4558689Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4561489Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-08-22T20:41:55.4563213Z [ 10%] Built target executorch_no_prim_ops 2024-08-22T20:41:55.4565410Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-08-22T20:41:55.4568369Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-08-22T20:41:55.4571230Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4574208Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-08-22T20:41:55.4577047Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-08-22T20:41:55.4580221Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-08-22T20:41:55.4582870Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4585422Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-08-22T20:41:55.4588156Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-08-22T20:41:55.4589756Z [ 10%] Built target executorch 2024-08-22T20:41:55.4590323Z [ 10%] Built target cpublas 2024-08-22T20:41:55.4591711Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-08-22T20:41:55.4594261Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4595868Z [ 10%] Built target quantized_kernels 2024-08-22T20:41:55.4597339Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-08-22T20:41:55.4599471Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-08-22T20:41:55.4601518Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-08-22T20:41:55.4603599Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4605900Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-08-22T20:41:55.4608004Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-08-22T20:41:55.4610035Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-08-22T20:41:55.4611254Z [ 10%] Built target extension_data_loader 2024-08-22T20:41:55.4612750Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-08-22T20:41:55.4614930Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-08-22T20:41:55.4616226Z [ 10%] Built target xnnpack_backend 2024-08-22T20:41:55.4616740Z [ 10%] Built target util 2024-08-22T20:41:55.4617210Z [ 10%] Built target etdump 2024-08-22T20:41:55.4618585Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-08-22T20:41:55.4619841Z [ 10%] Built target bundled_program 2024-08-22T20:41:55.4620703Z [ 10%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-08-22T20:41:55.4622405Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-08-22T20:41:55.4623966Z [ 10%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-08-22T20:41:55.4625781Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-08-22T20:41:55.4628369Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-08-22T20:41:55.4630523Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-08-22T20:41:55.4632710Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-08-22T20:41:55.4634918Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-08-22T20:41:55.4636628Z [ 10%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-08-22T20:41:55.4638559Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-08-22T20:41:55.4640830Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-08-22T20:41:55.4643308Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-08-22T20:41:55.4645752Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-08-22T20:41:55.4647978Z [ 10%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:41:55.4650151Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-08-22T20:41:55.4652375Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-08-22T20:41:55.4654534Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:41:55.4656647Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-08-22T20:41:55.4658702Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-08-22T20:41:56.1013099Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:41:56.1015308Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-08-22T20:41:56.1017383Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-08-22T20:41:56.1019489Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:41:56.1021660Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-08-22T20:41:56.1023768Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-08-22T20:41:56.1025240Z [ 11%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:41:56.1027005Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-08-22T20:41:56.1029272Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:41:56.1031699Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-08-22T20:41:56.1034048Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-08-22T20:41:56.1036660Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-08-22T20:41:56.1039210Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-08-22T20:41:56.1041765Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-08-22T20:41:56.1044462Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-08-22T20:41:56.1047416Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-08-22T20:41:56.1050389Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-08-22T20:41:56.1052784Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-08-22T20:41:56.1054378Z [ 11%] Linking CXX static library libgflags_nothreads.a 2024-08-22T20:41:56.1056234Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-22T20:41:56.1058714Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:41:56.1061212Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-08-22T20:41:56.1063642Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-22T20:41:56.1066086Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:41:56.1068535Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-08-22T20:41:56.1070068Z [ 11%] Built target gflags_nothreads_static 2024-08-22T20:41:56.1071739Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-22T20:41:56.1074209Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-08-22T20:41:56.1076708Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-08-22T20:41:56.1079190Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-08-22T20:41:56.1081044Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-08-22T20:41:56.1083216Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:41:56.1086001Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-08-22T20:41:56.1088434Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-08-22T20:41:56.1091315Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:41:56.1094416Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:41:56.1097114Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:41:56.1099614Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-08-22T20:41:56.1102000Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-08-22T20:41:56.1103495Z [ 13%] Built target portable_kernels 2024-08-22T20:41:56.1104136Z [ 13%] Built target quantized_ops_lib 2024-08-22T20:41:56.1105212Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:41:56.1107338Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-08-22T20:41:56.1112027Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-08-22T20:41:56.1114564Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-08-22T20:41:56.1115997Z [ 14%] Built target portable_ops_lib 2024-08-22T20:41:56.1117638Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-08-22T20:41:56.1120116Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:41:56.1122659Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:41:56.1125215Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:41:56.1127454Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:41:56.1130038Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:41:56.1132254Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:41:56.1134686Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:41:56.1137412Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-08-22T20:41:56.1139996Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-08-22T20:41:56.1142610Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:41:56.1145290Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-08-22T20:41:56.1147883Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-08-22T20:41:56.1150555Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:41:56.9638370Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-08-22T20:41:56.9640862Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:41:56.9643372Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-08-22T20:41:56.9646308Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:41:56.9649145Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-08-22T20:41:56.9651444Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-08-22T20:41:56.9653902Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-08-22T20:41:56.9656037Z [ 15%] Built target quantized_ops_aot_lib 2024-08-22T20:41:56.9657838Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:41:56.9660578Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:41:56.9663264Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:41:56.9665851Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:41:56.9668341Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:41:56.9670776Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:41:56.9673386Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:41:56.9676032Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:41:56.9677872Z [ 15%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:41:56.9679804Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:41:56.9681703Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:41:56.9683937Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:41:56.9686719Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:41:56.9689435Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:41:56.9691927Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:41:56.9694602Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:41:56.9697279Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:41:56.9699921Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:41:56.9701801Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:41:56.9703998Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:41:56.9996523Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:41:56.9998871Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:41:57.0001385Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:41:57.0004472Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:41:57.0007356Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:41:57.0009977Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:41:57.0012667Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:41:57.0015342Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:41:57.0018040Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:41:57.0020047Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:41:57.0022238Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:41:57.0024908Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:41:57.0027293Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:41:57.0029978Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:41:57.0031895Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:41:57.0032570Z | ^ 2024-08-22T20:41:57.0034285Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:41:57.0036249Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:41:57.0038466Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:41:57.0041179Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:41:57.0042929Z [ 15%] Linking CXX shared library libextension_module.so 2024-08-22T20:41:57.0045785Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-08-22T20:41:57.0049139Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-08-22T20:41:57.0052494Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-08-22T20:41:57.0055813Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-08-22T20:41:57.0057783Z [ 15%] Linking CXX static library libextension_module_static.a 2024-08-22T20:41:57.0059007Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:41:57.0061553Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-08-22T20:41:57.0063440Z [ 15%] Built target extension_module 2024-08-22T20:41:57.0064884Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:41:57.0067585Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-08-22T20:41:57.0069510Z [ 15%] Built target extension_module_static 2024-08-22T20:41:57.0070584Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:41:58.0980405Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-08-22T20:41:58.0988828Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-08-22T20:41:58.0991643Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-08-22T20:41:58.0994625Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-08-22T20:41:58.0997602Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-08-22T20:41:58.1000450Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-08-22T20:41:58.1002788Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-08-22T20:41:58.1005166Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-08-22T20:41:58.1007323Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-08-22T20:41:58.1009468Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-08-22T20:41:58.1011608Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-08-22T20:41:58.1013713Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-08-22T20:41:58.1016651Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:41:58.1018615Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-08-22T20:41:58.1020909Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-08-22T20:41:58.1023269Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-08-22T20:41:58.1025361Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-08-22T20:41:58.1027392Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-08-22T20:41:58.1029619Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:41:58.1093931Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:41:58.1095502Z [ 16%] Linking CXX executable xnn_executor_runner 2024-08-22T20:41:58.1097223Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:41:58.1099781Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:41:58.1102172Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-08-22T20:41:58.1104560Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-08-22T20:41:58.1107093Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-08-22T20:41:58.1109449Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-08-22T20:41:58.1111917Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-08-22T20:41:58.1114554Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-08-22T20:41:58.1117163Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:41:58.1119827Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-08-22T20:41:58.1122438Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:41:58.1125270Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-08-22T20:41:58.1127854Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:41:58.1130537Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-08-22T20:41:58.1133131Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:41:58.1136060Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:41:58.1138556Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:41:58.1141125Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-08-22T20:41:58.1143738Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-08-22T20:41:58.1146277Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-08-22T20:41:58.1148390Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-08-22T20:41:58.1150930Z /pytorch/torchchat/et-build/src/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 2024-08-22T20:41:58.1152747Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-08-22T20:41:58.1153740Z | ^ 2024-08-22T20:41:58.1155281Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-08-22T20:41:58.1157805Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-08-22T20:41:58.1160278Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-08-22T20:41:58.1162835Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-08-22T20:41:58.1165468Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-08-22T20:41:58.1168014Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-08-22T20:41:58.1170415Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-08-22T20:41:58.1171817Z [ 16%] Built target xnn_executor_runner 2024-08-22T20:41:58.1173490Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-08-22T20:41:58.1175917Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-08-22T20:41:58.1178374Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:41:58.1180931Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:41:58.1183447Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:41:58.5514116Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-08-22T20:41:58.5521212Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-08-22T20:41:58.5522983Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-08-22T20:41:58.5525297Z /pytorch/torchchat/et-build/src/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 2024-08-22T20:41:58.5528204Z 32 | [](Vec x) { return x.neg(); }, 2024-08-22T20:41:58.5528783Z | ^ 2024-08-22T20:41:58.5530319Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:41:58.5532054Z 888 | __VA_ARGS__ \ 2024-08-22T20:41:58.5532730Z | ^~~~~~~~~~~ 2024-08-22T20:41:58.5534960Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:41:58.5536729Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:41:58.5537560Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:41:58.5539438Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:41:58.5541413Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:41:58.5542327Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:41:58.5544420Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:41:58.5546085Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-08-22T20:41:58.5546833Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:41:58.5548509Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-08-22T20:41:58.5550887Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-08-22T20:41:58.5553588Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-08-22T20:41:58.5556253Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-08-22T20:41:58.5558907Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-08-22T20:41:58.5561498Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-08-22T20:41:58.5563845Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-08-22T20:41:58.5566828Z /pytorch/torchchat/et-build/src/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 2024-08-22T20:41:58.5568828Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-08-22T20:41:58.5569539Z | ^ 2024-08-22T20:41:58.5571046Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-08-22T20:41:58.5573626Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-08-22T20:41:58.5576197Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-08-22T20:41:58.5578811Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-08-22T20:41:58.5581465Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-08-22T20:41:58.5584176Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-08-22T20:41:58.5587134Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-08-22T20:41:58.5589785Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-08-22T20:41:58.5592434Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-08-22T20:41:58.5595606Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-08-22T20:41:58.5598250Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-08-22T20:41:58.5600828Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-08-22T20:41:58.5603291Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-08-22T20:41:58.5606272Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-08-22T20:41:58.5608790Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-08-22T20:41:58.5611356Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-08-22T20:41:58.5613903Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-08-22T20:41:58.5616558Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-08-22T20:41:58.5619313Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-08-22T20:41:58.5621966Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-08-22T20:41:58.5624555Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-08-22T20:41:58.5627080Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-08-22T20:41:58.5629697Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-08-22T20:41:58.5632286Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-08-22T20:41:58.5634834Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-08-22T20:41:58.5637337Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-08-22T20:41:58.5641924Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-08-22T20:41:58.5644393Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-08-22T20:41:58.5646758Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-08-22T20:41:58.5649058Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-08-22T20:41:58.5651826Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-08-22T20:41:58.5654165Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-08-22T20:41:58.5656356Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-08-22T20:41:58.5658730Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-08-22T20:41:58.5661092Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-08-22T20:41:58.5663470Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-08-22T20:41:58.5665861Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-08-22T20:41:59.0839111Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-08-22T20:41:59.0841581Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-08-22T20:41:59.0843993Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-08-22T20:41:59.0846619Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-08-22T20:41:59.0849026Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-08-22T20:41:59.0851468Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-08-22T20:41:59.0853991Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-08-22T20:41:59.0856512Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-08-22T20:41:59.0859039Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-08-22T20:41:59.0861613Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-08-22T20:41:59.0864205Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-08-22T20:41:59.0866732Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-08-22T20:41:59.0869240Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-08-22T20:41:59.0871705Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-08-22T20:41:59.0874144Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-08-22T20:41:59.0876542Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-08-22T20:41:59.0878904Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-08-22T20:41:59.0881672Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-08-22T20:41:59.0884120Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-08-22T20:41:59.0886919Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-08-22T20:41:59.0889435Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-08-22T20:41:59.0891999Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-08-22T20:41:59.0894946Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-08-22T20:41:59.0897456Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-08-22T20:41:59.0900313Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-08-22T20:41:59.0902881Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-08-22T20:41:59.0905301Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-08-22T20:41:59.0907710Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-08-22T20:41:59.0910144Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-08-22T20:41:59.0912581Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-08-22T20:41:59.0915162Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-22T20:41:59.0917731Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-22T20:41:59.0920351Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-08-22T20:41:59.0922923Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-08-22T20:41:59.0925774Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-08-22T20:41:59.0931700Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-08-22T20:41:59.0934290Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-08-22T20:41:59.0936824Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-08-22T20:41:59.0939312Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-08-22T20:41:59.0941766Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-08-22T20:41:59.0944260Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-08-22T20:41:59.0947127Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-08-22T20:41:59.0949652Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-08-22T20:41:59.0951261Z [ 18%] Linking CXX static library libcustom_ops.a 2024-08-22T20:41:59.0953002Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-08-22T20:41:59.0955628Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-08-22T20:41:59.0958218Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-08-22T20:41:59.0959703Z [ 18%] Built target custom_ops 2024-08-22T20:41:59.0961391Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-08-22T20:41:59.0964233Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-08-22T20:41:59.0970154Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-08-22T20:41:59.0972697Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-08-22T20:41:59.0975173Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-08-22T20:41:59.0977606Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-08-22T20:41:59.0980039Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-08-22T20:41:59.0982515Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-08-22T20:41:59.0985071Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-08-22T20:41:59.0987559Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-08-22T20:41:59.6169931Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-08-22T20:41:59.6172496Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-08-22T20:41:59.6175007Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-08-22T20:41:59.6177516Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-08-22T20:41:59.6180019Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-08-22T20:41:59.6182476Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-08-22T20:41:59.6185039Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-08-22T20:41:59.6187980Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-08-22T20:41:59.6190498Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-08-22T20:41:59.6193029Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-08-22T20:41:59.6198340Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-08-22T20:41:59.6200854Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-08-22T20:41:59.6203300Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-08-22T20:41:59.6206037Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-08-22T20:41:59.6208829Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-08-22T20:41:59.6211244Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-08-22T20:41:59.6213609Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-08-22T20:41:59.6216005Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-08-22T20:41:59.6218474Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-08-22T20:41:59.6221067Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-08-22T20:41:59.6223703Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-08-22T20:41:59.6226302Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-08-22T20:41:59.6228856Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-08-22T20:41:59.6231347Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-08-22T20:41:59.6233776Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-08-22T20:41:59.6236305Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-08-22T20:41:59.6238816Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-08-22T20:41:59.6241223Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-08-22T20:41:59.6243616Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-08-22T20:41:59.6246214Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-08-22T20:41:59.6248633Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-08-22T20:41:59.6251535Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-08-22T20:41:59.6254020Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-08-22T20:41:59.6256435Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-08-22T20:41:59.6258793Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-08-22T20:41:59.6261175Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-08-22T20:41:59.6263584Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-08-22T20:41:59.6266108Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-08-22T20:41:59.6268967Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-08-22T20:41:59.6271607Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-08-22T20:41:59.6274240Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-08-22T20:41:59.6276801Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-08-22T20:41:59.6279352Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-08-22T20:41:59.6281920Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-08-22T20:41:59.6284416Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-08-22T20:41:59.6287120Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-08-22T20:41:59.6289525Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-08-22T20:41:59.6291876Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-08-22T20:41:59.6299806Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-08-22T20:41:59.6302299Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-08-22T20:41:59.6304868Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-08-22T20:41:59.6307258Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-08-22T20:41:59.6309639Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-08-22T20:41:59.6312053Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-08-22T20:41:59.6314277Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-08-22T20:41:59.6317296Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-08-22T20:41:59.6320010Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-08-22T20:42:00.1250726Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-08-22T20:42:00.1253242Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-08-22T20:42:00.1255359Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-08-22T20:42:00.1257604Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-08-22T20:42:00.1259998Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-08-22T20:42:00.1262851Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-08-22T20:42:00.1265320Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-08-22T20:42:00.1267752Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-08-22T20:42:00.1270194Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-08-22T20:42:00.1272754Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-08-22T20:42:00.1275265Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-08-22T20:42:00.1277730Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-08-22T20:42:00.1280141Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-08-22T20:42:00.1282554Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-08-22T20:42:00.1285303Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-08-22T20:42:00.1287749Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-08-22T20:42:00.1290172Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-08-22T20:42:00.1292735Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-08-22T20:42:00.1295545Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-08-22T20:42:00.1298038Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-08-22T20:42:00.1300732Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-08-22T20:42:00.1303523Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-08-22T20:42:00.1306762Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:00.1309649Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-08-22T20:42:00.1312554Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-08-22T20:42:00.1315435Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-08-22T20:42:00.1318224Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-08-22T20:42:00.1320940Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-08-22T20:42:00.1324033Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-08-22T20:42:00.1327014Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-08-22T20:42:00.1329458Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-08-22T20:42:00.1331908Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-08-22T20:42:00.1334733Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:42:00.1337784Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:42:00.1340832Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:00.1343823Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:42:00.1346751Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:42:00.1349690Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:00.1352327Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-08-22T20:42:00.1354751Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-08-22T20:42:00.1357142Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-08-22T20:42:00.1359528Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-08-22T20:42:00.1361901Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-08-22T20:42:00.1364261Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-08-22T20:42:00.1367172Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-08-22T20:42:00.1369538Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-08-22T20:42:00.1371933Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-08-22T20:42:00.1374398Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-08-22T20:42:00.1376854Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-08-22T20:42:00.1379281Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-08-22T20:42:00.1381738Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-08-22T20:42:00.1384562Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-08-22T20:42:00.1387063Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-08-22T20:42:00.1389561Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-08-22T20:42:00.1392042Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-08-22T20:42:00.4603216Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-08-22T20:42:00.4605568Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-08-22T20:42:00.4607697Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-08-22T20:42:00.4609933Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-08-22T20:42:00.4612145Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-08-22T20:42:00.4614330Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-08-22T20:42:00.4616741Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-08-22T20:42:00.4618894Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-08-22T20:42:00.4621179Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-08-22T20:42:00.4623483Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-08-22T20:42:00.4625898Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-08-22T20:42:00.4628246Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-08-22T20:42:00.4630602Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-08-22T20:42:00.4633425Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-08-22T20:42:00.4635622Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-08-22T20:42:00.4637860Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-08-22T20:42:00.4640148Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-08-22T20:42:00.4642422Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-08-22T20:42:00.4644799Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-08-22T20:42:00.4647193Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-08-22T20:42:00.4650928Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-08-22T20:42:00.4653501Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-08-22T20:42:00.4655634Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-08-22T20:42:00.4657887Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:00.4660313Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:42:00.4662761Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:00.4665232Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:00.4667685Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:00.4670218Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:00.4672658Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:00.4675110Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:00.4677580Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:00.4680058Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:00.4682580Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:00.4685381Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:00.4687944Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:00.4690800Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:42:00.4694555Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:00.4697191Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:00.4699804Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:00.4702399Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:00.4704983Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:00.4707520Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:00.4710425Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:42:00.4713002Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:00.4715532Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:42:00.4718116Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:00.4720750Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:00.4723385Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:00.4726184Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:00.4728820Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:00.4731487Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:00.4734127Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:00.4736419Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:00.4738227Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:00.7351011Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-08-22T20:42:00.7352746Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-08-22T20:42:00.7356613Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:105:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:00.7359799Z 105 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-08-22T20:42:00.7361103Z | ^ 2024-08-22T20:42:00.7363065Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:00.7364818Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:00.7365660Z | ^~~~~~~~~~~ 2024-08-22T20:42:00.7367413Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:00.7369146Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:00.7369946Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:00.7371863Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:00.7373781Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:00.7374688Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:00.7376341Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:98:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:42:00.7378195Z 98 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-08-22T20:42:00.7379040Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:00.7380875Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:00.7383758Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:00.7386655Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:00.7389553Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:00.7392467Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:00.7398836Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:00.7401693Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:00.7404527Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:00.7407517Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:00.7410343Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:00.7413088Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:00.7415910Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:00.7418699Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:00.7421500Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:00.7424810Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:00.7427622Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:00.7430419Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:00.7433248Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:00.7436104Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:00.7438959Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:00.7441813Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:00.7445270Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:00.7448143Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:00.7450991Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:00.7453826Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:00.7458207Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:00.7460991Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:00.7463749Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:00.7466574Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:00.7469416Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:00.7472208Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:00.7475066Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:00.7477893Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:00.7480746Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:00.7483616Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:00.7486646Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:00.7489774Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:00.7492629Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:00.7495775Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:00.7498604Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:00.7501353Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:01.3675278Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:01.3678063Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:01.3681207Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:01.3683346Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-08-22T20:42:01.3685611Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-08-22T20:42:01.3687662Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-08-22T20:42:01.3689693Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-08-22T20:42:01.3691745Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-08-22T20:42:01.3696877Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-08-22T20:42:01.3698956Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-08-22T20:42:01.3700951Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-08-22T20:42:01.3702923Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-08-22T20:42:01.3704814Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-08-22T20:42:01.3706835Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-08-22T20:42:01.3708991Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-08-22T20:42:01.3711065Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-08-22T20:42:01.3713306Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:01.3715665Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:01.3718439Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:01.3720806Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:01.3723162Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:01.3725739Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:01.3728044Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:01.3730415Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-08-22T20:42:01.3732831Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:01.3735642Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:01.3738277Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:01.3740730Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:01.3743139Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:01.3745587Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:01.3748016Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:01.3750610Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:01.3753218Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:01.3755581Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:01.3758033Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:01.3760723Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:01.3763281Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:01.3766241Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:01.3768964Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:01.3771722Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:01.3774884Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:01.3777599Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:01.3780251Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:01.3782773Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:01.3785702Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:01.3788332Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.3791237Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.3794417Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.3797179Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.3799720Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:01.3801490Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:01.3802920Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-08-22T20:42:01.3804364Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-08-22T20:42:01.8184818Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:102:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:01.8186847Z 102 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-08-22T20:42:01.8187652Z | ^ 2024-08-22T20:42:01.8189504Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:01.8191241Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:01.8191956Z | ^~~~~~~~~~~ 2024-08-22T20:42:01.8194017Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:01.8195795Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:01.8196489Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8198336Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:01.8200325Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:01.8201219Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8203114Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:01.8206567Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:01.8207346Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8210370Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:01.8212380Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:01.8213324Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8214934Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:95:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:42:01.8216620Z 95 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-08-22T20:42:01.8217441Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8219397Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8222560Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8225790Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8228660Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8231862Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8235049Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8238018Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8241306Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8244389Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8247827Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8250991Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8254051Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8257295Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8260375Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8263343Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8266528Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8270090Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8273289Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8276481Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8279605Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8282772Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8286179Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8289411Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:01.8292252Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:01.8296263Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:01.8298934Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:01.8300984Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:01.8302738Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-08-22T20:42:01.8304471Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-08-22T20:42:01.8307021Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:114:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:01.8308819Z 114 | [](Vec x, Vec y) { return x * y; }, 2024-08-22T20:42:01.8309483Z | ^ 2024-08-22T20:42:01.8311260Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:01.8313018Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:01.8313699Z | ^~~~~~~~~~~ 2024-08-22T20:42:01.8315456Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:01.8317351Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:01.8318137Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8320083Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:01.8322166Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:01.8323151Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:01.8325409Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:01.8327378Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:01.8328709Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:02.5029501Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:02.5031268Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:02.5032131Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:02.5033834Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:111:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:42:02.5035575Z 111 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-08-22T20:42:02.5036459Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:02.5038377Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5041393Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:02.5044351Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:02.5047885Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5050868Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5053736Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:02.5056200Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:02.5059187Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5062130Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5065027Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:02.5067913Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:02.5070886Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5073858Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5076822Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:02.5079753Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5082549Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5085587Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:02.5088302Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5091748Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5095053Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:02.5097676Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:02.5100242Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:02.5102577Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:02.5105516Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:02.5108950Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:02.5112104Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:02.5115241Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:02.5118338Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:02.5121467Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:02.5124561Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:02.5127907Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:02.5130992Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:02.5133750Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:02.5136770Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:02.5139874Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:02.5142947Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:02.5146112Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:02.5149232Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:02.5152325Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:02.5155784Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:02.5158887Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:02.5162007Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:02.5164667Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5167997Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:02.5171180Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:02.5174702Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3579875Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3583761Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3587828Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3591326Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3595179Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3598705Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3602310Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3605957Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3609550Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3613317Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3616949Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3620578Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3624469Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3628700Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3632361Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3636346Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3640020Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3643628Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3647703Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3651723Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3655367Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3659156Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3662997Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3666684Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3670567Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3674205Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3677546Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3681081Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3684293Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3687585Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3691036Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3694336Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3697655Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3701582Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3704851Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3708139Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3711650Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3715093Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3718426Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3722063Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3725310Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3727079Z [ 25%] Built target portable_lib 2024-08-22T20:42:03.3729176Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3732349Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.3735505Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.3738742Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.3741685Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9827837Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9830964Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9834061Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9837122Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9839013Z [ 25%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:03.9841109Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9844212Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9847586Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9851178Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9854254Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9857295Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9860321Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9863359Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9866417Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9869771Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9872822Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9875922Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9878560Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9881301Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9884328Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9887633Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9890629Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9895797Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9898888Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9901910Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9904608Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9907318Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9910367Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9913459Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9916801Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9919861Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9922926Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9926201Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9928676Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9931115Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9934612Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9937763Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9940824Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9943839Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9946941Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9950026Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:03.9952833Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:03.9955291Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:03.9957265Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:03.9958872Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:03.9960410Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-08-22T20:42:03.9962144Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-08-22T20:42:03.9964663Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:49:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:03.9966915Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-08-22T20:42:03.9967638Z | ^ 2024-08-22T20:42:03.9969432Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:03.9971184Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:03.9971918Z | ^~~~~~~~~~~ 2024-08-22T20:42:04.3497896Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:04.3499906Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:04.3500770Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:04.3502770Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:04.3504714Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:04.3505677Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:04.3507717Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:04.3509681Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:04.3510416Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:04.3512003Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:45:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:04.3513938Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-08-22T20:42:04.3514571Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:04.3515217Z [ 25%] Built target custom_ops_aot_lib 2024-08-22T20:42:04.3517276Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:04.3520386Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:04.3523514Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:04.3527037Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:04.3530099Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:42:04.3533071Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:42:04.3536046Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:42:04.3539020Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:42:04.3541904Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:42:04.3546634Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-08-22T20:42:04.3549650Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:42:04.3552462Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:04.3555020Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:04.3557587Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:04.3560669Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:04.3563347Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:04.3566185Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:04.3568714Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-08-22T20:42:04.3571079Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-08-22T20:42:04.3573120Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-08-22T20:42:04.3576804Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-08-22T20:42:04.3579702Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-08-22T20:42:04.3582270Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-08-22T20:42:04.3584884Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:42:04.3587527Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:42:04.3590205Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:42:04.3592877Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:42:04.3597588Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:42:04.3600262Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:42:04.3602971Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:04.3606258Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:04.3608953Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:04.3611685Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:04.3614407Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:04.3617102Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:04.3619749Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-08-22T20:42:04.3622357Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-08-22T20:42:04.3625423Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-08-22T20:42:04.3628214Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:04.3631167Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:04.3633977Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:04.3636712Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:04.3639690Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:04.3642779Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:04.3646550Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2205496Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2208129Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2210663Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2213279Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2215817Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2218651Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2221321Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2223775Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2226302Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2228783Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2231203Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2233659Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2236127Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2239060Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2241491Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2243418Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2245613Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2247524Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2249399Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2251556Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2253533Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2255943Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2258351Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2260722Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2263200Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2265699Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.2268106Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2270562Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2273146Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2275772Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2278107Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.2280459Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2282871Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2285524Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.2288008Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2290984Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2294058Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2296588Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2299123Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2301663Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2304116Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.2306859Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.2309311Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.2311740Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:05.2313856Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:05.2315920Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:05.2317881Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:05.2320187Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:05.2322642Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:05.2325327Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:05.8024850Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:05.8028125Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:05.8031227Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:05.8034360Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:05.8037497Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:05.8040509Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:05.8044096Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:05.8047450Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:05.8050456Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:05.8053541Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:05.8056605Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:05.8059589Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:05.8063040Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:05.8066071Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:05.8069068Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:05.8072136Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8075052Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8077984Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8080705Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8083523Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8086608Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8089297Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8091919Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8095067Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8097916Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8100699Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8103439Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8106114Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8109045Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8111707Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8114249Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8116864Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8119497Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8122196Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8124821Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8127990Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8130688Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8133620Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8136549Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8139392Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8142145Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8145157Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8147792Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8150625Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8153458Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8156148Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8158831Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:05.8161515Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:05.8164328Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:05.8167495Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:05.8170627Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4120520Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4133624Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4136048Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4138417Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4140696Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4143024Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4145728Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4148045Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4150304Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4152572Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4154896Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4157249Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4159726Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4162056Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4164451Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4167280Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4169739Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4172058Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4174561Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4176925Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4179192Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4181884Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4184156Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4186402Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4188634Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4190953Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:06.4197436Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4199897Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:06.4202561Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:42:06.4205202Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:42:06.4207649Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:42:06.4210170Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:42:06.4212760Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:42:06.4215331Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:42:06.4217849Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:06.4220102Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:06.4222157Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:06.4224216Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:06.4226356Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:06.4228517Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:06.4230600Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-08-22T20:42:06.4232540Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-08-22T20:42:06.4234652Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-08-22T20:42:06.4236981Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-08-22T20:42:06.4239896Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-08-22T20:42:06.4242068Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-08-22T20:42:06.4244276Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:42:06.4246775Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:42:06.4248951Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:42:06.4251153Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:42:06.4253519Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:42:06.4256016Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:42:06.4258178Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:06.8047987Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:06.8053572Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:06.8056250Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:06.8058920Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:06.8061616Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:06.8064232Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-08-22T20:42:06.8066808Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-08-22T20:42:06.8069364Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-08-22T20:42:06.8072049Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:06.8074532Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-08-22T20:42:06.8077067Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-08-22T20:42:06.8079484Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-08-22T20:42:06.8081940Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-08-22T20:42:06.8084510Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-08-22T20:42:06.8087806Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-08-22T20:42:06.8090230Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-08-22T20:42:06.8092705Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-08-22T20:42:06.8095634Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-08-22T20:42:06.8098236Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-08-22T20:42:06.8100746Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-08-22T20:42:06.8103219Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-08-22T20:42:06.8105605Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-08-22T20:42:06.8108505Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:06.8110998Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-08-22T20:42:06.8113363Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-08-22T20:42:06.8116226Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-08-22T20:42:06.8119233Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-08-22T20:42:06.8123130Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-08-22T20:42:06.8125594Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-08-22T20:42:06.8127886Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-08-22T20:42:06.8130271Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-08-22T20:42:06.8133133Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-08-22T20:42:06.8136045Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-08-22T20:42:06.8138539Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-08-22T20:42:06.8140882Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-08-22T20:42:06.8143306Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-08-22T20:42:06.8145776Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-08-22T20:42:06.8148387Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:06.8151340Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:06.8154028Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:06.8156722Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:06.8159353Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:06.8161983Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:06.8164734Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:06.8167748Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:06.8170698Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:06.8173443Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:06.8176200Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:06.8178856Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:06.8181513Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:06.8184175Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:06.8186978Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:06.8189611Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:06.8192294Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:06.8198668Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:06.8201019Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-08-22T20:42:07.1278261Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-08-22T20:42:07.1280529Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-08-22T20:42:07.1282764Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-08-22T20:42:07.1285349Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1288168Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1292394Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:07.1296012Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:07.1298817Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:07.1302851Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:07.1305416Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:07.1308080Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:07.1310805Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:07.1313898Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:07.1316627Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-08-22T20:42:07.1319311Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-08-22T20:42:07.1321529Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-08-22T20:42:07.1324230Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-08-22T20:42:07.1327025Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-08-22T20:42:07.1329634Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-08-22T20:42:07.1332263Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-08-22T20:42:07.1334944Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-08-22T20:42:07.1337673Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.1340316Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.1343077Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.1345785Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.1348453Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.1351126Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.1353771Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.1356988Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:07.1359794Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.1362539Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1365702Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1368478Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:07.1371280Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:07.1373654Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:07.1376031Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:07.1377720Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-08-22T20:42:07.1379409Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-08-22T20:42:07.1381836Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:64:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:07.1383587Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-08-22T20:42:07.1384261Z | ^ 2024-08-22T20:42:07.1386011Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:07.1387735Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:07.1388465Z | ^~~~~~~~~~~ 2024-08-22T20:42:07.1390268Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:07.1392134Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:07.1392937Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:07.1397985Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:07.1399914Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:07.1400828Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:07.1402892Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:07.1404826Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:07.1405845Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:07.1407582Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:61:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:07.1409270Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-08-22T20:42:07.1410186Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:07.1411995Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1414787Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:07.1417919Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1420739Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:07.1423505Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:07.1426061Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-08-22T20:42:07.4668070Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-08-22T20:42:07.4671167Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-08-22T20:42:07.4673876Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-08-22T20:42:07.4677163Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:07.4679908Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-08-22T20:42:07.4682771Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:07.4685750Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-08-22T20:42:07.4688586Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:07.4691380Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-08-22T20:42:07.4694412Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:07.4697273Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-08-22T20:42:07.4700022Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:07.4702727Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-08-22T20:42:07.4705604Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:07.4708406Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:07.4711187Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-08-22T20:42:07.4713953Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-08-22T20:42:07.4716654Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:07.4719762Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-08-22T20:42:07.4722340Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.4725100Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.4727911Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.4730604Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.4733415Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.4736178Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.4739115Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:42:07.4741947Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:42:07.4744435Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-08-22T20:42:07.4746661Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-08-22T20:42:07.4749002Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-08-22T20:42:07.4751291Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-08-22T20:42:07.4753789Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-08-22T20:42:07.4756649Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:07.4759403Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-08-22T20:42:07.4762281Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:07.4765138Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-08-22T20:42:07.4767912Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:07.4770692Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-08-22T20:42:07.4773421Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:07.4776097Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-08-22T20:42:07.4778951Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:07.4781741Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-08-22T20:42:07.4784136Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-08-22T20:42:07.4786459Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-08-22T20:42:07.4788985Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-08-22T20:42:07.4791981Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:42:07.4795344Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:42:07.4798324Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:07.4801664Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:42:07.4804534Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:42:07.4807753Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:07.4810647Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:07.4813424Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:42:07.4816369Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:07.8155989Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-08-22T20:42:07.8158476Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-08-22T20:42:07.8160940Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:07.8163414Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:07.8166100Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:07.8168795Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:07.8171234Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:07.8173590Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:07.8175988Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:07.8178365Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:07.8181257Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:07.8183729Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:07.8186344Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:42:07.8188739Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:07.8191198Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:07.8193888Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:07.8196575Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:07.8199155Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:07.8201634Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:07.8203906Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:42:07.8206493Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:07.8209067Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:42:07.8211594Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:07.8214270Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:07.8217012Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:07.8219710Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:07.8222429Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:07.8225129Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:07.8227695Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:07.8230150Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:07.8232816Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:07.8235529Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:07.8238342Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:07.8240720Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:07.8243317Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:07.8246129Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:07.8248712Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:07.8251039Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:07.8253572Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:07.8256184Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:07.8258562Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:07.8261210Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:07.8263566Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:07.8265999Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:07.8268378Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:07.8270745Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:07.8273163Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:07.8275545Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:07.8278433Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:07.8281284Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:07.8286836Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:07.8289791Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:08.4034920Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:08.4037256Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:08.4039878Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:08.4042240Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:08.4045137Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:08.4047878Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:08.4050628Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:08.4053327Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:08.4056252Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:08.4059404Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:08.4062358Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:08.4065616Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:08.4068746Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:08.4071745Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:08.4074739Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:08.4077741Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:08.4080657Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:08.4083479Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:08.4087941Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:08.4090547Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:42:08.4093772Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:08.4096582Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-08-22T20:42:08.4099485Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-08-22T20:42:08.4102537Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:08.4106099Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:08.4109236Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:08.4112263Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-08-22T20:42:08.4115017Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:08.4117925Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-08-22T20:42:08.4120730Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-08-22T20:42:08.4123716Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-08-22T20:42:08.4126703Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-08-22T20:42:08.4129498Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-08-22T20:42:08.4132408Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:08.4135289Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:08.4138158Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:08.4141126Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-08-22T20:42:08.4144246Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:08.4147236Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-08-22T20:42:08.4150308Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-08-22T20:42:08.4153413Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-08-22T20:42:08.4156324Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:08.4159053Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:08.4161911Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:08.4164757Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:42:08.4167993Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-08-22T20:42:08.4170716Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:08.4173442Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:42:08.4176221Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-08-22T20:42:08.4178963Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:42:09.3531037Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-08-22T20:42:09.3534504Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-08-22T20:42:09.3537524Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-08-22T20:42:09.3540408Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-08-22T20:42:09.3543142Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:09.3545728Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:09.3548353Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:09.3550988Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:42:09.3553474Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-08-22T20:42:09.3555894Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:09.3558369Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:42:09.3560824Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-08-22T20:42:09.3563316Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:42:09.3566021Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-08-22T20:42:09.3568392Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3570548Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-08-22T20:42:09.3573069Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3575214Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-08-22T20:42:09.3577374Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3579583Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-08-22T20:42:09.3581820Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3583978Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-08-22T20:42:09.3586318Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3589032Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3591592Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3594439Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3596758Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3599088Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3601439Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3603796Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3606451Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3609009Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3611564Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3613968Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3616370Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3618834Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3621195Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3623555Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3625903Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3628772Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:09.3631043Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3633219Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-08-22T20:42:09.3635417Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3637657Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-08-22T20:42:09.3639880Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3642408Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-08-22T20:42:09.3644703Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:09.3647190Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-08-22T20:42:09.3649359Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-08-22T20:42:09.3651793Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-08-22T20:42:09.3654212Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-08-22T20:42:09.3656646Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6802424Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6805204Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6807730Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6810292Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6813007Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6815729Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-08-22T20:42:10.6818486Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6821067Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6823741Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6826419Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6829619Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6832271Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6834751Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-08-22T20:42:10.6837266Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6839891Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6842443Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6844869Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6848131Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6850882Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6853623Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6856340Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6859013Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6861651Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6864454Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6867247Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6870080Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6872955Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6875785Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6878463Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6881128Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6883799Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6886802Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-08-22T20:42:10.6889467Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-08-22T20:42:10.6892495Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-08-22T20:42:10.6895632Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-08-22T20:42:10.6898334Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6901070Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6903863Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6906353Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6908950Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6911873Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6914511Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-08-22T20:42:10.6917140Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6919927Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6922595Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6925326Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6927890Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6931952Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6934448Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-08-22T20:42:10.6936927Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:10.6939445Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:10.6941961Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-08-22T20:42:10.6944260Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:10.6946783Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:10.6949279Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:42:11.2473319Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-08-22T20:42:11.2475853Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-08-22T20:42:11.2477977Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-08-22T20:42:11.2480038Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-08-22T20:42:11.2483162Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-08-22T20:42:11.2485525Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-08-22T20:42:11.2487676Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-08-22T20:42:11.2489823Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-08-22T20:42:11.2494511Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-08-22T20:42:11.2496557Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-08-22T20:42:11.2498655Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-08-22T20:42:11.2500702Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-08-22T20:42:11.2502727Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-08-22T20:42:11.2504806Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-08-22T20:42:11.2506912Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-08-22T20:42:11.2509045Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-08-22T20:42:11.2511142Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-08-22T20:42:11.2513256Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-08-22T20:42:11.2515271Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-08-22T20:42:11.2517348Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-08-22T20:42:11.2519492Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-08-22T20:42:11.2521428Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-08-22T20:42:11.2523319Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-08-22T20:42:11.2525681Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-08-22T20:42:11.2527915Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-08-22T20:42:11.2530429Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-08-22T20:42:11.2532560Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-08-22T20:42:11.2534659Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-08-22T20:42:11.2536810Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-08-22T20:42:11.2538848Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-08-22T20:42:11.2540894Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-08-22T20:42:11.2542947Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-08-22T20:42:11.2545165Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-08-22T20:42:11.2547235Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-08-22T20:42:11.2549381Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-08-22T20:42:11.2551406Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-08-22T20:42:11.2553360Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-08-22T20:42:11.2555380Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-08-22T20:42:11.2557400Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-08-22T20:42:11.2559458Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-08-22T20:42:11.2561601Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-08-22T20:42:11.2563615Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-08-22T20:42:11.2565872Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-08-22T20:42:11.2568052Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-08-22T20:42:11.2570165Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-08-22T20:42:11.2572448Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-08-22T20:42:11.2574827Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-08-22T20:42:11.2576972Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-08-22T20:42:11.2579215Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-08-22T20:42:11.2581939Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-08-22T20:42:11.2584246Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-08-22T20:42:11.2586616Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-08-22T20:42:11.2588907Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-08-22T20:42:11.2591216Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-08-22T20:42:11.2594096Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-08-22T20:42:11.2596514Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-08-22T20:42:11.2598823Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-08-22T20:42:11.2601491Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-08-22T20:42:11.7548785Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-08-22T20:42:11.7550985Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-08-22T20:42:11.7552984Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-08-22T20:42:11.7554929Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-08-22T20:42:11.7556853Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-08-22T20:42:11.7558825Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-08-22T20:42:11.7561153Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-08-22T20:42:11.7563588Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-08-22T20:42:11.7566213Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-08-22T20:42:11.7568677Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-08-22T20:42:11.7571084Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-08-22T20:42:11.7573700Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-08-22T20:42:11.7576559Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-08-22T20:42:11.7578988Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-08-22T20:42:11.7581349Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-08-22T20:42:11.7583763Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-08-22T20:42:11.7586691Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-08-22T20:42:11.7589341Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-08-22T20:42:11.7591926Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-08-22T20:42:11.7595208Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-08-22T20:42:11.7597826Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-08-22T20:42:11.7600297Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-08-22T20:42:11.7602746Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-08-22T20:42:11.7605643Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-08-22T20:42:11.7608052Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-08-22T20:42:11.7610504Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-08-22T20:42:11.7612826Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-08-22T20:42:11.7615209Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-08-22T20:42:11.7617414Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-08-22T20:42:11.7620320Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-08-22T20:42:11.7622287Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-08-22T20:42:11.7624581Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-08-22T20:42:11.7626876Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-08-22T20:42:11.7629086Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-08-22T20:42:11.7631330Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-08-22T20:42:11.7633839Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-08-22T20:42:11.7636506Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-08-22T20:42:11.7639276Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-08-22T20:42:11.7642028Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-08-22T20:42:11.7644759Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-08-22T20:42:11.7648271Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-08-22T20:42:11.7650997Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-08-22T20:42:11.7653750Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-08-22T20:42:11.7656486Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-08-22T20:42:11.7659130Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-08-22T20:42:11.7661650Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-08-22T20:42:11.7664137Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-08-22T20:42:11.7666818Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-08-22T20:42:11.7669415Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-08-22T20:42:11.7672109Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-08-22T20:42:11.7674696Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-08-22T20:42:11.7677339Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-08-22T20:42:11.7679937Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-08-22T20:42:11.7682556Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-08-22T20:42:11.7685298Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-08-22T20:42:11.7687960Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:11.7690558Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:11.7693088Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4721345Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4723657Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4726022Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4728585Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4730944Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4733175Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4736095Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4738578Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4740973Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4743388Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4745865Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4748372Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4750784Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-08-22T20:42:12.4753370Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-08-22T20:42:12.4755770Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4758367Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4760726Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4763504Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4766103Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4768543Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4770856Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-08-22T20:42:12.4773386Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-08-22T20:42:12.4775991Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4778418Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-08-22T20:42:12.4780738Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-08-22T20:42:12.4783119Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-08-22T20:42:12.4785406Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4787825Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-08-22T20:42:12.4790956Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-08-22T20:42:12.4794159Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4796829Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-08-22T20:42:12.4799582Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-08-22T20:42:12.4802353Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:12.4805353Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-08-22T20:42:12.4807744Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-08-22T20:42:12.4810271Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:42:12.4812755Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:12.4815246Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-08-22T20:42:12.4817761Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-08-22T20:42:12.4820088Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-08-22T20:42:12.4822383Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-08-22T20:42:12.4824856Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-08-22T20:42:12.4827350Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-08-22T20:42:12.4830265Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-08-22T20:42:12.4833539Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-08-22T20:42:12.4836784Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-08-22T20:42:12.4840007Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-08-22T20:42:12.4843218Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-08-22T20:42:12.4849338Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-08-22T20:42:12.4852576Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-08-22T20:42:12.4856175Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-08-22T20:42:12.4859321Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-08-22T20:42:13.0682013Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-08-22T20:42:13.0684755Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-08-22T20:42:13.0687551Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-08-22T20:42:13.0689925Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:13.0692481Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:13.0694829Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-08-22T20:42:13.0696884Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:13.0699021Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-08-22T20:42:13.0701138Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:13.0703223Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-08-22T20:42:13.0705238Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-08-22T20:42:13.0707267Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-08-22T20:42:13.0709288Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-08-22T20:42:13.0711095Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-08-22T20:42:13.0712644Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-08-22T20:42:13.0714169Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-08-22T20:42:13.0715670Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-08-22T20:42:13.0717147Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-08-22T20:42:13.0718613Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-08-22T20:42:13.0720078Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-08-22T20:42:13.0721560Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-08-22T20:42:13.0723362Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-08-22T20:42:13.0725272Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-08-22T20:42:13.0727210Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-08-22T20:42:13.0729172Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-08-22T20:42:13.0731354Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:13.0733805Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:42:13.0736227Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:42:13.0739009Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:42:13.0741501Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:42:13.0744206Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:42:13.0746517Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-08-22T20:42:13.0748765Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-08-22T20:42:13.0751028Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-08-22T20:42:13.0753336Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-08-22T20:42:13.0755629Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-08-22T20:42:13.0758043Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-08-22T20:42:13.0760664Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:13.0763499Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:13.0766314Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:42:13.0768904Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:13.0771466Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:13.0773959Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:13.0776787Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:42:13.0779265Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:13.0781824Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:42:13.0785505Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:13.0787934Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:42:13.0790286Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:13.0792670Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:42:13.0795873Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:13.0798465Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:42:13.0800924Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:13.6457852Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-08-22T20:42:13.6460369Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-08-22T20:42:13.6462780Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-08-22T20:42:13.6465143Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-08-22T20:42:13.6467539Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-08-22T20:42:13.6470027Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-08-22T20:42:13.6472211Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-08-22T20:42:13.6474499Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-08-22T20:42:13.6476803Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-08-22T20:42:13.6479164Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-08-22T20:42:13.6481288Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-08-22T20:42:13.6483539Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-08-22T20:42:13.6486105Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-08-22T20:42:13.6488402Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-08-22T20:42:13.6491460Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-08-22T20:42:13.6494173Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-08-22T20:42:13.6496677Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-08-22T20:42:13.6499121Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-08-22T20:42:13.6501828Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:13.6504665Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:13.6507486Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:42:13.6510703Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:42:13.6514272Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:42:13.6517237Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:42:13.6520141Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:42:13.6522817Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:42:13.6525623Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:42:13.6528040Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:42:13.6530862Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6533808Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6536839Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6539985Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6543117Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6546261Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6549387Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6552567Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6555913Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6559090Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6562218Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6565610Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6568746Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6571844Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6575242Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6578381Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6581438Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6584646Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6587895Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6591156Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6594749Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6597865Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:13.6600812Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:13.6603965Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:14.7257572Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7260840Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7264190Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7267545Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7270883Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7274685Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7278030Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7281414Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7284759Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7288296Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7291605Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7295761Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7299086Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7302253Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7305382Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7308285Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7311238Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7314273Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7317275Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7320244Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7323173Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:42:14.7326077Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:42:14.7328818Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:42:14.7331551Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:42:14.7334481Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:14.7337594Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:14.7341282Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:14.7344389Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:14.7347468Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:14.7350556Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:14.7353765Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7357231Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7360988Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7364565Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7368404Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7371963Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7375512Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7379078Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7382660Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7386207Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7389752Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7393244Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7397156Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7400626Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7403951Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7407318Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:14.7411009Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:14.7413956Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:15.5337212Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:15.5340076Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:15.5343160Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:15.5346259Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5349791Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5352619Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5355662Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5358463Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5361347Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5364252Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5367162Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5370005Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5372949Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5376007Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5379031Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5382071Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5385102Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5388106Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5391120Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5396331Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5399295Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5402228Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5405282Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5408250Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5411204Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5414203Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5417479Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5420468Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5423474Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5426755Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5429736Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5432969Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5436164Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5439210Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5441979Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5445262Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5448258Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5451164Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5454400Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5458870Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5462676Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5465729Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5469421Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5472556Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5475505Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5478453Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:15.5481681Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:15.5484647Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-08-22T20:42:15.5487682Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:42:16.3327332Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-08-22T20:42:16.3330309Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:16.3333179Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:16.3336012Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:42:16.3338861Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:42:16.3341664Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:16.3344242Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:16.3347102Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:42:16.3349992Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:42:16.3352647Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:16.3355084Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-08-22T20:42:16.3357594Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-08-22T20:42:16.3360203Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-08-22T20:42:16.3362979Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-08-22T20:42:16.3366013Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-08-22T20:42:16.3368822Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:16.3371785Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:16.3374729Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:16.3377708Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:16.3380910Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-08-22T20:42:16.3383799Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:42:16.3386451Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:16.3389169Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:16.3391659Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:16.3394640Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3397623Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3400682Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3403772Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3406971Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3409980Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3412839Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3415490Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3418340Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3421399Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:16.3424059Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:42:16.3426324Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:42:16.3429243Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:42:16.3431670Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:42:16.3434337Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:16.3437058Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:16.3440170Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:16.3442868Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:16.3446240Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:16.3449191Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:16.3452026Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:16.3454669Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:16.3457524Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:16.3460471Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:16.3463300Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:16.3466168Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:16.3469139Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:16.3471904Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:16.3474664Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0443311Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0445826Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0448189Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0450841Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0454191Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0457437Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0460334Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0463004Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0466060Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0469216Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0472062Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0474949Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0477893Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0480758Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0483581Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0486681Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0489603Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0492590Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0495742Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0498611Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0501511Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0504284Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0507051Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0509463Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0511931Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0514506Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0517053Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0520082Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0522904Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0525753Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0528421Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0530981Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0533516Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0536210Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:17.0539416Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:17.0542235Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-08-22T20:42:17.0545073Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:42:17.0547896Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-08-22T20:42:17.0550686Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:17.0553412Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:17.0556166Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:17.0558930Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:17.0561512Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-08-22T20:42:17.0563883Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-08-22T20:42:17.0566547Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-08-22T20:42:17.0569056Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-08-22T20:42:17.0571501Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-08-22T20:42:17.0573968Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-08-22T20:42:17.0576519Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:17.0579265Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:17.0582120Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:17.0584993Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:17.0587730Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-08-22T20:42:18.1764773Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-08-22T20:42:18.1767017Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:42:18.1769017Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-08-22T20:42:18.1770998Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-08-22T20:42:18.1773326Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-08-22T20:42:18.1775390Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:42:18.1777347Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-08-22T20:42:18.1779216Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-08-22T20:42:18.1781328Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-08-22T20:42:18.1783673Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-08-22T20:42:18.1785751Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-08-22T20:42:18.1787547Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-08-22T20:42:18.1789352Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-08-22T20:42:18.1791140Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-08-22T20:42:18.1793198Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-08-22T20:42:18.1795893Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-08-22T20:42:18.1798162Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-08-22T20:42:18.1800440Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-08-22T20:42:18.1802755Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-08-22T20:42:18.1804968Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-08-22T20:42:18.1826044Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:18.1828396Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:18.1830844Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:18.1833084Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:18.1835334Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:18.1837565Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:18.1839844Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:18.1842555Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:18.1844826Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:18.1847240Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:18.1849441Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:18.1851607Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:18.1853840Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:18.1856039Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:18.1858174Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:18.1860422Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:18.1862736Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:18.1865205Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:18.1867481Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-08-22T20:42:18.1869826Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-08-22T20:42:18.1872507Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-08-22T20:42:18.1876520Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-08-22T20:42:18.1878908Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-08-22T20:42:18.1881840Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-08-22T20:42:18.1883945Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-08-22T20:42:18.1886256Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-08-22T20:42:18.1888110Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-08-22T20:42:18.1889894Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-08-22T20:42:18.1891689Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-08-22T20:42:18.1895769Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-08-22T20:42:18.1898365Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-08-22T20:42:18.1900769Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-08-22T20:42:18.1903132Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-08-22T20:42:18.1905467Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-08-22T20:42:18.1907832Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-08-22T20:42:18.8748866Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-08-22T20:42:18.8751239Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-08-22T20:42:18.8754064Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-08-22T20:42:18.8757049Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-08-22T20:42:18.8760159Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-08-22T20:42:18.8763181Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-08-22T20:42:18.8766489Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-08-22T20:42:18.8769469Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-08-22T20:42:18.8772540Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-08-22T20:42:18.8775629Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-08-22T20:42:18.8779036Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-08-22T20:42:18.8782073Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-08-22T20:42:18.8785017Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:42:18.8787863Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-08-22T20:42:18.8790543Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:18.8792893Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-08-22T20:42:18.8797911Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-08-22T20:42:18.8800701Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-08-22T20:42:18.8803266Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-08-22T20:42:18.8805933Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-08-22T20:42:18.8808316Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-08-22T20:42:18.8810955Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-08-22T20:42:18.8813386Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:18.8815807Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:42:18.8818455Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-08-22T20:42:18.8821146Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:18.8823377Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-08-22T20:42:18.8825411Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-08-22T20:42:18.8827800Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-08-22T20:42:18.8830312Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-08-22T20:42:18.8832351Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-08-22T20:42:18.8834552Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-08-22T20:42:18.8836493Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-08-22T20:42:18.8838539Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-08-22T20:42:18.8841715Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-08-22T20:42:18.8844112Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-08-22T20:42:18.8847007Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-08-22T20:42:18.8849688Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-08-22T20:42:18.8852407Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-08-22T20:42:18.8855163Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-08-22T20:42:18.8857878Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-08-22T20:42:18.8860965Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-08-22T20:42:18.8863661Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-08-22T20:42:18.8866283Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-08-22T20:42:18.8868950Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-08-22T20:42:18.8871543Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-08-22T20:42:18.8874113Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-08-22T20:42:18.8876651Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-08-22T20:42:18.8879355Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:42:18.8882237Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:42:18.8886005Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:42:18.8888667Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:42:18.8891531Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:42:18.8894406Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:42:19.5637133Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-08-22T20:42:19.5640111Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-08-22T20:42:19.5642989Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:42:19.5646506Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-08-22T20:42:19.5649378Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-08-22T20:42:19.5654592Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-08-22T20:42:19.5657203Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:42:19.5660062Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-08-22T20:42:19.5662983Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-08-22T20:42:19.5666290Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:42:19.5669041Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-08-22T20:42:19.5671866Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-08-22T20:42:19.5674354Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-08-22T20:42:19.5676989Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:42:19.5679897Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-08-22T20:42:19.5682403Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-08-22T20:42:19.5684835Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:19.5687436Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:19.5689974Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-08-22T20:42:19.5692396Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-08-22T20:42:19.5702859Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:19.5705501Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:19.5708221Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-08-22T20:42:19.5710775Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:19.5713469Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-08-22T20:42:19.5716554Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:19.5719064Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-08-22T20:42:19.5721608Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-08-22T20:42:19.5724257Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-08-22T20:42:19.5727116Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-08-22T20:42:19.5729555Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-08-22T20:42:19.5732028Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-08-22T20:42:19.5734429Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-08-22T20:42:19.5737216Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-08-22T20:42:19.5739704Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-08-22T20:42:19.5742112Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-08-22T20:42:19.5744549Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-08-22T20:42:19.5747023Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-08-22T20:42:19.5749381Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-08-22T20:42:19.5751931Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-08-22T20:42:19.5754466Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-08-22T20:42:19.5756805Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-08-22T20:42:19.5759520Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:19.5762508Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:42:19.5765490Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:42:19.5768344Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:42:19.5771384Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:42:19.5774411Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:42:19.5777250Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-08-22T20:42:19.5780418Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-08-22T20:42:19.5783317Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-08-22T20:42:19.5786232Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-08-22T20:42:19.5789126Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-08-22T20:42:19.5791985Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-08-22T20:42:20.0998976Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:20.1003705Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:20.1007111Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:42:20.1009981Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:20.1013152Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-08-22T20:42:20.1016062Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:42:20.1019225Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:20.1021973Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:20.1024724Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:42:20.1027546Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:20.1030452Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-08-22T20:42:20.1033270Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:20.1036069Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:42:20.1038811Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:20.1041708Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:42:20.1044584Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:20.1048275Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:42:20.1051589Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-08-22T20:42:20.1054644Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:42:20.1057729Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:20.1060736Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:42:20.1063787Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:20.1066554Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-08-22T20:42:20.1069739Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:42:20.1072426Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-08-22T20:42:20.1074832Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-08-22T20:42:20.1077155Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-08-22T20:42:20.1079461Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-08-22T20:42:20.1081692Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-08-22T20:42:20.1083887Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-08-22T20:42:20.1086188Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-08-22T20:42:20.1088796Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1091785Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1095335Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1098462Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1101604Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1104671Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1107649Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1110701Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1114140Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1117357Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1120610Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1123821Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1127289Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1130359Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1133737Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1137092Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:20.1140381Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1143379Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:20.1146442Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:21.3397250Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:21.3400558Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:21.3403730Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:21.3408239Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:21.3411416Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:21.3414283Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3417541Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3420461Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3423609Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3427209Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3430126Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3433030Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3435985Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3438912Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3441881Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3445308Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3448318Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3451181Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3454153Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3457089Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3460088Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3462997Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3467471Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3470333Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3473132Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3475919Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3478738Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3481513Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3484283Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3487337Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3490443Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3493686Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3496590Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3499433Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3502336Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3504901Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:42:21.3507399Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:42:21.3510214Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:42:21.3512682Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:42:21.3515353Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:21.3518113Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:21.3521204Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:21.3524279Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:21.3527655Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:21.3530892Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:21.3533983Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:21.3537130Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:21.3540313Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:21.3543759Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4445256Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4448834Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4452392Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4456258Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4459727Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4463246Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4466689Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4470180Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4473994Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4477439Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4480887Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4484389Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4488008Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4491492Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4495463Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4498811Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4502041Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4505151Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4508408Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4511583Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4514636Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4517861Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4521501Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4524641Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4528014Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:22.4531096Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:22.4534004Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:22.4537073Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4540424Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4543502Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4546606Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4549763Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4552908Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4557678Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4560682Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4563571Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4566928Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4569854Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4572906Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4575929Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4578397Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4580983Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4584018Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4587253Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4590055Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:22.4593088Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:22.4596432Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2238398Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2241135Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2245843Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2248635Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2251261Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2254183Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2257335Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2260332Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2263138Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2265713Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2268628Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2271697Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2274337Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2277033Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2279940Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2282441Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2285519Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2288863Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2291616Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2295826Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2298395Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2301342Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2304456Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:23.2307383Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:23.2309939Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-08-22T20:42:23.2312649Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:42:23.2315220Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-08-22T20:42:23.2317559Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-08-22T20:42:23.2320267Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-08-22T20:42:23.2322866Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:23.2325426Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:23.2328051Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:42:23.2330794Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:42:23.2333654Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:23.2336006Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:23.2338313Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:42:23.2340922Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:42:23.2343542Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:23.2345919Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:23.2348923Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:42:23.2351679Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:42:23.2354582Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:23.2357460Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:23.2359999Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:42:23.2362374Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:42:23.2364815Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:23.2367565Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:23.2369630Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-08-22T20:42:23.2371629Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-08-22T20:42:23.2373990Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-08-22T20:42:23.2376259Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-08-22T20:42:24.5381074Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-08-22T20:42:24.5383437Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-08-22T20:42:24.5385873Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-08-22T20:42:24.5388524Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:24.5391499Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:24.5394495Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:24.5397173Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:24.5399957Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-08-22T20:42:24.5402602Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:24.5405289Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:24.5408228Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5411538Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5414600Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5417670Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5420693Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5423746Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5426928Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5430388Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5433519Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5436634Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5439646Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5442768Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5445959Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5448854Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5451742Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5454753Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5457675Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5460452Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5463372Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:24.5466628Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:24.5469162Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:42:24.5471586Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:42:24.5474571Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:42:24.5476678Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:42:24.5479113Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:24.5481903Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:24.5484593Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:24.5487428Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:24.5489821Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:24.5492755Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:24.5495846Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:24.5498657Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:24.5501575Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:24.5504561Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:24.5507485Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:24.5510370Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:24.5513296Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:24.5516212Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:24.5519158Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:24.5522137Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:24.5525307Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:24.5528217Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4017174Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4019694Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4022588Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4024957Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4027287Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4029583Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4031891Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4034175Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4036481Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4039108Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4041433Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4043730Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4046239Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4048609Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4051040Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4053557Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4055870Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4058385Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4062167Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4064638Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4066998Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4069493Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4071898Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4074140Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4076732Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4079045Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4081364Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4083715Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4086248Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4088586Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4090952Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:25.4093945Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:25.4096304Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:42:25.4098523Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-08-22T20:42:25.4100773Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:25.4103001Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:25.4105353Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:25.4107655Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:25.4109976Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:25.4112364Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:25.4114748Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:25.4117179Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:25.4119539Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-08-22T20:42:25.4121730Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-08-22T20:42:25.4123705Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-08-22T20:42:25.4125909Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-08-22T20:42:25.4128023Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-08-22T20:42:25.4130533Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-08-22T20:42:25.4132595Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-08-22T20:42:25.4134820Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-08-22T20:42:25.4137153Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-08-22T20:42:25.4139448Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:25.4141917Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:26.6012305Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:26.6015775Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:26.6018599Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-08-22T20:42:26.6021124Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-08-22T20:42:26.6023638Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-08-22T20:42:26.6026235Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-08-22T20:42:26.6028742Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-08-22T20:42:26.6031348Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-08-22T20:42:26.6033847Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-08-22T20:42:26.6036248Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-08-22T20:42:26.6038820Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-08-22T20:42:26.6041367Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-08-22T20:42:26.6044044Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-08-22T20:42:26.6046851Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-08-22T20:42:26.6049506Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-08-22T20:42:26.6052162Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-08-22T20:42:26.6054895Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6058070Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-08-22T20:42:26.6060843Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6063496Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6066020Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-08-22T20:42:26.6068308Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-08-22T20:42:26.6070834Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6073494Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-08-22T20:42:26.6076484Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6079324Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-08-22T20:42:26.6081921Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6084731Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-08-22T20:42:26.6087997Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6090925Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-08-22T20:42:26.6094267Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6097155Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-08-22T20:42:26.6099872Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6102634Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-08-22T20:42:26.6105482Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6108385Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-08-22T20:42:26.6111267Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6113942Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-08-22T20:42:26.6116532Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6119150Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-08-22T20:42:26.6122432Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6125466Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-08-22T20:42:26.6128268Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:26.6131023Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-08-22T20:42:26.6133553Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-08-22T20:42:26.6136148Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-08-22T20:42:26.6138595Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-08-22T20:42:26.6141286Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-08-22T20:42:26.6143871Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:26.6146498Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:26.6149193Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:26.6152030Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:26.6154967Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:26.6157686Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3368282Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3371170Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3373945Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3376750Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3379651Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3382594Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3385587Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3388506Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3391905Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3395259Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3398145Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3401077Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3403984Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3407036Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3409914Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3413064Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3415964Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3418786Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3421618Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3424483Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3427306Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3430178Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3433000Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3435852Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3438480Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-08-22T20:42:28.3440948Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-08-22T20:42:28.3443730Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3446931Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3449881Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3452750Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3455668Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3459602Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3462215Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3465237Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3468120Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3471069Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3474106Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3477293Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3480202Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3483019Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3486213Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3489033Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:28.3491829Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-08-22T20:42:28.3517374Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-08-22T20:42:28.3520069Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-08-22T20:42:28.3522632Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-08-22T20:42:28.3525474Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-08-22T20:42:28.3528026Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-08-22T20:42:28.3530553Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-08-22T20:42:28.3533103Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-08-22T20:42:28.3535566Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-08-22T20:42:28.3538087Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-08-22T20:42:28.3540536Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-08-22T20:42:29.8896920Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-08-22T20:42:29.8899534Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-08-22T20:42:29.8902082Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-08-22T20:42:29.8904570Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-08-22T20:42:29.8907179Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-08-22T20:42:29.8909694Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-08-22T20:42:29.8912224Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-08-22T20:42:29.8914615Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-08-22T20:42:29.8917561Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-08-22T20:42:29.8919965Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-08-22T20:42:29.8922515Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-08-22T20:42:29.8925380Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-08-22T20:42:29.8927602Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-08-22T20:42:29.8929890Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-08-22T20:42:29.8932117Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-08-22T20:42:29.8934421Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-08-22T20:42:29.8936708Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-08-22T20:42:29.8939038Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-08-22T20:42:29.8941465Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-08-22T20:42:29.8943950Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-08-22T20:42:29.8946361Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-08-22T20:42:29.8948759Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-08-22T20:42:29.8951157Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-08-22T20:42:29.8953539Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-08-22T20:42:29.8956373Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-08-22T20:42:29.8958712Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-08-22T20:42:29.8960917Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-08-22T20:42:29.8963183Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-08-22T20:42:29.8965826Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-08-22T20:42:29.8968159Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-08-22T20:42:29.8970495Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-08-22T20:42:29.8972912Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-08-22T20:42:29.8975522Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-08-22T20:42:29.8977943Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-08-22T20:42:29.8980702Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-08-22T20:42:29.8983497Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-08-22T20:42:29.8986298Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-08-22T20:42:29.8989130Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-08-22T20:42:29.8991965Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-08-22T20:42:29.8996151Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-08-22T20:42:29.8998671Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-08-22T20:42:29.9001069Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-08-22T20:42:29.9003497Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-08-22T20:42:29.9006283Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-08-22T20:42:29.9008880Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-08-22T20:42:29.9011231Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-08-22T20:42:29.9013842Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-08-22T20:42:29.9016398Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-08-22T20:42:29.9019430Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-08-22T20:42:29.9021750Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-08-22T20:42:29.9024010Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-08-22T20:42:29.9026584Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-08-22T20:42:29.9029095Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-08-22T20:42:29.9031779Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-08-22T20:42:29.9034595Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-08-22T20:42:29.9037756Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-08-22T20:42:29.9040478Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-08-22T20:42:31.4479973Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:31.4482552Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:31.4485438Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:31.4488079Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-08-22T20:42:31.4490712Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-08-22T20:42:31.4493917Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-08-22T20:42:31.4495994Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-08-22T20:42:31.4498393Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-08-22T20:42:31.4500844Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-08-22T20:42:31.4503267Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-08-22T20:42:31.4505658Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-08-22T20:42:31.4508061Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-08-22T20:42:31.4510472Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-08-22T20:42:31.4512910Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-08-22T20:42:31.4515182Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-08-22T20:42:31.4517988Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-08-22T20:42:31.4520524Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-08-22T20:42:31.4522804Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-08-22T20:42:31.4525769Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-08-22T20:42:31.4528332Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-08-22T20:42:31.4530542Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-08-22T20:42:31.4532973Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-08-22T20:42:31.4535512Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-08-22T20:42:31.4538309Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-08-22T20:42:31.4540675Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-08-22T20:42:31.4542898Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-08-22T20:42:31.4545298Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-08-22T20:42:31.4547877Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-08-22T20:42:31.4550494Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-08-22T20:42:31.4553376Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-08-22T20:42:31.4556224Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-08-22T20:42:31.4558856Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-08-22T20:42:31.4561733Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-08-22T20:42:31.4564397Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-08-22T20:42:31.4567260Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-08-22T20:42:31.4569997Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-08-22T20:42:31.4572592Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-08-22T20:42:31.4575224Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-08-22T20:42:31.4578027Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-08-22T20:42:31.4581088Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-08-22T20:42:31.4583800Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-08-22T20:42:31.4586259Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-08-22T20:42:31.4588907Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-08-22T20:42:31.4591426Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-08-22T20:42:31.4594775Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-08-22T20:42:31.4597528Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-08-22T20:42:31.4600678Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-08-22T20:42:31.4603423Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-08-22T20:42:31.4606391Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-08-22T20:42:31.4608999Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-08-22T20:42:31.4611561Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-08-22T20:42:31.4614058Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-08-22T20:42:31.4616759Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-08-22T20:42:31.4619602Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-08-22T20:42:31.4622789Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-08-22T20:42:32.7704862Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-08-22T20:42:32.7707652Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-08-22T20:42:32.7710376Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-08-22T20:42:32.7713021Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-08-22T20:42:32.7716038Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-08-22T20:42:32.7718756Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-08-22T20:42:32.7721911Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-08-22T20:42:32.7724888Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:32.7727757Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:32.7730520Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:42:32.7733277Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:42:32.7736071Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:32.7739173Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:32.7741939Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:32.7744667Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:42:32.7747301Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:42:32.7749818Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:42:32.7752654Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:42:32.7755272Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:42:32.7757738Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:42:32.7760174Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:42:32.7762812Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:32.7765693Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:32.7768267Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:42:32.7770678Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:42:32.7773311Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:42:32.7775927Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:42:32.7778968Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:42:32.7781961Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:42:32.7784931Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:42:32.7787899Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:42:32.7790869Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:32.7794081Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:32.7796896Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:42:32.7799548Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-08-22T20:42:32.7802402Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-08-22T20:42:32.7805557Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-08-22T20:42:32.7808311Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-08-22T20:42:32.7810992Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-08-22T20:42:32.7813791Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-08-22T20:42:32.7816780Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-08-22T20:42:32.7819472Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-08-22T20:42:32.7821894Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-08-22T20:42:32.7824289Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-08-22T20:42:32.7826678Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-08-22T20:42:32.7829056Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-08-22T20:42:32.7831510Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-08-22T20:42:32.7833899Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-08-22T20:42:32.7836081Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-08-22T20:42:32.7839115Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-08-22T20:42:32.7841578Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-08-22T20:42:34.0396825Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-08-22T20:42:34.0399456Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-08-22T20:42:34.0401886Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-08-22T20:42:34.0404332Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-08-22T20:42:34.0407302Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-08-22T20:42:34.0410231Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:34.0413595Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:34.0416480Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:42:34.0419260Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:42:34.0422080Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:42:34.0424998Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:42:34.0427746Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:42:34.0430492Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:42:34.0433393Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:42:34.0436336Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:42:34.0439286Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0442297Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0445562Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0448607Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0451629Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0454636Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0458138Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0461200Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0464236Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0466739Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0469728Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0472782Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0476084Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0478419Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0480690Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0483013Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0485395Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0487718Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0490148Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0492459Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0495309Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0498067Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0500819Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:34.0503656Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:34.0506586Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0509435Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0511803Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0514891Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0517711Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0520571Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0523255Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:34.0526259Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:34.0529131Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:34.0532526Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:34.0535487Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1525311Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1528231Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1531349Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1534194Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1537064Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1540118Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1543005Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1545743Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-08-22T20:42:35.1548228Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-08-22T20:42:35.1550691Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-08-22T20:42:35.1553122Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-08-22T20:42:35.1556033Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1559504Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1562812Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1566827Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1570051Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1573123Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1576206Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1579180Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1582647Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1585723Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1588871Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1591980Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1596319Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1599477Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1602579Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1605967Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1608959Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:35.1612171Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:35.1615216Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:35.1618094Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1620874Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1623643Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1626390Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1629637Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1632319Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1635237Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1638145Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1641031Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1644114Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1647740Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1650720Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1653625Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1656584Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1659491Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1662399Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1665279Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:35.1668251Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:35.1671210Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0045477Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0048088Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0050554Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0052984Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0055381Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0058204Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0061791Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0064860Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0067943Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0070979Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0074015Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0077141Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0080615Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0083748Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0087066Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0089928Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0092442Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0095434Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0098190Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0100788Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0103647Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0106675Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0109726Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0112786Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:36.0115627Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:36.0118564Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:36.0121370Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:36.0124679Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:42:36.0127800Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:42:36.0130594Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:36.0133369Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:36.0136144Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:42:36.0138957Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:42:36.0141518Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:36.0144654Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:36.0147256Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:42:36.0150121Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:42:36.0152669Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:36.0155503Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:36.0158359Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:42:36.0161259Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:42:36.0163906Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-08-22T20:42:36.0166685Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-08-22T20:42:36.0169095Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-08-22T20:42:36.0171586Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-08-22T20:42:36.0174154Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-08-22T20:42:36.0176719Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-08-22T20:42:36.0179241Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-08-22T20:42:36.0181741Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-08-22T20:42:36.0184262Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-08-22T20:42:36.0186946Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:36.0190174Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:37.0474586Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:37.0477583Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:37.0480269Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-08-22T20:42:37.0482785Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-08-22T20:42:37.0485548Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-08-22T20:42:37.0488678Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0491636Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0494617Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0497402Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0500322Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0503330Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0506251Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:37.0508993Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0511812Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:37.0514598Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0517443Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:37.0520064Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0522478Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:37.0524779Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:37.0527165Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-08-22T20:42:37.0529204Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-08-22T20:42:37.0531960Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-08-22T20:42:37.0534016Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-08-22T20:42:37.0536212Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0538434Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0540702Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0543198Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0545699Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0548612Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0551145Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0553663Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0556198Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0558615Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0560906Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0563459Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0566232Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0568834Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0571518Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0574175Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0576543Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0578872Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0581210Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0583503Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0586227Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0588606Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0590950Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0593796Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0596411Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0599171Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0601607Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:37.0604778Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:37.0607791Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0351990Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0354904Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0357412Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0360250Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0363027Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0366263Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0368834Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0371577Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0374655Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0377425Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0380148Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0382893Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0385711Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0389013Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:38.0391898Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:38.0395425Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:38.0398180Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:38.0400852Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:38.0403399Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:38.0406296Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:38.0409449Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:38.0412185Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:38.0414920Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:38.0417536Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-08-22T20:42:38.0419905Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-08-22T20:42:38.0422127Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-08-22T20:42:38.0424481Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-08-22T20:42:38.0426957Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-08-22T20:42:38.0429261Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-08-22T20:42:38.0431550Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-08-22T20:42:38.0434132Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-08-22T20:42:38.0436641Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-08-22T20:42:38.0439446Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:38.0442502Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:38.0445758Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:38.0448866Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:38.0451625Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-08-22T20:42:38.0454986Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-08-22T20:42:38.0457492Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-08-22T20:42:38.0459933Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-08-22T20:42:38.0462642Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:38.0465540Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-08-22T20:42:38.0468509Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:38.0471454Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-08-22T20:42:38.0474551Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:38.0477158Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-08-22T20:42:38.0479982Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:38.0482844Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-08-22T20:42:38.0485982Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-08-22T20:42:38.0488826Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-08-22T20:42:38.0491675Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-08-22T20:42:38.0494955Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-08-22T20:42:38.0497957Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-08-22T20:42:38.0500691Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-08-22T20:42:39.2640994Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-08-22T20:42:39.2644549Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-08-22T20:42:39.2647900Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-08-22T20:42:39.2651025Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-08-22T20:42:39.2654307Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-08-22T20:42:39.2658038Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:42:39.2664341Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-08-22T20:42:39.2667332Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-08-22T20:42:39.2670337Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-08-22T20:42:39.2673302Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-08-22T20:42:39.2676301Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-08-22T20:42:39.2679448Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-08-22T20:42:39.2682850Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-08-22T20:42:39.2686430Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-08-22T20:42:39.2689492Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-08-22T20:42:39.2691956Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-08-22T20:42:39.2694935Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-08-22T20:42:39.2698489Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-08-22T20:42:39.2700977Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-08-22T20:42:39.2703926Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-08-22T20:42:39.2707829Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-08-22T20:42:39.2710635Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-08-22T20:42:39.2713370Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:42:39.2716026Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-08-22T20:42:39.2718393Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-08-22T20:42:39.2720843Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-08-22T20:42:39.2723129Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2725960Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2729023Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2731262Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2733847Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2736461Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2739055Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2741613Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2743931Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-08-22T20:42:39.2746255Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-08-22T20:42:39.2748910Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-08-22T20:42:39.2751310Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-08-22T20:42:39.2753734Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-08-22T20:42:39.2756121Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-08-22T20:42:39.2758539Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-08-22T20:42:39.2760970Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-08-22T20:42:39.2763509Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2766318Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2768947Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2771420Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2773890Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2776301Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2778801Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-08-22T20:42:39.2781314Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-08-22T20:42:39.2783865Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-08-22T20:42:39.2786336Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-08-22T20:42:39.2789107Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-08-22T20:42:39.2791744Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-08-22T20:42:39.2794913Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-08-22T20:42:40.5521909Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-08-22T20:42:40.5524193Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-08-22T20:42:40.5526643Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-08-22T20:42:40.5528897Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-08-22T20:42:40.5531765Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-08-22T20:42:40.5533889Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-08-22T20:42:40.5536110Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-08-22T20:42:40.5538519Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-08-22T20:42:40.5540960Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-08-22T20:42:40.5543419Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-08-22T20:42:40.5545801Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-08-22T20:42:40.5548071Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-08-22T20:42:40.5550440Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-08-22T20:42:40.5552811Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-08-22T20:42:40.5555099Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-08-22T20:42:40.5557521Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-08-22T20:42:40.5559841Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-08-22T20:42:40.5562208Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-08-22T20:42:40.5564665Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-08-22T20:42:40.5567224Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-08-22T20:42:40.5569630Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-08-22T20:42:40.5571854Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-08-22T20:42:40.5576246Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-08-22T20:42:40.5579056Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:42:40.5582064Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:42:40.5584737Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:42:40.5587659Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:42:40.5590533Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:42:40.5594312Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:42:40.5597349Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:42:40.5600338Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:42:40.5603333Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:42:40.5606606Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:42:40.5609644Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:42:40.5612628Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:42:40.5615406Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:42:40.5618068Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:42:40.5620763Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:42:40.5623489Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:42:40.5626369Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:42:40.5629281Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:42:40.5632223Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:42:40.5635136Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:42:40.5638491Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-08-22T20:42:40.5641264Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-08-22T20:42:40.5643940Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-08-22T20:42:40.5646907Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-08-22T20:42:40.5649627Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-08-22T20:42:40.5652411Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-08-22T20:42:40.5655288Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-08-22T20:42:40.5658375Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-08-22T20:42:40.5660952Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-08-22T20:42:40.5663484Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-08-22T20:42:40.5665846Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-08-22T20:42:41.8611378Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-08-22T20:42:41.8613835Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-08-22T20:42:41.8616423Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-08-22T20:42:41.8618845Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-08-22T20:42:41.8621066Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-08-22T20:42:41.8623586Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:42:41.8626417Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:42:41.8629181Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-08-22T20:42:41.8631850Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-08-22T20:42:41.8634672Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8637703Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8640778Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8644185Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8647416Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8650389Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8653388Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8656213Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8659198Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8661705Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8665246Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8668203Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8671128Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8673922Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8677371Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8680373Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8683397Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8686526Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8689529Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8692546Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8695856Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8698878Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8701919Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:42:41.8704665Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:42:41.8707637Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8710099Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8712453Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8715052Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8717752Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8720448Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8723475Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:41.8726318Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8729008Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:41.8731376Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8734226Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:41.8737004Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8739842Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:41.8742644Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8745703Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:41.8748826Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:41.8751730Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1962208Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1965593Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1969015Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1973810Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1977675Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:43.1980828Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1983978Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:43.1987177Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1990805Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:43.1994293Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.1997830Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:42:43.2001043Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:43.2004151Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2007336Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2010464Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2013563Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2016385Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2018909Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2021444Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2024101Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2026714Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2029580Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2034250Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2036934Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2039877Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2043349Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2046731Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2049781Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2052866Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2055883Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2058921Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2062176Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2065225Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2068318Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2071397Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2074465Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2077555Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2080651Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2083721Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2087059Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2090163Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2094711Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2097858Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2100994Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2104047Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2107138Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2110594Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:43.2113694Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:43.2116804Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6814428Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6817521Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6820476Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6823912Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6826763Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6829808Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6832845Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6835339Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:42:44.6838061Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:42:44.6840968Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:42:44.6843860Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:42:44.6846934Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:42:44.6849787Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:42:44.6852720Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:42:44.6855620Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:42:44.6858654Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6861808Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6864954Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6868555Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6871733Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6874906Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6877988Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6880970Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6883949Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6887062Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:42:44.6890136Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6892896Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6896264Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6899100Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6901946Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6904789Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6907599Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6910373Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6913156Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6915998Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6918885Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6921713Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6924502Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6927513Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6930328Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6933611Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6935908Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6938416Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6941098Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6943923Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6946670Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6949217Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6952351Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6955210Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6958045Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:44.6960974Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:44.6963847Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1298916Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1301291Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1303563Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1305853Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1308174Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1310459Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1313086Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1316105Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1319192Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1322283Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1325510Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1329080Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1332129Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1335147Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1338187Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1341244Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:42:46.1344322Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:42:46.1347615Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:42:46.1350579Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:42:46.1353557Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:42:46.1356539Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:42:46.1359395Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1362194Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:42:46.1365272Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1367810Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:42:46.1370588Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1373358Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-08-22T20:42:46.1376145Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1378785Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:42:46.1381402Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1384321Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:42:46.1387243Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1390191Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-08-22T20:42:46.1394135Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1397220Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1400371Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1403445Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1406727Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1409830Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1412947Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1416297Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1419438Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1422477Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1425544Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1428642Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1431735Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1434776Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1437833Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1440961Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1444029Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:46.1447273Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-08-22T20:42:46.1449863Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5148952Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:42:47.5151836Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5154519Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:42:47.5157799Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5160539Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-08-22T20:42:47.5162972Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5165513Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:42:47.5168071Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5170796Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:42:47.5173085Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5175658Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-08-22T20:42:47.5178124Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-08-22T20:42:47.5180692Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-08-22T20:42:47.5183413Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-08-22T20:42:47.5186262Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-08-22T20:42:47.5188683Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:42:47.5191325Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:42:47.5194843Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:42:47.5197883Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:42:47.5200695Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:42:47.5203005Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:42:47.5205658Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:42:47.5208490Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:42:47.5211499Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:42:47.5214061Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:42:47.5216945Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:42:47.5219635Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:42:47.5222219Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:42:47.5224858Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:42:47.5227274Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:42:47.5230116Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:42:47.5233029Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:42:47.5236561Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:42:47.5239573Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:42:47.5242601Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:42:47.5245760Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-08-22T20:42:47.5248647Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-08-22T20:42:47.5251503Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-08-22T20:42:47.5254406Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-08-22T20:42:47.5257309Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-08-22T20:42:47.5260157Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-08-22T20:42:47.5263010Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-08-22T20:42:47.5265891Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-08-22T20:42:47.5268786Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-08-22T20:42:47.5271662Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-08-22T20:42:47.5274486Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5277217Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:42:47.5280367Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5283091Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:42:47.5286026Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:47.5288731Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:42:47.5291502Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9016812Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:42:48.9019597Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9023227Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:42:48.9029785Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9032948Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:42:48.9036286Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9042085Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:42:48.9045577Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9049266Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-08-22T20:42:48.9051593Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9053901Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-08-22T20:42:48.9056230Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9058591Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-08-22T20:42:48.9060861Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9063032Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:42:48.9065333Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9067463Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:42:48.9070100Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9072318Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:42:48.9074509Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:42:48.9076646Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:42:48.9078809Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9081012Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9083308Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9085986Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9088306Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9090624Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9092903Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9095587Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9097985Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9100263Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9102540Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9104806Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9107048Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9109352Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9111597Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9113845Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9116086Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9118359Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9120732Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9123452Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9126062Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9128386Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9130958Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9133376Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9135718Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9138493Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9141198Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9143705Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9146028Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9148591Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:48.9151053Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2271262Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2273804Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2276469Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2279123Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2281662Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2283967Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2286428Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2288704Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2291005Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2293711Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2296559Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:42:50.2298974Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2301635Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2304140Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2306495Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:42:50.2308905Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2311654Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2314087Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2316385Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2318804Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2321281Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2323993Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2326695Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2329081Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2331527Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2333992Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2336450Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2339057Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2342636Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2345077Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2347550Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2350058Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2353904Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2356334Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2358747Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:42:50.2363026Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-08-22T20:42:50.2365544Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-08-22T20:42:50.2367621Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-08-22T20:42:50.2369818Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-08-22T20:42:50.2371871Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-08-22T20:42:50.2374005Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-08-22T20:42:50.2376167Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-08-22T20:42:50.2378362Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-08-22T20:42:50.2380906Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:42:50.2383573Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:42:50.2386203Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:42:50.2388919Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:42:50.2391617Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:42:50.2405383Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:42:50.2408167Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:42:50.2410917Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:42:51.3550093Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:42:51.3553117Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:42:51.3556166Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:42:51.3558826Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:42:51.3561874Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:42:51.3564978Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:42:51.3567969Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:42:51.3571355Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:42:51.3575091Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:42:51.3578474Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:42:51.3581761Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:42:51.3585028Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:42:51.3588045Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:51.3591114Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:51.3594530Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:42:51.3597568Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:42:51.3600783Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-08-22T20:42:51.3604087Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-08-22T20:42:51.3607558Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-08-22T20:42:51.3610616Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-08-22T20:42:51.3613738Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:51.3616671Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:51.3620119Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:51.3623148Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:42:51.3626166Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:42:51.3629037Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:42:51.3632019Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:42:51.3634806Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:42:51.3637521Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:42:51.3641027Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:42:51.3644071Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:51.3647354Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:51.3650262Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:42:51.3653367Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:42:51.3656384Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:42:51.3659261Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:42:51.3662159Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:42:51.3665015Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:42:51.3667943Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:42:51.3670905Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:42:51.3673837Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:42:51.3676959Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:42:51.3679853Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:42:51.3682981Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:42:51.3686639Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:42:51.3689530Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:42:51.3692649Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:42:51.3696038Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:42:52.6110478Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:42:52.6113560Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:42:52.6116671Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-08-22T20:42:52.6118863Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-08-22T20:42:52.6121105Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-08-22T20:42:52.6123738Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:42:52.6126800Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:42:52.6129338Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-08-22T20:42:52.6132046Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-08-22T20:42:52.6134998Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:42:52.6138225Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:42:52.6141468Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:52.6144518Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-08-22T20:42:52.6147637Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-08-22T20:42:52.6150406Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:52.6152980Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:42:52.6155663Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:42:52.6158453Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6161916Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6165140Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6168025Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6170985Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6173942Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6176853Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6180097Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6183165Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6186097Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6189181Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6192328Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6195831Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6198889Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6201964Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6205165Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6208212Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6211200Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6213995Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6216699Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6219263Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6221941Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6224937Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6227478Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6230135Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6232745Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6235262Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6237851Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6240441Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6243446Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6246299Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6248845Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6251453Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:52.6253970Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:53.7171198Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:53.7173546Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:53.7175790Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-08-22T20:42:53.7178003Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-08-22T20:42:53.7180473Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-08-22T20:42:53.7183170Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-08-22T20:42:53.7185914Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-08-22T20:42:53.7188866Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-08-22T20:42:53.7191593Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-08-22T20:42:53.7194840Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-08-22T20:42:53.7198054Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-08-22T20:42:53.7201353Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-08-22T20:42:53.7204376Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-08-22T20:42:53.7207849Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-08-22T20:42:53.7211106Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-08-22T20:42:53.7214119Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-08-22T20:42:53.7217352Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-08-22T20:42:53.7220011Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-08-22T20:42:53.7223160Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-08-22T20:42:53.7226393Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-08-22T20:42:53.7229559Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-08-22T20:42:53.7232422Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-08-22T20:42:53.7235663Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-08-22T20:42:53.7238974Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-08-22T20:42:53.7242333Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-08-22T20:42:53.7245303Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-08-22T20:42:53.7247866Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-08-22T20:42:53.7250487Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-08-22T20:42:53.7253058Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-08-22T20:42:53.7255905Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-08-22T20:42:53.7258628Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-08-22T20:42:53.7260996Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-08-22T20:42:53.7263771Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-08-22T20:42:53.7266403Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-08-22T20:42:53.7269113Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-08-22T20:42:53.7271888Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-08-22T20:42:53.7274066Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-08-22T20:42:53.7277065Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-08-22T20:42:53.7279871Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-08-22T20:42:53.7282637Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-08-22T20:42:53.7285487Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-08-22T20:42:53.7288270Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-08-22T20:42:53.7291051Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-08-22T20:42:53.7294182Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:42:53.7297145Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:42:53.7300015Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:42:53.7302856Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:42:53.7305649Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:42:53.7308586Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:42:55.0820503Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:42:55.0823065Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:42:55.0825828Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:42:55.0828995Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:42:55.0831540Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:42:55.0833994Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:42:55.0836478Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:42:55.0838935Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:42:55.0841481Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:42:55.0843971Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:42:55.0846871Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:42:55.0849509Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:42:55.0852237Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:42:55.0854631Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:42:55.0857089Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0859539Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0862029Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0864463Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0867076Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0869597Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0872010Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0874504Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0876921Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0879427Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0882126Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0885055Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0887633Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0890384Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0893146Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0896107Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0898848Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0901933Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0904820Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0907496Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0910193Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0912715Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0915201Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0917996Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0920688Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0923230Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0925770Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0928383Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:42:55.0930834Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-08-22T20:42:55.0933097Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-08-22T20:42:55.0935234Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-08-22T20:42:55.0937363Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-08-22T20:42:55.0939881Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-08-22T20:42:55.0942225Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-08-22T20:42:55.0944638Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-08-22T20:42:55.0947144Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-08-22T20:42:55.0949944Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-08-22T20:42:56.2073093Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:42:56.2076098Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-08-22T20:42:56.2079548Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-08-22T20:42:56.2082637Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:42:56.2085688Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-08-22T20:42:56.2088705Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-08-22T20:42:56.2091689Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:42:56.2095035Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-08-22T20:42:56.2097552Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-08-22T20:42:56.2099941Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-08-22T20:42:56.2104471Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:42:56.2107359Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-08-22T20:42:56.2110187Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-08-22T20:42:56.2113016Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-08-22T20:42:56.2115762Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-08-22T20:42:56.2118534Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-08-22T20:42:56.2121295Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-08-22T20:42:56.2124567Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-08-22T20:42:56.2127460Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-08-22T20:42:56.2130233Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-08-22T20:42:56.2133115Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-08-22T20:42:56.2135901Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-08-22T20:42:56.2138644Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-08-22T20:42:56.2141734Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-08-22T20:42:56.2145371Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-08-22T20:42:56.2148673Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-08-22T20:42:56.2151915Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-08-22T20:42:56.2155171Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-08-22T20:42:56.2158356Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-08-22T20:42:56.2161709Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-08-22T20:42:56.2165243Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-08-22T20:42:56.2168471Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-08-22T20:42:56.2171749Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-08-22T20:42:56.2175025Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-08-22T20:42:56.2178301Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-08-22T20:42:56.2181262Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-08-22T20:42:56.2183995Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-08-22T20:42:56.2186736Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-08-22T20:42:56.2189654Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-08-22T20:42:56.2192374Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-08-22T20:42:56.2195329Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-08-22T20:42:56.2197465Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-08-22T20:42:56.2199503Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-08-22T20:42:56.2201458Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-08-22T20:42:56.2203493Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-08-22T20:42:56.2206135Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-08-22T20:42:56.2208419Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-08-22T20:42:56.2210789Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-08-22T20:42:56.2213548Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-08-22T20:42:56.2216276Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-08-22T20:42:57.4264704Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-08-22T20:42:57.4267584Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-08-22T20:42:57.4270453Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-08-22T20:42:57.4273242Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-08-22T20:42:57.4276042Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-08-22T20:42:57.4278851Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-08-22T20:42:57.4281721Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-08-22T20:42:57.4284640Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-08-22T20:42:57.4287602Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-08-22T20:42:57.4290148Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-08-22T20:42:57.4293050Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-08-22T20:42:57.4296761Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-08-22T20:42:57.4299647Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-08-22T20:42:57.4302552Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-08-22T20:42:57.4305458Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-08-22T20:42:57.4308152Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-08-22T20:42:57.4310689Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-08-22T20:42:57.4313258Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-08-22T20:42:57.4316124Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-08-22T20:42:57.4318678Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-08-22T20:42:57.4321097Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-08-22T20:42:57.4323645Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-08-22T20:42:57.4326447Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-08-22T20:42:57.4329074Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-08-22T20:42:57.4331615Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-08-22T20:42:57.4390519Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-08-22T20:42:57.4393049Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-08-22T20:42:57.4395817Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-08-22T20:42:57.4398657Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-08-22T20:42:57.4401614Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-08-22T20:42:57.4404654Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-08-22T20:42:57.4407922Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-08-22T20:42:57.4410904Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:42:57.4414562Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:42:57.4417582Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:42:57.4420509Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-08-22T20:42:57.4423500Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:42:57.4426340Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-08-22T20:42:57.4429135Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-08-22T20:42:57.4431965Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-08-22T20:42:57.4435094Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-08-22T20:42:57.4437913Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-08-22T20:42:57.4440664Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-08-22T20:42:57.4443468Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-08-22T20:42:57.4446441Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-08-22T20:42:57.4449247Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-08-22T20:42:57.4452009Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-08-22T20:42:57.4454889Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-08-22T20:42:57.4457721Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-08-22T20:42:57.4460556Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-08-22T20:42:57.4463396Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-08-22T20:42:57.4466250Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-08-22T20:42:57.4469078Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-08-22T20:42:58.5956843Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-08-22T20:42:58.5959543Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-08-22T20:42:58.5962320Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-08-22T20:42:58.5965791Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-08-22T20:42:58.5968327Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-08-22T20:42:58.5970588Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-08-22T20:42:58.5973198Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-08-22T20:42:58.5975949Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-08-22T20:42:58.5978830Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-08-22T20:42:58.5982055Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-08-22T20:42:58.5984965Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-08-22T20:42:58.5987894Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-08-22T20:42:58.5990864Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-08-22T20:42:58.5994288Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-08-22T20:42:58.5997206Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-08-22T20:42:58.6000092Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-08-22T20:42:58.6002826Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-08-22T20:42:58.6005330Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-08-22T20:42:58.6008492Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-08-22T20:42:58.6011261Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-08-22T20:42:58.6013781Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-08-22T20:42:58.6016085Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-08-22T20:42:58.6018738Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-08-22T20:42:58.6021573Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-08-22T20:42:58.6024196Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-08-22T20:42:58.6026983Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-08-22T20:42:58.6029837Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:42:58.6033057Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:42:58.6036279Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:42:58.6038970Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:42:58.6041762Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:42:58.6045484Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:42:58.6048480Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:42:58.6051077Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:42:58.6054107Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:42:58.6058431Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:42:58.6061374Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:42:58.6064531Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:42:58.6067178Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:42:58.6070266Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:42:58.6073260Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:42:58.6076108Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:42:58.6079263Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:42:58.6082242Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:42:58.6085249Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:42:58.6088715Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:42:58.6091711Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-08-22T20:42:58.6094966Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:42:58.6098051Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-08-22T20:42:59.7272325Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-08-22T20:42:59.7275753Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:42:59.7280104Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:42:59.7283336Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-08-22T20:42:59.7286226Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:42:59.7289162Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-08-22T20:42:59.7292323Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:42:59.7296235Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-08-22T20:42:59.7299212Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:42:59.7302355Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-08-22T20:42:59.7305137Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:42:59.7308121Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-08-22T20:42:59.7311337Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:42:59.7314592Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-08-22T20:42:59.7317932Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:42:59.7320757Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-08-22T20:42:59.7324383Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:42:59.7327882Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-08-22T20:42:59.7331078Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:42:59.7333762Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-08-22T20:42:59.7336530Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:42:59.7339663Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-08-22T20:42:59.7343144Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:42:59.7346352Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-08-22T20:42:59.7349567Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:42:59.7352795Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-08-22T20:42:59.7356057Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:42:59.7359296Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:42:59.7362571Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:42:59.7366122Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:42:59.7368814Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:42:59.7371905Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:42:59.7375029Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:42:59.7377747Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:42:59.7380760Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:42:59.7383986Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:42:59.7387199Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:42:59.7390061Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:59.7392898Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:59.7396391Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:59.7399392Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:42:59.7401901Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:42:59.7404980Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:42:59.7407929Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:42:59.7410679Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:42:59.7413229Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:42:59.7415945Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:00.9455327Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:43:00.9458476Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:00.9461534Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:43:00.9464607Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:00.9467626Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:43:00.9470710Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:00.9473765Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:43:00.9476790Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:00.9479799Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:43:00.9482686Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:00.9486145Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:43:00.9489234Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:43:00.9492326Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:43:00.9495855Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:43:00.9498900Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:43:00.9501943Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:43:00.9505022Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:43:00.9508350Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:43:00.9511413Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:43:00.9514347Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:43:00.9517091Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-08-22T20:43:00.9519546Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-08-22T20:43:00.9521994Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-08-22T20:43:00.9524372Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-08-22T20:43:00.9527044Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-08-22T20:43:00.9529509Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-08-22T20:43:00.9531940Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-08-22T20:43:00.9534360Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-08-22T20:43:00.9536735Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-08-22T20:43:00.9539209Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-08-22T20:43:00.9541525Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-08-22T20:43:00.9543988Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-08-22T20:43:00.9546620Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-08-22T20:43:00.9549751Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-08-22T20:43:00.9552301Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-08-22T20:43:00.9554724Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-08-22T20:43:00.9557129Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-08-22T20:43:00.9559444Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-08-22T20:43:00.9561951Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-08-22T20:43:00.9564936Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:43:00.9568029Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:43:00.9570932Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:43:00.9573591Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-08-22T20:43:00.9576105Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-08-22T20:43:00.9578685Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-08-22T20:43:00.9581372Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-08-22T20:43:00.9583889Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:43:00.9586763Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:43:00.9589461Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:43:00.9592128Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-08-22T20:43:00.9602815Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-08-22T20:43:00.9605607Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-08-22T20:43:00.9608280Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:00.9611042Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:02.1485303Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:02.1488220Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:02.1491199Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:43:02.1497087Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:43:02.1500051Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:43:02.1502675Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:43:02.1505539Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:43:02.1508552Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:43:02.1511537Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:02.1514323Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:02.1516831Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:02.1519673Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1522328Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1525467Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1528169Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1530773Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1533143Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1535856Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1538473Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1541053Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1543656Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1546476Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1549165Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1551568Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1554768Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1557496Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1559943Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1562661Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1565721Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1568211Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1571252Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1574182Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1576756Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1579563Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1582526Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:02.1585051Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:02.1587735Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:02.1590856Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:02.1594556Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:02.1597963Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:02.1600614Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:02.1603483Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:02.1606624Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:02.1609462Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:02.1612275Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:02.1615287Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:02.1618335Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:02.1621201Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:02.1624323Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6847005Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6850430Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6854361Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6857670Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6860568Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6862974Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6866194Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6869664Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6873029Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6876237Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6879517Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6882766Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6885867Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6889027Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6892118Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6896599Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6900205Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6903247Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6906164Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6909330Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6912235Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6914708Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6917881Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6920449Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6923641Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6926897Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6929959Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6933105Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6936320Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6939504Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6942503Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6945311Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-08-22T20:43:03.6947926Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-08-22T20:43:03.6950496Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-08-22T20:43:03.6953063Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-08-22T20:43:03.6955556Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:43:03.6958172Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:43:03.6960714Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:43:03.6963630Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:43:03.6966689Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6969965Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6973276Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6976889Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6980493Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:03.6984352Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:03.6987883Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:03.6991406Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:03.6995409Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2805533Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2808998Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2812061Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2815495Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2819140Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2822670Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2826247Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2829807Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2833524Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2837624Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2841124Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2844522Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2848344Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2852061Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2855686Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2859466Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2863024Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2866675Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2870248Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2873614Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2877012Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2880449Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2883783Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2887251Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2890559Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2894311Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2897644Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2900866Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2904006Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2907726Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2911120Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2914455Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2917660Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2920995Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:05.2924368Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:05.2928257Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:05.2931488Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:05.2934508Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2937408Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2940327Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2943243Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2946169Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2949160Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2952116Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2955119Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:05.2957987Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:06.6361732Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:06.6364661Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:43:06.6367647Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:43:06.6370396Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:06.6373754Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:06.6376080Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:43:06.6378210Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:43:06.6380257Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-08-22T20:43:06.6381975Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-08-22T20:43:06.6383702Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-08-22T20:43:06.6385773Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-08-22T20:43:06.6388253Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-08-22T20:43:06.6390529Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-08-22T20:43:06.6393599Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6396626Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6398781Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6401542Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6404270Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6407558Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6410603Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6413664Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6416587Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6418728Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6421461Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6424294Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6427193Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6432186Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6435088Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:06.6437862Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:43:06.6440470Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:43:06.6442761Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:43:06.6445401Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:43:06.6448101Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6451219Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6453939Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6456664Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6459414Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6462174Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6464912Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6467730Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:06.6470476Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:06.6473258Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:06.6475843Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:06.6478686Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:06.6481319Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-08-22T20:43:06.6483767Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-08-22T20:43:06.6486375Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-08-22T20:43:06.6488884Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-08-22T20:43:06.6491390Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-08-22T20:43:06.6494513Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-08-22T20:43:06.6497034Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-08-22T20:43:06.6499428Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-08-22T20:43:06.6501771Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-08-22T20:43:06.6504129Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-08-22T20:43:08.1351868Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-08-22T20:43:08.1354332Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-08-22T20:43:08.1356650Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:43:08.1359343Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-08-22T20:43:08.1362113Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:43:08.1365042Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-08-22T20:43:08.1367855Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-08-22T20:43:08.1370722Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-08-22T20:43:08.1373616Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1376469Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-08-22T20:43:08.1379285Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1382069Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-08-22T20:43:08.1384679Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1387227Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-08-22T20:43:08.1389805Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1393095Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-08-22T20:43:08.1396166Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1399043Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-08-22T20:43:08.1402354Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1405477Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-08-22T20:43:08.1408347Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1411035Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-08-22T20:43:08.1413751Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1416508Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-08-22T20:43:08.1419193Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1422254Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-08-22T20:43:08.1425123Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:08.1427980Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-08-22T20:43:08.1430775Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1434340Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1437166Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1439780Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1442470Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1445363Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1448145Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1450905Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1453724Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1456423Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1459420Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1462242Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1465547Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1468177Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1470894Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1473689Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1476605Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1479380Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:08.1482007Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-08-22T20:43:08.1484598Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-08-22T20:43:08.1487582Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:08.1490665Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:08.1494464Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:09.0864387Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:09.0867043Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:09.0869657Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:09.0872246Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:09.0874772Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:09.0877382Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:09.0879971Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:09.0882612Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:09.0885432Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:09.0888176Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:09.0891048Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:09.0894064Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:09.0896797Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:09.0899259Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:09.0901641Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:09.0904310Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:09.0907116Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:09.0909516Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:09.0911924Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:09.0914353Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:09.0916744Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:09.0919400Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:09.0921798Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:09.0924044Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:09.0926983Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-08-22T20:43:09.0929802Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-08-22T20:43:09.0932787Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:09.0935789Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:09.0938715Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-08-22T20:43:09.0941675Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:09.0945253Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:09.0948150Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:09.0950972Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-08-22T20:43:09.0953407Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-08-22T20:43:09.0955516Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-08-22T20:43:09.0957870Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-08-22T20:43:09.0960607Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-08-22T20:43:09.0962852Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-08-22T20:43:09.0965330Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-08-22T20:43:09.0967494Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-08-22T20:43:09.0969741Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-08-22T20:43:09.0971983Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-08-22T20:43:09.0974111Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-08-22T20:43:09.0976207Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-08-22T20:43:09.0978356Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-08-22T20:43:09.0980664Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-08-22T20:43:09.0983191Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-08-22T20:43:09.0985426Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-08-22T20:43:09.0987531Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-08-22T20:43:10.2365714Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-08-22T20:43:10.2368389Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-08-22T20:43:10.2370950Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-08-22T20:43:10.2373506Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-08-22T20:43:10.2376644Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2379418Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2382144Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2384886Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2387602Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2390257Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2392972Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2396353Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2399005Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-08-22T20:43:10.2401552Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-08-22T20:43:10.2404117Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-08-22T20:43:10.2406865Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-08-22T20:43:10.2409405Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-08-22T20:43:10.2411954Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-08-22T20:43:10.2414529Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-08-22T20:43:10.2417776Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-08-22T20:43:10.2420084Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2422402Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2425146Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2427961Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2430708Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2433423Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2436148Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2439271Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2441947Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-08-22T20:43:10.2444534Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-08-22T20:43:10.2447513Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-08-22T20:43:10.2450151Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-08-22T20:43:10.2452818Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2455515Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2458474Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-08-22T20:43:10.2460891Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-08-22T20:43:10.2464364Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-08-22T20:43:10.2466733Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-08-22T20:43:10.2469390Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-08-22T20:43:10.2472274Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-08-22T20:43:10.2475144Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-08-22T20:43:10.2478017Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-08-22T20:43:10.2480859Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-08-22T20:43:10.2483726Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-08-22T20:43:10.2486779Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-08-22T20:43:10.2489662Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-08-22T20:43:10.2492424Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-08-22T20:43:10.2497616Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-08-22T20:43:10.2500217Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-08-22T20:43:10.2502821Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-08-22T20:43:10.2505783Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-08-22T20:43:10.2508378Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-08-22T20:43:10.2511016Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-08-22T20:43:10.2513651Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-08-22T20:43:10.2516236Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-08-22T20:43:11.2919124Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-08-22T20:43:11.2921405Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-08-22T20:43:11.2923998Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-08-22T20:43:11.2926328Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-08-22T20:43:11.2928553Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-08-22T20:43:11.2930566Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-08-22T20:43:11.2932744Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-08-22T20:43:11.2934947Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-08-22T20:43:11.2937209Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-08-22T20:43:11.2939461Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-08-22T20:43:11.2941600Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-08-22T20:43:11.2943688Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-08-22T20:43:11.2945807Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-08-22T20:43:11.2947988Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-08-22T20:43:11.2950456Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-08-22T20:43:11.2953169Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-08-22T20:43:11.2955928Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-08-22T20:43:11.2959044Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-08-22T20:43:11.2961878Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-08-22T20:43:11.2965431Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-08-22T20:43:11.2968301Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-08-22T20:43:11.2971085Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-08-22T20:43:11.2973830Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-08-22T20:43:11.2976898Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:11.2979748Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:11.2984358Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:11.2987493Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-08-22T20:43:11.2990625Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:11.2995701Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-08-22T20:43:11.2998768Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-08-22T20:43:11.3001725Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-08-22T20:43:11.3004659Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-08-22T20:43:11.3007872Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-08-22T20:43:11.3010781Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-08-22T20:43:11.3013773Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-08-22T20:43:11.3016741Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:11.3019692Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:11.3022552Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:11.3025782Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-08-22T20:43:11.3029216Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:11.3032418Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-08-22T20:43:11.3035568Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-08-22T20:43:11.3038672Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-08-22T20:43:11.3041925Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-08-22T20:43:11.3045611Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-08-22T20:43:11.3048974Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-08-22T20:43:11.3052137Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-08-22T20:43:11.3055406Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-08-22T20:43:11.3058648Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-08-22T20:43:11.3061724Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-08-22T20:43:12.3633634Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-08-22T20:43:12.3636641Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-08-22T20:43:12.3639448Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-08-22T20:43:12.3642633Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-08-22T20:43:12.3645649Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-08-22T20:43:12.3648530Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-08-22T20:43:12.3651119Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-08-22T20:43:12.3653822Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-08-22T20:43:12.3656670Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-08-22T20:43:12.3659216Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-08-22T20:43:12.3662137Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-08-22T20:43:12.3664592Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-08-22T20:43:12.3667134Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-08-22T20:43:12.3669691Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-08-22T20:43:12.3672197Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-08-22T20:43:12.3674802Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-08-22T20:43:12.3677742Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-08-22T20:43:12.3680772Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-08-22T20:43:12.3683799Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-08-22T20:43:12.3686932Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-08-22T20:43:12.3689951Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-08-22T20:43:12.3693016Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-08-22T20:43:12.3696614Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-08-22T20:43:12.3699736Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-08-22T20:43:12.3702930Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-08-22T20:43:12.3706196Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-08-22T20:43:12.3709431Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-08-22T20:43:12.3712622Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-08-22T20:43:12.3715825Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-08-22T20:43:12.3718878Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-08-22T20:43:12.3722581Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-08-22T20:43:12.3726023Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-08-22T20:43:12.3729413Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-08-22T20:43:12.3732735Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-08-22T20:43:12.3735671Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-08-22T20:43:12.3738690Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-08-22T20:43:12.3742257Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-08-22T20:43:12.3745187Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-08-22T20:43:12.3748189Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-08-22T20:43:12.3750929Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-08-22T20:43:12.3753593Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-08-22T20:43:12.3756195Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-08-22T20:43:12.3758730Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-08-22T20:43:12.3761160Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-08-22T20:43:12.3763211Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-08-22T20:43:12.3765464Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-08-22T20:43:12.3767753Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-08-22T20:43:12.3770286Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-08-22T20:43:12.3772864Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-08-22T20:43:13.3637740Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-08-22T20:43:13.3640480Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-08-22T20:43:13.3643013Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-08-22T20:43:13.3646246Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-08-22T20:43:13.3648849Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-08-22T20:43:13.3651500Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-08-22T20:43:13.3653886Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-08-22T20:43:13.3656547Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:43:13.3659549Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3662614Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:43:13.3665956Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:43:13.3668991Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3672099Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:43:13.3674702Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:43:13.3677205Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3679720Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:43:13.3682077Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-08-22T20:43:13.3684452Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3687189Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-08-22T20:43:13.3689780Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:43:13.3692561Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3695844Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:43:13.3698539Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:43:13.3701199Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3704186Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:43:13.3707652Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:43:13.3710735Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3713843Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:43:13.3716716Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-08-22T20:43:13.3719540Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:43:13.3722339Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-08-22T20:43:13.3725204Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-08-22T20:43:13.3727951Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-08-22T20:43:13.3730366Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-08-22T20:43:13.3732971Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-08-22T20:43:13.3735786Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-08-22T20:43:13.3738533Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:13.3741213Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:13.3743847Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:13.3746533Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:13.3749466Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3752509Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3755551Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3758602Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3761625Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3764641Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3767900Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3771256Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3774332Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3777405Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3780431Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:13.3783423Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2821935Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2825124Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2828698Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2831655Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2834780Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2837906Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2840990Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2843501Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2846362Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2848915Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2851429Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2854066Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:14.2856447Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:14.2859398Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:14.2861767Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-08-22T20:43:14.2864028Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-08-22T20:43:14.2866295Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:14.2869023Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:14.2871304Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-08-22T20:43:14.2873502Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-08-22T20:43:14.2876442Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:14.2879856Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:14.2882944Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:14.2886619Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:14.2889737Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:14.2892605Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-08-22T20:43:14.2895934Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-08-22T20:43:14.2898933Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-08-22T20:43:14.2901875Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-08-22T20:43:14.2904793Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-08-22T20:43:14.2908052Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:14.2911155Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:14.2914136Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:14.2917318Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:14.2920610Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:14.2923922Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:43:14.2927445Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:43:14.2931339Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:43:14.2934677Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:43:14.2938160Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:43:14.2941475Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:43:14.2944742Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:43:14.2948086Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:43:14.2951753Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:43:14.2955093Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:43:14.2958419Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-08-22T20:43:14.2962707Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-08-22T20:43:15.2778124Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-08-22T20:43:15.2781752Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-08-22T20:43:15.2785266Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:43:15.2788722Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-08-22T20:43:15.2792112Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:43:15.2797025Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:43:15.2800427Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:43:15.2803934Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:43:15.2807378Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-08-22T20:43:15.2813853Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-08-22T20:43:15.2817266Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-08-22T20:43:15.2820528Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-08-22T20:43:15.2823617Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-08-22T20:43:15.2826813Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:15.2829903Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:15.2833536Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:15.2836815Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:15.2840171Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:15.2843556Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-08-22T20:43:15.2847082Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-08-22T20:43:15.2850433Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-08-22T20:43:15.2853675Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-08-22T20:43:15.2856894Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-08-22T20:43:15.2860217Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:15.2863597Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:15.2866921Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:15.2870336Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:15.2873655Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:15.2876909Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:43:15.2880460Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:43:15.2883839Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:43:15.2887451Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:43:15.2890893Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:43:15.2895147Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:15.2898142Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:15.2901437Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:15.2906001Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:15.2908884Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:15.2911691Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-08-22T20:43:15.2914748Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-08-22T20:43:15.2917864Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-08-22T20:43:15.2920834Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-08-22T20:43:15.2923769Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-08-22T20:43:15.2927283Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:15.2930129Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:15.2932943Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:16.2731632Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:16.2734755Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:16.2737858Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-08-22T20:43:16.2741461Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-08-22T20:43:16.2744501Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-08-22T20:43:16.2747080Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-08-22T20:43:16.2749981Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-08-22T20:43:16.2752987Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:16.2756024Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:16.2759426Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:43:16.2762073Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:43:16.2765361Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:43:16.2768533Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:43:16.2771446Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:43:16.2775935Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:43:16.2778867Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:16.2781298Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:16.2783875Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:16.2786693Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2789827Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2792583Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2795479Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2797856Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2800644Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2803885Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2806677Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2809004Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2811290Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2814081Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2816933Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2819713Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2822183Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2825025Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2827991Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2831077Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2834213Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2837294Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2840431Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2843208Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2846506Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2849626Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2852688Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2855753Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2858916Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:16.2862044Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2865331Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:16.2868275Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:16.2871439Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4297150Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4300480Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4303695Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4307178Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4310411Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4313513Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4316542Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4319702Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4322836Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4326091Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4328958Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4331540Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4334008Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4336488Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4339514Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4342586Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4345512Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4348473Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4352107Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4355313Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4358498Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4361593Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4365022Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4368195Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4371538Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4374680Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4377811Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4380838Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4384010Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4387181Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4390249Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4400878Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4405605Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4408814Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4411934Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4414996Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4417967Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4420936Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4424488Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4427556Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4430711Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4433805Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4436880Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4439860Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4443009Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4446325Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:17.4449489Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:17.4452587Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6132447Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6135122Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:18.6137888Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6140952Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6143876Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:18.6146806Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6149819Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6152912Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:18.6156090Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6159104Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6162257Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:18.6166170Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6169540Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6172798Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:18.6175939Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6179048Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6182085Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:18.6185596Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:18.6188759Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6191861Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6195356Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6198571Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6201643Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6204905Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6208043Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6211067Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6213938Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6217009Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6219744Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:18.6222361Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:18.6225036Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:43:18.6227618Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:18.6230948Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6234367Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6237578Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6240962Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6244274Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6247820Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6251403Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6254768Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6257861Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6261079Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6264179Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:18.6267375Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:18.6270498Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:18.6273475Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:18.6276369Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:18.6279390Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6404011Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6406923Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6409623Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6412093Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6415073Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6417557Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6420063Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6422520Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6425075Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6427634Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6430439Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6436661Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6439401Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6441768Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6443778Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6445807Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6447714Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6449615Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6451475Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6453503Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6455429Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6457298Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6459186Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6461083Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6462931Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6465058Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6466956Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6468857Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6470742Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6472647Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6474544Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6476557Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6478453Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6480532Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:19.6482436Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:19.6484250Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:19.6486182Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:19.6487970Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:19.6489753Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:19.6491618Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6495293Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6497331Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6499296Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6501236Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6503192Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6505089Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6507201Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:19.6509050Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:20.8708844Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:20.8711856Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:20.8714485Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:20.8717087Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:43:20.8720116Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:20.8722880Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8725869Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8728779Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8731478Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8734276Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8737037Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8739729Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8742594Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8745656Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8748680Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8751656Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8754630Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8757660Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8760517Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8763571Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8767330Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8770418Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8773434Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8776454Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8779423Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8782232Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8785364Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8788170Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8790887Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8793940Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8796439Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8798997Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8801378Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8803713Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8806086Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8808367Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8810657Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8812906Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8815162Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8817408Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8819650Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8821907Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8824554Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8826883Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:20.8829180Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:20.8831516Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:20.8833871Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:20.8836239Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:20.8838912Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:20.8841072Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-08-22T20:43:20.8843098Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-08-22T20:43:20.8845338Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-08-22T20:43:21.8984142Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-08-22T20:43:21.8987663Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-08-22T20:43:21.8990922Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-08-22T20:43:21.8997552Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-08-22T20:43:21.9000294Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-08-22T20:43:21.9003172Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9007921Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9010882Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9014039Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9017013Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9020034Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9023020Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9034396Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9045312Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9048868Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9052948Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9056418Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9060119Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9063639Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9066890Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9069902Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9072619Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9075625Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9078502Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9081104Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9083913Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9086825Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9090483Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9093886Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9096516Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9099367Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9102148Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9105369Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9108218Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9110651Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9113235Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9116571Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9118994Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9121996Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9125219Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9127809Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9130748Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9133459Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9136260Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9138819Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9141725Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:21.9144651Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:21.9147851Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9718445Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9721802Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9725311Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9728426Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9732128Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9735199Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9738162Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9741283Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9744436Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9747649Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9751000Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9754219Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9757325Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9760302Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9763235Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9766550Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9769429Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9772342Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9775328Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9778249Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9781153Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9784264Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9792607Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9798607Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9802092Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9807534Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9812989Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9816442Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9819972Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9824235Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9827725Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9833094Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9836887Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9840413Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9844974Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9848519Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9851785Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9854913Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9857945Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9861040Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9864016Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9867013Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9870011Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9873116Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9876197Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:22.9879693Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:22.9882982Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0753998Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0757172Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0760305Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0763001Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0766154Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0768536Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0770910Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0773285Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0775834Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0778540Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0781272Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0784088Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0786961Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0789843Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0792648Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0799244Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0803768Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0808430Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0812807Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0817882Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0822361Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0826653Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0831022Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0835233Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0838885Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0842560Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0845800Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0848874Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0852500Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0855515Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0858597Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0861650Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0864723Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0867790Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0870872Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0873939Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0876967Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0879985Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0883059Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0886663Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0889723Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0894524Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0897604Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0900671Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0903752Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:24.0907271Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:24.0910361Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1454534Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1457790Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1460913Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1464162Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1467322Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1470485Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1473706Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1476908Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1480085Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1483033Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1485895Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1488602Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1491475Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1496692Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1499879Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1503092Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1506285Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1509493Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1512410Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1516019Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1519111Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1522271Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1525678Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1528897Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1532119Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1535195Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1538358Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1541498Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1544455Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1547056Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1550009Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1552992Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1556067Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1559375Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1562086Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1565391Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1568444Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1571475Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1574666Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1577756Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1580348Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1583335Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1586475Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1589462Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1592103Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:25.1595697Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:25.1598784Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:26.2300590Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2303248Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:26.2305841Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2308378Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:26.2310907Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2313507Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:26.2316576Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2319668Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:26.2322713Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2326237Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2329019Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2332079Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2335497Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2338570Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2341699Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2344756Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2347766Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2350845Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2353869Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2356938Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2359899Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2362935Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2366101Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2369165Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2372225Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2375255Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2379418Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2382763Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2385881Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2388939Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2391975Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2395235Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2398175Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2401436Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2404465Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2407411Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2410355Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2413502Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2416595Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2419618Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2422746Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2425790Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2428430Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2431003Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2434055Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2436941Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:26.2439469Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:26.2442071Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4059490Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4062386Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4065317Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4068266Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4071033Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4073919Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4077395Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4080506Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4083331Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4086581Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4089748Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4097424Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4103543Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4110081Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4115655Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4119017Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4122177Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4125342Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4128223Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4131155Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4134158Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4138017Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4141077Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4143777Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4146801Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4149624Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4152297Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4155632Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4158673Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4161715Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4165018Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4168040Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4171138Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4174241Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4177277Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4180319Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4183300Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4186317Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4189382Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4192362Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4195384Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4198389Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4201480Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4204502Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4207821Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4210869Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:27.4213953Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:27.4217011Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:27.4220389Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:28.4580739Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:28.4585037Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:28.4589215Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:28.4616378Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:28.4619462Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:28.4622516Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:28.4625459Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:28.4628466Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4631672Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4634734Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4637811Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4641037Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4644338Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4648485Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4651817Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4655128Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4658430Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4661774Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4665086Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4668790Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4672152Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4675160Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4678093Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4681236Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4684342Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4687882Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4691115Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4695496Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4698757Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4701775Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4704920Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4707962Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4711251Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4714892Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4718098Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4721218Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4724428Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4727900Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4731116Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4734584Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4737725Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4740836Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4743897Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4746881Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4750008Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:28.4753021Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:28.4756157Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1156564Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1159187Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1161785Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1163832Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1165987Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1167971Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1170313Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1172620Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1174658Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1176643Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1178640Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1180636Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1182813Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1184982Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1186957Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1188942Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1190895Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1192904Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1195302Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1197288Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1199326Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1201318Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1203305Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.1205388Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.1207039Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:43:48.1208437Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:43:48.1209851Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:43:48.1211429Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:43:48.1212877Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:43:48.1214325Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:43:48.1215762Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:43:48.1217220Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:43:48.1218641Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-22T20:43:48.1219507Z [100%] Built target microkernels-all 2024-08-22T20:43:48.1220007Z [100%] Linking CXX static library liboptimized_kernels.a 2024-08-22T20:43:48.1220512Z [100%] Built target optimized_kernels 2024-08-22T20:43:48.1220927Z [100%] Merging kernel yaml files 2024-08-22T20:43:48.1221556Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-08-22T20:43:48.1222254Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-08-22T20:43:48.1222877Z [100%] Generating code for kernel registration 2024-08-22T20:43:48.1223361Z [100%] Generating code for kernel registration 2024-08-22T20:43:48.1224366Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:43:48.1225950Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:43:48.1227066Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-08-22T20:43:48.1227579Z [100%] Built target optimized_ops_lib 2024-08-22T20:43:48.1228143Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-08-22T20:43:48.1228739Z [100%] Built target optimized_native_cpu_ops_lib 2024-08-22T20:43:48.1229584Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:43:48.1230682Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:43:48.1231693Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:43:48.1232648Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-08-22T20:43:48.1233623Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:43:48.1234702Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-08-22T20:43:48.1235521Z [100%] Linking CXX executable executor_runner 2024-08-22T20:43:48.1235974Z [100%] Built target executor_runner 2024-08-22T20:43:48.1236380Z Install the project... 2024-08-22T20:43:48.1236811Z -- Install configuration: "Release" 2024-08-22T20:43:48.1237523Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-08-22T20:43:48.1238383Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-08-22T20:43:48.1239145Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-08-22T20:43:48.1239998Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-08-22T20:43:48.1241015Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-08-22T20:43:48.1241985Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-08-22T20:43:48.1242915Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-08-22T20:43:48.1243721Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-08-22T20:43:48.1244575Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-08-22T20:43:48.1245381Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-08-22T20:43:48.1246209Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-08-22T20:43:48.1247188Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/Functions.h 2024-08-22T20:43:48.1248336Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/NativeFunctions.h 2024-08-22T20:43:48.1955675Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-08-22T20:43:48.1956741Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:43:48.1957835Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-08-22T20:43:48.1958943Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-08-22T20:43:48.1959938Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/Functions.h 2024-08-22T20:43:48.1961630Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/NativeFunctions.h 2024-08-22T20:43:48.1962905Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:43:48.1963949Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-08-22T20:43:48.1965183Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-08-22T20:43:48.1966311Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/Functions.h 2024-08-22T20:43:48.1967638Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/NativeFunctions.h 2024-08-22T20:43:48.1968929Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-08-22T20:43:48.1969886Z -- Installing: /pytorch/torchchat/et-build/install/lib/Functions.h 2024-08-22T20:43:48.1970737Z -- Installing: /pytorch/torchchat/et-build/install/lib/NativeFunctions.h 2024-08-22T20:43:48.1971623Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-08-22T20:43:48.1972565Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-08-22T20:43:48.1973696Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-08-22T20:43:48.1974805Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-08-22T20:43:48.1975773Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-08-22T20:43:48.1976759Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module_static.a 2024-08-22T20:43:48.1977678Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-08-22T20:43:48.1978529Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-08-22T20:43:48.1979419Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-08-22T20:43:48.1980290Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-08-22T20:43:48.1981188Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-08-22T20:43:48.1982076Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-08-22T20:43:48.1982944Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-08-22T20:43:48.1983780Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-08-22T20:43:48.1984611Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-08-22T20:43:48.1985454Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-08-22T20:43:48.1986468Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-08-22T20:43:48.1987306Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-08-22T20:43:48.1988473Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libbundled_program.a 2024-08-22T20:43:48.1989858Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-08-22T20:43:48.1991200Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-08-22T20:43:48.1992585Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:43:48.1994477Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so" to "" 2024-08-22T20:43:48.1995762Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-08-22T20:43:48.1996570Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-08-22T20:43:48.1997827Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-08-22T20:43:48.1998791Z creating pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:43:48.1999394Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-08-22T20:43:48.2000063Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-08-22T20:43:48.2000789Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:43:48.2001765Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py 2024-08-22T20:43:48.2002491Z running build_py 2024-08-22T20:43:48.2003012Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-08-22T20:43:48.2003785Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2004770Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2005857Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2006948Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2008049Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2009171Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2010270Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:43:48.2011220Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:43:48.2012250Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:43:48.2013498Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:43:48.2014749Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:43:48.2016003Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:43:48.2017039Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:43:48.2018083Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:43:48.2019108Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2020138Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2021527Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2022828Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2024137Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2025492Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2026866Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2028192Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2029470Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2030737Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2032103Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2033339Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:43:48.2034332Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:43:48.2035301Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:43:48.2036465Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:43:48.2037480Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:43:48.2038518Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:43:48.2039718Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:43:48.2040745Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-08-22T20:43:48.2041576Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:43:48.2042593Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:43:48.2043818Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:43:48.2044957Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-08-22T20:43:48.2045898Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:43:48.2047149Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:43:48.2101043Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:43:48.2102739Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:43:48.2104353Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:43:48.2106147Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:43:48.2107441Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:43:48.2108693Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:43:48.2110421Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:43:48.2111666Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:43:48.2112926Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:43:48.2114450Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:43:48.2115682Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-08-22T20:43:48.2116735Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:43:48.2118166Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:43:48.2119480Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2120745Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2122385Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2123877Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2125491Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2127010Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2128544Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2130084Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2131652Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2133153Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2134618Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2136071Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2137532Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2139014Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2140499Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2141978Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2143441Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2144877Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2146336Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:43:48.2147649Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:43:48.2148865Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:43:48.2150340Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:43:48.2151587Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:43:48.2152943Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:43:48.2154570Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:43:48.2155813Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2156956Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2158428Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2159863Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2161279Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2162684Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2164082Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:43:48.2165333Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:43:48.2166489Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:43:48.2167598Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2168727Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2170026Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2171338Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2172668Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2173975Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2175287Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2176579Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2177854Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2179148Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2180465Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2181776Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2183067Z copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2184492Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2185830Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2187148Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2188441Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2189750Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2191031Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2236751Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2238398Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2239898Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:43:48.2241089Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:43:48.2242521Z copying backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:43:48.2244147Z copying backends/arm/passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:43:48.2245958Z copying backends/arm/passes/tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:43:48.2247682Z copying backends/arm/passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:43:48.2249086Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:43:48.2250385Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:43:48.2251731Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:43:48.2253127Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:43:48.2254473Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:43:48.2255560Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:43:48.2256574Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:43:48.2257765Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:43:48.2259012Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2260652Z copying backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2262582Z copying backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2264439Z copying backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2266307Z copying backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2268475Z copying backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2270601Z copying backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2272593Z copying backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2274652Z copying backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2276613Z copying backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.2278089Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:43:48.2279472Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:43:48.2280741Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:43:48.2282036Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:43:48.2283323Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2284630Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2286071Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2287503Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2288900Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2290379Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2291838Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2293438Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2294910Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2296427Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2297892Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2299317Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2300776Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2302228Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2303644Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2305084Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:43:48.2306258Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:43:48.2307796Z copying backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:43:48.2309107Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:43:48.2310334Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:43:48.2311819Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:43:48.2313030Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:43:48.2314336Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:43:48.2315542Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-08-22T20:43:48.2316666Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:43:48.2318211Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:43:48.2319871Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:43:48.2321216Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:43:48.2322940Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:43:48.2325297Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:43:48.2327008Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2328815Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2331005Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2346547Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2349345Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2351634Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2353701Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2355758Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2357756Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2359750Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2361993Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2364115Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2366301Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2368338Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2370373Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2372588Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2374637Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2376675Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2378783Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2380867Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2382951Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2384973Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2387005Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2389057Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2391105Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2393160Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2395483Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2397508Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2399900Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2402148Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2404211Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2406486Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2408553Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2410604Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2412765Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.2414308Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:43:48.2415538Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:43:48.2417231Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:43:48.2418956Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:43:48.2420704Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:43:48.2422143Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-08-22T20:43:48.2423105Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2424189Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2425399Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2426627Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2427902Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2429218Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2430490Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.2431545Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:43:48.2450084Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:43:48.2451476Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:43:48.2452653Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:48.2453944Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:48.2486520Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:48.2488606Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:48.2490172Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:48.2491492Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:43:48.2493056Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:43:48.2495330Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:43:48.2496815Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2498177Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2499916Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2501433Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2502967Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2504497Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2506018Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2507549Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2509069Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2510559Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2512041Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:43:48.2513247Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2514408Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2515792Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2517202Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2518593Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2519977Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2521330Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2522687Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2524381Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2526047Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2527626Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2529217Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2530756Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2532271Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2533805Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2535338Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2537017Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2538583Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2540144Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2541697Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2543234Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2544729Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2546268Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2547818Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2549318Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2550746Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2552263Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2554707Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2556219Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2557743Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2559287Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2560791Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2562303Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2563839Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2565644Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2567216Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2568866Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2570377Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2571866Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2573371Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2574833Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2576292Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2577862Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2579316Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2580717Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2647199Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2649262Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2651128Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2652489Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2653875Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2655273Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2656644Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2658032Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:43:48.2659205Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:43:48.2660414Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:43:48.2661865Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:43:48.2663036Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2664264Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2665732Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2667144Z copying backends/qualcomm/passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2668854Z copying backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2670343Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2671859Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2673324Z copying backends/qualcomm/passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2674730Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2676140Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2677511Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2678925Z copying backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2680506Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2681998Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2683403Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2684919Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2686373Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2687848Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2689292Z copying backends/qualcomm/passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2690641Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2692020Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2693799Z copying backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2695282Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:43:48.2696465Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:43:48.2697669Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:43:48.2699113Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:43:48.2700274Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:43:48.2701617Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:43:48.2703267Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:43:48.2704528Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:43:48.2705814Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:43:48.2707177Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:43:48.2708523Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:43:48.2709617Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:43:48.2710760Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:43:48.2712073Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:43:48.2713160Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:43:48.2714442Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:43:48.2715693Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:43:48.2717080Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:43:48.2718581Z copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:43:48.2719749Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:43:48.2720900Z copying backends/vulkan/passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:43:48.2722263Z copying backends/vulkan/passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:43:48.2723391Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:43:48.2724676Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:43:48.2725850Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:43:48.2727163Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:43:48.2728721Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:43:48.2730299Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:43:48.2731511Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:43:48.2732651Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:43:48.2734033Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:43:48.2735445Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:43:48.2736609Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:43:48.2800166Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:43:48.2802107Z copying backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:43:48.2803378Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:43:48.2805024Z copying backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:43:48.2806613Z copying backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:43:48.2807859Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-08-22T20:43:48.2808853Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:43:48.2810151Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:43:48.2811473Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:43:48.2812657Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2814324Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2816485Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2818481Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2820459Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2822401Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2824315Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2826280Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:48.2827948Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:43:48.2829729Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:43:48.2831402Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:43:48.2832673Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:43:48.2834061Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:43:48.2836069Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:43:48.2837738Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2838943Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2840327Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2841697Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2843172Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2844682Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2846085Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2847465Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2848838Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2850288Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2851715Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2853360Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2854976Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2856395Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2857770Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2859212Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2860615Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2862021Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2863433Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2864890Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2866340Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2867743Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2869146Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2870540Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2871925Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2873311Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2874709Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2876097Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2877550Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2878971Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2880444Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2881844Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2883440Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2885090Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2886619Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2888194Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2889779Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2939076Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2940949Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2942581Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2944138Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2945715Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2947106Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2948618Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2950123Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2951770Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:43:48.2953025Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:43:48.2954312Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:43:48.2955765Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:43:48.2957035Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2958403Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2959960Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2961421Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2962962Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2964721Z copying backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2966171Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2967915Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2969429Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2970931Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2972379Z copying backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2974036Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2975704Z copying backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:43:48.2976976Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:43:48.2978412Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:43:48.2980270Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:43:48.2981636Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:43:48.2982955Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:43:48.2984387Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:43:48.2985694Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:43:48.2987209Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:43:48.2988936Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:43:48.2990256Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:43:48.2991597Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:43:48.2993003Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:43:48.2994655Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:43:48.2996033Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:43:48.2997320Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:43:48.2998794Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:43:48.3000479Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:43:48.3001836Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3003080Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3004739Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3006291Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3008093Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3009679Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3011196Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3012798Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3014410Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3015998Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3017475Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3019250Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3020873Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3022448Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:43:48.3023596Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3024785Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3026254Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3027719Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3029326Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3030929Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3032255Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3033841Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3035453Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3090721Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3092277Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3094020Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3095482Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3096860Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3098283Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3099892Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3101592Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3103106Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3104483Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3106073Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3107570Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3109034Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3110572Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3112116Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3113707Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3115264Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3116789Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3118353Z copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3119802Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3121272Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3122777Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3124357Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3125878Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3127397Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3128749Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3130336Z copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3131899Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:48.3133098Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3134633Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3136452Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3138460Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3140280Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3142137Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3143918Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:48.3145412Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:43:48.3146869Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:43:48.3148902Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:43:48.3150387Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:43:48.3151738Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:43:48.3153302Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:43:48.3154791Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:43:48.3156272Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:43:48.3157615Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:43:48.3159075Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:43:48.3160666Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:43:48.3162207Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:43:48.3163648Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:43:48.3165434Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:43:48.3167194Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:43:48.3168533Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:43:48.3170135Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:43:48.3172048Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:43:48.3174020Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:43:48.3175781Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:43:48.3177084Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:43:48.3178691Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:43:48.3180281Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:43:48.3181580Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:43:48.3183249Z copying backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:43:48.3185532Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:43:48.3187118Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3188959Z copying backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3196736Z copying backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3198741Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3200935Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3203254Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3205462Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3207441Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3209440Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3211452Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3213465Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3215354Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3217200Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3219066Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3221053Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3223137Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3225150Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3227089Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3229003Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3231146Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3233102Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3235029Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3236922Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3238810Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3240757Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3242723Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3244708Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3246590Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3248470Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3250475Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3252458Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3254462Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3256444Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3258360Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3260307Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3262183Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3264089Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3266011Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3267903Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3269942Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3271841Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3273730Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3275626Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3277549Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3279574Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3281662Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3283628Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3285656Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3287570Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3613342Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3615684Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3617933Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3619986Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3621929Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:48.3623687Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:43:48.3625510Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:43:48.3627781Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:43:48.3629988Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:43:48.3631685Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:43:48.3633100Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:43:48.3634811Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:43:48.3636542Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-08-22T20:43:48.3637354Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:43:48.3638410Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:43:48.3639722Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:43:48.3641059Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:43:48.3642267Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:43:48.3643635Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:43:48.3645280Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:43:48.3646545Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:43:48.3647956Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:43:48.3649408Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:43:48.3650614Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:43:48.3651960Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:43:48.3653614Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:43:48.3655023Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:43:48.3656470Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:43:48.3658091Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:43:48.3659598Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:43:48.3661076Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:43:48.3662777Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:43:48.3663935Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3665038Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3666578Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3668215Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3669641Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3671354Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3672948Z copying examples/models/llama2/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3674533Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3676167Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3677997Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3679678Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3681302Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:43:48.3682622Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:43:48.3683931Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:43:48.3685489Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:43:48.3687045Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:43:48.3688354Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:43:48.3689770Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:43:48.3691564Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:43:48.3692816Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:43:48.3694554Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:43:48.3696238Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:43:48.3697404Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:43:48.3698754Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:43:48.3700415Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:43:48.3701652Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:43:48.3702915Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:43:48.3704479Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:43:48.3705855Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:43:48.3707122Z copying examples/models/phi3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:43:48.3708403Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:43:48.3709699Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:43:48.3711118Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:43:48.3712404Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:43:48.3713617Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:43:48.3715089Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:43:48.3716310Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:43:48.3753038Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:43:48.3754986Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:43:48.3756176Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:43:48.3757330Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:43:48.3758954Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:43:48.3760161Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:43:48.3761461Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:43:48.3763124Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:43:48.3764734Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:43:48.3766063Z copying examples/models/llama2/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:43:48.3767799Z copying examples/models/llama2/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:43:48.3769410Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:43:48.3770943Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:43:48.3772965Z copying examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:43:48.3774742Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:43:48.3776437Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:43:48.3777984Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:43:48.3779288Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:43:48.3780815Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:48.3782486Z copying examples/models/llama2/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:48.3784422Z copying examples/models/llama2/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:48.3786419Z copying examples/models/llama2/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:48.3788429Z copying examples/models/llama2/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:48.3789850Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:43:48.3791279Z copying examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:43:48.3792667Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:43:48.3794491Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:43:48.3796068Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:48.3797446Z copying examples/models/llama2/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:48.3799102Z copying examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:48.3800878Z copying examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:48.3802364Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:43:48.3803557Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:43:48.3804751Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3805681Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3806579Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3807875Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3808842Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3809806Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3810760Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3811727Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3812849Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3813743Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3814811Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3815847Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3816807Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3817885Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3818848Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3819848Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3820851Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3821721Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3822791Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3823873Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3824936Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3826048Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3826978Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3827983Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:43:48.3829025Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.3829998Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.3831239Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.3832445Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.3833933Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.3835115Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.3836211Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:43:48.3837338Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:43:48.3838770Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:43:48.3840048Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:43:48.3841141Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:43:48.3842360Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:43:48.3843427Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:43:48.3844722Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:43:48.3846054Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:43:48.3847252Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:43:48.3848464Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:43:48.3849509Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:43:48.3850450Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:43:48.3851493Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:43:48.3852447Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:43:48.3961228Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:43:48.3962637Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:43:48.3963919Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:43:48.3965010Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:43:48.3966058Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:43:48.3967365Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:43:48.3968614Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:43:48.3969690Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3970828Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3972041Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3973349Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3974566Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3975957Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3977493Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3978743Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3980255Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3981646Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3982836Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3983945Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3985281Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3986618Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3987863Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3989284Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3990620Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3992024Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3993595Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3994841Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3996030Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3997181Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3998341Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.3999517Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.4000813Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.4002074Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.4003274Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.4004682Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:43:48.4005852Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:43:48.4006788Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:43:48.4007936Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:43:48.4009080Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:43:48.4009999Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4010960Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4012055Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4013106Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4014123Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4015198Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4016227Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4017453Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:43:48.4018346Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4019320Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4020450Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4021576Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4022683Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4023785Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4024870Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4025974Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4027082Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4028393Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4029622Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4030815Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4032012Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4033303Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4034531Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4035641Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4036777Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4037910Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4039141Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4040318Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4041544Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4042693Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4043898Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4045209Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4046404Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4047435Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4048695Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4049914Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4050984Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:43:48.4052009Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:43:48.4053257Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:43:48.4054455Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:43:48.4098285Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:43:48.4099662Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:43:48.4100913Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:43:48.4102227Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:43:48.4103783Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:43:48.4105496Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:43:48.4106800Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:43:48.4108247Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:48.4110198Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:48.4112466Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:48.4114471Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:48.4115720Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4116855Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4118247Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4119611Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4120929Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4122338Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4123909Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4125402Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4126811Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4128236Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4129806Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4131255Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4132771Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4134160Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4135500Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4137134Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4138494Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:43:48.4139709Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:43:48.4141014Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:43:48.4142642Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:43:48.4143947Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:48.4145288Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:48.4146993Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:48.4148817Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:48.4150079Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:43:48.4151153Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:43:48.4152169Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:43:48.4153179Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:43:48.4154362Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:43:48.4155555Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:43:48.4156832Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:43:48.4158120Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:43:48.4159288Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:43:48.4160383Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:43:48.4161659Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:43:48.4162736Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:48.4163877Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:48.4165369Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:48.4166714Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:48.4167795Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:43:48.4168910Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:43:48.4170181Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:43:48.4171277Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:43:48.4172373Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:43:48.4173768Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:43:48.4174854Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:43:48.4176007Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:43:48.4177370Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:43:48.4178551Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:43:48.4179734Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:43:48.4180823Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:43:48.4181789Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:43:48.4182769Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:43:48.4183828Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:43:48.4184947Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:43:48.4185948Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:43:48.4187164Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:43:48.4188453Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:43:48.4189488Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:43:48.4190628Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:43:48.4191664Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-08-22T20:43:48.4192495Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:43:48.4279895Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:43:48.4281296Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:43:48.4282665Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:43:48.4283929Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:43:48.4285518Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:43:48.4286808Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:43:48.4287913Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:43:48.4289232Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:43:48.4290580Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:43:48.4291729Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:43:48.4292998Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:43:48.4294875Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:43:48.4296262Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm 2024-08-22T20:43:48.4297213Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:43:48.4298790Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:43:48.4300339Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:43:48.4301980Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:43:48.4303618Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:43:48.4304880Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:43:48.4306157Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:43:48.4307771Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:43:48.4309179Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party 2024-08-22T20:43:48.4310516Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:43:48.4312299Z copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:43:48.4314415Z copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:43:48.4316122Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:43:48.4318031Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:43:48.4319875Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:43:48.4321852Z copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:43:48.4324113Z copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:43:48.4325770Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2 2024-08-22T20:43:48.4326846Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:43:48.4328398Z copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:43:48.4329865Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:48.4331369Z copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:48.4333087Z copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:48.4334843Z copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:48.4336245Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:48.4337777Z copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:48.4339732Z copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:48.4341629Z copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:48.4343052Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:43:48.4344789Z copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:43:48.4346403Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:43:48.4347678Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:43:48.4349345Z copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:43:48.4350851Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:43:48.4352453Z copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:43:48.4354577Z copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:43:48.4356198Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:43:48.4357495Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:48.4359534Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:48.4362047Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:48.4364610Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:48.4367285Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:48.4368972Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:43:48.4370245Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:43:48.4371609Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:43:48.4372898Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:43:48.4374480Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:43:48.4375732Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:43:48.4376949Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:43:48.4377918Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:43:48.4378828Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:43:48.4379792Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:43:48.4380921Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:43:48.4414210Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:43:48.4415820Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:43:48.4417106Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:43:48.4418496Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:43:48.4419793Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:43:48.4420883Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:43:48.4421870Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:43:48.4423094Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:43:48.4424031Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:43:48.4425144Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:43:48.4426507Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:43:48.4427506Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:43:48.4428589Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:43:48.4429829Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:43:48.4430959Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:43:48.4432099Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:43:48.4433115Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:43:48.4434242Z copying sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:43:48.4435607Z copying sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:43:48.4436747Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:43:48.4437887Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:43:48.4439350Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:43:48.4440560Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:48.4441764Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:48.4442890Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:43:48.4444057Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:43:48.4445539Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:43:48.4446877Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:43:48.4447980Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:43:48.4449112Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:43:48.4450417Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:43:48.4451673Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:43:48.4452921Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:43:48.4454252Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:43:48.4455437Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:43:48.4456471Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:43:48.4457502Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:43:48.4458563Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:43:48.4459610Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:43:48.4460714Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:43:48.4462104Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:43:48.4463427Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:43:48.4464430Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:43:48.4465265Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:43:48.4466276Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:43:48.4467115Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:43:48.4468185Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:43:48.4469662Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:43:48.4470693Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4471822Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4473294Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4474679Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4476146Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4477691Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4479153Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4480554Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4481900Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4483236Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4484813Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4486287Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4487786Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4489195Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4490526Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4491858Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4493568Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4494987Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4496405Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4497820Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4499433Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4500826Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4502206Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4503598Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.4504987Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7880449Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7882248Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7883827Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7885564Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7887079Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7888745Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7890411Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7892058Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7893896Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7895379Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:43:48.7896316Z running egg_info 2024-08-22T20:43:48.7896706Z creating executorch.egg-info 2024-08-22T20:43:48.7897225Z writing executorch.egg-info/PKG-INFO 2024-08-22T20:43:48.7898013Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-08-22T20:43:48.7898760Z writing entry points to executorch.egg-info/entry_points.txt 2024-08-22T20:43:48.7899518Z writing requirements to executorch.egg-info/requires.txt 2024-08-22T20:43:48.7901120Z writing top-level names to executorch.egg-info/top_level.txt 2024-08-22T20:43:48.7901933Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:43:48.7902632Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:43:48.7903239Z adding license file 'LICENSE' 2024-08-22T20:43:48.7903848Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:43:48.7905098Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:43:48.7906680Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:43:48.7908440Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:43:48.7910189Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:43:48.7911694Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:43:48.7913215Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-08-22T20:43:48.7914346Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:43:48.7915665Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:43:48.7917211Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:43:48.7918627Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-08-22T20:43:48.7919859Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:43:48.7921114Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7922864Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7924999Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7927006Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7929042Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7931003Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7932990Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7934897Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7936798Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7938718Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7940670Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7942663Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7944866Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7947009Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7948948Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7950903Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7953041Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7955134Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7957277Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7959259Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7961158Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7963097Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7965164Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7967169Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7969151Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7971119Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7973079Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7975065Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7977071Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7979042Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7981010Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7982939Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7986941Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7989310Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7991480Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7993790Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7995656Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7997564Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.7999504Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8001459Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8003554Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8005662Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8007624Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8009600Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8011581Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8013471Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8015351Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8017259Z copying backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8019100Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8020963Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8022807Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:48.8024195Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:43:48.8025520Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:43:48.8026663Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools 2024-08-22T20:43:48.8027748Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:43:48.8028747Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:48.8030254Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:48.8032265Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:48.8034077Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:48.8035825Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:48.8037468Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:43:48.8039053Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:43:48.8040842Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:43:48.8042655Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:43:48.8044590Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:43:48.8046446Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:43:48.8048159Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:43:48.8049714Z copying backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:43:48.8051593Z copying backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:43:48.8053192Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8054896Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8057016Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8058945Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8060900Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8062922Z copying backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8064953Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8067014Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8069152Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8071212Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8073199Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8075359Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8077411Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8079453Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8081416Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8083337Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8085452Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8092278Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8094940Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8096991Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8099037Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8101182Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8103213Z copying backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8105258Z copying backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8107256Z copying backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8109258Z copying backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8111309Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8113323Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8115236Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8117076Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8118944Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8120906Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8123104Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8125234Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8127260Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8129296Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8131239Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8133197Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8135414Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8137405Z copying backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8139334Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8141231Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8143112Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8145020Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8146957Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8148876Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8150835Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8152844Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8154877Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8156872Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8158830Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8160785Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8162653Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8164745Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8166660Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8168641Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8170682Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8172607Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8174555Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8176632Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8178590Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8180556Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8182549Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8184502Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8186451Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8188456Z copying backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8190548Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8199823Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8202305Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8204724Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8206658Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8208551Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8210416Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8212251Z copying backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8214271Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8216144Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8218034Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8219891Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8221729Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8223569Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8225481Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8227309Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8229182Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8231021Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8232834Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8234688Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8236536Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8238350Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8240181Z copying backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8242057Z copying backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8243927Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8245882Z copying backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8247715Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8249600Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8251480Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8253408Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8255208Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8256995Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8258878Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8260719Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8262614Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8264528Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8266261Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8268023Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8269776Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8271562Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8273346Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8275138Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8276958Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8278778Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8280561Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8282405Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8284202Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8286062Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8287816Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8289608Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8313656Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8315828Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8317689Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8319668Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8321681Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8323595Z copying backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8325702Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8327849Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8329788Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8331723Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8333658Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8335559Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8337499Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8339508Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8341449Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8343391Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8345450Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8347398Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8349368Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8351254Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8353070Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8354949Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8356961Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8358795Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8360540Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8362389Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8364165Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8366015Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8367880Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8369698Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8371540Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8373339Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8375180Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8377147Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8378961Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8380723Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8382494Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8384285Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8386071Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8387873Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8389747Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8391518Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8393580Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8395624Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8397436Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8399182Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8400952Z copying backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8402925Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8404958Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8407054Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8427021Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8429588Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8432012Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8433983Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8435872Z copying backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8437801Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8439857Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8441895Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8443933Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8445981Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8447782Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8449656Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8451608Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8453832Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8456016Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8458035Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8459998Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8461957Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8463931Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8465975Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8467843Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8469712Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8471494Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8473299Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8475169Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8477092Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8479071Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8481008Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8482959Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8485083Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8487152Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8489183Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8491213Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8493126Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8495491Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8497454Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8499382Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8501290Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8503204Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8505273Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8507160Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8509003Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8510798Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8512570Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8514356Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8516206Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.8518103Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9585098Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9587406Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9589378Z copying backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9591171Z copying backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9592958Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9595099Z copying backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9596894Z copying backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9599025Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9600968Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9602799Z copying backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9604680Z copying backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9606511Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9608300Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9610280Z copying backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9612075Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9614131Z copying backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9616194Z copying backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9618292Z copying backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9620476Z copying backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9622574Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9624640Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9626698Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9628792Z copying backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9630883Z copying backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9632963Z copying backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9635025Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9637069Z copying backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9639145Z copying backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9641217Z copying backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9643048Z copying backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9644952Z copying backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:48.9646381Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:43:48.9647529Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:48.9649139Z copying backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:48.9651072Z copying backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:48.9653077Z copying backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:48.9654971Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:43:48.9656464Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:43:48.9657409Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:43:48.9658242Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:43:48.9659194Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:43:48.9660261Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:43:48.9661352Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:43:48.9664058Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:43:48.9665500Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:43:48.9666714Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.9667755Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:43:48.9669048Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:48.9670527Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:48.9671373Z running build_ext 2024-08-22T20:43:48.9672861Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/third-party/flatbuffers/flatc -> /pytorch/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:43:48.9675725Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:48.9678442Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/_portable_lib.cpython-311-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:43:48.9679933Z installing to pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:43:48.9680364Z running install 2024-08-22T20:43:48.9680664Z running install_lib 2024-08-22T20:43:48.9681062Z creating pip-out/bdist.linux-x86_64 2024-08-22T20:43:48.9728123Z creating pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:43:48.9728860Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:43:48.9729686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-08-22T20:43:48.9730459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:43:48.9731732Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:43:48.9733317Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:43:48.9734441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-08-22T20:43:48.9735259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9736556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9738566Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9740344Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9742091Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9743853Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9745591Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:43:48.9746866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9748396Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9750396Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9752384Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9754368Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9756324Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9758343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_dequant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9760277Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9762198Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9764168Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9766366Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9768520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9770456Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9772328Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9774146Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9776022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_quant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9777827Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9779729Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9781501Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9783330Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9785101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9786866Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:43:48.9788153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:43:48.9789604Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:43:48.9791504Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:43:48.9793577Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:43:48.9795396Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:43:48.9796770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:43:48.9798105Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:43:48.9799941Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:43:48.9801800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:43:48.9803633Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:43:48.9805201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9807243Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9809721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9812080Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9814449Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9816864Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9819371Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9823805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9826830Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9829590Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:43:48.9831310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:43:48.9832790Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:43:48.9834695Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:43:48.9836152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:43:48.9837715Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:43:48.9839293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:43:48.9840980Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:43:48.9842506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9844117Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9846278Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9848353Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9850469Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9852644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9854694Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9856755Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9858778Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9860922Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9862983Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9865225Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9867257Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9869344Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9871387Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9873461Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:43:48.9875001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:43:48.9876686Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:43:48.9878214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:43:48.9879635Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:43:48.9881694Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:43:48.9883173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:43:48.9884777Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:43:48.9886216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-08-22T20:43:48.9887372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:43:48.9889212Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:43:48.9891034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:43:48.9892390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:43:48.9895021Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9897973Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9900297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:43:48.9902959Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9905694Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9908392Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9911060Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9913777Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9916348Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9918907Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9921414Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9923929Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9926654Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9929294Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9931852Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9934411Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9937065Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9939561Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9942116Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9944666Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9947322Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9949912Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9952490Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9955034Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9957587Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9960154Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9962708Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9965357Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9967896Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9970420Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9972945Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9975558Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9978554Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9981440Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9984445Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9987750Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9990808Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9992822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:43:48.9994432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:43:48.9996565Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:48.9998678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:43:49.0000899Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0002913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:43:49.0005005Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0006694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:43:49.0008066Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:43:49.0010035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:43:49.0011953Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:43:49.0013873Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:43:49.0015473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:43:49.0017445Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0020095Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0022187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0023883Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0026024Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0028102Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0030186Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0032497Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0034540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0036559Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0038671Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0040676Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0042681Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:43:49.0044048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:43:49.0045448Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:43:49.0046735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0048147Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0050041Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0052044Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0053931Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0055783Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0057634Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0059678Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0061624Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0063581Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0065487Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0067390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0069315Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0071290Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0073212Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0075149Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0077071Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0079082Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0081370Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0083721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0085715Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0087604Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0089543Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0091418Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0093512Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0095403Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0097280Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0099167Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0101231Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0103125Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0105029Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0106943Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0108868Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0110789Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0112805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0114724Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0116677Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0118591Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0120473Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0122364Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0124266Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0126292Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0128122Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0130179Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0132087Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0134043Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0136028Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0137938Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0139909Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0141805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0143712Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0145587Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0147494Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:43:49.0148889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:43:49.0150442Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:43:49.0152409Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:43:49.0153801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0155269Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0157235Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0159221Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0161208Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0163216Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0165355Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0167325Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0169233Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0171136Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0172995Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0174908Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0176808Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0178958Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0181495Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0183875Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0185823Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0187793Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0189879Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0191745Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0193905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0195901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0197860Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:43:49.0199300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:43:49.0200789Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:43:49.0202683Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:43:49.0204066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:43:49.0205758Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:43:49.0207896Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:43:49.0209958Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:43:49.0211349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:43:49.0212712Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:43:49.0214549Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:43:49.0216365Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:43:49.0217832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:43:49.0219210Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:43:49.0221007Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:43:49.0222287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-08-22T20:43:49.0223146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:43:49.0224523Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:43:49.0225813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0227105Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0228989Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0230901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0232719Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0234581Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0236492Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0238350Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0240153Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0241917Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0243713Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0245613Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:43:49.0246871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:43:49.0248391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:43:49.0249828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:43:49.0251051Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:43:49.0252721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:43:49.0254015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:43:49.0255638Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:43:49.0257665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner/supported_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:43:49.0259064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:43:49.0260456Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes/custom_ops_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:43:49.0262478Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes/test_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:43:49.0264171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:43:49.0265668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:43:49.0267129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-08-22T20:43:49.0268089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:43:49.0269101Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0270796Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0273062Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0275394Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0277663Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0280123Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0282356Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0284803Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0287169Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0289472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0291806Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0294443Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0297181Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0299656Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0302111Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0304464Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0306914Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0309631Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0312412Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0314734Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0317016Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0319335Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0321757Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0324170Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0326703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0329147Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0331562Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0334125Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0336443Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0338734Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0341270Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0343619Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0345976Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0348313Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0350817Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0353551Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0356042Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0358521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0360969Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0363873Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0366924Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0369550Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0371856Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0374192Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0376531Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0378761Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0380998Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0383401Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0385643Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0387911Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0390227Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:43:49.0391735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:43:49.0393532Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:43:49.0395781Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:43:49.0398045Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:43:49.0400463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:43:49.0402029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:43:49.0403611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:43:49.0405759Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:43:49.0407622Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:43:49.0409021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:43:49.0410448Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:43:49.0412383Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:43:49.0413839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:43:49.0415400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:43:49.0417468Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:43:49.0418910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:43:49.0420319Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:43:49.0421688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-08-22T20:43:49.0422804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:43:49.0424333Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:43:49.0425844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:43:49.0426975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:43:49.0428849Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0431311Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0433839Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0436295Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0438755Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0441149Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0443596Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0445571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:43:49.0447588Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0449441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:43:49.0450653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:43:49.0451984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:43:49.0454221Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0456067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2024-08-22T20:43:49.0456947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:43:49.0457895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:49.0459516Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:49.0461813Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:49.0463985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:49.0466514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:43:49.0468402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:43:49.0469709Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:43:49.0471392Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:43:49.0472690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0474241Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0476124Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0477969Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0479811Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0481742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0483629Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0485620Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0487486Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0489413Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0491343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0493543Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0495595Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0497530Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0499405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0504877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0506789Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0508716Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0510626Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0512586Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0514583Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0516623Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0518556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0520472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0522373Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0524284Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0526286Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0528187Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0530145Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0532088Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0533979Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0535899Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0537825Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0539746Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0541647Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0543566Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0545629Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0547590Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0549522Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0551405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0553323Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0554334Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0555281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0556217Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0557152Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0558184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:43:49.0558601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:43:49.0559603Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:43:49.0560604Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:43:49.0561067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:43:49.0562088Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:43:49.0563155Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:43:49.0563563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0568226Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0569499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0570665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0571926Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0573357Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0574376Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0575327Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0576245Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0577140Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0578175Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0579289Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0580257Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:43:49.0580717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:43:49.0581781Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:43:49.0582827Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:43:49.0583855Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:43:49.0584837Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:43:49.0585230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:43:49.0586152Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:43:49.0587114Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:43:49.0587553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0588539Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0589487Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0590481Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0591467Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0592571Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0593866Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0594881Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0595868Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0596873Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0597853Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0599103Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0600118Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0601066Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:43:49.0601473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0602382Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0603293Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0604247Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0605289Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0606207Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0607123Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0608052Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0608988Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/conv1d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0609912Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0610825Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0611727Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0612796Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0613751Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0614695Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0666079Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0667296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0668512Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0669603Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0670552Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0671475Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0672390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0673325Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0674244Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0675170Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0676062Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0676967Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0677960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0678866Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0679775Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0680699Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0681639Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0684025Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0685125Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0686055Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0687049Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0687947Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:43:49.0688374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0689471Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0690592Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0691678Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0692718Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0693966Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0695038Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:43:49.0695505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:43:49.0696607Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:43:49.0697703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:43:49.0698124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:43:49.0699079Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:43:49.0700043Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:43:49.0700466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:43:49.0701536Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:43:49.0702587Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:43:49.0703051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:43:49.0704230Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:43:49.0704738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:43:49.0705284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:43:49.0706439Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0707587Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0708742Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0709362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:43:49.0709897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:43:49.0711058Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0712075Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:43:49.0712535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:43:49.0755853Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:43:49.0757215Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:43:49.0757855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:43:49.0759100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:43:49.0759625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:43:49.0760843Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0763572Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0764952Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0765458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:43:49.0765988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:43:49.0767179Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0768514Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0769613Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:43:49.0770110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:43:49.0771208Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:43:49.0772319Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:43:49.0772800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:43:49.0773412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:43:49.0774666Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:43:49.0775859Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:43:49.0776365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0777735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0778916Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0780143Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0781358Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0782556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0783796Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0785037Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0786315Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0787568Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0788965Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0790132Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0791322Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0792520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0794237Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0795578Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0796833Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0798049Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0799256Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0800505Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0801732Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0802940Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0840585Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0842121Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0843330Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0844606Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0845990Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0847183Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0848384Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0849697Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0850930Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0852313Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0853518Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0854733Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0855924Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0857128Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0858357Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0859615Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0860812Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0862030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0863227Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0864426Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0865641Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0866956Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0868233Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0869481Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0870708Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0871953Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0873235Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0874441Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0875558Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0876751Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0877877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0879014Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:43:49.0879535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:43:49.0880666Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:43:49.0881800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:43:49.0882313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0883491Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0884731Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0885870Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0923562Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0925393Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0926916Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0928249Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0929501Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0930852Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0932009Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0933231Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0934451Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0935625Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0936783Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0937979Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0939184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0940362Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0941547Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0942699Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0943854Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0945158Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0946355Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0947549Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0948686Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0949843Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0951143Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0952281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0953422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0954568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0955703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0956875Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.0957997Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0959166Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0960348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0961480Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0962616Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0963778Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0965147Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0966280Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0967424Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0968612Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.0969743Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1009809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1011342Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1012803Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1013981Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1015168Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1016371Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1017499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1018678Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1019935Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1021104Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1022324Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1023472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1024752Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1026205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1027348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1028591Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1029764Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1030986Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1032303Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1033567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1034713Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1035965Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1037175Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1038418Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1039654Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1040944Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1042268Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1043486Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1044872Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1046071Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1047452Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1048636Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1049914Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1051174Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1052365Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1053803Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1054984Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1056195Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1057404Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1097790Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1099258Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1100411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1101583Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1102763Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1103889Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1105086Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1106273Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1107649Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1108775Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1109980Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1111177Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1112372Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1113644Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1114791Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1115937Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1117130Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1118308Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1119526Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1120647Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1121772Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1122916Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1124048Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1125317Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1126455Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1127739Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1128950Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1130078Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1131257Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1132431Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1133644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1134789Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1135917Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1137083Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1138254Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1139391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1140568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1141728Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1142874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1177920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1179299Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1180668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1182014Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1183271Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1184390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1185521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1186686Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1187965Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1189143Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1190318Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1191481Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1192615Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1194126Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1195271Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1196459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1197623Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1198778Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1199909Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1201033Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1202176Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1203452Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1204713Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1205857Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1207058Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1208235Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1209499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1210707Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1211879Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1213030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1214158Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1215311Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1216460Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1217586Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1218807Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1219960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1221084Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1222255Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1223507Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1261639Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1262823Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1263972Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1265214Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1266581Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1267830Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1269073Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1270299Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1271547Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1272790Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1273952Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1275234Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1276542Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1277813Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1279094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1280246Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1281486Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1282722Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1283957Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1285426Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1286735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1288049Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1289336Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1290559Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1291808Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1292980Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1294465Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1295616Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1296771Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1297914Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1299181Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1300388Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1301597Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1303008Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1304231Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1305522Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1306818Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1347978Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1349611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1350938Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1352293Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1353679Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1355042Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1356351Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1357735Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1359076Z copying pip-out/lib.linux-x86_64-cpython-311/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 2024-08-22T20:43:49.1360401Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1361687Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1362943Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1364338Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1365723Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1367077Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1368371Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1369731Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1371185Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1372477Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1373709Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1375012Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1376381Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1377631Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1379048Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1380353Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1381626Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1382905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1384193Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1385428Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1386874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1388101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1389421Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1390642Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1391849Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1393173Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1394691Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1395834Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1396980Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1445319Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1447015Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1448532Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1449805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1451024Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1452219Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1453382Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1454569Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1455752Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:43:49.1456480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:43:49.1457032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:49.1458345Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:49.1459630Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:49.1460907Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:43:49.1461325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:43:49.1462460Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:43:49.1463367Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:43:49.1464331Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:43:49.1465287Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:43:49.1465720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-08-22T20:43:49.1466111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:43:49.1466937Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:43:49.1467980Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:43:49.1468422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1469588Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1470724Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1471720Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1472863Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1474002Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1475049Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1476237Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1477440Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1478601Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1479748Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1480731Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1481871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1482877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1484110Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1485329Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1486476Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1487453Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1488605Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:43:49.1489083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:43:49.1490154Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:43:49.1491312Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:43:49.1491831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:43:49.1493134Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:43:49.1494493Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:43:49.1548612Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:43:49.1549076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1549985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1550948Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1552127Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1553244Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1554371Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1555477Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:43:49.1555924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:43:49.1557004Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:43:49.1557452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-08-22T20:43:49.1557942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:43:49.1559225Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:43:49.1560283Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:43:49.1560724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:43:49.1561713Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:43:49.1562774Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:43:49.1563228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:43:49.1564208Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:43:49.1565383Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:43:49.1565804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:43:49.1566809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:43:49.1567832Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:43:49.1568267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-08-22T20:43:49.1568770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:43:49.1569887Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:43:49.1570250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-08-22T20:43:49.1570629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1571586Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1572438Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1573315Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1574216Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1575128Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1575986Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1576427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:49.1577520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:49.1578521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:49.1579530Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:49.1580496Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:43:49.1581385Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:43:49.1581777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:43:49.1582674Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:43:49.1583613Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:43:49.1583925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-08-22T20:43:49.1584275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:43:49.1585071Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:43:49.1585884Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:43:49.1586718Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:43:49.1587126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:43:49.1588034Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:43:49.1588958Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:43:49.1589337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:43:49.1590270Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:43:49.1591126Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:43:49.1591555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:43:49.1592497Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:43:49.1593710Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:43:49.1651351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:43:49.1652705Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:43:49.1654155Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:43:49.1654731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:43:49.1655938Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:43:49.1657142Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:43:49.1657562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1658630Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1659654Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1660633Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1661676Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1662699Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1663723Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1664655Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1665756Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1666863Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1667816Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1668917Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:43:49.1669561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:43:49.1670721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:43:49.1671788Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:43:49.1672392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:43:49.1673567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:43:49.1674855Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:43:49.1676292Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:43:49.1677492Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:43:49.1678076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:43:49.1679199Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:43:49.1679807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:49.1681205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:49.1682440Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:49.1683783Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:49.1685231Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:43:49.1685724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:43:49.1686971Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:43:49.1687437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:43:49.1688668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:43:49.1689151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:49.1690298Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:49.1691610Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:49.1692898Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:49.1694419Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:43:49.1694835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:43:49.1695931Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:43:49.1696920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:43:49.1697959Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:43:49.1698785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:43:49.1699946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:43:49.1700392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:43:49.1701527Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:43:49.1702534Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:43:49.1703133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:43:49.1704101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:43:49.1766537Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:43:49.1767165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:43:49.1768402Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:43:49.1769401Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:43:49.1769981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:43:49.1770980Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:43:49.1772186Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:43:49.1772637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:43:49.1773867Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:43:49.1774287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:43:49.1775544Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:43:49.1776690Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:43:49.1777111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:43:49.1778094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:43:49.1779070Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:43:49.1779561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:43:49.1780723Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:43:49.1781988Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:43:49.1782467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:43:49.1783546Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:43:49.1784568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:43:49.1785079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:43:49.1786221Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:43:49.1787313Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:43:49.1787614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1788473Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1789199Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1790012Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1790790Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1791459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1792317Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1793112Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1794094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1795000Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1795701Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1796651Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1797494Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1798245Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1799036Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1799701Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1800514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1801236Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1801969Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1803046Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1803774Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1804697Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1805472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1806171Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:43:49.1806668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1807499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1808401Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1809368Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1810170Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1811168Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1811578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:43:49.1812464Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:43:49.1813467Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:43:49.1814431Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:43:49.1815506Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:43:49.1816457Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1862707Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:43:49.1863365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:43:49.1864443Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:43:49.1865283Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:43:49.1866073Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:43:49.1866852Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:43:49.1867601Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:43:49.1868074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:49.1869347Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:49.1870467Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:49.1871564Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:43:49.1871930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1872865Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1873840Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1874730Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1875617Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1876482Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1877375Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1878273Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1879155Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1880050Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1880960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1881872Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1882877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1883731Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1884822Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1885857Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1886735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:43:49.1887271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:43:49.1889111Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:43:49.1890110Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:43:49.1890527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:49.1891746Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:49.1892850Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:49.1894188Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:43:49.1894550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:43:49.1895294Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:43:49.1896206Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:43:49.1897092Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:43:49.1897927Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:43:49.1898288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:43:49.1899191Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:43:49.1899960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:43:49.1900443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:43:49.1901362Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:43:49.1903535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:43:49.1904659Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:43:49.1908163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:43:49.1909228Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:43:49.1909636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:43:49.1910670Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:43:49.1911686Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:43:49.1912107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:49.1913150Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:49.1914139Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:49.1915295Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:43:49.1968192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:43:49.1969191Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:43:49.1970444Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:43:49.1970908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:43:49.1971966Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:43:49.1972480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:43:49.1973428Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:43:49.1974376Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:43:49.1974776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:43:49.1975700Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:43:49.1976646Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:43:49.1977475Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:43:49.1977845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:43:49.1978806Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:43:49.1979148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:43:49.1979942Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:43:49.1980785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:43:49.1981704Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:43:49.1982081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:43:49.1982892Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:43:49.1983374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:43:49.1984186Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:43:49.1985068Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:43:49.1985871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:43:49.1986246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:43:49.1987266Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:43:49.1987673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1988589Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1989485Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1990472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1991334Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1992360Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1993658Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1994567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1995407Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1996426Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1997226Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1998161Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1999014Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.1999948Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2000885Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2002192Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2003047Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2004076Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2005122Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2006013Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2006832Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2007892Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2008665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2009732Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2010556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2011521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2012400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2013378Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:43:49.2013736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:43:49.2014485Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:43:49.2015400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:43:49.2016174Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:43:49.2016543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:43:49.2078854Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:43:49.2079940Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:43:49.2081119Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:43:49.2081592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2082548Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2083436Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2084390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2085284Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2086020Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2086764Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2087521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:43:49.2087883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2088656Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2089507Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2090315Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2091060Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2091852Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2092617Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2093805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2094618Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2095421Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2096273Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2097028Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2097878Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2098736Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2099545Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2100311Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2101073Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2101857Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2102766Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2103674Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2104478Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2105230Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2105974Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2106723Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2107497Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2108226Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2109132Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2109873Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2110655Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:43:49.2111025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:43:49.2111869Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:43:49.2112711Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:43:49.2113540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:43:49.2114388Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:43:49.2114780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:43:49.2115684Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:43:49.2116004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-08-22T20:43:49.2116387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:43:49.2117234Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:43:49.2118073Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:43:49.2118449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:43:49.2119356Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:43:49.2120189Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:43:49.2121187Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:43:49.2121625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:43:49.2122606Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:43:49.2122995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:43:49.2123877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:43:49.2441875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:43:49.2443185Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:43:49.2444439Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:43:49.2446062Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:43:49.2446528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:43:49.2447407Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:43:49.2447854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:43:49.2448826Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:43:49.2449240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2024-08-22T20:43:49.2449618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:43:49.2450541Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:43:49.2451467Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:43:49.2452443Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:43:49.2453462Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:43:49.2453918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:43:49.2454934Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:43:49.2455929Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:43:49.2456361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:43:49.2457421Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:43:49.2457835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2024-08-22T20:43:49.2458426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:43:49.2459926Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:43:49.2461075Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:43:49.2461603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:43:49.2462905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:43:49.2463468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:43:49.2464731Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:43:49.2466186Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:43:49.2466689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2024-08-22T20:43:49.2467212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:43:49.2468431Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:43:49.2468945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:49.2470093Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:49.2471310Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:49.2472431Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:43:49.2472985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:43:49.2474302Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:43:49.2474831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:49.2476002Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:49.2477202Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:49.2478254Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:43:49.2478797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:43:49.2479403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:43:49.2480820Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:43:49.2481474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:43:49.2482837Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:43:49.2484228Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:43:49.2485031Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:43:49.2485727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:49.2487339Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:49.2488846Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:49.2490479Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:49.2492082Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:43:49.2555124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:43:49.2556057Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:43:49.2556592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:43:49.2557685Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:43:49.2558820Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:43:49.2559782Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:43:49.2560218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:43:49.2561120Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:43:49.2562103Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:43:49.2562538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:43:49.2563516Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:43:49.2564841Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:43:49.2565837Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:43:49.2566328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:49.2567423Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:49.2567942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:43:49.2569179Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:43:49.2570395Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:49.2571635Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:43:49.2572041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:43:49.2572965Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:43:49.2573865Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:43:49.2574768Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:43:49.2575184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:43:49.2576072Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:43:49.2576432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:43:49.2577252Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:43:49.2578058Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:43:49.2578399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:43:49.2579171Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:43:49.2579925Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:43:49.2580296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:43:49.2581151Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:43:49.2581964Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:43:49.2582723Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:43:49.2583054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:43:49.2583947Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:43:49.2584718Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:43:49.2585092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:43:49.2585962Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:43:49.2586305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:43:49.2587070Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:43:49.2587849Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:43:49.2588670Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:43:49.2589533Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:43:49.2589910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:43:49.2590813Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:43:49.2591705Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:43:49.2592624Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:43:49.2593026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:43:49.2594229Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:43:49.2595340Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:43:49.2595659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:43:49.2596362Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:43:49.2597261Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:43:49.2597594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:43:49.2598411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:43:49.2599290Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:43:49.2599988Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:43:49.2600265Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:43:49.2600861Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:43:49.2601511Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:43:49.2601745Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2949598Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2951397Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2952882Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2954174Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2955418Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2956697Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2957904Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2959194Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2960362Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2961794Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2963137Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2964400Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2965750Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2966964Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2968101Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2969373Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2970630Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2971858Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2973103Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2974389Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2975590Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2976828Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2978108Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2979337Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2980614Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2981825Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2983048Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2984292Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2985466Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2986927Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2988342Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2989584Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2990852Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2992117Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:43:49.2992850Z running install_egg_info 2024-08-22T20:43:49.2993963Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892-py3.11.egg-info 2024-08-22T20:43:49.2994725Z running install_scripts 2024-08-22T20:43:49.2995399Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892.dist-info/WHEEL 2024-08-22T20:43:49.2996831Z creating '/tmp/pip-wheel-bhkvg2_w/.tmp-82khqnr1/executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2024-08-22T20:43:49.2997897Z adding 'executorch/version.py' 2024-08-22T20:43:49.2998608Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-08-22T20:43:49.2999445Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-08-22T20:43:49.3000212Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2024-08-22T20:43:49.3000994Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-08-22T20:43:49.3001773Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2024-08-22T20:43:49.3002593Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-08-22T20:43:49.3003401Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-08-22T20:43:49.3004206Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-08-22T20:43:49.3005180Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-08-22T20:43:49.3005884Z adding 'executorch/backends/apple/mps/__init__.py' 2024-08-22T20:43:49.3006509Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-08-22T20:43:49.3007176Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-08-22T20:43:49.3007957Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-08-22T20:43:49.3008692Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-08-22T20:43:49.3009395Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-08-22T20:43:49.3010157Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-08-22T20:43:49.3010913Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-08-22T20:43:49.3011660Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-08-22T20:43:49.3012482Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-08-22T20:43:49.3013251Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-08-22T20:43:49.3014012Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-08-22T20:43:49.3014740Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-08-22T20:43:49.3015436Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-08-22T20:43:49.3016196Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-08-22T20:43:49.3016890Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-08-22T20:43:49.3017597Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-08-22T20:43:49.3018353Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-08-22T20:43:49.3019047Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-08-22T20:43:49.3019727Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-08-22T20:43:49.3020592Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2024-08-22T20:43:49.3021461Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-08-22T20:43:49.3022275Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-08-22T20:43:49.3024588Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-08-22T20:43:49.3025437Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-08-22T20:43:49.3026119Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-08-22T20:43:49.3026809Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-08-22T20:43:49.3027566Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-08-22T20:43:49.3028353Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-08-22T20:43:49.3029077Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-08-22T20:43:49.3029787Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-08-22T20:43:49.3030519Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-08-22T20:43:49.3031120Z adding 'executorch/backends/arm/arm_backend.py' 2024-08-22T20:43:49.3031698Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-08-22T20:43:49.3032322Z adding 'executorch/backends/arm/arm_vela.py' 2024-08-22T20:43:49.3032922Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-08-22T20:43:49.3033503Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-08-22T20:43:49.3034069Z adding 'executorch/backends/arm/tosa_utils.py' 2024-08-22T20:43:49.3034645Z adding 'executorch/backends/arm/operators/__init__.py' 2024-08-22T20:43:49.3035343Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-08-22T20:43:49.3035988Z adding 'executorch/backends/arm/operators/op_add.py' 2024-08-22T20:43:49.3036589Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-08-22T20:43:49.3037295Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-08-22T20:43:49.3037972Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-08-22T20:43:49.3038615Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-08-22T20:43:49.3039288Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-08-22T20:43:49.3039929Z adding 'executorch/backends/arm/operators/op_div.py' 2024-08-22T20:43:49.3040530Z adding 'executorch/backends/arm/operators/op_full.py' 2024-08-22T20:43:49.3041146Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-08-22T20:43:49.3041848Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-08-22T20:43:49.3042497Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-08-22T20:43:49.3043124Z adding 'executorch/backends/arm/operators/op_output.py' 2024-08-22T20:43:49.3043812Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-08-22T20:43:49.3198802Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-08-22T20:43:49.3199648Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-08-22T20:43:49.3200578Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2024-08-22T20:43:49.3201433Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-08-22T20:43:49.3202160Z adding 'executorch/backends/arm/operators/op_sub.py' 2024-08-22T20:43:49.3202850Z adding 'executorch/backends/arm/operators/op_view.py' 2024-08-22T20:43:49.3203813Z adding 'executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py' 2024-08-22T20:43:49.3204962Z adding 'executorch/backends/arm/passes/arm_pass_manager.py' 2024-08-22T20:43:49.3205854Z adding 'executorch/backends/arm/passes/remove_clone_pass.py' 2024-08-22T20:43:49.3206683Z adding 'executorch/backends/arm/passes/tag_io_quant_pass.py' 2024-08-22T20:43:49.3207349Z adding 'executorch/backends/arm/quantizer/__init__.py' 2024-08-22T20:43:49.3208069Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2024-08-22T20:43:49.3208845Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2024-08-22T20:43:49.3209905Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2024-08-22T20:43:49.3210899Z adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py' 2024-08-22T20:43:49.3211985Z adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py' 2024-08-22T20:43:49.3213128Z adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py' 2024-08-22T20:43:49.3214103Z adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py' 2024-08-22T20:43:49.3215079Z adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py' 2024-08-22T20:43:49.3216227Z adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py' 2024-08-22T20:43:49.3217256Z adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py' 2024-08-22T20:43:49.3218317Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py' 2024-08-22T20:43:49.3219428Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py' 2024-08-22T20:43:49.3220191Z adding 'executorch/backends/arm/test/common.py' 2024-08-22T20:43:49.3220774Z adding 'executorch/backends/arm/test/runner_utils.py' 2024-08-22T20:43:49.3221597Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-08-22T20:43:49.3222439Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-08-22T20:43:49.3223126Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-08-22T20:43:49.3223755Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-08-22T20:43:49.3224422Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-08-22T20:43:49.3225073Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-08-22T20:43:49.3225686Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-08-22T20:43:49.3226413Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-08-22T20:43:49.3227202Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-08-22T20:43:49.3227876Z adding 'executorch/backends/arm/test/ops/test_div.py' 2024-08-22T20:43:49.3228543Z adding 'executorch/backends/arm/test/ops/test_full.py' 2024-08-22T20:43:49.3229214Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-08-22T20:43:49.3229905Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-08-22T20:43:49.3230553Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2024-08-22T20:43:49.3231195Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-08-22T20:43:49.3231880Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2024-08-22T20:43:49.3232552Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-08-22T20:43:49.3233267Z adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py' 2024-08-22T20:43:49.3234003Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-08-22T20:43:49.3234693Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-08-22T20:43:49.3235422Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-08-22T20:43:49.3236166Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-08-22T20:43:49.3237171Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-08-22T20:43:49.3238315Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-08-22T20:43:49.3239566Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:43:49.3240744Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-08-22T20:43:49.3241804Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-08-22T20:43:49.3242911Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-08-22T20:43:49.3244155Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-08-22T20:43:49.3245442Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-08-22T20:43:49.3246490Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-08-22T20:43:49.3247474Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-08-22T20:43:49.3248527Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-08-22T20:43:49.3249686Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-08-22T20:43:49.3250848Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-08-22T20:43:49.3251956Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-08-22T20:43:49.3253011Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-08-22T20:43:49.3254107Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-08-22T20:43:49.3255085Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-08-22T20:43:49.3256251Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-08-22T20:43:49.3257342Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-08-22T20:43:49.3258456Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-08-22T20:43:49.3259589Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-08-22T20:43:49.3260669Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-08-22T20:43:49.3261790Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-08-22T20:43:49.3262857Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-08-22T20:43:49.3263997Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-08-22T20:43:49.3265049Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-08-22T20:43:49.3266149Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-08-22T20:43:49.3267218Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-08-22T20:43:49.3268279Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-08-22T20:43:49.3269357Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-08-22T20:43:49.3270347Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-08-22T20:43:49.3271535Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-08-22T20:43:49.3272669Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-08-22T20:43:49.3273780Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-08-22T20:43:49.3274896Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-08-22T20:43:49.3275963Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-08-22T20:43:49.3276979Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-08-22T20:43:49.3277969Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-08-22T20:43:49.3279063Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-08-22T20:43:49.3279927Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-08-22T20:43:49.3280659Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-08-22T20:43:49.3281436Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-08-22T20:43:49.3282169Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-08-22T20:43:49.3282843Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-08-22T20:43:49.3283488Z adding 'executorch/backends/cadence/aot/passes.py' 2024-08-22T20:43:49.3284133Z adding 'executorch/backends/cadence/aot/utils.py' 2024-08-22T20:43:49.3284960Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2024-08-22T20:43:49.3285697Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2024-08-22T20:43:49.3286423Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2024-08-22T20:43:49.3287187Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2024-08-22T20:43:49.3287910Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-08-22T20:43:49.3288590Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-08-22T20:43:49.3289335Z adding 'executorch/backends/example/example_backend.py' 2024-08-22T20:43:49.3290068Z adding 'executorch/backends/example/example_partitioner.py' 2024-08-22T20:43:49.3290810Z adding 'executorch/backends/example/example_quantizer.py' 2024-08-22T20:43:49.3291496Z adding 'executorch/backends/example/test_example_delegate.py' 2024-08-22T20:43:49.3292464Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-08-22T20:43:49.3293927Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-08-22T20:43:49.3294996Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-08-22T20:43:49.3295856Z adding 'executorch/backends/example/example_operators/add.py' 2024-08-22T20:43:49.3555894Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-08-22T20:43:49.3556747Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-08-22T20:43:49.3557704Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-08-22T20:43:49.3558742Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-08-22T20:43:49.3559719Z adding 'executorch/backends/example/example_operators/linear.py' 2024-08-22T20:43:49.3560454Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-08-22T20:43:49.3561251Z adding 'executorch/backends/example/example_operators/ops.py' 2024-08-22T20:43:49.3562114Z adding 'executorch/backends/example/example_operators/utils.py' 2024-08-22T20:43:49.3563007Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-08-22T20:43:49.3563833Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-08-22T20:43:49.3564786Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-08-22T20:43:49.3565765Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-08-22T20:43:49.3566574Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-08-22T20:43:49.3567361Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-08-22T20:43:49.3568181Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-08-22T20:43:49.3568853Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-08-22T20:43:49.3569672Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-08-22T20:43:49.3570320Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-08-22T20:43:49.3571115Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-08-22T20:43:49.3571809Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-08-22T20:43:49.3572547Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-08-22T20:43:49.3573409Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-08-22T20:43:49.3574089Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-08-22T20:43:49.3575006Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-08-22T20:43:49.3575975Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-08-22T20:43:49.3576813Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-08-22T20:43:49.3577606Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2024-08-22T20:43:49.3578450Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-08-22T20:43:49.3579318Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-08-22T20:43:49.3580083Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-08-22T20:43:49.3580839Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-08-22T20:43:49.3581611Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-08-22T20:43:49.3582396Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-08-22T20:43:49.3583176Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-08-22T20:43:49.3583973Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-08-22T20:43:49.3584715Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-08-22T20:43:49.3585434Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-08-22T20:43:49.3586115Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-08-22T20:43:49.3586930Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2024-08-22T20:43:49.3587696Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-08-22T20:43:49.3588452Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-08-22T20:43:49.3589191Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-08-22T20:43:49.3589948Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-08-22T20:43:49.3590727Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-08-22T20:43:49.3591502Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-08-22T20:43:49.3592270Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-08-22T20:43:49.3593040Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-08-22T20:43:49.3594150Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-08-22T20:43:49.3594958Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2024-08-22T20:43:49.3595812Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2024-08-22T20:43:49.3596600Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-08-22T20:43:49.3597292Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-08-22T20:43:49.3598013Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-08-22T20:43:49.3598776Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-08-22T20:43:49.3599581Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-08-22T20:43:49.3600292Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2024-08-22T20:43:49.3601031Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-08-22T20:43:49.3601810Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-08-22T20:43:49.3602658Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-08-22T20:43:49.3603567Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2024-08-22T20:43:49.3604408Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-08-22T20:43:49.3605281Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-08-22T20:43:49.3606002Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-08-22T20:43:49.3606794Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-08-22T20:43:49.3607681Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-08-22T20:43:49.3608570Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-08-22T20:43:49.3609410Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-08-22T20:43:49.3610438Z adding 'executorch/backends/qualcomm/passes/build_quant_io.py' 2024-08-22T20:43:49.3611407Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-08-22T20:43:49.3612339Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-08-22T20:43:49.3613301Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-08-22T20:43:49.3614203Z adding 'executorch/backends/qualcomm/passes/convert_prelu.py' 2024-08-22T20:43:49.3614994Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-08-22T20:43:49.3615790Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-08-22T20:43:49.3616555Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-08-22T20:43:49.3617377Z adding 'executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py' 2024-08-22T20:43:49.3618219Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-08-22T20:43:49.3618940Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-08-22T20:43:49.3619697Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-08-22T20:43:49.3620516Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-08-22T20:43:49.3621405Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-08-22T20:43:49.3622305Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py' 2024-08-22T20:43:49.3623116Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-08-22T20:43:49.3623941Z adding 'executorch/backends/qualcomm/passes/remove_redundancy.py' 2024-08-22T20:43:49.3624702Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-08-22T20:43:49.3625381Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-08-22T20:43:49.3626034Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-08-22T20:43:49.3626695Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-08-22T20:43:49.3627474Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-08-22T20:43:49.3628489Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-08-22T20:43:49.3629332Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-08-22T20:43:49.3629998Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-08-22T20:43:49.3630666Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-08-22T20:43:49.3631319Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-08-22T20:43:49.3631940Z adding 'executorch/backends/qualcomm/utils/constants.py' 2024-08-22T20:43:49.3632563Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-08-22T20:43:49.3633154Z adding 'executorch/backends/transforms/__init__.py' 2024-08-22T20:43:49.3633794Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-08-22T20:43:49.3634487Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2024-08-22T20:43:49.3635244Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2024-08-22T20:43:49.3635994Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-08-22T20:43:49.3636788Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2024-08-22T20:43:49.3637538Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2024-08-22T20:43:49.3638220Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2024-08-22T20:43:49.3638896Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2024-08-22T20:43:49.3639561Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2024-08-22T20:43:49.3640175Z adding 'executorch/backends/transforms/utils.py' 2024-08-22T20:43:49.3640936Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-08-22T20:43:49.3641672Z adding 'executorch/backends/vulkan/__init__.py' 2024-08-22T20:43:49.3642270Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-08-22T20:43:49.3643179Z adding 'executorch/backends/vulkan/partitioner/supported_ops.py' 2024-08-22T20:43:49.3643990Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-08-22T20:43:49.3644847Z adding 'executorch/backends/vulkan/passes/custom_ops_defs.py' 2024-08-22T20:43:49.3645544Z adding 'executorch/backends/vulkan/passes/test_custom_ops.py' 2024-08-22T20:43:49.3646229Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2024-08-22T20:43:49.3647013Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml' 2024-08-22T20:43:49.3647900Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2024-08-22T20:43:49.3648858Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2024-08-22T20:43:49.3649698Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2024-08-22T20:43:49.3650542Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2024-08-22T20:43:49.3651389Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-08-22T20:43:49.3652211Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-08-22T20:43:49.3652998Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-08-22T20:43:49.3653858Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-08-22T20:43:49.3892607Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-08-22T20:43:49.3893896Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-08-22T20:43:49.3895038Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-08-22T20:43:49.3896294Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-08-22T20:43:49.3897530Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-08-22T20:43:49.3898629Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-08-22T20:43:49.3899770Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-08-22T20:43:49.3900804Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-08-22T20:43:49.3901712Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-08-22T20:43:49.3902681Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2024-08-22T20:43:49.3903488Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-08-22T20:43:49.3904366Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2024-08-22T20:43:49.3905360Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2024-08-22T20:43:49.3906268Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-08-22T20:43:49.3907166Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-08-22T20:43:49.3908054Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-08-22T20:43:49.3908964Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-08-22T20:43:49.3909898Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml' 2024-08-22T20:43:49.3910725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-08-22T20:43:49.3911550Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2024-08-22T20:43:49.3912449Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2024-08-22T20:43:49.3913324Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-08-22T20:43:49.3914181Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2024-08-22T20:43:49.3915148Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-08-22T20:43:49.3916068Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-08-22T20:43:49.3917248Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-08-22T20:43:49.3918337Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-08-22T20:43:49.3919331Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-08-22T20:43:49.3920336Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-08-22T20:43:49.3921308Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-08-22T20:43:49.3922193Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-08-22T20:43:49.3923215Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-08-22T20:43:49.3924235Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-08-22T20:43:49.3925379Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-08-22T20:43:49.3926416Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-08-22T20:43:49.3927278Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-08-22T20:43:49.3928271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-08-22T20:43:49.3929266Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml' 2024-08-22T20:43:49.3930133Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-08-22T20:43:49.3931025Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2024-08-22T20:43:49.3931938Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-08-22T20:43:49.3932740Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-08-22T20:43:49.3933520Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-08-22T20:43:49.3934357Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-08-22T20:43:49.3935258Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-08-22T20:43:49.3936124Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-08-22T20:43:49.3936850Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-08-22T20:43:49.3937627Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-08-22T20:43:49.3938450Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-08-22T20:43:49.3939252Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-08-22T20:43:49.3939983Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-08-22T20:43:49.3940814Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-08-22T20:43:49.3941662Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-08-22T20:43:49.3942578Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-08-22T20:43:49.3943644Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-08-22T20:43:49.3944689Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-08-22T20:43:49.3945656Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-08-22T20:43:49.3946637Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-08-22T20:43:49.3947613Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-08-22T20:43:49.3948570Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-08-22T20:43:49.3949701Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-08-22T20:43:49.3950914Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-08-22T20:43:49.3952112Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-08-22T20:43:49.3953042Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2024-08-22T20:43:49.3953942Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2024-08-22T20:43:49.3954788Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2024-08-22T20:43:49.3955589Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2024-08-22T20:43:49.3956310Z adding 'executorch/backends/xnnpack/__init__.py' 2024-08-22T20:43:49.3957022Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-08-22T20:43:49.3957753Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-08-22T20:43:49.3958520Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-08-22T20:43:49.3959211Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-08-22T20:43:49.3959868Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-08-22T20:43:49.3960532Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-08-22T20:43:49.3961256Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-08-22T20:43:49.3962030Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-08-22T20:43:49.3962837Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-08-22T20:43:49.3963540Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-08-22T20:43:49.3964221Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-08-22T20:43:49.3965102Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-08-22T20:43:49.3965929Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-08-22T20:43:49.3966756Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-08-22T20:43:49.3967599Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-08-22T20:43:49.3968335Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-08-22T20:43:49.3969064Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-08-22T20:43:49.3969829Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-08-22T20:43:49.3970543Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-08-22T20:43:49.3971264Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-08-22T20:43:49.3971960Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-08-22T20:43:49.3972721Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-08-22T20:43:49.3973554Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-08-22T20:43:49.3974322Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-08-22T20:43:49.3975021Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-08-22T20:43:49.3975712Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-08-22T20:43:49.3976388Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-08-22T20:43:49.3977063Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-08-22T20:43:49.3977824Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-08-22T20:43:49.3978506Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-08-22T20:43:49.3979242Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-08-22T20:43:49.3980061Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-08-22T20:43:49.3980802Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-08-22T20:43:49.3981509Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-08-22T20:43:49.3982238Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-08-22T20:43:49.3982929Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-08-22T20:43:49.3983638Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-08-22T20:43:49.3984389Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-08-22T20:43:49.3985265Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-08-22T20:43:49.3986052Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-08-22T20:43:49.3986808Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-08-22T20:43:49.3987605Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-08-22T20:43:49.4231766Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-08-22T20:43:49.4232897Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-08-22T20:43:49.4233585Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-08-22T20:43:49.4234536Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-08-22T20:43:49.4235484Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-08-22T20:43:49.4236462Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-08-22T20:43:49.4237518Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-08-22T20:43:49.4238458Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-08-22T20:43:49.4239332Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-08-22T20:43:49.4240335Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-08-22T20:43:49.4241297Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-08-22T20:43:49.4242113Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-08-22T20:43:49.4242833Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-08-22T20:43:49.4243692Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-08-22T20:43:49.4244692Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-08-22T20:43:49.4245500Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-08-22T20:43:49.4246340Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-08-22T20:43:49.4247153Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-08-22T20:43:49.4247925Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-08-22T20:43:49.4248703Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-08-22T20:43:49.4249464Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-08-22T20:43:49.4250257Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-08-22T20:43:49.4251084Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-08-22T20:43:49.4251963Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-08-22T20:43:49.4252827Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-08-22T20:43:49.4253655Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-08-22T20:43:49.4254419Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-08-22T20:43:49.4255158Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-08-22T20:43:49.4255869Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-08-22T20:43:49.4256706Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-08-22T20:43:49.4257579Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-08-22T20:43:49.4258507Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-08-22T20:43:49.4259432Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-08-22T20:43:49.4260261Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-08-22T20:43:49.4261133Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-08-22T20:43:49.4261960Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-08-22T20:43:49.4262810Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-08-22T20:43:49.4263702Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-08-22T20:43:49.4264733Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-08-22T20:43:49.4265550Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-08-22T20:43:49.4266295Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-08-22T20:43:49.4267040Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-08-22T20:43:49.4267873Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-08-22T20:43:49.4268655Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-08-22T20:43:49.4269355Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-08-22T20:43:49.4270103Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-08-22T20:43:49.4270875Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-08-22T20:43:49.4271617Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-08-22T20:43:49.4272356Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-08-22T20:43:49.4273058Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-08-22T20:43:49.4273832Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-08-22T20:43:49.4274582Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-08-22T20:43:49.4275345Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-08-22T20:43:49.4276235Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-08-22T20:43:49.4277068Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-08-22T20:43:49.4277781Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-08-22T20:43:49.4278540Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-08-22T20:43:49.4279348Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-08-22T20:43:49.4280045Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-08-22T20:43:49.4280431Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-08-22T20:43:49.4280753Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-08-22T20:43:49.4281030Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-08-22T20:43:49.4281307Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-08-22T20:43:49.4281637Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-08-22T20:43:49.4281995Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-08-22T20:43:49.4282357Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-08-22T20:43:49.4282613Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-08-22T20:43:49.4282869Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-08-22T20:43:49.4283194Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-08-22T20:43:49.4283598Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-08-22T20:43:49.4283881Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-08-22T20:43:49.4284142Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-08-22T20:43:49.4284637Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-08-22T20:43:49.4285085Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-08-22T20:43:49.4285351Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-08-22T20:43:49.4285752Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-08-22T20:43:49.4286297Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-08-22T20:43:49.4286761Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-08-22T20:43:49.4287175Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-08-22T20:43:49.4287678Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-08-22T20:43:49.4288097Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-08-22T20:43:49.4288516Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-08-22T20:43:49.4289049Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-08-22T20:43:49.4289522Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-08-22T20:43:49.4289972Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-08-22T20:43:49.4290512Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-08-22T20:43:49.4290923Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-08-22T20:43:49.4291306Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-08-22T20:43:49.4291738Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-08-22T20:43:49.4292148Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-08-22T20:43:49.4292526Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-08-22T20:43:49.4292904Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-08-22T20:43:49.4293568Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-08-22T20:43:49.4294041Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-08-22T20:43:49.4294382Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-08-22T20:43:49.4294886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-08-22T20:43:49.4295320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-08-22T20:43:49.4295932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-08-22T20:43:49.4296380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-08-22T20:43:49.4296968Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-08-22T20:43:49.4297424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-08-22T20:43:49.4297880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-08-22T20:43:49.4298412Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-08-22T20:43:49.4298873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-08-22T20:43:49.4299274Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-08-22T20:43:49.4299846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-08-22T20:43:49.4300310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-08-22T20:43:49.4300742Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-08-22T20:43:49.4301254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-08-22T20:43:49.4301893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-08-22T20:43:49.4302347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-08-22T20:43:49.4302767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-08-22T20:43:49.4303239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-08-22T20:43:49.4303720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-08-22T20:43:49.4304170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-08-22T20:43:49.4304731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-08-22T20:43:49.4305193Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-08-22T20:43:49.4386565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-08-22T20:43:49.4387170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-08-22T20:43:49.4387781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-08-22T20:43:49.4388675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-08-22T20:43:49.4389283Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-08-22T20:43:49.4390162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-08-22T20:43:49.4390783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-08-22T20:43:49.4391418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-08-22T20:43:49.4391849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-08-22T20:43:49.4392288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-08-22T20:43:49.4392992Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-08-22T20:43:49.4393654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-08-22T20:43:49.4394080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-08-22T20:43:49.4394489Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-08-22T20:43:49.4395012Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-08-22T20:43:49.4395460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-08-22T20:43:49.4395844Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-08-22T20:43:49.4396270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-08-22T20:43:49.4396714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-08-22T20:43:49.4397110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-08-22T20:43:49.4397549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-08-22T20:43:49.4398047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-08-22T20:43:49.4398514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-08-22T20:43:49.4398961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-08-22T20:43:49.4399366Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-08-22T20:43:49.4399761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-08-22T20:43:49.4400158Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-08-22T20:43:49.4400614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-08-22T20:43:49.4401047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-08-22T20:43:49.4401471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-08-22T20:43:49.4402000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-08-22T20:43:49.4402450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-08-22T20:43:49.4402960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-08-22T20:43:49.4403417Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-08-22T20:43:49.4403875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-08-22T20:43:49.4404371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-08-22T20:43:49.4404868Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-08-22T20:43:49.4405261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-08-22T20:43:49.4405702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-08-22T20:43:49.4406270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-08-22T20:43:49.4406797Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-08-22T20:43:49.4407243Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-08-22T20:43:49.4407736Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-08-22T20:43:49.4408222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-08-22T20:43:49.4408732Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-08-22T20:43:49.4409222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-08-22T20:43:49.4409792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-08-22T20:43:49.4410196Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-08-22T20:43:49.4410686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-08-22T20:43:49.4411244Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-08-22T20:43:49.4411679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-08-22T20:43:49.4412336Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-08-22T20:43:49.4412903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-08-22T20:43:49.4413540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-08-22T20:43:49.4414012Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-08-22T20:43:49.4414497Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-08-22T20:43:49.4415049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-08-22T20:43:49.4415467Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-08-22T20:43:49.4416030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-08-22T20:43:49.4416528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-08-22T20:43:49.4416994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-08-22T20:43:49.4417500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-08-22T20:43:49.4417987Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-08-22T20:43:49.4418440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-08-22T20:43:49.4418952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-08-22T20:43:49.4419408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-08-22T20:43:49.4419984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-08-22T20:43:49.4420432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-08-22T20:43:49.4420884Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-08-22T20:43:49.4421443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-08-22T20:43:49.4421874Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-08-22T20:43:49.4422277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-08-22T20:43:49.4422866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-08-22T20:43:49.4423333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-08-22T20:43:49.4423878Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-08-22T20:43:49.4424465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-08-22T20:43:49.4425062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:43:49.4425603Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:43:49.4426062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-08-22T20:43:49.4426581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-08-22T20:43:49.4427050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-08-22T20:43:49.4427457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-08-22T20:43:49.4428016Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-08-22T20:43:49.4428499Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-08-22T20:43:49.4429011Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-08-22T20:43:49.4429462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-08-22T20:43:49.4429942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-08-22T20:43:49.4430430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-08-22T20:43:49.4430964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-08-22T20:43:49.4431446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-08-22T20:43:49.4431922Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-08-22T20:43:49.4432426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-08-22T20:43:49.4432864Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-08-22T20:43:49.4433382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-08-22T20:43:49.4433835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-08-22T20:43:49.4434261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-08-22T20:43:49.4434798Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-08-22T20:43:49.4435203Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-08-22T20:43:49.4552766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-08-22T20:43:49.4553250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-08-22T20:43:49.4553792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-08-22T20:43:49.4554213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-08-22T20:43:49.4554826Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-08-22T20:43:49.4555284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-08-22T20:43:49.4555708Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-08-22T20:43:49.4556303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-08-22T20:43:49.4556846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-08-22T20:43:49.4557390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-08-22T20:43:49.4557825Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-08-22T20:43:49.4558298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-08-22T20:43:49.4558690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-08-22T20:43:49.4559082Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-08-22T20:43:49.4559848Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-08-22T20:43:49.4560340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-08-22T20:43:49.4560723Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-08-22T20:43:49.4561217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-08-22T20:43:49.4561654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-08-22T20:43:49.4562040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-08-22T20:43:49.4562556Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-08-22T20:43:49.4562947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-08-22T20:43:49.4563386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-08-22T20:43:49.4563823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-08-22T20:43:49.4564264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-08-22T20:43:49.4564764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-08-22T20:43:49.4565322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-08-22T20:43:49.4565730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-08-22T20:43:49.4566121Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-08-22T20:43:49.4566589Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-08-22T20:43:49.4567068Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-08-22T20:43:49.4567520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-08-22T20:43:49.4568065Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-08-22T20:43:49.4568512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-08-22T20:43:49.4568999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-08-22T20:43:49.4569576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-08-22T20:43:49.4569997Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-08-22T20:43:49.4570403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-08-22T20:43:49.4570941Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-08-22T20:43:49.4571378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-08-22T20:43:49.4571806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-08-22T20:43:49.4572340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-08-22T20:43:49.4572780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-08-22T20:43:49.4573208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-08-22T20:43:49.4573751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-08-22T20:43:49.4574187Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-08-22T20:43:49.4574652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-08-22T20:43:49.4575113Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-08-22T20:43:49.4575516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-08-22T20:43:49.4576067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2024-08-22T20:43:49.4576563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-08-22T20:43:49.4577201Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-08-22T20:43:49.4577875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-08-22T20:43:49.4578384Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:43:49.4579013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:43:49.4579529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-08-22T20:43:49.4580025Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-08-22T20:43:49.4580644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:43:49.4581265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:43:49.4581958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:43:49.4582564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:43:49.4583185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-08-22T20:43:49.4583661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-08-22T20:43:49.4584308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:43:49.4584822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:43:49.4585532Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:43:49.4586128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:43:49.4586692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-08-22T20:43:49.4587269Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-08-22T20:43:49.4587782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-08-22T20:43:49.4588402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-08-22T20:43:49.4588849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-08-22T20:43:49.4589372Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-08-22T20:43:49.4589822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-08-22T20:43:49.4590231Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-08-22T20:43:49.4590727Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-08-22T20:43:49.4591243Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-08-22T20:43:49.4591732Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-08-22T20:43:49.4592344Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-08-22T20:43:49.4592831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:43:49.4593661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-08-22T20:43:49.4594295Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:43:49.4594928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:43:49.4595572Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:43:49.4596320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:43:49.4597024Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-08-22T20:43:49.4597559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:43:49.4598191Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:43:49.4598712Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-08-22T20:43:49.4599326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-08-22T20:43:49.4599823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-08-22T20:43:49.4600361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-08-22T20:43:49.4600887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-08-22T20:43:49.4601337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-08-22T20:43:49.4771391Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-08-22T20:43:49.4772142Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-08-22T20:43:49.4772587Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-08-22T20:43:49.4773234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-08-22T20:43:49.4773878Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-08-22T20:43:49.4774569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-08-22T20:43:49.4775215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:43:49.4775733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-08-22T20:43:49.4776144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-08-22T20:43:49.4776557Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-08-22T20:43:49.4777002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-08-22T20:43:49.4777394Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-08-22T20:43:49.4777887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-08-22T20:43:49.4778359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-08-22T20:43:49.4778794Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-08-22T20:43:49.4779241Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-08-22T20:43:49.4779767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-08-22T20:43:49.4780282Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-08-22T20:43:49.4780730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-08-22T20:43:49.4781244Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-08-22T20:43:49.4781686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-08-22T20:43:49.4782070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-08-22T20:43:49.4782587Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-08-22T20:43:49.4783132Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-08-22T20:43:49.4783549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-08-22T20:43:49.4784079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-08-22T20:43:49.4784680Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-08-22T20:43:49.4785162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-08-22T20:43:49.4785555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-08-22T20:43:49.4785970Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-08-22T20:43:49.4786347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-08-22T20:43:49.4786734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-08-22T20:43:49.4787140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-08-22T20:43:49.4787529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-08-22T20:43:49.4787900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-08-22T20:43:49.4788320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-08-22T20:43:49.4788952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-08-22T20:43:49.4789373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-08-22T20:43:49.4789911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-08-22T20:43:49.4790377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-08-22T20:43:49.4790852Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-08-22T20:43:49.4791315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-08-22T20:43:49.4791810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-08-22T20:43:49.4792341Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-08-22T20:43:49.4792856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-08-22T20:43:49.4793707Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-08-22T20:43:49.4794139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-08-22T20:43:49.4794578Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-08-22T20:43:49.4795019Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-08-22T20:43:49.4795582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-08-22T20:43:49.4796130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-08-22T20:43:49.4796626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-08-22T20:43:49.4797094Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-08-22T20:43:49.4797541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-08-22T20:43:49.4798057Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-08-22T20:43:49.4798530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-08-22T20:43:49.4798993Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-08-22T20:43:49.4799425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-08-22T20:43:49.4799880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-08-22T20:43:49.4800323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-08-22T20:43:49.4800768Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-08-22T20:43:49.4801368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-08-22T20:43:49.4801856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-08-22T20:43:49.4802307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-08-22T20:43:49.4802835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-08-22T20:43:49.4803314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-08-22T20:43:49.4803871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-08-22T20:43:49.4804339Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-08-22T20:43:49.4804909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-08-22T20:43:49.4805356Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-08-22T20:43:49.4805799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-08-22T20:43:49.4806269Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-08-22T20:43:49.4806802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-08-22T20:43:49.4807245Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-08-22T20:43:49.4807697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-08-22T20:43:49.4808137Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-08-22T20:43:49.4808587Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-08-22T20:43:49.4809049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-08-22T20:43:49.4809525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-08-22T20:43:49.4810059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-08-22T20:43:49.4810561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-08-22T20:43:49.4811037Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-08-22T20:43:49.4811521Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-08-22T20:43:49.4811980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-08-22T20:43:49.4812428Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-08-22T20:43:49.4812805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-08-22T20:43:49.4813253Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-08-22T20:43:49.4813618Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-08-22T20:43:49.4814008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-08-22T20:43:49.4814363Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-08-22T20:43:49.4814700Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-08-22T20:43:49.4815117Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-08-22T20:43:49.4815509Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-08-22T20:43:49.4815967Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-08-22T20:43:49.6672671Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-08-22T20:43:49.6673359Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-08-22T20:43:49.6674146Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-08-22T20:43:49.6674725Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-08-22T20:43:49.6675103Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-08-22T20:43:49.6675529Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-08-22T20:43:49.6675883Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-08-22T20:43:49.6676323Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-08-22T20:43:49.6676610Z adding 'executorch/data/bin/__init__.py' 2024-08-22T20:43:49.6676828Z adding 'executorch/data/bin/flatc' 2024-08-22T20:43:49.6677116Z adding 'executorch/examples/models/__init__.py' 2024-08-22T20:43:49.6677441Z adding 'executorch/examples/models/model_base.py' 2024-08-22T20:43:49.6677785Z adding 'executorch/examples/models/model_factory.py' 2024-08-22T20:43:49.6678177Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-08-22T20:43:49.6678546Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-08-22T20:43:49.6678899Z adding 'executorch/examples/models/edsr/__init__.py' 2024-08-22T20:43:49.6679249Z adding 'executorch/examples/models/edsr/model.py' 2024-08-22T20:43:49.6679780Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-08-22T20:43:49.6680182Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-08-22T20:43:49.6680574Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-08-22T20:43:49.6680945Z adding 'executorch/examples/models/inception_v3/model.py' 2024-08-22T20:43:49.6681341Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-08-22T20:43:49.6681644Z adding 'executorch/examples/models/inception_v4/model.py' 2024-08-22T20:43:49.6681908Z adding 'executorch/examples/models/llama2/__init__.py' 2024-08-22T20:43:49.6682188Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-08-22T20:43:49.6682486Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-08-22T20:43:49.6682782Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-08-22T20:43:49.6683095Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-08-22T20:43:49.6683363Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-08-22T20:43:49.6683743Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-08-22T20:43:49.6684018Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-08-22T20:43:49.6684338Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-08-22T20:43:49.6684745Z adding 'executorch/examples/models/llama2/model.py' 2024-08-22T20:43:49.6685003Z adding 'executorch/examples/models/llama2/rope.py' 2024-08-22T20:43:49.6685327Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-08-22T20:43:49.6685813Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-08-22T20:43:49.6686267Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-08-22T20:43:49.6686752Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-08-22T20:43:49.6687068Z adding 'executorch/examples/models/llama2/evaluate/__init__.py' 2024-08-22T20:43:49.6687479Z adding 'executorch/examples/models/llama2/evaluate/eager_eval.py' 2024-08-22T20:43:49.6687825Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-08-22T20:43:49.6688207Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-08-22T20:43:49.6688552Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-08-22T20:43:49.6688976Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-08-22T20:43:49.6689290Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-08-22T20:43:49.6689685Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-08-22T20:43:49.6690190Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-08-22T20:43:49.6690610Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-08-22T20:43:49.6690996Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-08-22T20:43:49.6691414Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-08-22T20:43:49.6691753Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-08-22T20:43:49.6692039Z adding 'executorch/examples/models/llava/__init__.py' 2024-08-22T20:43:49.6692364Z adding 'executorch/examples/models/llava/export_llava.py' 2024-08-22T20:43:49.6692622Z adding 'executorch/examples/models/llava/model.py' 2024-08-22T20:43:49.6692914Z adding 'executorch/examples/models/llava/test/test_llava.py' 2024-08-22T20:43:49.6693507Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-08-22T20:43:49.6693811Z adding 'executorch/examples/models/mobilebert/model.py' 2024-08-22T20:43:49.6694113Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-08-22T20:43:49.6694394Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-08-22T20:43:49.6694689Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-08-22T20:43:49.6695071Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-08-22T20:43:49.6695350Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2024-08-22T20:43:49.6695684Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2024-08-22T20:43:49.6696015Z adding 'executorch/examples/models/phi3-mini-lora/export_model.py' 2024-08-22T20:43:49.6696284Z adding 'executorch/examples/models/resnet/__init__.py' 2024-08-22T20:43:49.6696533Z adding 'executorch/examples/models/resnet/model.py' 2024-08-22T20:43:49.6696783Z adding 'executorch/examples/models/test/__init__.py' 2024-08-22T20:43:49.6697056Z adding 'executorch/examples/models/test/test_export.py' 2024-08-22T20:43:49.6697371Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-08-22T20:43:49.6697671Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-08-22T20:43:49.6697953Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-08-22T20:43:49.6698214Z adding 'executorch/examples/models/toy_model/model.py' 2024-08-22T20:43:49.6698513Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-08-22T20:43:49.6698780Z adding 'executorch/examples/models/wav2letter/model.py' 2024-08-22T20:43:49.6698968Z adding 'executorch/exir/__init__.py' 2024-08-22T20:43:49.6699157Z adding 'executorch/exir/common.py' 2024-08-22T20:43:49.6699359Z adding 'executorch/exir/control_flow.py' 2024-08-22T20:43:49.6699548Z adding 'executorch/exir/delegate.py' 2024-08-22T20:43:49.6699769Z adding 'executorch/exir/dim_order_utils.py' 2024-08-22T20:43:49.6699974Z adding 'executorch/exir/dynamic_shape.py' 2024-08-22T20:43:49.6700153Z adding 'executorch/exir/error.py' 2024-08-22T20:43:49.6700339Z adding 'executorch/exir/graph.py' 2024-08-22T20:43:49.6700546Z adding 'executorch/exir/graph_module.py' 2024-08-22T20:43:49.6700799Z adding 'executorch/exir/lowered_backend_module.py' 2024-08-22T20:43:49.6700988Z adding 'executorch/exir/memory.py' 2024-08-22T20:43:49.6701204Z adding 'executorch/exir/memory_planning.py' 2024-08-22T20:43:49.6701396Z adding 'executorch/exir/pass_base.py' 2024-08-22T20:43:49.6701616Z adding 'executorch/exir/pass_manager.py' 2024-08-22T20:43:49.6701822Z adding 'executorch/exir/print_program.py' 2024-08-22T20:43:49.6702025Z adding 'executorch/exir/scalar_type.py' 2024-08-22T20:43:49.6702207Z adding 'executorch/exir/schema.py' 2024-08-22T20:43:49.6702394Z adding 'executorch/exir/sym_util.py' 2024-08-22T20:43:49.6702586Z adding 'executorch/exir/tensor.py' 2024-08-22T20:43:49.6702767Z adding 'executorch/exir/tracer.py' 2024-08-22T20:43:49.6702948Z adding 'executorch/exir/types.py' 2024-08-22T20:43:49.6703140Z adding 'executorch/exir/version.py' 2024-08-22T20:43:49.6703395Z adding 'executorch/exir/wrap.py' 2024-08-22T20:43:49.6703694Z adding 'executorch/exir/_serialize/__init__.py' 2024-08-22T20:43:49.6703974Z adding 'executorch/exir/_serialize/_cord.py' 2024-08-22T20:43:49.6704213Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-08-22T20:43:49.6704463Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-08-22T20:43:49.6704700Z adding 'executorch/exir/_serialize/_program.py' 2024-08-22T20:43:49.6704932Z adding 'executorch/exir/_serialize/program.fbs' 2024-08-22T20:43:49.6705184Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-08-22T20:43:49.6705441Z adding 'executorch/exir/_serialize/test/__init__.py' 2024-08-22T20:43:49.6705693Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-08-22T20:43:49.6705989Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-08-22T20:43:49.6706260Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-08-22T20:43:49.6706500Z adding 'executorch/exir/backend/backend_api.py' 2024-08-22T20:43:49.6706762Z adding 'executorch/exir/backend/backend_details.py' 2024-08-22T20:43:49.6707029Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-08-22T20:43:49.6707263Z adding 'executorch/exir/backend/partitioner.py' 2024-08-22T20:43:49.6707475Z adding 'executorch/exir/backend/utils.py' 2024-08-22T20:43:49.6707976Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-08-22T20:43:49.6708427Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-08-22T20:43:49.6708858Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-08-22T20:43:49.6709195Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-08-22T20:43:49.6709586Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-08-22T20:43:49.6709910Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-08-22T20:43:49.6710273Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-08-22T20:43:49.6710561Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-08-22T20:43:49.6710876Z adding 'executorch/exir/backend/test/test_backends.py' 2024-08-22T20:43:49.6711210Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-08-22T20:43:49.6711516Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-08-22T20:43:49.6711804Z adding 'executorch/exir/backend/test/test_compatibility.py' 2024-08-22T20:43:49.6712107Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-08-22T20:43:49.6712439Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-08-22T20:43:49.6712731Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-08-22T20:43:49.6713078Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-08-22T20:43:49.6713353Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-08-22T20:43:49.6713639Z adding 'executorch/exir/backend/test/test_passes.py' 2024-08-22T20:43:49.6713936Z adding 'executorch/exir/backend/test/test_utils.py' 2024-08-22T20:43:49.6714295Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-08-22T20:43:49.6714707Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-08-22T20:43:49.6715137Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-08-22T20:43:49.6715546Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-08-22T20:43:49.6715831Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-08-22T20:43:49.6716079Z adding 'executorch/exir/capture/__init__.py' 2024-08-22T20:43:50.2429647Z adding 'executorch/exir/capture/_capture.py' 2024-08-22T20:43:50.2430441Z adding 'executorch/exir/capture/_config.py' 2024-08-22T20:43:50.2431191Z adding 'executorch/exir/capture/_unlift.py' 2024-08-22T20:43:50.2431910Z adding 'executorch/exir/dialects/__init__.py' 2024-08-22T20:43:50.2432955Z adding 'executorch/exir/dialects/_ops.py' 2024-08-22T20:43:50.2433643Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-08-22T20:43:50.2434642Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-08-22T20:43:50.2435524Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-08-22T20:43:50.2436505Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-08-22T20:43:50.2437298Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-08-22T20:43:50.2438034Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-08-22T20:43:50.2438776Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-08-22T20:43:50.2439631Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-08-22T20:43:50.2440317Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-08-22T20:43:50.2440898Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-08-22T20:43:50.2441515Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-08-22T20:43:50.2442304Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-08-22T20:43:50.2443154Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-08-22T20:43:50.2443955Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-08-22T20:43:50.2445030Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-08-22T20:43:50.2446089Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-08-22T20:43:50.2446907Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-08-22T20:43:50.2447511Z adding 'executorch/exir/emit/__init__.py' 2024-08-22T20:43:50.2448042Z adding 'executorch/exir/emit/_emit_program.py' 2024-08-22T20:43:50.2448569Z adding 'executorch/exir/emit/_emitter.py' 2024-08-22T20:43:50.2449092Z adding 'executorch/exir/emit/test/test_emit.py' 2024-08-22T20:43:50.2449634Z adding 'executorch/exir/operator/convert.py' 2024-08-22T20:43:50.2450163Z adding 'executorch/exir/operator/manip.py' 2024-08-22T20:43:50.2450667Z adding 'executorch/exir/operator/util.py' 2024-08-22T20:43:50.2451244Z adding 'executorch/exir/operator/test/test_operator.py' 2024-08-22T20:43:50.2451822Z adding 'executorch/exir/passes/__init__.py' 2024-08-22T20:43:50.2452471Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-08-22T20:43:50.2453151Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-08-22T20:43:50.2453760Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-08-22T20:43:50.2454417Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-08-22T20:43:50.2455099Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-08-22T20:43:50.2455754Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-08-22T20:43:50.2456448Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-08-22T20:43:50.2457206Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-08-22T20:43:50.2457922Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-08-22T20:43:50.2458568Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-08-22T20:43:50.2459270Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-08-22T20:43:50.2459981Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-08-22T20:43:50.2460626Z adding 'executorch/exir/passes/pass_registry.py' 2024-08-22T20:43:50.2461209Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-08-22T20:43:50.2461850Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-08-22T20:43:50.2462546Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-08-22T20:43:50.2463197Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-08-22T20:43:50.2463850Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-08-22T20:43:50.2464639Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-08-22T20:43:50.2465428Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-08-22T20:43:50.2466130Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-08-22T20:43:50.2466966Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-08-22T20:43:50.2467699Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-08-22T20:43:50.2468310Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-08-22T20:43:50.2468917Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-08-22T20:43:50.2469520Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-08-22T20:43:50.2470093Z adding 'executorch/exir/program/__init__.py' 2024-08-22T20:43:50.2470641Z adding 'executorch/exir/program/_fake_program.py' 2024-08-22T20:43:50.2471194Z adding 'executorch/exir/program/_program.py' 2024-08-22T20:43:50.2471734Z adding 'executorch/exir/program/test/__init__.py' 2024-08-22T20:43:50.2472350Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-08-22T20:43:50.2472982Z adding 'executorch/exir/program/test/test_program.py' 2024-08-22T20:43:50.2473538Z adding 'executorch/exir/serde/__init__.py' 2024-08-22T20:43:50.2474098Z adding 'executorch/exir/serde/export_serialize.py' 2024-08-22T20:43:50.2474640Z adding 'executorch/exir/serde/schema.py' 2024-08-22T20:43:50.2475163Z adding 'executorch/exir/serde/schema_check.py' 2024-08-22T20:43:50.2475701Z adding 'executorch/exir/serde/serialize.py' 2024-08-22T20:43:50.2476268Z adding 'executorch/exir/serde/union.py' 2024-08-22T20:43:50.2476765Z adding 'executorch/exir/serde/upgrade.py' 2024-08-22T20:43:50.2477280Z adding 'executorch/exir/tests/asr_joiner.py' 2024-08-22T20:43:50.2477787Z adding 'executorch/exir/tests/common.py' 2024-08-22T20:43:50.2478330Z adding 'executorch/exir/tests/control_flow_models.py' 2024-08-22T20:43:50.2478939Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-08-22T20:43:50.2479493Z adding 'executorch/exir/tests/models.py' 2024-08-22T20:43:50.2480031Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-08-22T20:43:50.2480601Z adding 'executorch/exir/tests/test_capture.py' 2024-08-22T20:43:50.2481146Z adding 'executorch/exir/tests/test_common.py' 2024-08-22T20:43:50.2481682Z adding 'executorch/exir/tests/test_delegate.py' 2024-08-22T20:43:50.2482266Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-08-22T20:43:50.2482945Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-08-22T20:43:50.2483570Z adding 'executorch/exir/tests/test_error.py' 2024-08-22T20:43:50.2484178Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-08-22T20:43:50.2485014Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2024-08-22T20:43:50.2485762Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2024-08-22T20:43:50.2486442Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-08-22T20:43:50.2487031Z adding 'executorch/exir/tests/test_op_convert.py' 2024-08-22T20:43:50.2487598Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-08-22T20:43:50.2488148Z adding 'executorch/exir/tests/test_passes.py' 2024-08-22T20:43:50.2488746Z adding 'executorch/exir/tests/test_print_program.py' 2024-08-22T20:43:50.2489387Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-08-22T20:43:50.2489996Z adding 'executorch/exir/tests/test_quantization.py' 2024-08-22T20:43:50.2490605Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-08-22T20:43:50.2491198Z adding 'executorch/exir/tests/test_serde.py' 2024-08-22T20:43:50.2491726Z adding 'executorch/exir/tests/test_tensor.py' 2024-08-22T20:43:50.2492259Z adding 'executorch/exir/tests/test_tracer.py' 2024-08-22T20:43:50.2492821Z adding 'executorch/exir/tests/test_verification.py' 2024-08-22T20:43:50.2493771Z adding 'executorch/exir/tests/transformer.py' 2024-08-22T20:43:50.2494366Z adding 'executorch/exir/verification/arg_validator.py' 2024-08-22T20:43:50.2494957Z adding 'executorch/exir/verification/dev_html.py' 2024-08-22T20:43:50.2495539Z adding 'executorch/exir/verification/interpreter.py' 2024-08-22T20:43:50.2496125Z adding 'executorch/exir/verification/verifier.py' 2024-08-22T20:43:50.2496928Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-08-22T20:43:50.2497627Z adding 'executorch/extension/export_util/__init__.py' 2024-08-22T20:43:50.2498226Z adding 'executorch/extension/export_util/utils.py' 2024-08-22T20:43:50.2498871Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-08-22T20:43:50.2499504Z adding 'executorch/extension/gguf_util/converter.py' 2024-08-22T20:43:50.2500097Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-08-22T20:43:50.2500788Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-08-22T20:43:50.2501469Z adding 'executorch/extension/llm/export/__init__.py' 2024-08-22T20:43:50.2502058Z adding 'executorch/extension/llm/export/builder.py' 2024-08-22T20:43:50.2502700Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2024-08-22T20:43:50.2503363Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2024-08-22T20:43:50.2504083Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2024-08-22T20:43:50.2504888Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2024-08-22T20:43:50.2505767Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-08-22T20:43:50.2506745Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2024-08-22T20:43:50.2507669Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-08-22T20:43:50.2508560Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2024-08-22T20:43:50.2509368Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2024-08-22T20:43:50.2510105Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2024-08-22T20:43:50.2510864Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2024-08-22T20:43:50.2511683Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2024-08-22T20:43:50.2512566Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2024-08-22T20:43:50.2513440Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2024-08-22T20:43:50.2514243Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2024-08-22T20:43:50.2515027Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2024-08-22T20:43:50.2516011Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2024-08-22T20:43:50.2517112Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2024-08-22T20:43:50.2518314Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2024-08-22T20:43:50.2519559Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2024-08-22T20:43:50.2520623Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2024-08-22T20:43:50.2521631Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2024-08-22T20:43:50.2522465Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2024-08-22T20:43:50.2523109Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2024-08-22T20:43:50.2523812Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2024-08-22T20:43:50.2524742Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-08-22T20:43:54.6980218Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-08-22T20:43:54.6981205Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-08-22T20:43:54.6982178Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-08-22T20:43:54.6985010Z adding 'executorch/extension/pytree/__init__.py' 2024-08-22T20:43:54.6985701Z adding 'executorch/extension/pytree/test/test.py' 2024-08-22T20:43:54.6986513Z adding 'executorch/schema/program.fbs' 2024-08-22T20:43:54.6987116Z adding 'executorch/schema/scalar_type.fbs' 2024-08-22T20:43:54.6987695Z adding 'executorch/sdk/__init__.py' 2024-08-22T20:43:54.6988212Z adding 'executorch/sdk/bundled_program/config.py' 2024-08-22T20:43:54.6988841Z adding 'executorch/sdk/bundled_program/core.py' 2024-08-22T20:43:54.6989476Z adding 'executorch/sdk/bundled_program/version.py' 2024-08-22T20:43:54.6990181Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-08-22T20:43:54.6990971Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-08-22T20:43:54.6991844Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-08-22T20:43:54.6992591Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-08-22T20:43:54.6993532Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-08-22T20:43:54.6994253Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-08-22T20:43:54.6995245Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-08-22T20:43:54.6996106Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-08-22T20:43:54.6996884Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-08-22T20:43:54.6997905Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-08-22T20:43:54.6998746Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-08-22T20:43:54.6999509Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-08-22T20:43:54.7000284Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-08-22T20:43:54.7000913Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-08-22T20:43:54.7001615Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-08-22T20:43:54.7002219Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-08-22T20:43:54.7002925Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-08-22T20:43:54.7003539Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-08-22T20:43:54.7004221Z adding 'executorch/sdk/etdump/serialize.py' 2024-08-22T20:43:54.7004939Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-08-22T20:43:54.7005626Z adding 'executorch/sdk/etrecord/__init__.py' 2024-08-22T20:43:54.7006158Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-08-22T20:43:54.7006801Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-08-22T20:43:54.7007470Z adding 'executorch/sdk/inspector/__init__.py' 2024-08-22T20:43:54.7008221Z adding 'executorch/sdk/inspector/_inspector.py' 2024-08-22T20:43:54.7008813Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-08-22T20:43:54.7009530Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-08-22T20:43:54.7010182Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-08-22T20:43:54.7010967Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-08-22T20:43:54.7011697Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-08-22T20:43:54.7012561Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-08-22T20:43:54.7013470Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-08-22T20:43:54.7014182Z adding 'executorch/util/activation_memory_profiler.py' 2024-08-22T20:43:54.7014886Z adding 'executorch/util/python_profiler.py' 2024-08-22T20:43:54.7015373Z adding 'serializer/__init__.py' 2024-08-22T20:43:54.7015950Z adding 'serializer/tosa_serializer.py' 2024-08-22T20:43:54.7016504Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:43:54.7017103Z adding 'tosa/Attribute.py' 2024-08-22T20:43:54.7017548Z adding 'tosa/AxisAttribute.py' 2024-08-22T20:43:54.7017979Z adding 'tosa/ClampAttribute.py' 2024-08-22T20:43:54.7018529Z adding 'tosa/CondIfAttribute.py' 2024-08-22T20:43:54.7018972Z adding 'tosa/ConvAttribute.py' 2024-08-22T20:43:54.7019425Z adding 'tosa/CustomAttribute.py' 2024-08-22T20:43:54.7019933Z adding 'tosa/DType.py' 2024-08-22T20:43:54.7020631Z adding 'tosa/FFTAttribute.py' 2024-08-22T20:43:54.7021243Z adding 'tosa/FullyConnectedAttribute.py' 2024-08-22T20:43:54.7021830Z adding 'tosa/MatMulAttribute.py' 2024-08-22T20:43:54.7022353Z adding 'tosa/MulAttribute.py' 2024-08-22T20:43:54.7022857Z adding 'tosa/NegateAttribute.py' 2024-08-22T20:43:54.7023402Z adding 'tosa/Op.py' 2024-08-22T20:43:54.7023845Z adding 'tosa/PadAttribute.py' 2024-08-22T20:43:54.7024285Z adding 'tosa/PoolAttribute.py' 2024-08-22T20:43:54.7024776Z adding 'tosa/RFFTAttribute.py' 2024-08-22T20:43:54.7025294Z adding 'tosa/RescaleAttribute.py' 2024-08-22T20:43:54.7025849Z adding 'tosa/ReshapeAttribute.py' 2024-08-22T20:43:54.7026389Z adding 'tosa/ResizeAttribute.py' 2024-08-22T20:43:54.7026825Z adding 'tosa/ResizeMode.py' 2024-08-22T20:43:54.7027291Z adding 'tosa/SliceAttribute.py' 2024-08-22T20:43:54.7027816Z adding 'tosa/TableAttribute.py' 2024-08-22T20:43:54.7028299Z adding 'tosa/TileAttribute.py' 2024-08-22T20:43:54.7028877Z adding 'tosa/TosaBasicBlock.py' 2024-08-22T20:43:54.7029311Z adding 'tosa/TosaGraph.py' 2024-08-22T20:43:54.7029736Z adding 'tosa/TosaOperator.py' 2024-08-22T20:43:54.7030269Z adding 'tosa/TosaRegion.py' 2024-08-22T20:43:54.7030693Z adding 'tosa/TosaTensor.py' 2024-08-22T20:43:54.7031282Z adding 'tosa/TransposeAttribute.py' 2024-08-22T20:43:54.7031882Z adding 'tosa/TransposeConvAttribute.py' 2024-08-22T20:43:54.7032378Z adding 'tosa/Version.py' 2024-08-22T20:43:54.7032886Z adding 'tosa/WhileLoopAttribute.py' 2024-08-22T20:43:54.7033370Z adding 'tosa/__init__.py' 2024-08-22T20:43:54.7034014Z adding 'executorch-0.4.0a0+9129892.dist-info/LICENSE' 2024-08-22T20:43:54.7034645Z adding 'executorch-0.4.0a0+9129892.dist-info/METADATA' 2024-08-22T20:43:54.7035337Z adding 'executorch-0.4.0a0+9129892.dist-info/WHEEL' 2024-08-22T20:43:54.7036099Z adding 'executorch-0.4.0a0+9129892.dist-info/entry_points.txt' 2024-08-22T20:43:54.7036927Z adding 'executorch-0.4.0a0+9129892.dist-info/top_level.txt' 2024-08-22T20:43:54.7037637Z adding 'executorch-0.4.0a0+9129892.dist-info/RECORD' 2024-08-22T20:43:54.7038264Z removing pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:43:54.7039074Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:43:54.7040597Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl size=6627773 sha256=056f8a62f9bbb00cbe216390f651516df45a200f2301148e5f4f4abcbafdccf2 2024-08-22T20:43:54.7042586Z Stored in directory: /tmp/pip-ephem-wheel-cache-q_lq0qzl/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-08-22T20:43:54.7043575Z Successfully built executorch 2024-08-22T20:43:54.7044903Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-08-22T20:43:54.7046020Z Attempting uninstall: pluggy 2024-08-22T20:43:54.7046518Z Found existing installation: pluggy 1.0.0 2024-08-22T20:43:54.7047124Z Uninstalling pluggy-1.0.0: 2024-08-22T20:43:54.7047900Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-08-22T20:43:54.7048949Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-08-22T20:43:54.7049767Z Successfully uninstalled pluggy-1.0.0 2024-08-22T20:43:54.7050271Z changing mode of /opt/conda/bin/hypothesis to 755 2024-08-22T20:43:54.7050883Z changing mode of /opt/conda/bin/py.test to 755 2024-08-22T20:43:54.7051426Z changing mode of /opt/conda/bin/pytest to 755 2024-08-22T20:43:54.7052042Z changing mode of /opt/conda/bin/flatc to 755 2024-08-22T20:43:54.7053726Z Successfully installed execnet-2.1.1 executorch-0.4.0a0+9129892 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.111.1 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.3.2 pytest-xdist-3.6.1 sortedcontainers-2.4.0 2024-08-22T20:43:54.7056437Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:43:54.7058199Z + pip3 list 2024-08-22T20:43:54.7058578Z Package Version 2024-08-22T20:43:54.7059102Z ------------------------- ---------------------- 2024-08-22T20:43:54.7059687Z absl-py 2.1.0 2024-08-22T20:43:54.7060066Z accelerate 0.33.0 2024-08-22T20:43:54.7060512Z aiohappyeyeballs 2.4.0 2024-08-22T20:43:54.7060948Z aiohttp 3.10.5 2024-08-22T20:43:54.7061359Z aiosignal 1.3.1 2024-08-22T20:43:54.7061809Z altair 5.4.0 2024-08-22T20:43:54.7062310Z anaconda-anon-usage 0.4.4 2024-08-22T20:43:54.7062741Z anaconda-client 1.12.3 2024-08-22T20:43:54.7063172Z attrs 23.1.0 2024-08-22T20:43:54.7063593Z beautifulsoup4 4.12.3 2024-08-22T20:43:54.7063965Z blinker 1.8.2 2024-08-22T20:43:54.7064462Z blobfile 2.1.1 2024-08-22T20:43:54.7064847Z boltons 23.0.0 2024-08-22T20:43:54.7065213Z brotlipy 0.7.0 2024-08-22T20:43:54.7065605Z cachetools 5.5.0 2024-08-22T20:43:54.7066022Z certifi 2024.7.4 2024-08-22T20:43:54.7066506Z cffi 1.15.1 2024-08-22T20:43:54.7066998Z chardet 4.0.0 2024-08-22T20:43:54.7067455Z charset-normalizer 2.0.4 2024-08-22T20:43:54.7067829Z click 8.1.7 2024-08-22T20:43:54.7068240Z cmake 3.30.2 2024-08-22T20:43:54.7068653Z colorama 0.4.6 2024-08-22T20:43:54.7069026Z conda 23.5.2 2024-08-22T20:43:54.7069593Z conda-build 24.3.0 2024-08-22T20:43:54.7070020Z conda-content-trust 0.1.3 2024-08-22T20:43:54.7070394Z conda_index 0.5.0 2024-08-22T20:43:54.7070878Z conda-libmamba-solver 23.5.0 2024-08-22T20:43:54.7071370Z conda-package-handling 2.1.0 2024-08-22T20:43:54.7071857Z conda_package_streaming 0.8.0 2024-08-22T20:43:54.7072314Z cryptography 39.0.1 2024-08-22T20:43:54.7072687Z DataProperty 1.0.1 2024-08-22T20:43:54.7073061Z datasets 2.21.0 2024-08-22T20:43:54.7073494Z defusedxml 0.7.1 2024-08-22T20:43:54.7073896Z dill 0.3.8 2024-08-22T20:43:54.7074326Z evaluate 0.4.2 2024-08-22T20:43:54.7074769Z execnet 2.1.1 2024-08-22T20:43:54.7075150Z executorch 0.4.0a0+9129892 2024-08-22T20:43:54.7075561Z expecttest 0.2.1 2024-08-22T20:43:54.7075993Z fastjsonschema 2.16.2 2024-08-22T20:43:54.7076411Z filelock 3.13.1 2024-08-22T20:43:54.7076837Z Flask 3.0.3 2024-08-22T20:43:54.7077286Z flatbuffers 24.3.25 2024-08-22T20:43:54.7077654Z frozenlist 1.4.1 2024-08-22T20:43:54.7078018Z fsspec 2024.6.1 2024-08-22T20:43:54.7078447Z gguf 0.9.1 2024-08-22T20:43:54.7078849Z gitdb 4.0.11 2024-08-22T20:43:54.7079263Z GitPython 3.1.43 2024-08-22T20:43:54.7079812Z huggingface-hub 0.24.6 2024-08-22T20:43:54.7080181Z hypothesis 6.111.1 2024-08-22T20:43:54.7080546Z idna 3.4 2024-08-22T20:43:54.7080966Z iniconfig 2.0.0 2024-08-22T20:43:54.7081381Z itsdangerous 2.2.0 2024-08-22T20:43:54.7081794Z Jinja2 3.1.4 2024-08-22T20:43:54.7082251Z joblib 1.4.2 2024-08-22T20:43:54.7082599Z jsonlines 4.0.0 2024-08-22T20:43:54.7082963Z jsonpatch 1.32 2024-08-22T20:43:54.7083375Z jsonpointer 2.1 2024-08-22T20:43:54.7083783Z jsonschema 4.19.2 2024-08-22T20:43:54.7084295Z jsonschema-specifications 2023.7.1 2024-08-22T20:43:54.7084895Z jupyter_core 5.7.2 2024-08-22T20:43:54.7085320Z libarchive-c 2.9 2024-08-22T20:43:54.7085822Z libmambapy 1.4.1 2024-08-22T20:43:54.7086247Z lm_eval 0.4.2 2024-08-22T20:43:54.7086725Z lxml 4.9.4 2024-08-22T20:43:54.7087283Z markdown-it-py 3.0.0 2024-08-22T20:43:54.7087687Z MarkupSafe 2.1.3 2024-08-22T20:43:54.7088039Z mbstrdecoder 1.1.3 2024-08-22T20:43:54.7088445Z mdurl 0.1.2 2024-08-22T20:43:54.7088847Z menuinst 2.1.2 2024-08-22T20:43:54.7089301Z more-itertools 10.1.0 2024-08-22T20:43:54.7089793Z mpmath 1.3.0 2024-08-22T20:43:59.3100766Z multidict 6.0.5 2024-08-22T20:43:59.3101373Z multiprocess 0.70.16 2024-08-22T20:43:59.3101877Z narwhals 1.5.2 2024-08-22T20:43:59.3102348Z nbformat 5.9.2 2024-08-22T20:43:59.3102715Z networkx 3.3 2024-08-22T20:43:59.3103189Z ninja 1.11.1.1 2024-08-22T20:43:59.3103669Z nltk 3.9.1 2024-08-22T20:43:59.3104119Z numexpr 2.10.1 2024-08-22T20:43:59.3104554Z numpy 1.26.4 2024-08-22T20:43:59.3105256Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:43:59.3105880Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:43:59.3106496Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:43:59.3107344Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:43:59.3107959Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:43:59.3108538Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:43:59.3109131Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:43:59.3109748Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:43:59.3110354Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:43:59.3110914Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:43:59.3111444Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:43:59.3112094Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:43:59.3112579Z packaging 23.0 2024-08-22T20:43:59.3112944Z pandas 2.2.2 2024-08-22T20:43:59.3113324Z parameterized 0.9.0 2024-08-22T20:43:59.3113694Z pathvalidate 3.2.0 2024-08-22T20:43:59.3114066Z peft 0.12.0 2024-08-22T20:43:59.3114436Z pillow 10.4.0 2024-08-22T20:43:59.3114790Z pip 23.1.2 2024-08-22T20:43:59.3115155Z pkginfo 1.10.0 2024-08-22T20:43:59.3115525Z platformdirs 3.10.0 2024-08-22T20:43:59.3115881Z pluggy 1.5.0 2024-08-22T20:43:59.3116250Z portalocker 2.10.1 2024-08-22T20:43:59.3116615Z protobuf 5.27.3 2024-08-22T20:43:59.3116969Z psutil 5.9.0 2024-08-22T20:43:59.3117331Z pyarrow 17.0.0 2024-08-22T20:43:59.3117690Z pybind11 2.13.5 2024-08-22T20:43:59.3118043Z pycosat 0.6.4 2024-08-22T20:43:59.3118407Z pycparser 2.21 2024-08-22T20:43:59.3118776Z pycryptodomex 3.20.0 2024-08-22T20:43:59.3119140Z pydeck 0.9.1 2024-08-22T20:43:59.3119506Z Pygments 2.18.0 2024-08-22T20:43:59.3119869Z pyOpenSSL 23.0.0 2024-08-22T20:43:59.3120226Z PySocks 1.7.1 2024-08-22T20:43:59.3120593Z pytablewriter 1.2.0 2024-08-22T20:43:59.3120956Z pytest 8.3.2 2024-08-22T20:43:59.3121368Z pytest-xdist 3.6.1 2024-08-22T20:43:59.3121796Z python-dateutil 2.9.0.post0 2024-08-22T20:43:59.3122276Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:43:59.3122690Z pytz 2024.1 2024-08-22T20:43:59.3123061Z PyYAML 6.0.1 2024-08-22T20:43:59.3123422Z referencing 0.30.2 2024-08-22T20:43:59.3123783Z regex 2024.7.24 2024-08-22T20:43:59.3124163Z requests 2.32.3 2024-08-22T20:43:59.3124713Z requests-toolbelt 1.0.0 2024-08-22T20:43:59.3125071Z rich 13.7.1 2024-08-22T20:43:59.3125476Z rouge-score 0.1.2 2024-08-22T20:43:59.3126100Z rpds-py 0.10.6 2024-08-22T20:43:59.3126461Z ruamel.yaml 0.17.21 2024-08-22T20:43:59.3126932Z sacrebleu 2.4.3 2024-08-22T20:43:59.3127297Z safetensors 0.4.4 2024-08-22T20:43:59.3127706Z scikit-learn 1.5.1 2024-08-22T20:43:59.3128059Z scipy 1.14.1 2024-08-22T20:43:59.3128425Z sentencepiece 0.2.0 2024-08-22T20:43:59.3128792Z setuptools 67.8.0 2024-08-22T20:43:59.3129142Z six 1.16.0 2024-08-22T20:43:59.3129492Z smmap 5.0.1 2024-08-22T20:43:59.3129845Z snakeviz 2.2.0 2024-08-22T20:43:59.3130201Z sortedcontainers 2.4.0 2024-08-22T20:43:59.3130572Z soupsieve 2.5 2024-08-22T20:43:59.3130925Z sqlitedict 2.1.0 2024-08-22T20:43:59.3131276Z streamlit 1.37.1 2024-08-22T20:43:59.3131635Z sympy 1.13.1 2024-08-22T20:43:59.3131996Z tabledata 1.3.3 2024-08-22T20:43:59.3132350Z tabulate 0.9.0 2024-08-22T20:43:59.3132711Z tcolorpy 0.1.6 2024-08-22T20:43:59.3133069Z tenacity 8.5.0 2024-08-22T20:43:59.3133422Z threadpoolctl 3.5.0 2024-08-22T20:43:59.3133838Z tiktoken 0.7.0 2024-08-22T20:43:59.3134191Z timm 1.0.7 2024-08-22T20:43:59.3134539Z tokenizers 0.19.1 2024-08-22T20:43:59.3134903Z toml 0.10.2 2024-08-22T20:43:59.3135254Z tomli 2.0.1 2024-08-22T20:43:59.3135595Z toolz 0.12.0 2024-08-22T20:43:59.3135995Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:43:59.3136438Z torchao 0.4.0+gite11201a 2024-08-22T20:43:59.3136881Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:43:59.3137311Z torchsr 1.0.4 2024-08-22T20:43:59.3137722Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:43:59.3138155Z tornado 6.4.1 2024-08-22T20:43:59.3138514Z tqdm 4.66.5 2024-08-22T20:43:59.3138946Z tqdm-multiprocess 0.0.11 2024-08-22T20:43:59.3139314Z traitlets 5.14.3 2024-08-22T20:43:59.3139682Z transformers 4.42.4 2024-08-22T20:43:59.3140050Z typepy 1.3.2 2024-08-22T20:43:59.3140406Z typing_extensions 4.12.2 2024-08-22T20:43:59.3140775Z tzdata 2024.1 2024-08-22T20:43:59.3141130Z urllib3 1.26.16 2024-08-22T20:43:59.3141487Z watchdog 4.0.2 2024-08-22T20:43:59.3141870Z Werkzeug 3.0.4 2024-08-22T20:43:59.3142250Z wheel 0.38.4 2024-08-22T20:43:59.3142600Z word2number 1.1 2024-08-22T20:43:59.3142956Z xxhash 3.5.0 2024-08-22T20:43:59.3143303Z yarl 1.9.4 2024-08-22T20:43:59.3143651Z zstandard 0.19.0 2024-08-22T20:43:59.3144008Z zstd 1.5.5.1 2024-08-22T20:43:59.3144357Z + popd 2024-08-22T20:43:59.3144643Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:43:59.3145025Z + popd 2024-08-22T20:43:59.3145290Z /pytorch/torchchat 2024-08-22T20:43:59.3145578Z + false 2024-08-22T20:43:59.3145846Z + MODEL_NAME=stories15M 2024-08-22T20:43:59.3146207Z + MODEL_DIR=/root/checkpoints/stories15M 2024-08-22T20:43:59.3146697Z + MODEL_PATH=/root/checkpoints/stories15M/stories15M.pt 2024-08-22T20:43:59.3147242Z + MODEL_OUT=/root/torchchat-exports 2024-08-22T20:43:59.3147703Z + mkdir -p /root/checkpoints/stories15M 2024-08-22T20:43:59.3148162Z + mkdir -p /root/torchchat-exports 2024-08-22T20:43:59.3149099Z + python3 generate.py --checkpoint-path /root/checkpoints/stories15M/stories15M.pt --prompt 'Hello, my name is' --device cpu 2024-08-22T20:43:59.3149809Z 2024-08-22T20:43:59.3150061Z Downloading builder script: 0% 0.00/5.67k [00:00 2024-08-22T20:43:59.3152372Z main(args) 2024-08-22T20:43:59.3152763Z File "/pytorch/torchchat/generate.py", line 881, in main 2024-08-22T20:43:59.3155896Z builder_args = BuilderArgs.from_args(args) 2024-08-22T20:43:59.3156349Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:43:59.3156918Z File "/pytorch/torchchat/build/builder.py", line 147, in from_args 2024-08-22T20:43:59.3157446Z return cls( 2024-08-22T20:43:59.3157729Z ^^^^ 2024-08-22T20:43:59.3158029Z File "", line 20, in __init__ 2024-08-22T20:43:59.3158594Z File "/pytorch/torchchat/build/builder.py", line 61, in __post_init__ 2024-08-22T20:43:59.3159150Z raise RuntimeError( 2024-08-22T20:43:59.3159820Z RuntimeError: need to specified a valid checkpoint path, checkpoint dir, gguf path, DSO path, or PTE path 2024-08-22T20:43:59.3160855Z ##[endgroup] 2024-08-22T20:43:59.3161163Z + echo ::group::Completion 2024-08-22T20:43:59.3161717Z ##[group]Completion 2024-08-22T20:43:59.3162096Z + echo 'tests complete' 2024-08-22T20:43:59.3162415Z tests complete 2024-08-22T20:43:59.3162809Z + echo '*******************************************' 2024-08-22T20:43:59.3163318Z ******************************************* 2024-08-22T20:43:59.3163706Z + echo ::endgroup:: 2024-08-22T20:43:59.3164208Z ##[endgroup] 2024-08-22T20:43:59.3212806Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:43:59.3213259Z with: 2024-08-22T20:43:59.3213659Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:59.3214179Z fail-on-empty: false 2024-08-22T20:43:59.3214492Z env: 2024-08-22T20:43:59.3214814Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:59.3215273Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:59.3215645Z PR_NUMBER: 1044 2024-08-22T20:43:59.3217680Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:43:59.3219995Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:59.3220751Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:59.3221473Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:59.3222089Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:59.3222568Z ##[endgroup] 2024-08-22T20:43:59.3919456Z Prepare all required actions 2024-08-22T20:43:59.3976502Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:43:59.3976983Z with: 2024-08-22T20:43:59.3977423Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:43:59.3978153Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:43:59.3978693Z env: 2024-08-22T20:43:59.3979021Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:59.3979483Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:59.3979854Z PR_NUMBER: 1044 2024-08-22T20:43:59.3981922Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:43:59.3984209Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:59.3984956Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:59.3985865Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:59.3986472Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:59.3986939Z ##[endgroup] 2024-08-22T20:43:59.4006830Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:43:59.4007785Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:43:59.4021273Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:43:59.4021797Z env: 2024-08-22T20:43:59.4022145Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:59.4022590Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:59.4022966Z PR_NUMBER: 1044 2024-08-22T20:43:59.4024988Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:43:59.4027258Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:59.4028004Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:59.4028705Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:59.4029305Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:59.4029942Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:43:59.4030646Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:43:59.4031181Z ##[endgroup] 2024-08-22T20:43:59.4251750Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:43:59.6531814Z latest: Pulling from tool/alpine 2024-08-22T20:43:59.6532235Z 540db60ca938: Pulling fs layer 2024-08-22T20:43:59.7704854Z 540db60ca938: Download complete 2024-08-22T20:43:59.8917472Z 540db60ca938: Pull complete 2024-08-22T20:43:59.9033731Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:43:59.9066537Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:02.2881389Z Prepare all required actions 2024-08-22T20:44:02.2916831Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:02.2917308Z with: 2024-08-22T20:44:02.2917661Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:02.2918304Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:02.2918851Z env: 2024-08-22T20:44:02.2919171Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:02.2919626Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:02.2920022Z PR_NUMBER: 1044 2024-08-22T20:44:02.2922091Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:02.2924374Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:02.2925217Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:02.2925928Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:02.2926540Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:02.2927013Z ##[endgroup] 2024-08-22T20:44:02.2946202Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:02.2947341Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:02.2957322Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:02.2957820Z env: 2024-08-22T20:44:02.2958148Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:02.2958609Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:02.2958985Z PR_NUMBER: 1044 2024-08-22T20:44:02.2961027Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:02.2963360Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:02.2964123Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:02.2964921Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:02.2965529Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:02.2966177Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:02.2966820Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:02.2967282Z ##[endgroup] 2024-08-22T20:44:03.3482930Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:03.3484220Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:03.3485191Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:44:03.3485962Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:44:03.3486837Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:44:03.3487557Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:44:03.3488175Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:03.3488630Z  fi 2024-08-22T20:44:03.3489021Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:44:03.3489662Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:03.3490206Z  fi 2024-08-22T20:44:03.3490826Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:44:03.3491634Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:03.3492141Z fi 2024-08-22T20:44:03.3492419Z  2024-08-22T20:44:03.3492692Z upload_docs=0 2024-08-22T20:44:03.3493642Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:44:03.3494309Z # empty folders do not count 2024-08-22T20:44:03.3494926Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:44:03.3495779Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:44:03.3496499Z  # upload will probably not work correctly 2024-08-22T20:44:03.3496973Z  upload_docs=1 2024-08-22T20:44:03.3497301Z fi 2024-08-22T20:44:03.3497735Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:03.3508744Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:03.3509090Z env: 2024-08-22T20:44:03.3509419Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:03.3509875Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:03.3510249Z PR_NUMBER: 1044 2024-08-22T20:44:03.3512281Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:03.3514749Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:03.3515512Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:03.3516229Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:03.3516822Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:03.3517301Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:44:03.3517628Z ##[endgroup] 2024-08-22T20:44:03.3616429Z Prepare all required actions 2024-08-22T20:44:03.3653684Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:44:03.3654151Z with: 2024-08-22T20:44:03.3654416Z env: 2024-08-22T20:44:03.3654756Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:03.3655207Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:03.3655584Z PR_NUMBER: 1044 2024-08-22T20:44:03.3657619Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:03.3659895Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:03.3660684Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:03.3661398Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:03.3662009Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:03.3662489Z ##[endgroup] 2024-08-22T20:44:03.3683617Z ##[group]Run set -eou pipefail 2024-08-22T20:44:03.3684023Z set -eou pipefail 2024-08-22T20:44:03.3684374Z  2024-08-22T20:44:03.3685001Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:44:03.3685621Z for _ in $(seq 1440); do 2024-08-22T20:44:03.3686090Z  # Break if no ssh session exists anymore 2024-08-22T20:44:03.3686597Z  if [ "$(who)" = "" ]; then 2024-08-22T20:44:03.3686988Z  break 2024-08-22T20:44:03.3687301Z  fi 2024-08-22T20:44:03.3687597Z  echo "." 2024-08-22T20:44:03.3687910Z  sleep 5 2024-08-22T20:44:03.3688225Z done 2024-08-22T20:44:03.3698373Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:03.3698861Z env: 2024-08-22T20:44:03.3699188Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:03.3699634Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:03.3700002Z PR_NUMBER: 1044 2024-08-22T20:44:03.3702024Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:03.3704340Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:03.3705084Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:03.3705785Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:03.3706385Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:03.3706846Z ##[endgroup] 2024-08-22T20:44:03.3734928Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:44:03.3794223Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:03.3794985Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:03.3795571Z # shellcheck disable=SC2046 2024-08-22T20:44:03.3796029Z docker stop $(docker ps -q) || true 2024-08-22T20:44:03.3796502Z # Prune all of the docker images 2024-08-22T20:44:03.3796951Z docker system prune -af 2024-08-22T20:44:03.3805983Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:03.3806473Z env: 2024-08-22T20:44:03.3806803Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:03.3807266Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:03.3807837Z PR_NUMBER: 1044 2024-08-22T20:44:03.3809889Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:03.3812203Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:03.3812966Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:03.3813682Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:03.3814298Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:03.3814775Z ##[endgroup] 2024-08-22T20:44:14.4004903Z e59cf22c58cf 2024-08-22T20:44:17.8548840Z Deleted Containers: 2024-08-22T20:44:17.8549469Z e59cf22c58cf16300fa016292a2158875b669e84c31c32e52c247136efb07c02 2024-08-22T20:44:17.8549903Z 2024-08-22T20:44:23.2431983Z Deleted Images: 2024-08-22T20:44:23.2432820Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:23.2434076Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:23.2435195Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:44:23.2436462Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:44:23.2437355Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:23.2438287Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:44:23.2439307Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:44:23.2440394Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:44:23.2441230Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:44:23.2442040Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:44:23.2442994Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:44:23.2443988Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:44:23.2444917Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:44:23.2445907Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:44:23.2446852Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:44:23.2447651Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:44:23.2448472Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:44:23.2449289Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:44:23.2450126Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:44:23.2451192Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:44:23.2451978Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:44:23.2452784Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:44:23.2453600Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:44:23.2454411Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:44:23.2455202Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:44:23.2456187Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:44:23.2457002Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:44:23.2457790Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:44:23.2458589Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:44:23.2459390Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:44:23.2460197Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:44:23.2461034Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:44:23.2461925Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:44:23.2462737Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:44:23.2463545Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:44:23.2464339Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:44:23.2465103Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:44:23.2465558Z 2024-08-22T20:44:23.2465709Z Total reclaimed space: 23.57GB 2024-08-22T20:44:23.2521690Z ##[group]Run set +e 2024-08-22T20:44:23.2522058Z set +e 2024-08-22T20:44:23.2522413Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:44:23.2522978Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:44:23.2523486Z else 2024-08-22T20:44:23.2523879Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:44:23.2524344Z fi 2024-08-22T20:44:23.2524627Z set -e 2024-08-22T20:44:23.2534989Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:23.2535341Z env: 2024-08-22T20:44:23.2535666Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:23.2536117Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:23.2536491Z PR_NUMBER: 1044 2024-08-22T20:44:23.2538549Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:23.2540894Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:23.2541640Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:23.2542346Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:23.2542946Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:23.2543408Z NO_SUDO: false 2024-08-22T20:44:23.2543700Z ##[endgroup] 2024-08-22T20:44:25.0810960Z Post job cleanup. 2024-08-22T20:44:25.1800721Z Post job cleanup. 2024-08-22T20:44:25.2673470Z [command]/usr/bin/git version 2024-08-22T20:44:25.2729775Z git version 2.40.1 2024-08-22T20:44:25.2768354Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cd786b12-0e44-4c9d-9c19-be0406da8acb' before making global git config changes 2024-08-22T20:44:25.2769938Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:44:25.2774224Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:44:25.2820794Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:44:25.2859895Z [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' || :" 2024-08-22T20:44:25.3209520Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:44:25.3240816Z http.https://github.com/.extraheader 2024-08-22T20:44:25.3250671Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:44:25.3290808Z [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' || :" 2024-08-22T20:44:25.3724019Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:44:25.3746906Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:44:25.3755022Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:25.3755544Z ##[endgroup] 2024-08-22T20:44:32.1863689Z Cleaning up orphan processes